From bc4e8dfc61661246cc61bcb130ec70cbbbbec3a9 Mon Sep 17 00:00:00 2001 From: Nancy Chen Date: Thu, 22 May 2014 12:03:48 -0700 Subject: [DO NOT MERGE] Change icon shape and color for search shortcuts Bug: 15118603 Change-Id: I9aa6488e48a78d65c23a4c00ad8f3ba891b83855 (cherry picked from commit 134a2f507672b61546c77cd7b8fa5a43c904c4a0) --- res/drawable/ic_search_add_contact.xml | 20 ++++++++++++++++++++ res/drawable/ic_search_phone.xml | 20 ++++++++++++++++++++ res/drawable/search_shortcut_background.xml | 23 +++++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 res/drawable/ic_search_add_contact.xml create mode 100644 res/drawable/ic_search_phone.xml create mode 100644 res/drawable/search_shortcut_background.xml (limited to 'res/drawable') diff --git a/res/drawable/ic_search_add_contact.xml b/res/drawable/ic_search_add_contact.xml new file mode 100644 index 000000000..2ec75b7f8 --- /dev/null +++ b/res/drawable/ic_search_add_contact.xml @@ -0,0 +1,20 @@ + + + + diff --git a/res/drawable/ic_search_phone.xml b/res/drawable/ic_search_phone.xml new file mode 100644 index 000000000..ac9053273 --- /dev/null +++ b/res/drawable/ic_search_phone.xml @@ -0,0 +1,20 @@ + + + + diff --git a/res/drawable/search_shortcut_background.xml b/res/drawable/search_shortcut_background.xml new file mode 100644 index 000000000..52b5e3f8a --- /dev/null +++ b/res/drawable/search_shortcut_background.xml @@ -0,0 +1,23 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3