Switch from GPLv2 to GPLv2+
[fw/altos] / altosdroid / res / layout / map_preload.xml
index dc613bf2d45f290505792ffbb6656124f3be8f4a..321e5ee3f824c22f603b3f67ed06c1d6392af192 100644 (file)
@@ -4,7 +4,8 @@
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
-  the Free Software Foundation; version 2 of the License.
+  the Free Software Foundation; either version 2 of the License, or
+  (at your option) any later version.
 
   This program is distributed in the hope that it will be useful, but
   WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -45,7 +46,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"/>
       <TextView android:id="@+id/preload_longitude_label"
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"
@@ -55,7 +56,7 @@
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"
                android:hint="@string/preload_longitude_label"
-               android:inputType="number"/>
+               android:inputType="number|numberSigned|numberDecimal"/>
       <TextView android:id="@+id/preload_types"
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"