diff options
Diffstat (limited to 'main/res')
| -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" |
