Fixed wrong check mark color in grid item

This commit is contained in:
Karim Abou Zeid 2015-08-12 18:05:24 +02:00
commit b093ede6d9

View file

@ -54,7 +54,7 @@
android:layout_gravity="center"
android:paddingBottom="68dp"
android:src="@drawable/ic_check_white_96dp"
android:tint="?android:textColorPrimary"
android:tint="?android:colorBackground"
android:visibility="gone"
tools:ignore="ContentDescription" />