summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-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>