Display a splash screen when the app starts.

This commit is contained in:
Alex Ning
2019-09-03 14:37:20 +08:00
parent 870b217174
commit 79726b9a08
15 changed files with 48 additions and 12 deletions

View File

@@ -144,7 +144,7 @@
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:theme="@style/AppTheme.NoActionBarWithTransparentStatusBar">
android:theme="@style/AppTheme.Launcher">
<intent-filter>
<action android:name="android.intent.action.MAIN" />