diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 190061e..609ae69 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -20,7 +20,8 @@ android:name=".MainActivity" android:exported="true" android:label="@string/app_name" - android:theme="@style/Theme.RosettaAndroid"> + android:theme="@style/Theme.RosettaAndroid" + android:windowSoftInputMode="adjustResize">