session-android/res/values-notnight-v23/themes.xml
2020-09-08 13:29:36 +10:00

9 lines
281 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Session.DayNight" parent="Theme.Session.Light">
<item name="android:statusBarColor">@color/transparent</item>
<item name="android:windowLightStatusBar">true</item>
</style>
</resources>