Files
SDL/android-project/app/src/main/res/values/styles.xml
Anthony 3b8ecd32bf Add comment for custom themes in styles.xml
Added a comment for custom themes in styles.xml
2026-08-02 13:16:56 -07:00

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>