Add comment for custom themes in styles.xml

Added a comment for custom themes in styles.xml
This commit is contained in:
Anthony
2026-08-02 17:55:33 +01:00
committed by Sam Lantinga
parent 8fd4bf5d83
commit 3b8ecd32bf

View File

@@ -6,5 +6,6 @@
<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>