Cherish:Add switches for Weather Image as well
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
committed by
Hưng Phan
parent
e43f47cf7a
commit
afc4d880b1
@@ -36,12 +36,18 @@
|
||||
android:icon="@drawable/ic_info_outline_24dp"
|
||||
android:persistent="false"
|
||||
android:summary="@string/weather_icon_pack_info_title" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="lockscreen_weather_show_image"
|
||||
android:title="@string/lockscreen_weather_show_image_title"
|
||||
android:summary="@string/lockscreen_weather_show_image_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="lockscreen_weather_show_city"
|
||||
android:title="@string/lockscreen_weather_show_city_title"
|
||||
android:summary="@string/lockscreen_weather_show_city_summary"
|
||||
android:defaultValue="false" />
|
||||
android:defaultValue="true" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="lockscreen_weather_show_temp"
|
||||
|
||||
Reference in New Issue
Block a user