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 -->
|
||||
|
@@ -6456,6 +6456,10 @@
|
||||
<string name="battery_usage_screen_footer_empty">Battery usage data will be available after you use your phone for a few hours</string>
|
||||
<!-- [CHAR_LIMIT=NONE] Accessibility content description for battery chart view. -->
|
||||
<string name="battery_usage_chart">Battery usage chart</string>
|
||||
<!-- [CHAR_LIMIT=NONE] Accessibility content description for daily battery chart view. -->
|
||||
<string name="daily_battery_usage_chart">Daily battery usage chart</string>
|
||||
<!-- [CHAR_LIMIT=NONE] Accessibility content description for hourly battery chart view. -->
|
||||
<string name="hourly_battery_usage_chart">Hourly battery usage chart</string>
|
||||
<!-- Process Stats strings -->
|
||||
<skip />
|
||||
|
||||
|
Reference in New Issue
Block a user