From a1b886a7892df11db9a1851f2c0f38d22c1a1787 Mon Sep 17 00:00:00 2001 From: Chiao Cheng Date: Wed, 5 Dec 2012 12:09:05 -0800 Subject: Major resource move and clean-up. Moving resources from Contacts to ContactsCommon and Dialer as necessary to remove dialer dependencies on contacts app. Bug: 6993891 Change-Id: Ieb3a31c1f4f8294b17c1829bb56313ab1f3cafe7 --- res/drawable/ic_minus.xml | 20 ++++++++++++++++++++ res/drawable/ic_plus.xml | 20 ++++++++++++++++++++ res/drawable/ic_tab_recent.xml | 21 +++++++++++++++++++++ 3 files changed, 61 insertions(+) create mode 100644 res/drawable/ic_minus.xml create mode 100644 res/drawable/ic_plus.xml create mode 100644 res/drawable/ic_tab_recent.xml (limited to 'res/drawable') diff --git a/res/drawable/ic_minus.xml b/res/drawable/ic_minus.xml new file mode 100644 index 000000000..9750127d7 --- /dev/null +++ b/res/drawable/ic_minus.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/res/drawable/ic_plus.xml b/res/drawable/ic_plus.xml new file mode 100644 index 000000000..176b21a0e --- /dev/null +++ b/res/drawable/ic_plus.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/res/drawable/ic_tab_recent.xml b/res/drawable/ic_tab_recent.xml new file mode 100644 index 000000000..203bc4f0c --- /dev/null +++ b/res/drawable/ic_tab_recent.xml @@ -0,0 +1,21 @@ + + + + + + + -- cgit v1.2.3