diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2015-03-08 11:42:27 +0100 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2015-03-08 11:42:27 +0100 |
| commit | f41fe5e565b51211ef0453d8cb1d9f1ca4e6e43d (patch) | |
| tree | b798c1ceb97b53cb552b5ac4a1e687a10a8ef95e /main/res/layout | |
| parent | 222b5c5ab47750e6776d4e500faff33d4a15af5b (diff) | |
| download | cgeo-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.xml | 6 |
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" |
