From: Keith Packard Date: Mon, 14 Sep 2015 05:27:10 +0000 (-0700) Subject: altosdroid: Add minus sign and decimal point to lat/lon input fields X-Git-Tag: 1.6.2^2~58 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=f61c2b73f3b63aa9c3f0fbccede89c71580089ba;p=fw%2Faltos altosdroid: Add minus sign and decimal point to lat/lon input fields Some android devices always have change-sign and decimal-point keys visible, but some do not. Make sure they're available for lat/lon input. Signed-off-by: Keith Packard --- diff --git a/altosdroid/res/layout/map_preload.xml b/altosdroid/res/layout/map_preload.xml index dc613bf2..e8b0f26c 100644 --- a/altosdroid/res/layout/map_preload.xml +++ b/altosdroid/res/layout/map_preload.xml @@ -45,7 +45,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:hint="@string/preload_latitude_label" - android:inputType="number"/> + android:inputType="number|numberSigned|numberDecimal"/> + android:inputType="number|numberSigned|numberDecimal"/>