diff --git a/res/layout/battery_chart_graph.xml b/res/layout/battery_chart_graph.xml index df481443e83..b95c6604be2 100644 --- a/res/layout/battery_chart_graph.xml +++ b/res/layout/battery_chart_graph.xml @@ -29,14 +29,24 @@ android:layout_marginVertical="16dp" android:textAppearance="?android:attr/textAppearanceSmall" android:textColor="?android:attr/textColorSecondary" - android:text="@string/battery_usage_chart_graph_hint" /> + android:text="@string/battery_usage_chart_graph_hint_last_full_charge" /> + + diff --git a/res/layout/card_preference.xml b/res/layout/card_preference.xml index be49ca3d41d..39523eb6cae 100644 --- a/res/layout/card_preference.xml +++ b/res/layout/card_preference.xml @@ -57,6 +57,30 @@ android:maxLines="10" style="@style/PreferenceSummaryTextStyle"/> + +