|
@@ -1,7 +1,10 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<resources>
|
|
<resources>
|
|
|
<!-- Base application theme. -->
|
|
<!-- Base application theme. -->
|
|
|
- <style name="AppTheme" parent="android:Theme.NoTitleBar.Fullscreen">
|
|
|
|
|
- <!-- Customize your theme here. -->
|
|
|
|
|
|
|
+ <style name="AppTheme" parent="android:Theme.NoTitleBar">
|
|
|
|
|
+ <!-- Allow drawing under status & nav bars -->
|
|
|
|
|
+ <item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
|
|
|
|
+ <item name="android:statusBarColor">@android:color/transparent</item>
|
|
|
|
|
+ <item name="android:navigationBarColor">@android:color/transparent</item>
|
|
|
</style>
|
|
</style>
|
|
|
</resources>
|
|
</resources>
|