Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <info@niedermann.it>2018-11-11 11:46:15 +0300
committerNiedermann IT-Dienstleistungen <info@niedermann.it>2018-11-11 11:46:15 +0300
commit11845c6b25a08e44a137b581a98d1c31fab77e7e (patch)
tree79eff2373ba3346cdf41db493203137d6bd64b7a /app/src/main/AndroidManifest.xml
parent91a8c0bea57f64e63166f2f14b9c53ccf68cd6f2 (diff)
Add splash screen
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index a5f73b821..0534b1b16 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -11,12 +11,11 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:hardwareAccelerated="true"
- android:theme="@style/AppTheme">
+ android:theme="@style/SplashTheme">
<activity
android:name=".ui.MainActivity"
- android:label="@string/app_name"
- android:theme="@style/AppTheme.NoActionBar">
+ android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />