mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-21 06:10:53 +00:00
12 lines
484 B
XML
12 lines
484 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<!-- Base application theme. -->
|
|
<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>
|
|
<!-- Add custom themes here -->
|
|
</style>
|
|
</resources>
|