summaryrefslogtreecommitdiff
path: root/res/drawable
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2014-03-05 13:58:03 -0800
committerTyler Gunn <tgunn@google.com>2014-03-05 13:58:03 -0800
commit950e3ebcf8059cb6fc2ce0d3a4e1df29be4540db (patch)
tree1207bb7ac0cd264149d8465fa5926cef549cb31f /res/drawable
parentc930321e4f1a6cf2a34b5db461ca7be1917669e4 (diff)
Restricted the tap target for "All Contacts" to the "All Contacts" button alone,
Bug: 13322769 Change-Id: Iea2bd8886efed50b5b5e463c6e9205af4ad97a6c
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/background_all_contacts.xml (renamed from res/drawable/background_favorites_menu.xml)4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/drawable/background_favorites_menu.xml b/res/drawable/background_all_contacts.xml
index 60933fd5e..0d3703f84 100644
--- a/res/drawable/background_favorites_menu.xml
+++ b/res/drawable/background_all_contacts.xml
@@ -18,12 +18,12 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="false">
<shape android:shape="rectangle" >
- <solid android:color="@color/favorites_menu_background_color" />
+ <solid android:color="@color/all_contacts_button_color" />
</shape>
</item>
<item android:state_pressed="true">
<shape android:shape="rectangle" >
- <solid android:color="@color/favorites_menu_pressed_color" />
+ <solid android:color="@color/all_contacts_button_pressed_color" />
</shape>
</item>
</selector> \ No newline at end of file