From b0124ceb30ebde2aa7ff42351d4160f5cb85d8c2 Mon Sep 17 00:00:00 2001 From: "David A. Madore" Date: Wed, 4 Sep 2013 22:30:06 +0200 Subject: Indicate character block (and not just category) in details. --- res/layout/char_details.xml | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) (limited to 'res/layout') diff --git a/res/layout/char_details.xml b/res/layout/char_details.xml index c271da0..20800c3 100644 --- a/res/layout/char_details.xml +++ b/res/layout/char_details.xml @@ -3,6 +3,7 @@ android:id="@+id/detailsLayout" android:layout_width="fill_parent" android:layout_height="fill_parent" + android:minWidth="256dp" android:padding="10dp" android:orientation="vertical" android:background="#f0e0e0e0"> @@ -16,6 +17,11 @@ android:layout_height="wrap_content" android:textSize="16sp" android:textColor="#ff404040" /> + + android:text="@string/copy_char_button" />