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