From 6892aefb4ab8ff30c89ac8f24c8469f6550c667e Mon Sep 17 00:00:00 2001 From: OdSazib Date: Sat, 31 Oct 2020 14:49:48 +0600 Subject: [PATCH] sdm660-common: DeviceSettings: Fix tint according to theme --- DeviceSettings/res/drawable/ic_device.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DeviceSettings/res/drawable/ic_device.xml b/DeviceSettings/res/drawable/ic_device.xml index d25332d0..611b722e 100644 --- a/DeviceSettings/res/drawable/ic_device.xml +++ b/DeviceSettings/res/drawable/ic_device.xml @@ -4,7 +4,8 @@ android:width="24dp" android:height="24dp" android:viewportWidth="24" - android:viewportHeight="24"> + android:viewportHeight="24" + android:tint="?android:attr/colorControlNormal">