From ef7d548be25fbcb8c373348c545e1662565f79a3 Mon Sep 17 00:00:00 2001 From: Lucas Dupin Date: Wed, 3 Feb 2021 17:14:43 -0800 Subject: [PATCH] Change QS drag handle color It should be using the secondary color instead of primary Test: visual Bug: 171916625 Change-Id: I01fd854eb0b265f2391313813acf4c3dc7e60145 --- packages/SystemUI/res/drawable/qs_footer_drag_handle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/res/drawable/qs_footer_drag_handle.xml b/packages/SystemUI/res/drawable/qs_footer_drag_handle.xml index 59dad0e9ee156..b8ea622fb385c 100644 --- a/packages/SystemUI/res/drawable/qs_footer_drag_handle.xml +++ b/packages/SystemUI/res/drawable/qs_footer_drag_handle.xml @@ -17,6 +17,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > + android:color="?android:attr/textColorSecondary" />