diff options
author | David A. Madore <david+git@madore.org> | 2010-04-26 18:47:42 +0200 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2010-04-26 18:47:42 +0200 |
commit | 6fdb1a4b8f2fa07cabc742d71048e8f5ecfdaac8 (patch) | |
tree | 50b7021410c791b6f8888f9df2946b743e592871 /res/layout | |
parent | dfccb7883425392290f5bf9afc845bae776320e9 (diff) | |
download | UnicodeMap-6fdb1a4b8f2fa07cabc742d71048e8f5ecfdaac8.tar.gz UnicodeMap-6fdb1a4b8f2fa07cabc742d71048e8f5ecfdaac8.tar.bz2 UnicodeMap-6fdb1a4b8f2fa07cabc742d71048e8f5ecfdaac8.zip |
Restructure deeply: now we have a single activity, with a dedicated adapter.
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.
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/char_item.xml (renamed from res/layout/list_item.xml) | 0 | ||||
-rw-r--r-- | res/layout/range_item.xml (renamed from res/layout/map_item.xml) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/res/layout/list_item.xml b/res/layout/char_item.xml index 3b8c592..3b8c592 100644 --- a/res/layout/list_item.xml +++ b/res/layout/char_item.xml diff --git a/res/layout/map_item.xml b/res/layout/range_item.xml index fcaf32d..fcaf32d 100644 --- a/res/layout/map_item.xml +++ b/res/layout/range_item.xml |