Merge "Band aid to fix overly long text in donut." into oc-dev am: b5abb2c1d2

am: 0be5066922

Change-Id: Icf83d3412e0c87c5dbcb98156c0310a6db5b7645
This commit is contained in:
Daniel Nishi
2017-06-06 17:46:33 +00:00
committed by android-build-merger
2 changed files with 21 additions and 2 deletions

View File

@@ -309,6 +309,12 @@
<!-- Padding between the donut and the storage summary. -->
<dimen name="storage_summary_padding_end">16dp</dimen>
<!-- Text size of the big number in the donut. -->
<dimen name="storage_donut_view_percent_text_size">30sp</dimen>
<!-- Text size of the label text in the donut. -->
<dimen name="storage_donut_view_label_text_size">14sp</dimen>
<!-- Text size of the label text in the donut if the label text is long. -->
<dimen name="storage_donut_view_shrunken_label_text_size">10sp</dimen>
<!-- Battery meter view size -->
<dimen name="battery_meter_width">66dp</dimen>