Fix b/242989581: The two battery charts have the same label
Bug: 242989581 Fix: 242989581 Test: manual Change-Id: I8fc6c13351b46f4e29daf2f28201d99d8087092f
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
android:layout_height="170dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:visibility="gone"
|
||||
android:contentDescription="@string/battery_usage_chart"
|
||||
android:contentDescription="@string/daily_battery_usage_chart"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
settings:textColor="?android:attr/textColorSecondary" />
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
android:layout_height="170dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:visibility="visible"
|
||||
android:contentDescription="@string/battery_usage_chart"
|
||||
android:contentDescription="@string/hourly_battery_usage_chart"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
settings:textColor="?android:attr/textColorSecondary" />
|
||||
<!-- Use non-scalable text size from text_size_small_material -->
|
||||
|
Reference in New Issue
Block a user