move weather to another screen

This commit is contained in:
Andreas Shimokawa
2017-12-16 23:42:50 +01:00
parent 34c3737f3c
commit 17a820028e
2 changed files with 9 additions and 4 deletions
+5 -3
View File
@@ -41,9 +41,11 @@
android:key="measurement_system"
android:summary="%s"
android:title="@string/pref_title_unit_system" />
<EditTextPreference
android:key="weather_city"
android:title="@string/pref_title_weather_location" />
<PreferenceScreen android:title="@string/pref_title_weather">
<EditTextPreference
android:key="weather_city"
android:title="@string/pref_title_weather_location" />
</PreferenceScreen>
<CheckBoxPreference
android:defaultValue="false"
android:key="minimize_priority"