Q-Clock: Transform Q Clock to X Clock [2/2]
SDB: add a switch to align text clock to center Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
committed by
Hưng Phan
parent
96d32382cd
commit
fa42b5a1ae
@@ -481,4 +481,8 @@
|
||||
<string name="lockscreen_date_selection_str_gradient">Gradient</string>
|
||||
<string name="lockscreen_date_selection_str_border_accent">Dark with accented borders</string>
|
||||
<string name="lockscreen_date_selection_str_border_gradient">Dark with gradient borders</string>
|
||||
|
||||
<!-- Q To X Clock -->
|
||||
<string name="center_text_clock_title">Center Text Clock</string>
|
||||
<string name="center_text_clock_summary">Tranform Q-Clock to X-Clock</string>
|
||||
</resources>
|
||||
|
||||
@@ -60,6 +60,12 @@
|
||||
android:entryValues="@array/lockscreen_date_selection_values"
|
||||
android:defaultValue="0" />
|
||||
|
||||
<com.cherish.settings.preferences.SecureSettingSwitchPreference
|
||||
android:key="center_text_clock"
|
||||
android:title="@string/center_text_clock_title"
|
||||
android:summary="@string/center_text_clock_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<ListPreference
|
||||
android:key="lock_clock_fonts"
|
||||
android:title="@string/lock_clock_font_title"
|
||||
|
||||
Reference in New Issue
Block a user