Merge "Draw vertical data usage sweep labels."
This commit is contained in:
@@ -56,14 +56,16 @@
|
||||
<enum name="horizontal" value="0" />
|
||||
<enum name="vertical" value="1" />
|
||||
</attr>
|
||||
<attr name="showLabel" format="boolean" />
|
||||
<attr name="labelSize" format="dimension" />
|
||||
<attr name="labelTemplate" format="reference" />
|
||||
<attr name="labelColor" format="color" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="ChartGridView">
|
||||
<attr name="primaryDrawable" format="reference" />
|
||||
<attr name="secondaryDrawable" format="reference" />
|
||||
<attr name="borderDrawable" format="reference" />
|
||||
<attr name="labelColor" format="color" />
|
||||
<attr name="labelColor" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="ChartNetworkSeriesView">
|
||||
|
@@ -3414,7 +3414,9 @@ found in the list of installed applications.</string>
|
||||
<string name="data_usage_disabled_dialog_enable">Re-enable data</string>
|
||||
|
||||
<!-- Label displaying current network data usage warning threshold. [CHAR LIMIT=18] -->
|
||||
<string name="data_usage_sweep_warning"><font size="32"><xliff:g id="number" example="128">%1$s</xliff:g></font> <font size="12"><xliff:g id="unit" example="KB">%2$s</xliff:g></font>\n<font size="12">warning</font></string>
|
||||
<string name="data_usage_sweep_warning"><font size="21"><xliff:g id="number" example="128">^1</xliff:g></font> <font size="9"><xliff:g id="unit" example="KB">^2</xliff:g></font>\n<font size="12">warning</font></string>
|
||||
<!-- Label displaying current network data usage limit threshold. [CHAR LIMIT=18] -->
|
||||
<string name="data_usage_sweep_limit"><font size="21"><xliff:g id="number" example="128">^1</xliff:g></font> <font size="9"><xliff:g id="unit" example="KB">^2</xliff:g></font>\n<font size="12">limit</font></string>
|
||||
|
||||
<!-- Button at the bottom of the CryptKeeper screen to make an emergency call. -->
|
||||
<string name="cryptkeeper_emergency_call">Emergency call</string>
|
||||
|
Reference in New Issue
Block a user