aboutsummaryrefslogtreecommitdiff
path: root/wallet/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'wallet/src/main/AndroidManifest.xml')
-rw-r--r--wallet/src/main/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/wallet/src/main/AndroidManifest.xml b/wallet/src/main/AndroidManifest.xml
index aee1525..7f8eb52 100644
--- a/wallet/src/main/AndroidManifest.xml
+++ b/wallet/src/main/AndroidManifest.xml
@@ -49,7 +49,8 @@
android:name=".MainActivity"
android:exported="true"
android:launchMode="singleInstance"
- android:theme="@style/AppTheme.NoActionBar">
+ android:theme="@style/AppTheme.NoActionBar"
+ android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />