reimplemented the ripple effect when choosing a nav item

This commit is contained in:
pachecosf 2019-01-22 21:30:15 -08:00
parent 6c2e9afad4
commit 4388c5a92f
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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