From bb29a8533c592bdfff03a975b9621e2876d73752 Mon Sep 17 00:00:00 2001 From: Galia Peycheva Date: Tue, 18 May 2021 16:52:32 +0200 Subject: [PATCH] Fix tv volume control icon color The color of the volume control icon is currently set to android:textColorPrimaryInverse, because of the color extraction colors set in the device default theme. This CL fixes the color of the icon for tv Bug: 188391270 Test: m && flash && check manually that volume control works Change-Id: Ib605c643001fc9e6c170abd937dd3559a6778a57 --- packages/SystemUI/res/values-television/styles.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/res/values-television/styles.xml b/packages/SystemUI/res/values-television/styles.xml index 5772f9d0cc52d..00217fb39b93b 100644 --- a/packages/SystemUI/res/values-television/styles.xml +++ b/packages/SystemUI/res/values-television/styles.xml @@ -25,6 +25,7 @@