summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorpachecosf <austinwim@gmail.com>2019-01-16 20:51:54 -0800
committerpachecosf <austinwim@gmail.com>2019-01-16 20:51:54 -0800
commit43642a5e6bc8fb242994766eea1539f99cbc7442 (patch)
tree0a120ffb9070adf3a88bdff7632a4c1df0007df3 /core
parentf88462152409214c01a56f988b5b00aec93b7043 (diff)
downloadAntennaPod-43642a5e6bc8fb242994766eea1539f99cbc7442.zip
adding highlighting of drawer item functunality
Diffstat (limited to 'core')
-rw-r--r--core/src/main/res/drawable/activated_color_dark.xml2
-rw-r--r--core/src/main/res/values/styles.xml4
2 files changed, 1 insertions, 5 deletions
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">