mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-12 02:45:49 +01:00
move weather to another screen
This commit is contained in:
parent
34c3737f3c
commit
17a820028e
@ -110,7 +110,8 @@
|
||||
<string name="pref_call_privacy_mode_number">Hide number but display name</string>
|
||||
<string name="pref_call_privacy_mode_complete">Hide name and number</string>
|
||||
|
||||
<string name="pref_title_weather_location">Weather location</string>
|
||||
<string name="pref_title_weather">Weather</string>
|
||||
<string name="pref_title_weather_location">Weather location (CM/LOS)</string>
|
||||
|
||||
<string name="pref_blacklist">Blacklist Apps</string>
|
||||
<string name="pref_blacklist_calendars">Blacklist Calendars</string>
|
||||
@ -497,6 +498,7 @@
|
||||
<string name="_pebble_watch_open_on_phone">Open on phone</string>
|
||||
<string name="_pebble_watch_mute">Mute</string>
|
||||
<string name="_pebble_watch_reply">Reply</string>
|
||||
|
||||
<string name="kind_firmware">Firmware</string>
|
||||
<string name="kind_invalid">Invalid data</string>
|
||||
<string name="kind_font">Font</string>
|
||||
@ -505,6 +507,7 @@
|
||||
<string name="kind_gps_cep">GPS Error Correction</string>
|
||||
<string name="kind_resources">Resources</string>
|
||||
<string name="kind_watchface">Watchface</string>
|
||||
|
||||
<string name="devicetype_unknown">Unknown Device</string>
|
||||
<string name="devicetype_test">Test Device</string>
|
||||
<string name="devicetype_pebble">Pebble</string>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user