fix: adjust layout of ListActivity when showing keyboard in full screen mode

This commit is contained in:
Josia Pietsch 2024-07-20 00:21:26 +02:00
parent 2aa9fa46c9
commit 649420b507
Signed by: jrpie
GPG key ID: E70B571D66986A2D
2 changed files with 25 additions and 2 deletions

View file

@ -33,6 +33,7 @@
</activity>
<activity android:name=".list.ListActivity"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustResize"
tools:ignore="LockedOrientationActivity">
</activity>
<activity android:name=".settings.SettingsActivity"