]> git.ktnx.net Git - mobile-ledger.git/commitdiff
fix profile editor's bottom part getting overlapped by the soft keyboard
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 26 Apr 2021 04:37:20 +0000 (04:37 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 26 Apr 2021 04:37:20 +0000 (04:37 +0000)
app/src/main/AndroidManifest.xml
app/src/main/res/layout/activity_profile_detail.xml

index 81183ea66b7ec81d26d746e135863ca3c4112089..c09c5fd8c7110af0bfc38589d8356ff8480970bf 100644 (file)
@@ -58,7 +58,7 @@
             android:name=".ui.profiles.ProfileDetailActivity"
             android:label="@string/title_profile_details"
             android:parentActivityName=".ui.activity.MainActivity"
             android:name=".ui.profiles.ProfileDetailActivity"
             android:label="@string/title_profile_details"
             android:parentActivityName=".ui.activity.MainActivity"
-            android:windowSoftInputMode="stateVisible" />
+            android:windowSoftInputMode="stateVisible|adjustResize" />
     </application>
 
 </manifest>
\ No newline at end of file
     </application>
 
 </manifest>
\ No newline at end of file
index 4184146a70f2add9ccec1747ff32f238eec4e249..0a379e088744de8ff31346f44d993973cf7a80af 100644 (file)
@@ -22,6 +22,7 @@
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     tools:context=".ui.profiles.ProfileDetailActivity"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     tools:context=".ui.profiles.ProfileDetailActivity"
+    android:fitsSystemWindows="false"
     >
 
     <com.google.android.material.appbar.AppBarLayout
     >
 
     <com.google.android.material.appbar.AppBarLayout