mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-06-05 22:19:17 +02:00
make windowSoftInputMode adJustPan
- this ensures the textfield is always above the keyboard
This commit is contained in:
@ -37,7 +37,8 @@
|
||||
|
||||
<activity
|
||||
android:name=".activities.MainActivity"
|
||||
android:launchMode="singleTask" />
|
||||
android:launchMode="singleTask"
|
||||
android:windowSoftInputMode="adjustPan"/>
|
||||
|
||||
<activity
|
||||
android:name=".activities.ReminderActivity"
|
||||
|
Reference in New Issue
Block a user