From ecbef6734c583488c1571b57321dcc612f12e22c Mon Sep 17 00:00:00 2001 From: lgjint <78463565+lgjint@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:56:50 +0800 Subject: [PATCH] Fix microG settings icon not following system theme --- .../src/main/res/drawable-v21/ic_app_settings_system.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/play-services-core/src/main/res/drawable-v21/ic_app_settings_system.xml b/play-services-core/src/main/res/drawable-v21/ic_app_settings_system.xml index 3e10efc387..cfae14c650 100644 --- a/play-services-core/src/main/res/drawable-v21/ic_app_settings_system.xml +++ b/play-services-core/src/main/res/drawable-v21/ic_app_settings_system.xml @@ -7,7 +7,8 @@ android:width="24dp" android:height="24dp" android:viewportWidth="225.27" - android:viewportHeight="225.27"> + android:viewportHeight="225.27" + android:tint="?android:attr/colorControlNormal">