Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4f59694 authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

Add ripple effect to favorite icon

parent 62405ecf
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -40,10 +40,11 @@

            <ImageView
                android:id="@+id/noteFavorite"
                android:contentDescription="@string/menu_favorite"
                android:padding="16dp"
                android:layout_width="wrap_content"
                android:layout_height="match_parent"
                android:background="?attr/selectableItemBackgroundBorderless"
                android:contentDescription="@string/menu_favorite"
                android:padding="@dimen/spacer_2x"
                tools:src="@drawable/ic_star_yellow_24dp" />

            <androidx.appcompat.widget.AppCompatImageView