Fix favorite icon color on swipe

This commit is contained in:
Niedermann IT-Dienstleistungen 2018-09-16 13:57:04 +02:00
parent c2bb8d953d
commit 20b41847fd

View file

@ -13,7 +13,7 @@
android:layout_marginLeft="@dimen/button_padding" android:layout_marginLeft="@dimen/button_padding"
android:layout_marginStart="@dimen/button_padding" android:layout_marginStart="@dimen/button_padding"
android:contentDescription="@string/menu_favorite" android:contentDescription="@string/menu_favorite"
android:src="@drawable/ic_star_yellow_24dp" /> android:src="@drawable/ic_star_white_24dp" />
<ImageView <ImageView
android:id="@+id/noteDeleteRight" android:id="@+id/noteDeleteRight"