1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-30 23:36:48 +02:00
dandelion/app/src/main/res/values-v21/styles.xml

10 lines
321 B
XML
Raw Normal View History

2016-03-03 17:46:31 +01:00
<resources>>
<style name="AppTheme.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
2016-08-24 22:05:35 +02:00
<item name="android:statusBarColor">@color/colorPrimary</item>
2016-03-03 17:46:31 +01:00
</style>
</resources>