1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-26 08:33:27 +02:00

Get rid of the v21 special style

We don't need it anymore since we are extending AppCompat.
This commit is contained in:
Daniele Gobbetti 2017-04-08 15:45:32 +02:00
parent 5a019c238a
commit bd833a37d4

View File

@ -1,9 +0,0 @@
<resources>
<style name="GadgetbridgeTheme.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>