Cherish: Clock Size Settings
Signed-off-by: strwbrry143 <alexfinhart@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -38,6 +38,14 @@
|
||||
android:entries="@array/qs_system_info_entries"
|
||||
android:entryValues="@array/qs_system_info_values"
|
||||
android:defaultValue="0" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
|
||||
android:key="qs_header_clock_size"
|
||||
android:title="@string/qs_clock_font_size_title"
|
||||
android:max="27"
|
||||
settings:min="10"
|
||||
android:defaultValue="14"
|
||||
settings:units="dp"/>
|
||||
|
||||
|
||||
<!-- QS date -->
|
||||
|
||||
@@ -50,6 +50,14 @@
|
||||
android:title="@string/status_bar_clock_title"
|
||||
android:summary="@string/status_bar_clock_summary"
|
||||
android:fragment="com.cherish.settings.fragments.Clock" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
|
||||
android:key="status_bar_clock_size"
|
||||
android:title="@string/status_bar_clock_font_size_title"
|
||||
android:max="20"
|
||||
settings:min="4"
|
||||
android:defaultValue="14"
|
||||
settings:units="dp"/>
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="data_disabled_icon"
|
||||
|
||||
Reference in New Issue
Block a user