freetube/android/app/src/main/res/values-v23/themes.xml
2025-11-24 08:57:03 +01:00

9 lines
453 B
XML

<resources xmlns:tools="http://schemas.android.com/tools">
<style name="Theme.FreeTubeAndroid" parent="Base.Theme.FreeTubeAndroid">
<!-- Transparent system bars for edge-to-edge. -->
<item name="android:navigationBarColor">@android:color/background_dark</item>
<item name="android:statusBarColor">@android:color/background_dark</item>
<item name="android:windowLightStatusBar">false</item>
</style>
</resources>