Add 'system default' option for time picker preference
This commit is contained in:
parent
2f82316b48
commit
fd6f313a58
@ -5,14 +5,14 @@
|
|||||||
<!-- Time picker style -->
|
<!-- Time picker style -->
|
||||||
<string name="key_time_picker_style">key_time_picker_style</string>
|
<string name="key_time_picker_style">key_time_picker_style</string>
|
||||||
<string name="title_time_picker_style">Time picker style</string>
|
<string name="title_time_picker_style">Time picker style</string>
|
||||||
|
<string name="system_default">System default</string>
|
||||||
<!-- Internally, we refer to this picker as a numpad because it's concise.
|
<!-- Internally, we refer to this picker as a numpad because it's concise.
|
||||||
However, "numeric keypad" is more descriptive when describing the style to users. -->
|
However, "numeric keypad" is more descriptive when describing the style to users. -->
|
||||||
<string name="number_pad">Numeric keypad</string>
|
<string name="number_pad">Numeric keypad</string>
|
||||||
<!--<string name="radial_clock">Radial clock</string>-->
|
|
||||||
<string name="grid_selector">Grid selector</string>
|
<string name="grid_selector">Grid selector</string>
|
||||||
<string-array name="array_time_picker_styles">
|
<string-array name="array_time_picker_styles">
|
||||||
|
<item>@string/system_default</item>
|
||||||
<item>@string/number_pad</item>
|
<item>@string/number_pad</item>
|
||||||
<!--<item>@string/radial_clock</item>-->
|
|
||||||
<item>@string/grid_selector</item>
|
<item>@string/grid_selector</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user