mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-01 11:16:48 +01:00
Use adjustResize
with TaskActivity as well
This commit is contained in:
parent
cb507bfd5f
commit
66a0dd88b1
@ -132,9 +132,9 @@
|
||||
android:name=".activities.EventActivity"
|
||||
android:exported="true"
|
||||
android:label="@string/new_event"
|
||||
android:windowSoftInputMode="adjustResize"
|
||||
android:launchMode="singleTask"
|
||||
android:parentActivityName=".activities.MainActivity">
|
||||
android:parentActivityName=".activities.MainActivity"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.EDIT" />
|
||||
@ -158,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