Cherish:Statusbar weather [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
LorDClockaN
2019-11-12 18:24:04 +05:30
committed by Hưng Phan
parent 59293d7ff4
commit 246c09b035
5 changed files with 182 additions and 0 deletions

View File

@@ -38,6 +38,14 @@
android:title="@string/clock_style_category_title"
android:summary="@string/clock_style_category_summary"
android:fragment="com.cherish.settings.fragments.ClockSettings" />
<!-- Status Bar Weather -->
<Preference
android:key="status_bar_weather"
android:icon="@drawable/ic_weather"
android:title="@string/sb_weather_title"
android:summary="@string/sb_weather_summary"
android:fragment="com.cherish.settings.fragments.SBWeather" />
<Preference
android:title="@string/statusbar_items_title"