aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout-land
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-10-08 20:04:12 +0200
committerBananeweizen <bananeweizen@gmx.de>2014-10-08 20:04:12 +0200
commit0086af170aaa0f153ff6ab1647e673f97e5acba5 (patch)
treeb51a99b78799a03ea5b7c341b91b1a4a22aee039 /main/res/layout-land
parent3609dc675bd4579f933275cd18769c502c1721de (diff)
downloadcgeo-0086af170aaa0f153ff6ab1647e673f97e5acba5.zip
cgeo-0086af170aaa0f153ff6ab1647e673f97e5acba5.tar.gz
cgeo-0086af170aaa0f153ff6ab1647e673f97e5acba5.tar.bz2
new: set waypoint coordinates from clipboard
Diffstat (limited to 'main/res/layout-land')
-rw-r--r--main/res/layout-land/coordinatesinput_dialog.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/res/layout-land/coordinatesinput_dialog.xml b/main/res/layout-land/coordinatesinput_dialog.xml
index 202f1d3..9faaefc 100644
--- a/main/res/layout-land/coordinatesinput_dialog.xml
+++ b/main/res/layout-land/coordinatesinput_dialog.xml
@@ -156,6 +156,14 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/waypoint_cache_coordinates" />
+
+ <Button
+ android:id="@+id/clipboard"
+ style="@style/button_full"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/from_clipboard"
+ android:visibility="gone" />
</LinearLayout>
<Button