mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
move weather to another screen
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user