Fix keyboard overlay bug on top of edittexts

This commit is contained in:
Dominik Schürmann
2015-02-27 23:24:04 +01:00
parent 5b1d834f91
commit b1c8fa3471
10 changed files with 47 additions and 5 deletions

View File

@@ -6,9 +6,15 @@
<include
android:id="@+id/toolbar_include"
layout="@layout/toolbar_standalone" />
<!--
fitsSystemWindows and layout_marginTop from
https://medium.com/@ngdelamo/using-drawerlayout-the-material-way-i-716bba2b5705
-->
<LinearLayout
android:layout_below="@id/toolbar_include"
android:fitsSystemWindows="true"
android:layout_marginTop="-25dp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">