]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/AndroidManifest.xml
proactively apply the same fix to the new transaction editor
[mobile-ledger.git] / app / src / main / AndroidManifest.xml
index 81183ea66b7ec81d26d746e135863ca3c4112089..d5dbbaeb5046ee207012b9b5d8737ebb3d27dbf7 100644 (file)
             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"
             android:parentActivityName=".ui.activity.MainActivity"
-            android:windowSoftInputMode="stateVisible" />
+            android:windowSoftInputMode="stateVisible|adjustResize" />
     </application>
 
 </manifest>
\ No newline at end of file