Added splash screen to bypass blank screen on start up.
This commit is contained in:
parent
5cdf807d92
commit
05bfa8b85e
4 changed files with 18 additions and 2 deletions
|
|
@ -18,7 +18,8 @@
|
|||
tools:ignore="AllowBackup">
|
||||
<activity
|
||||
android:name=".VideoItemListActivity"
|
||||
android:label="@string/app_name">
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/SplashScreenTheme">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue