Cherish:Add Weather Omni Customizations

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
maxwen
2022-11-18 19:52:12 +07:00
committed by Hưng Phan
parent 68ff3a9cc0
commit 7695b0d745
5 changed files with 347 additions and 2 deletions

View File

@@ -73,8 +73,6 @@
android:title="@string/lock_screen_custom_clock_face_title"
android:entries="@array/lock_screen_custom_clock_face_entries"
android:entryValues="@array/lock_screen_custom_clock_face_values" />
</PreferenceCategory>
<SwitchPreference
android:key="kg_custom_clock_color_enabled"
@@ -107,6 +105,18 @@
android:title="@string/small_clock_doubleline_title"
android:summary="@string/small_clock_doubleline_summary"
android:defaultValue="false" />
</PreferenceCategory>
<PreferenceCategory
android:title="@string/weather_title">
<Preference
android:key="omnijaws_settings"
android:title="@string/qs_weather_settings_title"
android:summary="@string/qs_weather_settings_summary"
android:fragment="com.cherish.settings.fragments.OmniJawsSettings" />
</PreferenceCategory>
<!-- Udfps options -->
<PreferenceCategory