From dfccb7883425392290f5bf9afc845bae776320e9 Mon Sep 17 00:00:00 2001 From: "David A. Madore" Date: Sun, 25 Apr 2010 21:54:54 +0200 Subject: List layout: display characters differently from their labels. This is done by making UnicodeCharacter implement Map so as to use it in a SimpleAdapter, but really, this is ugly. --- res/layout/list_item.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'res/layout/list_item.xml') diff --git a/res/layout/list_item.xml b/res/layout/list_item.xml index 383895f..3b8c592 100644 --- a/res/layout/list_item.xml +++ b/res/layout/list_item.xml @@ -1,7 +1,17 @@ - + android:orientation="horizontal" + android:padding="10dp"> + + + -- cgit v1.2.3