diff options
author | David A. Madore <david+git@madore.org> | 2012-03-16 19:17:13 +0100 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2012-03-16 19:17:13 +0100 |
commit | d0dc1cb1d518de0a02544654c55b938064e5e3eb (patch) | |
tree | 8db01330d08ceb5172319a32538478884704bfaf /res/layout | |
parent | 3141ca4e4f232a4efae252fcdb15cc8f84e72fed (diff) | |
download | UnicodeMap-d0dc1cb1d518de0a02544654c55b938064e5e3eb.tar.gz UnicodeMap-d0dc1cb1d518de0a02544654c55b938064e5e3eb.tar.bz2 UnicodeMap-d0dc1cb1d518de0a02544654c55b938064e5e3eb.zip |
Add a button to copy a character's name.
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/char_details.xml | 4 |
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> |