session-android/res/values-notnight-v23/themes.xml

9 lines
281 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2020-09-08 03:29:36 +00:00
<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>