diff options
author | ByteHamster <info@bytehamster.com> | 2020-05-04 10:04:31 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-05-04 10:08:27 +0200 |
commit | 64ec4add4f40b7bfaa1e7eaab3176a9dfc4654c9 (patch) | |
tree | 98fb0133ca5cea545758345f27bd9c26cb1984b6 /core | |
parent | f5d289d776bcd21d54adf3e7d6e10479be61ddff (diff) | |
download | AntennaPod-64ec4add4f40b7bfaa1e7eaab3176a9dfc4654c9.zip |
Fixed tab background
Only tabBackground is not enough on big screens.
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/styles.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml index f9157e8e4..2b7be1713 100644 --- a/core/src/main/res/values/styles.xml +++ b/core/src/main/res/values/styles.xml @@ -13,7 +13,6 @@ <item name="progressBarTheme">@style/ProgressBarLight</item> <item name="colorPrimaryDark">@color/accent_light</item> <item name="android:windowBackground">@color/background_light</item> - <item name="tabBackground">@color/background_light</item> <item name="actionBarStyle">@style/Widget.AntennaPod.ActionBar.Light</item> <item name="master_switch_background">@color/master_switch_background_light</item> <item name="currently_playing_background">@color/highlight_light</item> @@ -85,7 +84,6 @@ <item name="colorPrimary">@color/accent_dark</item> <item name="colorPrimaryDark">@color/background_darktheme</item> <item name="android:windowBackground">@color/background_darktheme</item> - <item name="tabBackground">@color/background_darktheme</item> <item name="actionBarStyle">@style/Widget.AntennaPod.ActionBar.Dark</item> <item name="colorControlNormal">@color/white</item> <item name="progressBarTheme">@style/ProgressBarDark</item> @@ -159,7 +157,6 @@ <item name="android:textColorPrimary">@color/white</item> <item name="android:color">@color/white</item> <item name="android:colorBackground">@color/black</item> - <item name="tabBackground">@color/black</item> <item name="android:windowBackground">@color/black</item> <item name="android:actionBarStyle">@color/black</item> </style> |