From d4f59694b507b3ef5204a8a810325c4930d9edab Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Fri, 5 Jun 2020 20:57:47 +0200 Subject: Add ripple effect to favorite icon --- app/src/main/res/layout/item_notes_list_note_item.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'app/src/main') diff --git a/app/src/main/res/layout/item_notes_list_note_item.xml b/app/src/main/res/layout/item_notes_list_note_item.xml index 61ad02fc..92e924d7 100644 --- a/app/src/main/res/layout/item_notes_list_note_item.xml +++ b/app/src/main/res/layout/item_notes_list_note_item.xml @@ -40,11 +40,12 @@ + android:background="?attr/selectableItemBackgroundBorderless" + android:contentDescription="@string/menu_favorite" + android:padding="@dimen/spacer_2x" + tools:src="@drawable/ic_star_yellow_24dp" />