From 11865236b0146b8fafc10f4cf5f2e7c1eb9e3762 Mon Sep 17 00:00:00 2001 From: Haijie Hong Date: Mon, 22 Jul 2024 20:26:59 +0800 Subject: [PATCH] Update color of ring battery indicator Test: verify the color locally Bug: 343317785 Flag: com.android.settings.flags.enable_bluetooth_device_details_polish Change-Id: I96b7775dfca51c4304b413a9a56a6489d735f748 --- res/layout/advanced_bt_entity_sub.xml | 2 +- res/values/colors.xml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/res/layout/advanced_bt_entity_sub.xml b/res/layout/advanced_bt_entity_sub.xml index 90ac4567176..dd8e43a0f73 100644 --- a/res/layout/advanced_bt_entity_sub.xml +++ b/res/layout/advanced_bt_entity_sub.xml @@ -45,7 +45,7 @@ android:layout_gravity="center" android:indeterminate="false" app:trackColor="@android:color/transparent" - app:indicatorColor="@color/bluetooth_battery_ring_indicator_color" + app:indicatorColor="@color/settingslib_materialColorPrimary" app:trackThickness="4dp" app:indicatorSize="76dp" app:indicatorInset="0dp" diff --git a/res/values/colors.xml b/res/values/colors.xml index b0de8702049..6d925261979 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -218,7 +218,4 @@ #1F1F1F1F - - - #9ED582