From: Damyan Ivanov Date: Mon, 26 Apr 2021 04:40:00 +0000 (+0000) Subject: proactively apply the same fix to the new transaction editor X-Git-Tag: v0.18.0~13 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=68603fc7e81b17c2808c8ad372d6c983aecf5e3a proactively apply the same fix to the new transaction editor --- diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c09c5fd8..d5dbbaeb 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -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" />