Bimba.git
ref: 7ad0ef262309552fdf48ef7596a8fe46a520fcf7
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> |