Cherish:Lockscreen date styles [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -395,4 +395,17 @@
|
||||
<item>9</item>
|
||||
<item>10</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Lockscreen date styles -->
|
||||
<string-array name="lockscreen_date_selection_entries" translatable="false">
|
||||
<item>@string/lockscreen_date_selection_default</item>
|
||||
<item>@string/lockscreen_date_selection_str_box</item>
|
||||
<item>@string/lockscreen_date_selection_str_round</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="lockscreen_date_selection_values" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -466,4 +466,11 @@
|
||||
<string name="lockscreen_clock_text_style">Text clock</string>
|
||||
<string name="lockscreen_clock_analog_style">Analog Q Style</string>
|
||||
<string name="lockscreen_clock_analog_num_style">Analog clock(number)</string>
|
||||
|
||||
<!-- Lockscreen Date styles -->
|
||||
<string name="lockscreen_date_selection_title">Date style</string>
|
||||
<string name="lockscreen_date_dialog_title">Select date style</string>
|
||||
<string name="lockscreen_date_selection_default">Default</string>
|
||||
<string name="lockscreen_date_selection_str_box">Semi-transparent box</string>
|
||||
<string name="lockscreen_date_selection_str_round">Semi-transparent box (round)</string>
|
||||
</resources>
|
||||
|
||||
@@ -52,6 +52,14 @@
|
||||
android:entryValues="@array/lockscreen_clock_values"
|
||||
android:defaultValue="2" />
|
||||
|
||||
<com.cherish.settings.preferences.SecureSettingListPreference
|
||||
android:key="lockscreen_date_selection"
|
||||
android:title="@string/lockscreen_date_selection_title"
|
||||
android:dialogTitle="@string/lockscreen_date_dialog_title"
|
||||
android:entries="@array/lockscreen_date_selection_entries"
|
||||
android:entryValues="@array/lockscreen_date_selection_values"
|
||||
android:defaultValue="0" />
|
||||
|
||||
<ListPreference
|
||||
android:key="lock_clock_fonts"
|
||||
android:title="@string/lock_clock_font_title"
|
||||
|
||||
Reference in New Issue
Block a user