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

allows you to live west of 0°E ;)
Also pops up a better keyboard
master
Andreas Shimokawa 2016-07-03 22:07:14 +02:00
parent a2c2e48719
commit 966b9abb87
1 changed files with 2 additions and 2 deletions

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" />