summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2010-04-29 03:53:59 +0200
committerDavid A. Madore <david+git@madore.org>2010-04-29 03:53:59 +0200
commit520553d19a305c26ba26e354071a83d31691f16d (patch)
tree588287f2fc2dd6b832745cf77ff5103c56fdf4ca /res
parent1ba65b2c39ddda9916093cb2102dbe70eafc3396 (diff)
downloadUnicodeMap-520553d19a305c26ba26e354071a83d31691f16d.tar.gz
UnicodeMap-520553d19a305c26ba26e354071a83d31691f16d.tar.bz2
UnicodeMap-520553d19a305c26ba26e354071a83d31691f16d.zip
Display character category along with details.
Diffstat (limited to 'res')
-rw-r--r--res/layout/char_details.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/char_details.xml b/res/layout/char_details.xml
index 1828d2d..3912ae5 100644
--- a/res/layout/char_details.xml
+++ b/res/layout/char_details.xml
@@ -15,4 +15,9 @@
android:layout_height="wrap_content"
android:textSize="16sp"
android:textColor="#ff404040" />
+ <TextView android:id="@+id/categoryLabel"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:textSize="16sp"
+ android:textColor="#ff004000" />
</LinearLayout>