made the sign in layout responsive to the keyboard

This commit is contained in:
Odweta
2024-11-08 18:59:25 +01:00
parent d3197111c3
commit e020ae5f17
5 changed files with 117 additions and 90 deletions
+2 -1
View File
@@ -20,7 +20,8 @@
android:name=".MainActivity"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/Theme.Solon">
android:theme="@style/Theme.Solon"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />