diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-10-08 20:04:12 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-10-08 20:04:12 +0200 |
| commit | 0086af170aaa0f153ff6ab1647e673f97e5acba5 (patch) | |
| tree | b51a99b78799a03ea5b7c341b91b1a4a22aee039 /main/res/layout-land | |
| parent | 3609dc675bd4579f933275cd18769c502c1721de (diff) | |
| download | cgeo-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.xml | 8 |
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 |
