summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2010-04-26 18:47:42 +0200
committerDavid A. Madore <david+git@madore.org>2010-04-26 18:47:42 +0200
commit6fdb1a4b8f2fa07cabc742d71048e8f5ecfdaac8 (patch)
tree50b7021410c791b6f8888f9df2946b743e592871 /AndroidManifest.xml
parentdfccb7883425392290f5bf9afc845bae776320e9 (diff)
downloadUnicodeMap-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 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 104ba58..f808e80 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -10,6 +10,5 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
- <activity android:name=".UnicodeListActivity" />
</application>
</manifest>