summaryrefslogtreecommitdiffstats
path: root/res/layout/range_details.xml
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2010-04-26 22:49:35 +0200
committerDavid A. Madore <david+git@madore.org>2010-04-27 02:23:39 +0200
commite37377a5d3ca4c78c440b097af4186cbbd81a6a0 (patch)
treea8884d4a801f1f1ef0b5350af8ddaf7be0d2aa80 /res/layout/range_details.xml
parent4307bce6cd10fe0e3ebb86118d2077fbd78ff1cb (diff)
downloadUnicodeMap-e37377a5d3ca4c78c440b097af4186cbbd81a6a0.tar.gz
UnicodeMap-e37377a5d3ca4c78c440b097af4186cbbd81a6a0.tar.bz2
UnicodeMap-e37377a5d3ca4c78c440b097af4186cbbd81a6a0.zip
Range details similar to character details.
Diffstat (limited to 'res/layout/range_details.xml')
-rw-r--r--res/layout/range_details.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/layout/range_details.xml b/res/layout/range_details.xml
new file mode 100644
index 0000000..1d82698
--- /dev/null
+++ b/res/layout/range_details.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:padding="10dp"
+ android:orientation="vertical"
+ android:background="#f0c4c4e0">
+ <TextView android:id="@+id/rangeDescrLabel"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:textSize="20sp"
+ android:textStyle="bold"
+ android:textColor="#ff000000" />
+ <TextView android:id="@+id/rangeRangeLabel"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:textSize="16sp"
+ android:textColor="#ff404040" />
+</LinearLayout>