summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/src/main/res/layout/nav_feedlistitem.xml3
-rw-r--r--core/src/main/res/drawable/activated_color_dark.xml2
-rw-r--r--core/src/main/res/values/styles.xml4
3 files changed, 3 insertions, 6 deletions
diff --git a/app/src/main/res/layout/nav_feedlistitem.xml b/app/src/main/res/layout/nav_feedlistitem.xml
index 9f19157fc..95696b2ce 100644
--- a/app/src/main/res/layout/nav_feedlistitem.xml
+++ b/app/src/main/res/layout/nav_feedlistitem.xml
@@ -5,7 +5,8 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="@dimen/listitem_iconwithtext_height"
- tools:background="@android:color/darker_gray">
+ tools:background="@android:color/darker_gray"
+ android:background= "?attr/nav_drawer_list_selector">
<ImageView
android:id="@+id/imgvCover"
diff --git a/core/src/main/res/drawable/activated_color_dark.xml b/core/src/main/res/drawable/activated_color_dark.xml
index 75e052c12..826707f9f 100644
--- a/core/src/main/res/drawable/activated_color_dark.xml
+++ b/core/src/main/res/drawable/activated_color_dark.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
- <solid android:color="@color/highlight_dark"/>
+ <solid android:color="@color/overlay_dark"/>
</shape> \ No newline at end of file
diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml
index 07bcad2df..96f3fb043 100644
--- a/core/src/main/res/values/styles.xml
+++ b/core/src/main/res/values/styles.xml
@@ -377,16 +377,12 @@
<style name="Theme.AntennaPod.Dark.Splash" parent="Theme.AppCompat.NoActionBar">
<item name="android:windowBackground">@drawable/bg_splash</item>
- <item name="android:activatedBackgroundIndicator">@drawable/drawer_list_selector_trueblack</item>
-
<item name="colorPrimary">@color/ic_launcher_background</item>
<item name="colorPrimaryDark">@color/ic_launcher_background</item>
</style>
<style name="Theme.AntennaPod.VideoPlayer" parent="@style/Theme.AntennaPod.Dark">
<item name="windowActionBarOverlay">true</item>
- <item name="android:activatedBackgroundIndicator">@drawable/drawer_list_selector_trueblack</item>
-
</style>
<style name="AntennaPod.TextView.Heading" parent="@android:style/TextAppearance.Medium">