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
|
|
@ -48,6 +48,9 @@
|
|||
<item name="background">@color/video_overlay_color</item>
|
||||
</style>
|
||||
|
||||
<style name="SplashScreenTheme" parent="@style/AppTheme">
|
||||
<item name="android:windowBackground">@drawable/splash_screen</item>
|
||||
</style>
|
||||
|
||||
<!-- You can also inherit from NNF_BaseTheme.Light -->
|
||||
<style name="FilePickerTheme" parent="NNF_BaseTheme.Light">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue