summaryrefslogtreecommitdiffstats
path: root/res/layout/char_item.xml
Commit message (Collapse)AuthorAgeFilesLines
* Restructure deeply: now we have a single activity, with a dedicated adapter.David A. Madore2010-04-261-0/+17
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.