Merge pull request #3005 from pachecosf/fix-ripple-effect

Reimplemented the ripple effect when choosing a nav item
This commit is contained in:
H. Lehmann 2019-01-23 15:41:51 +01:00 committed by GitHub
commit 0474717ba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -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:foreground="?attr/selectableItemBackground">
<ImageView
android:id="@+id/imgvCover"

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