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
This commit is contained in:
@@ -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"
|
||||
|
@@ -218,7 +218,4 @@
|
||||
|
||||
<!-- 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>
|
||||
|
Reference in New Issue
Block a user