summaryrefslogtreecommitdiffstats
path: root/res/drawable-mdpi
diff options
context:
space:
mode:
authorWenyi Wang <wenyiw@google.com>2016-01-14 18:21:40 -0800
committerWenyi Wang <wenyiw@google.com>2016-01-19 18:26:24 -0800
commit1fc3ef4f7469e8abf8994a2c8f949f42fdda4ccb (patch)
tree6c76dfe603f02e36d56dc11cadf3e5f1f14f3868 /res/drawable-mdpi
parentf7e020693d0a2480918f40f70586b858d3a805b7 (diff)
downloadpackages_apps_Contacts-1fc3ef4f7469e8abf8994a2c8f949f42fdda4ccb.tar.gz
packages_apps_Contacts-1fc3ef4f7469e8abf8994a2c8f949f42fdda4ccb.tar.bz2
packages_apps_Contacts-1fc3ef4f7469e8abf8994a2c8f949f42fdda4ccb.zip
Copy "Blocked Numbers Activity" from Dialer to Contacts
1. Classes are copied and modified so that they will work in Contacts. 2. BlockedNumbersActivity.java is the main activity. 3. Most copied classes are put in the newly-created "callblocking" package. 4. What's not copied: CachedNumberLookupService, visual voicemail, and emergency call. The corresponding features will be implemented based on framework change, which is not ready yet. 5. In Dialer, BlockedListSearchFragment extends RegularSearchFragment, which extends SearchFragment. These three classes are combined into SearchFragment in Contacts. 6. In Dialer, BlockedListSearchAdapter extends RegularSearchListAdapter, which extends DialerPhoneNumberListAdapter. These three classes are combined into SearchAdapter in Contacts. 7. An intent is specified in AndroidManifest.xml to open BlockedNumbersActivity.java Bug: 26453530 Change-Id: Iec07725fd9aa5a174bb6b306792fa446dcaa4e65
Diffstat (limited to 'res/drawable-mdpi')
-rw-r--r--res/drawable-mdpi/empty_contacts.pngbin0 -> 1778 bytes
-rw-r--r--res/drawable-mdpi/ic_not_interested_googblue_24dp.pngbin0 -> 377 bytes
-rw-r--r--res/drawable-mdpi/ic_remove.pngbin0 -> 728 bytes
-rw-r--r--res/drawable-mdpi/search_shadow.9.pngbin0 -> 159 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/res/drawable-mdpi/empty_contacts.png b/res/drawable-mdpi/empty_contacts.png
new file mode 100644
index 000000000..2ce7eae37
--- /dev/null
+++ b/res/drawable-mdpi/empty_contacts.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_not_interested_googblue_24dp.png b/res/drawable-mdpi/ic_not_interested_googblue_24dp.png
new file mode 100644
index 000000000..d7d5c588f
--- /dev/null
+++ b/res/drawable-mdpi/ic_not_interested_googblue_24dp.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_remove.png b/res/drawable-mdpi/ic_remove.png
new file mode 100644
index 000000000..2c134ea10
--- /dev/null
+++ b/res/drawable-mdpi/ic_remove.png
Binary files differ
diff --git a/res/drawable-mdpi/search_shadow.9.png b/res/drawable-mdpi/search_shadow.9.png
new file mode 100644
index 000000000..0c33905cd
--- /dev/null
+++ b/res/drawable-mdpi/search_shadow.9.png
Binary files differ