|
|
@@ -7,5 +7,16 @@
|
|
|
<item name="android:windowFullscreen">true</item>
|
|
|
<item name="android:windowTranslucentStatus">true</item>
|
|
|
<item name="android:windowBackground">@drawable/theme_splash</item>
|
|
|
+ <item name="android:windowContentOverlay">@null</item>
|
|
|
+ </style>
|
|
|
+
|
|
|
+ <style name="Theme.Game.Page" parent="@android:style/Theme.NoTitleBar.Fullscreen">
|
|
|
+ <!-- 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>
|
|
|
+ <item name="android:windowContentOverlay">@null</item>
|
|
|
</style>
|
|
|
</resources>
|