Bimba.git
ref: 0f3ae9e13096218a22641ba4684cd48d77f987e3
app/src/main/res/values-v23/themes.xml
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Bimba.Style" parent="Theme.Bimba">
<item name="android:windowLightStatusBar">?attr/lightStatusBar</item>
<item name="android:statusBarColor">?attr/statusBarBackground</item>
</style>
</resources> |