mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-17 04:10:45 +01:00
Merge pull request #2059 from Naveen3Singh/fix_ime_inset
Use `adjustResize` flag
This commit is contained in:
commit
c18a39ea17
@ -133,7 +133,8 @@
|
||||
android:exported="true"
|
||||
android:label="@string/new_event"
|
||||
android:launchMode="singleTask"
|
||||
android:parentActivityName=".activities.MainActivity">
|
||||
android:parentActivityName=".activities.MainActivity"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.EDIT" />
|
||||
@ -157,7 +158,8 @@
|
||||
android:exported="false"
|
||||
android:label="@string/new_task"
|
||||
android:launchMode="singleTask"
|
||||
android:parentActivityName=".activities.MainActivity" />
|
||||
android:parentActivityName=".activities.MainActivity"
|
||||
android:windowSoftInputMode="adjustResize" />
|
||||
|
||||
<activity
|
||||
android:name=".activities.SelectTimeZoneActivity"
|
||||
|
Loading…
x
Reference in New Issue
Block a user