aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2015-03-08 11:42:27 +0100
committerSamuel Tardieu <sam@rfc1149.net>2015-03-08 11:42:27 +0100
commitf41fe5e565b51211ef0453d8cb1d9f1ca4e6e43d (patch)
treeb798c1ceb97b53cb552b5ac4a1e687a10a8ef95e /main/res/layout
parent222b5c5ab47750e6776d4e500faff33d4a15af5b (diff)
downloadcgeo-f41fe5e565b51211ef0453d8cb1d9f1ca4e6e43d.zip
cgeo-f41fe5e565b51211ef0453d8cb1d9f1ca4e6e43d.tar.gz
cgeo-f41fe5e565b51211ef0453d8cb1d9f1ca4e6e43d.tar.bz2
fix #4605: add a copy to clipboard button for system info
Diffstat (limited to 'main/res/layout')
-rw-r--r--main/res/layout/about_system_page.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/res/layout/about_system_page.xml b/main/res/layout/about_system_page.xml
index 7c98ca6..0fd9624 100644
--- a/main/res/layout/about_system_page.xml
+++ b/main/res/layout/about_system_page.xml
@@ -11,6 +11,12 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
+ <Button android:id="@+id/copy"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/copy_to_clipboard"
+ android:layout_gravity="center_horizontal"
+ android:padding="12dp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"