diff options
Diffstat (limited to 'main/res/layout/cachedetail_waypoints_page.xml')
| -rw-r--r-- | main/res/layout/cachedetail_waypoints_page.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/main/res/layout/cachedetail_waypoints_page.xml b/main/res/layout/cachedetail_waypoints_page.xml new file mode 100644 index 0000000..8a24aa8 --- /dev/null +++ b/main/res/layout/cachedetail_waypoints_page.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?>
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent" >
+
+ <LinearLayout
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical"
+ android:padding="4dip" >
+
+ <LinearLayout
+ android:id="@+id/waypoints"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical" >
+ </LinearLayout>
+
+ <Button
+ android:id="@+id/add_waypoint"
+ style="@style/button_full"
+ android:layout_marginTop="9dp"
+ android:text="@string/cache_waypoints_add" />
+ </LinearLayout>
+
+</ScrollView>
\ No newline at end of file |
