fix: fix keyboard moving over edittext views

Merge this @sk22, as its particularly annoying for when editing account roles on a shorter screen
This commit is contained in:
LucasGGamerM
2023-04-19 15:01:21 -03:00
parent bb7b18e148
commit 4d0790dcec

View File

@@ -31,6 +31,7 @@
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:theme="@style/Theme.Mastodon.AutoLightDark"
android:windowSoftInputMode="adjustPan"
android:largeHeap="true">
<activity android:name=".MainActivity" android:exported="true" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustResize" android:launchMode="singleTask">