From 6968e32ed9489215b8aab081b7439eb545ff21f3 Mon Sep 17 00:00:00 2001 From: Avinash Vadlamudi Date: Fri, 12 May 2023 12:18:03 +0000 Subject: [PATCH] [Auto Pin Confirmation]: Fix the color token for the checkbox fill icon Bug: 281946128 Test: Manual test by flashing and testing on device Change-Id: I182e530bc39620582a0c228ab3d5934638474da2 --- res/drawable/ic_check_circle_filled_24dp.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/drawable/ic_check_circle_filled_24dp.xml b/res/drawable/ic_check_circle_filled_24dp.xml index 9d2e296ef2f..507bf678ae2 100644 --- a/res/drawable/ic_check_circle_filled_24dp.xml +++ b/res/drawable/ic_check_circle_filled_24dp.xml @@ -20,7 +20,7 @@ android:height="24dp" android:viewportWidth="24" android:viewportHeight="24" - android:tint="?androidprv:attr/materialColorPrimaryContainer"> + android:tint="?android:attr/colorPrimary">