make windowSoftInputMode adJustPan
- this ensures the textfield is always above the keyboard
This commit is contained in:
parent
037eac6864
commit
ca4e5d9a0a
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@
|
|||
|
||||
<activity
|
||||
android:name=".activities.MainActivity"
|
||||
android:launchMode="singleTask" />
|
||||
android:launchMode="singleTask"
|
||||
android:windowSoftInputMode="adjustPan"/>
|
||||
|
||||
<activity
|
||||
android:name=".activities.ReminderActivity"
|
||||
|
|
Loading…
Reference in a new issue