Cherish:Add keyguard weather style (2/2)

DennySPb: use listpreference

Change-Id: I10c965a4a50d5c59f27c5019c3e0f1081734bf52
Signed-off-by: DennySPb <dennyspb@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Ali B
2019-06-04 13:54:38 +03:00
committed by Hưng Phan
parent 7287e081fc
commit fd8b4b59fa
4 changed files with 34 additions and 12 deletions

View File

@@ -207,6 +207,16 @@
android:summary="@string/lockscreen_weather_enabled_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="lockscreen_weather_style"
android:title="@string/lockscreen_weather_style_title"
android:dialogTitle="@string/lockscreen_weather_style_title"
android:entries="@array/lockscreen_weather_style_entries"
android:entryValues="@array/lockscreen_weather_style_values"
android:defaultValue="0"
android:dependency="lockscreen_weather_enabled"
android:summary="%s" />
<Preference
android:key="omnijaws_settings"
android:icon="@drawable/ic_weather"