Add font size preference.
Shamelessly stolen from SpareParts. Change-Id: I5bcdc5c738a0b2af7e7bd8dae303997c28298086
This commit is contained in:
@@ -137,6 +137,26 @@
|
||||
<item>1800000</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="entries_font_size">
|
||||
<item>Extremely Small</item>
|
||||
<item>Extra Small</item>
|
||||
<item>Small</item>
|
||||
<item>Normal</item>
|
||||
<item>Large</item>
|
||||
<item>Extra Large</item>
|
||||
<item>Extremely Large</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="entryvalues_font_size">
|
||||
<item>0.70</item>
|
||||
<item>0.85</item>
|
||||
<item>0.95</item>
|
||||
<item>1.0</item>
|
||||
<item>1.05</item>
|
||||
<item>1.15</item>
|
||||
<item>1.30</item>
|
||||
</string-array>
|
||||
|
||||
<!-- TTS settings -->
|
||||
|
||||
<!-- Default speech rate choices -->
|
||||
|
@@ -1432,6 +1432,12 @@
|
||||
<string name="screen_timeout_summary">Screen turns off automatically after <xliff:g id="timeout_description">%1$s</xliff:g></string>
|
||||
<!-- Sound & display settings screen, setting option name to change whether the screen adjusts automatically based on lighting conditions -->
|
||||
<string name="automatic_brightness">Automatic brightness</string>
|
||||
<!-- [CHAR LIMIT=30] Sound & display settings screen, setting option name to change font size -->
|
||||
<string name="title_font_size">Font size</string>
|
||||
<!-- [CHAR LIMIT=40] Sound & display settings screen, setting option summary to change font size -->
|
||||
<string name="summary_font_size">Overall size of fonts</string>
|
||||
<!-- [CHAR LIMIT=40] Sound & display settings screen, title of dialog for picking font size -->
|
||||
<string name="dialog_title_font_size">Select font size</string>
|
||||
|
||||
<!-- SIM lock settings title -->
|
||||
<string name="sim_lock_settings">SIM card lock settings</string>
|
||||
|
Reference in New Issue
Block a user