OSDN Git Service

initial checkin. Needs lots of love.
authorNick Kralevich <nnk@google.com>
Thu, 30 Sep 2010 21:14:17 +0000 (14:14 -0700)
committerNick Kralevich <nnk@google.com>
Thu, 30 Sep 2010 22:16:58 +0000 (15:16 -0700)
commitc70ceb2363a444680aa17c8dcefbf8075e83cc91
treedd51c7ab58b8498f9662cd7f7cb4103bd00cea78
parent76afc004df452384cfd00137a59c7a3e0502ff75
initial checkin.  Needs lots of love.

Change-Id: I126e355af94915d60d7a97bc3bee84e0a2ad61d4
19 files changed:
apps/Tag/Android.mk [new file with mode: 0644]
apps/Tag/AndroidManifest.xml [new file with mode: 0644]
apps/Tag/res/drawable/ic_tab_artists.xml [new file with mode: 0644]
apps/Tag/res/drawable/ic_tab_artists_grey.png [new file with mode: 0644]
apps/Tag/res/drawable/ic_tab_artists_white.png [new file with mode: 0644]
apps/Tag/res/layout/hello_activity.xml [new file with mode: 0644]
apps/Tag/res/layout/main.xml [new file with mode: 0644]
apps/Tag/res/menu/mailbox_menu.xml [new file with mode: 0644]
apps/Tag/res/values/strings.xml [new file with mode: 0644]
apps/Tag/src/com/android/apps/tag/TagDBHelper.java [new file with mode: 0644]
apps/Tag/src/com/android/apps/tag/TagList.java [new file with mode: 0644]
apps/Tag/src/com/android/apps/tag/TagListAdapter.java [new file with mode: 0644]
apps/Tag/src/com/android/apps/tag/TagSelector.java [new file with mode: 0644]
apps/Tag/src/com/android/apps/tag/TagUi.java [new file with mode: 0644]
apps/Tag/src/com/android/apps/tag/Tags.java [new file with mode: 0644]
apps/Tag/tests/Android.mk [new file with mode: 0644]
apps/Tag/tests/AndroidManifest.xml [new file with mode: 0644]
apps/Tag/tests/build.properties [new file with mode: 0644]
apps/Tag/tests/src/com/android/apps/tag/TagsTest.java [new file with mode: 0644]