]> git.ktnx.net Git - mobile-ledger.git/commitdiff
proactively apply the same fix to the new transaction editor
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 26 Apr 2021 04:40:00 +0000 (04:40 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 26 Apr 2021 04:40:00 +0000 (04:40 +0000)
app/src/main/AndroidManifest.xml
app/src/main/res/layout/activity_new_transaction.xml

index c09c5fd8c7110af0bfc38589d8356ff8480970bf..d5dbbaeb5046ee207012b9b5d8737ebb3d27dbf7 100644 (file)
@@ -53,7 +53,7 @@
             android:label="@string/title_activity_new_transaction"
             android:parentActivityName=".ui.activity.MainActivity"
             android:theme="@style/AppTheme.default"
-            android:windowSoftInputMode="stateVisible" />
+            android:windowSoftInputMode="stateVisible|adjustResize" />
         <activity
             android:name=".ui.profiles.ProfileDetailActivity"
             android:label="@string/title_profile_details"
index 740587a5ed8e404e136b03dfa19d2aec43743c82..55273c7414e947136fe40be282f45fe0444a045c 100644 (file)
@@ -21,6 +21,7 @@
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     tools:context=".ui.new_transaction.NewTransactionActivity"
+    android:fitsSystemWindows="false"
     >
 
     <androidx.constraintlayout.widget.ConstraintLayout