[SQUASH]Cherish:Status bar weather [2/2]

@hungphan2001:Bring to Android 11

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
LorDClockaN
2020-05-21 15:33:04 +10:00
committed by Hưng Phan
parent 7d79cc9d06
commit 8534a50c8b
6 changed files with 138 additions and 0 deletions

View File

@@ -39,6 +39,23 @@
android:summary="@string/clock_style_category_summary"
android:fragment="com.cherish.settings.fragments.ClockSettings" />
<ListPreference
android:key="status_bar_weather"
android:title="@string/statusbar_weather_title"
android:dialogTitle="@string/statusbar_weather_dialog_title"
android:entries="@array/status_bar_weather_entries"
android:icon="@drawable/ic_sb_weather_icon"
android:entryValues="@array/status_bar_weather_values" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="status_bar_show_weather_location"
android:icon="@drawable/ic_sb_weather_icon_nav"
android:title="@string/status_bar_weather_location_title"
android:entries="@array/weather_entries"
android:entryValues="@array/weather_values"
android:summary="%s"
android:defaultValue="0" />
<Preference
android:title="@string/statusbar_items_title"
android:icon="@drawable/ic_shortcuts">