altosui/altosdroid: Disable offline map type selections
[fw/altos] / altosdroid / res / layout / map_preload.xml
index dc613bf2d45f290505792ffbb6656124f3be8f4a..4e60df2df4324ae9948c01f2a00bbb57c1f9c367 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"
                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"
                android:text="@string/preload_types"
                />
+<!--
       <CheckBox android:id="@+id/preload_hybrid"
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"
@@ -81,6 +83,7 @@
                android:layout_height="wrap_content"
                android:text="@string/preload_terrain"
                />
+-->
       <TextView android:id="@+id/preload_min_zoom_label"
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"