From e142481570d7fbda5d035555fe217314e396ae90 Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Wed, 4 Sep 2013 18:24:48 -0700 Subject: Add call shortcuts to phone number list adapters * Add a new class DialerPhoneNumberListAdapter, which both RegularSearchListADapter and SmartDialNumberListAdapter extend. DialerPhoneNumberListAdapter allows the addition of pre-defined call shortcuts at the end of the phone number list that can be toggled on or off. * For the SmartDialSearchFragment, the only shortcut that is available is always the Add number to contacts shortcut. * For the RegularSearchFragment, if the user enters a string that contains all dialable numbers, it is treated as a phone number and the call directly and add number to contacts shortcuts are enabled. Otherwise, it is treated as a name, and only the add contact with a new name shortcut is enabled. * Add a intent that allows the user to directly create a new contact that has the name field pre-populated. This intent is used if the user enters input that looks like a name in the search view. Bug: 10339630 Change-Id: I2ae757ce505d85a8780d28d89e09fb7084c773b1 --- res/drawable-xhdpi/ic_add_person_dk.png | Bin 0 -> 2017 bytes res/drawable-xhdpi/ic_phone_dk.png | Bin 0 -> 1919 bytes res/drawable-xhdpi/list_item_avatar_bg.png | Bin 0 -> 705 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/drawable-xhdpi/ic_add_person_dk.png create mode 100644 res/drawable-xhdpi/ic_phone_dk.png create mode 100644 res/drawable-xhdpi/list_item_avatar_bg.png (limited to 'res/drawable-xhdpi') diff --git a/res/drawable-xhdpi/ic_add_person_dk.png b/res/drawable-xhdpi/ic_add_person_dk.png new file mode 100644 index 000000000..5211f5c92 Binary files /dev/null and b/res/drawable-xhdpi/ic_add_person_dk.png differ diff --git a/res/drawable-xhdpi/ic_phone_dk.png b/res/drawable-xhdpi/ic_phone_dk.png new file mode 100644 index 000000000..74a7032f7 Binary files /dev/null and b/res/drawable-xhdpi/ic_phone_dk.png differ diff --git a/res/drawable-xhdpi/list_item_avatar_bg.png b/res/drawable-xhdpi/list_item_avatar_bg.png new file mode 100644 index 000000000..3f271a0f6 Binary files /dev/null and b/res/drawable-xhdpi/list_item_avatar_bg.png differ -- cgit v1.2.3