aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-03 21:46:59 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-03 21:46:59 +0200
commit810ac88a4995851892b1af7a084dba677f4e1fb3 (patch)
treeeeaeb87364481a70d43c9123c464d51888126a1a /src/main/AndroidManifest.xml
parented4f8e44a368e4b07e49ba263608ca1713ae2e5c (diff)
added splash screen
Diffstat (limited to 'src/main/AndroidManifest.xml')
-rw-r--r--src/main/AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index b194e4b7c..33c0384de 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -70,7 +70,7 @@
android:configChanges="orientation|screenSize"
android:label="@string/app_name"
android:launchMode="singleTask"
- android:theme="@style/Theme.AppCompat.Light.NoActionBar"
+ android:theme="@style/SplashTheme">
android:windowSoftInputMode="stateHidden">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -78,7 +78,7 @@
</intent-filter>
</activity>
<activity
- android:name=".ui.ConversationActivity"
+ android:name=".ui.ConversationsActivity"
android:label="@string/app_name"
android:launchMode="singleTask"
android:minWidth="300dp"
@@ -213,7 +213,7 @@
<activity
android:name=".ui.ShareLocationActivity"
android:label="@string/share_location"
- android:parentActivityName=".ui.ConversationActivity"
+ android:parentActivityName=".ui.ConversationsActivity"
>
<intent-filter>
<action android:name=".location.request" />