aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-01-25 23:24:02 +0100
committerChristian Schneppe <christian@pix-art.de>2019-01-25 23:24:02 +0100
commit243a78aa32acf3e1b629f0c106780e27a61778af (patch)
treea5c1913f0c97ca7764d8e4c57e9348e053f46c0e /src/main/AndroidManifest.xml
parent132299baa87ac11eaf7014072ae5566ad915b19b (diff)
fix typo
Diffstat (limited to 'src/main/AndroidManifest.xml')
-rw-r--r--src/main/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index cca2c6569..7787a652a 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -95,7 +95,7 @@
android:configChanges="orientation|screenSize"
android:label="@string/app_name"
android:launchMode="singleTask"
- android:theme="@style/SplashTheme">
+ android:theme="@style/SplashTheme"
android:windowSoftInputMode="stateHidden">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -108,7 +108,7 @@
android:launchMode="singleTask"
android:minWidth="300dp"
android:minHeight="300dp"
- android:windowSoftInputMode="stateHidden"></activity>
+ android:windowSoftInputMode="stateHidden" />
<activity
android:name=".ui.ScanActivity"
android:screenOrientation="portrait"