summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-05-04 16:27:21 +0200
committerGitHub <noreply@github.com>2020-05-04 16:27:21 +0200
commit136413610b0d08281c8f45ddc334f2ae7b156b65 (patch)
tree7bdb472d95fc96e7e64b0afe12fc087d9885e3d6 /core/src
parent8c77f54b3739924efada68fad7adbb72fdc6f471 (diff)
parent64ec4add4f40b7bfaa1e7eaab3176a9dfc4654c9 (diff)
downloadAntennaPod-136413610b0d08281c8f45ddc334f2ae7b156b65.zip
Merge pull request #4109 from ByteHamster/tab-background
Fixed tab background
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/res/values/styles.xml3
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>