|
|
@@ -4,5 +4,8 @@
|
|
|
<!-- Status bar color. -->
|
|
|
<item name="android:statusBarColor">@android:color/transparent</item>
|
|
|
<!-- Customize your theme here. -->
|
|
|
+ <item name="android:windowFullscreen">true</item>
|
|
|
+ <item name="android:windowTranslucentStatus">true</item>
|
|
|
+ <item name="android:windowBackground">@drawable/theme_splash</item>
|
|
|
</style>
|
|
|
</resources>
|