diff options
| author | rsudev <rasch@munin-soft.de> | 2013-10-18 15:02:48 +0200 |
|---|---|---|
| committer | rsudev <rasch@munin-soft.de> | 2013-10-18 15:02:48 +0200 |
| commit | 2a74f5c1f3c11ba217d6b8cb732ddc3ce4610d4b (patch) | |
| tree | 1ab2c052bb0cf5178a98c57846f1f7cccb247ae9 /main/res/layout | |
| parent | 65bb33e849dd0f101df801d5e1334fe30ea974b8 (diff) | |
| parent | e6606ad7690c84c9ee03c9195859382e9ae1de6b (diff) | |
| download | cgeo-2a74f5c1f3c11ba217d6b8cb732ddc3ce4610d4b.zip cgeo-2a74f5c1f3c11ba217d6b8cb732ddc3ce4610d4b.tar.gz cgeo-2a74f5c1f3c11ba217d6b8cb732ddc3ce4610d4b.tar.bz2 | |
Merge branch 'release' into master_dev
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/gpx.xml | 5 |
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" |
