diff options
author | pachecosf <austinwim@gmail.com> | 2019-01-22 21:30:15 -0800 |
---|---|---|
committer | pachecosf <austinwim@gmail.com> | 2019-01-22 21:30:15 -0800 |
commit | 4388c5a92fe573bfad01c8caa7e5ccc81d91180b (patch) | |
tree | 46226262b0f4481cd9b68662470915b34172a4d3 | |
parent | 6c2e9afad4db461ff0b52ca46a0e80ad988f0731 (diff) | |
download | AntennaPod-4388c5a92fe573bfad01c8caa7e5ccc81d91180b.zip |
reimplemented the ripple effect when choosing a nav item
-rw-r--r-- | app/src/main/res/layout/feeditemlist_item.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/layout/nav_listitem.xml | 1 |
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 |