Cherish: Add pixel style lockscreen weather based OmniJaws
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -922,6 +922,7 @@
|
||||
<string name="lockscreen_weather_enabled_info">Requires weather service to be enabled</string>
|
||||
<string name="lockscreen_weather_location_title">Weather location</string>
|
||||
<string name="lockscreen_weather_location_summary">Display current weather location</string>
|
||||
|
||||
<string name="lockscreen_weather_style_title">Pixel style</string>
|
||||
<string name="lockscreen_weather_style_summary">Display weather as separate row</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -64,6 +64,13 @@
|
||||
android:title="@string/lockscreen_weather_location_title"
|
||||
android:summary="@string/lockscreen_weather_location_summary"
|
||||
android:dependency="lockscreen_weather_enabled" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="lockscreen_weather_style"
|
||||
android:title="@string/lockscreen_weather_style_title"
|
||||
android:summary="@string/lockscreen_weather_style_summary"
|
||||
android:dependency="lockscreen_weather_enabled" />
|
||||
|
||||
|
||||
<!-- Udfps options -->
|
||||
<PreferenceCategory
|
||||
|
||||
Reference in New Issue
Block a user