Merge "Update StorageSummaryDonutPreference content" into pi-dev am: 070238df13

am: 3ba6c42ab0

Change-Id: Ibb80c748317948ab1b5b62f606c06375ee0c1cc9
This commit is contained in:
Tony Huang
2018-04-26 20:09:01 -07:00
committed by android-build-merger
2 changed files with 4 additions and 0 deletions

View File

@@ -206,6 +206,8 @@ public class DonutView extends View {
.getDimension(
R.dimen.storage_donut_view_shrunken_label_text_size));
}
setContentDescription(getContext().getString(
R.string.join_many_items_middle, mPercentString, mFullString));
invalidate();
}