1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-12 16:34:04 +02:00

preferences: set longitude/latitude inputType to "numberDecimal|numberSigned"

allows you to live west of 0°E ;)
Also pops up a better keyboard
This commit is contained in:
Andreas Shimokawa 2016-07-03 22:07:14 +02:00
parent a2c2e48719
commit 966b9abb87

View File

@ -190,13 +190,13 @@
android:title="@string/pref_title_location_aquire"/>
<EditTextPreference
android:maxLength="7"
android:digits="0123456789."
android:inputType="numberDecimal|numberSigned"
android:defaultValue="0"
android:key="location_latitude"
android:title="@string/pref_title_location_latitude" />
<EditTextPreference
android:maxLength="7"
android:digits="0123456789."
android:inputType="numberDecimal|numberSigned"
android:defaultValue="0"
android:key="location_longitude"
android:title="@string/pref_title_location_longitude" />