diff options
| author | 2016-04-30 12:40:52 -0700 | |
|---|---|---|
| committer | 2016-04-30 12:40:52 -0700 | |
| commit | 241dd7cb81364521d78250f800e8508211575254 (patch) | |
| tree | 1ea443fe4589f0f247db4304de38e857e18100f6 /android-mobile | |
| parent | 2e6588dc0ef8d7698cc5dbe831f524a6e394145d (diff) | |
| parent | ba9288fab6d7aa8527f7a75a717cdc88a68facd9 (diff) | |
| download | subsurface-241dd7cb81364521d78250f800e8508211575254.tar.gz | |
Merge branch 'offlineDefault'
Diffstat (limited to 'android-mobile')
| -rw-r--r-- | android-mobile/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android-mobile/AndroidManifest.xml b/android-mobile/AndroidManifest.xml index 8fa0c5e83..87ef9d997 100644 --- a/android-mobile/AndroidManifest.xml +++ b/android-mobile/AndroidManifest.xml @@ -16,6 +16,7 @@ android:label="@string/app_name" android:theme="@style/AppTheme" android:launchMode="singleTop" + android:windowSoftInputMode="adjustResize" android:screenOrientation="unspecified" > <intent-filter> <action android:name="android.intent.action.MAIN" /> |