Add ring indicator for battery level

Bug: 343317785
Test: atest AdvancedBluetoothDetailsHeaderControllerTest
Flag: com.android.settings.flags.enable_bluetooth_device_details_polish
Change-Id: Ib657db60be8d377ea990674c4d2438ea8a6854d0
This commit is contained in:
Haijie Hong
2024-07-03 11:29:41 +08:00
parent 62db4b3a4d
commit 5d96249d6e
6 changed files with 78 additions and 13 deletions

View File

@@ -218,4 +218,7 @@
<!-- Switch bar disabled state color-->
<color name="switch_bar_state_disabled_color">#1F1F1F1F</color>
<!-- Battery ring indicator color in bluetooth device details -->
<color name="bluetooth_battery_ring_indicator_color">#9ED582</color>
</resources>