mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2024-12-16 18:29:26 +01:00
make windowSoftInputMode adJustPan
- this ensures the textfield is always above the keyboard
This commit is contained in:
parent
037eac6864
commit
ca4e5d9a0a
@ -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 New Issue
Block a user