mirror of
https://github.com/gsantner/dandelion
synced 2024-11-15 17:02:10 +01:00
10 lines
328 B
XML
10 lines
328 B
XML
|
<resources>>
|
||
|
|
||
|
<style name="AppTheme.NoActionBar">
|
||
|
<item name="windowActionBar">false</item>
|
||
|
<item name="windowNoTitle">true</item>
|
||
|
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
||
|
<item name="android:statusBarColor">@android:color/transparent</item>
|
||
|
</style>
|
||
|
</resources>
|