QS-Clock: Clock size & Clock Colors options [2/2]

Few Addons in the commit -

1. Separate SB & Qs Clock Styling
2. Beautify n Categorize it
3. This one is for Inteded Pun

Change-Id: Icc501b6c6872b14ce21d8bc7d0632c71deb360f7
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
ZeNiXxX
2020-07-26 14:38:02 +05:30
committed by Hưng Phan
parent 06ab541376
commit c2dc90c18c
3 changed files with 40 additions and 0 deletions

View File

@@ -121,6 +121,27 @@
android:icon="@drawable/ic_color"
android:title="@string/status_bar_clock_color_title"
android:defaultValue="0xffffffff" />
<PreferenceCategory
android:title="@string/qs_clock_styling">
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="qs_header_clock_size"
android:dependency="status_bar_clock"
android:title="@string/qs_clock_font_size_title"
android:max="30"
settings:min="10"
android:defaultValue="14"
settings:units="dp"/>
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="qs_header_clock_color"
android:dependency="status_bar_clock"
android:title="@string/qs_clock_color_title"
android:defaultValue="0xffffffff" />
</PreferenceCategory>
</PreferenceScreen>