diff options
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/char_details.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/res/layout/char_details.xml b/res/layout/char_details.xml index 8d99be4..b51ec87 100644 --- a/res/layout/char_details.xml +++ b/res/layout/char_details.xml @@ -21,4 +21,19 @@ android:layout_height="wrap_content" android:textSize="16sp" android:textColor="#ff004000" /> + <LinearLayout + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:orientation="horizontal"> + <Button android:id="@+id/copyCharButton" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_weight="1" + android:text="@string/copy_button" /> + <Button android:id="@+id/appendCharButton" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_weight="1" + android:text="@string/append_button" /> + </LinearLayout> </LinearLayout> |