Cherish: Setup default lockscreen customization values [2/2]

Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
minaripenguin
2022-11-23 08:08:55 +08:00
committed by Hưng Phan
parent f8fb3ce9dc
commit 17f835b41a

View File

@@ -78,12 +78,12 @@
android:key="kg_custom_clock_color_enabled"
android:title="@string/lockscreen_clock_color_title"
android:summary="@string/lockscreen_clock_color_summary"
android:defaultValue="false" />
android:defaultValue="true" />
<net.margaritov.preference.colorpicker.SecureSettingColorPickerPreference
android:key="kg_custom_clock_color"
android:title="@string/kg_custom_clock_color_title"
android:defaultValue="0x92FFFFFF"
android:defaultValue="0xFFFFFFFF"
android:dependency="kg_custom_clock_color_enabled"/>
<com.cherish.settings.preferences.SecureSettingListPreference
@@ -91,20 +91,20 @@
android:title="@string/kg_custom_clock_font_title"
android:entries="@array/kg_custom_clock_font_entries"
android:entryValues="@array/kg_custom_clock_font_values"
android:defaultValue="0"/>
android:defaultValue="23"/>
<com.cherish.settings.preferences.SecureSettingListPreference
android:key="kg_custom_date_font"
android:title="@string/kg_custom_date_font_title"
android:entries="@array/kg_custom_clock_font_entries"
android:entryValues="@array/kg_custom_clock_font_values"
android:defaultValue="0"/>
android:defaultValue="23"/>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="small_clock_double_line"
android:title="@string/small_clock_doubleline_title"
android:summary="@string/small_clock_doubleline_summary"
android:defaultValue="false" />
android:defaultValue="true" />
</PreferenceCategory>