summaryrefslogtreecommitdiffstats
path: root/res/layout/list_item.xml
Commit message (Collapse)AuthorAgeFilesLines
* Restructure deeply: now we have a single activity, with a dedicated adapter.David A. Madore2010-04-261-17/+0
| | | | | | | | The UnicodeArrayAdapter displays a list of UnicodeDisplayable, which can be either UnicodeCharacter or UnicodeCharacter.Range, and provides appropriate views for either one. Rather than changing activity, we change the ListAdapter. To simulate an activity stack, we capture the back key.
* List layout: display characters differently from their labels.David A. Madore2010-04-251-4/+14
| | | | | This is done by making UnicodeCharacter implement Map<String,String> so as to use it in a SimpleAdapter, but really, this is ugly.
* Start a very primitive unicode character map.David A. Madore2010-04-221-0/+7