From c68392aaf2abee35ec0f42580dce58a3f3512e14 Mon Sep 17 00:00:00 2001 From: pix106 Date: Sun, 7 Nov 2021 07:48:01 +0100 Subject: [PATCH] sdm660-common: DeviceSettings: fix icon color in dark/light mode Signed-off-by: pix106 --- DeviceSettings/res/drawable/ic_mi.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DeviceSettings/res/drawable/ic_mi.xml b/DeviceSettings/res/drawable/ic_mi.xml index 2de4d0fa..269507f4 100644 --- a/DeviceSettings/res/drawable/ic_mi.xml +++ b/DeviceSettings/res/drawable/ic_mi.xml @@ -4,9 +4,10 @@ android:width="24dp" android:height="24dp" android:viewportWidth="24" - android:viewportHeight="24"> + android:viewportHeight="24" + android:tint="?android:attr/colorControlNormal">