From 8eb48eeec5f542e6ce1d4575a55d2e034dbe88e7 Mon Sep 17 00:00:00 2001 From: Matt Casey Date: Tue, 24 May 2022 16:06:12 +0000 Subject: Fix chooser handle color. Use themed value instead of constant. Bug: 233752116 Test: Visual inspection Change-Id: Ie74065c69bc8448f5e34d63e66e38a7be64cef1a --- core/res/res/layout/chooser_grid.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/layout/chooser_grid.xml b/core/res/res/layout/chooser_grid.xml index 6e3a11af27a7..b102b4bb2124 100644 --- a/core/res/res/layout/chooser_grid.xml +++ b/core/res/res/layout/chooser_grid.xml @@ -41,7 +41,7 @@ android:src="@drawable/ic_drag_handle" android:layout_marginTop="@dimen/chooser_edge_margin_thin" android:layout_marginBottom="@dimen/chooser_edge_margin_thin" - android:tint="@color/lighter_gray" + android:tint="?attr/colorSurfaceVariant" android:layout_centerHorizontal="true" android:layout_alignParentTop="true" /> -- cgit v1.2.3-59-g8ed1b