Cherish: introduce Big QS Clock optional [2/2]
Signed-off-by: 703joko <703joko@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -68,6 +68,28 @@
|
||||
android:title="@string/enable_clear_all_button"
|
||||
android:summary="@string/enable_clear_all_button_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="clock_header"
|
||||
android:title="@string/clock_header_title">
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="qs_clock_location"
|
||||
android:icon="@drawable/ic_clock"
|
||||
android:title="@string/qs_clock_location_title"
|
||||
android:summary="@string/qs_clock_location_summary"
|
||||
android:defaultValue="false"/>
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingListPreference
|
||||
android:key="clock_gravity"
|
||||
android:icon="@drawable/ic_clock"
|
||||
android:title="@string/cherish_clock_gravity_title"
|
||||
android:entries="@array/cherish_clock_gravity_entries"
|
||||
android:entryValues="@array/cherish_clock_gravity_values"
|
||||
android:summary="%s"
|
||||
android:defaultValue="0" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:title="@string/qs_show_brightness_slider_title">
|
||||
|
||||
Reference in New Issue
Block a user