aboutsummaryrefslogtreecommitdiffstats
path: root/main/res
diff options
context:
space:
mode:
authorrsudev <rasch@munin-soft.de>2013-10-18 12:13:35 +0200
committerrsudev <rasch@munin-soft.de>2013-10-18 14:07:16 +0200
commite6606ad7690c84c9ee03c9195859382e9ae1de6b (patch)
tree1c0f361e96954df04df6994065ee9c991856ebc1 /main/res
parent3e80f82fec4d8148562ae125f1c1ec14f65783f0 (diff)
downloadcgeo-e6606ad7690c84c9ee03c9195859382e9ae1de6b.zip
cgeo-e6606ad7690c84c9ee03c9195859382e9ae1de6b.tar.gz
cgeo-e6606ad7690c84c9ee03c9195859382e9ae1de6b.tar.bz2
Fixes part of #2976, allow to manually select map directory
Add a directory selection button to map selection. Fix issues with updating map sources preference after selecting a map file. Fix issues with listing map source if only a directory was defined.
Diffstat (limited to 'main/res')
-rw-r--r--main/res/layout/gpx.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/res/layout/gpx.xml b/main/res/layout/gpx.xml
index c48c28f..948c265 100644
--- a/main/res/layout/gpx.xml
+++ b/main/res/layout/gpx.xml
@@ -6,6 +6,11 @@
<include layout="@layout/actionbar" />
+ <Button
+ android:id="@+id/select_dir"
+ style="@style/button_full"
+ android:visibility="gone"/>
+
<ListView
android:id="@android:id/list"
android:layout_width="fill_parent"