make windowSoftInputMode adJustPan

- this ensures the textfield is always above the keyboard
This commit is contained in:
Paul Akhamiogu 2021-09-03 00:11:44 +01:00
parent 037eac6864
commit ca4e5d9a0a

View file

@ -37,7 +37,8 @@
<activity
android:name=".activities.MainActivity"
android:launchMode="singleTask" />
android:launchMode="singleTask"
android:windowSoftInputMode="adjustPan"/>
<activity
android:name=".activities.ReminderActivity"