altosui/altosdroid: Disable offline map type selections
[fw/altos] / altosdroid / res / layout / map_preload.xml
index 1d1fca32cca2811f7fec67a7a7262aa6055181e7..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"
               android:prompt="@string/preload_max_zoom"
               android:spinnerMode="dropdown"
               />
-      <TextView android:id="@+id/preload_tile_radius_label"
+      <TextView android:id="@+id/preload_radius_label"
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"
-               android:text="@string/preload_tile_radius"
+               android:text="@string/preload_radius"
                />
-      <Spinner android:id="@+id/preload_tile_radius"
+      <Spinner android:id="@+id/preload_radius"
               android:layout_width="fill_parent"
               android:layout_height="wrap_content"
-              android:prompt="@string/preload_tile_radius"
+              android:prompt="@string/preload_radius"
               android:spinnerMode="dropdown"
               />
       <Button android:id="@+id/preload_load"