Files
APKDownloader/app/src/main/res/values-v23/themes.xml
Aayush Gupta cfcccf811a ThemeEngine: Rework theme configuration
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-09-01 14:45:32 +05:30

9 lines
263 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="BaseTheme">
<item name="android:statusBarColor">?android:colorBackground</item>
<item name="android:windowLightStatusBar">true</item>
</style>
</resources>