summaryrefslogtreecommitdiffstats
path: root/res/layout/char_details.xml
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2012-03-16 19:17:13 +0100
committerDavid A. Madore <david+git@madore.org>2012-03-16 19:17:13 +0100
commitd0dc1cb1d518de0a02544654c55b938064e5e3eb (patch)
tree8db01330d08ceb5172319a32538478884704bfaf /res/layout/char_details.xml
parent3141ca4e4f232a4efae252fcdb15cc8f84e72fed (diff)
downloadUnicodeMap-d0dc1cb1d518de0a02544654c55b938064e5e3eb.tar.gz
UnicodeMap-d0dc1cb1d518de0a02544654c55b938064e5e3eb.tar.bz2
UnicodeMap-d0dc1cb1d518de0a02544654c55b938064e5e3eb.zip
Add a button to copy a character's name.
Diffstat (limited to 'res/layout/char_details.xml')
-rw-r--r--res/layout/char_details.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/layout/char_details.xml b/res/layout/char_details.xml
index b51ec87..c271da0 100644
--- a/res/layout/char_details.xml
+++ b/res/layout/char_details.xml
@@ -36,4 +36,8 @@
android:layout_weight="1"
android:text="@string/append_button" />
</LinearLayout>
+ <Button android:id="@+id/copyNameButton"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/copy_name_button" />
</LinearLayout>