summaryrefslogtreecommitdiff
path: root/app/src/main
diff options
context:
space:
mode:
authorpachecosf <austinwim@gmail.com>2019-01-22 21:30:15 -0800
committerpachecosf <austinwim@gmail.com>2019-01-22 21:30:15 -0800
commit4388c5a92fe573bfad01c8caa7e5ccc81d91180b (patch)
tree46226262b0f4481cd9b68662470915b34172a4d3 /app/src/main
parent6c2e9afad4db461ff0b52ca46a0e80ad988f0731 (diff)
downloadAntennaPod-4388c5a92fe573bfad01c8caa7e5ccc81d91180b.zip
reimplemented the ripple effect when choosing a nav item
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/layout/feeditemlist_item.xml1
-rw-r--r--app/src/main/res/layout/nav_listitem.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/layout/feeditemlist_item.xml b/app/src/main/res/layout/feeditemlist_item.xml
index adf0748eb..8ea23bc38 100644
--- a/app/src/main/res/layout/feeditemlist_item.xml
+++ b/app/src/main/res/layout/feeditemlist_item.xml
@@ -7,6 +7,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
+ android:foreground="?attr/selectableItemBackground"
tools:background="@android:color/darker_gray">
<RelativeLayout
diff --git a/app/src/main/res/layout/nav_listitem.xml b/app/src/main/res/layout/nav_listitem.xml
index c140533e6..1332b5263 100644
--- a/app/src/main/res/layout/nav_listitem.xml
+++ b/app/src/main/res/layout/nav_listitem.xml
@@ -5,6 +5,7 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="@dimen/listitem_iconwithtext_height"
+ android:foreground="?attr/selectableItemBackground"
tools:background="@android:color/darker_gray">
<ImageView