mirror of
https://github.com/ZCShou/GoGoGo.git
synced 2026-06-05 21:00:50 +08:00
fix: the coordinate values in the input are allowed to be negative
This commit is contained in:
parent
8ef17c2ee8
commit
33e7e84ba7
@ -14,6 +14,7 @@
|
||||
android:autofillHints="longitude"
|
||||
android:hint="@string/label_longitude"
|
||||
android:inputType="numberDecimal"
|
||||
android:digits="-0123456789."
|
||||
android:minHeight="48dp" />
|
||||
|
||||
<EditText
|
||||
@ -25,6 +26,7 @@
|
||||
android:autofillHints="latitude"
|
||||
android:hint="@string/label_latitude"
|
||||
android:inputType="numberDecimal"
|
||||
android:digits="-0123456789."
|
||||
android:minHeight="48dp" />
|
||||
|
||||
<RadioGroup
|
||||
|
||||
Loading…
Reference in New Issue
Block a user