This commit is contained in:
syi 2016-01-06 12:38:54 -05:00
parent 893c0dc599
commit 0ddd91ba69
2 changed files with 3 additions and 2 deletions

View file

@ -25,7 +25,7 @@
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:windowSoftInputMode="stateHidden|adjustResize"
android:windowSoftInputMode="stateHidden|adjustPan"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

View file

@ -20,7 +20,8 @@
<android.support.design.widget.TextInputLayout
android:layout_width="0dp"
android:layout_height="72dp"
android:layout_height="wrap_content"
android:minHeight="72dp"
android:layout_weight="1"
app:hintTextAppearance="@style/TextAppearance.AppCompat">