From b093ede6d97c3e356360c156ce2baa5f438f11d7 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Wed, 12 Aug 2015 18:05:24 +0200 Subject: [PATCH] Fixed wrong check mark color in grid item --- app/src/main/res/layout/item_grid.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/item_grid.xml b/app/src/main/res/layout/item_grid.xml index 43a35357..c628bb7b 100644 --- a/app/src/main/res/layout/item_grid.xml +++ b/app/src/main/res/layout/item_grid.xml @@ -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" />