Initial commit for chips UI library.

- create another directory for Chips UI.
- implement auto-complete list with photos
- introduce a stub EditText for chips implementation
-- RecipientEditText will be replaced shortly

BaseRecipientAdapter is based on CompositeCursorAdapter in
android-common library, but doesn't inherit it as they have
different assumptions (BaseRecipientAdapter doesn't rely on partition
but merge Directoryies' results).

Bug: 4443828
Change-Id: I74f48e73e44785edcc898690952a68b046ef5e0f
4 files changed
tree: 3ff97fc50353d4288ba348ad5bbb86674f9d97c1
  1. java/
  2. Android.mk