From 950e3ebcf8059cb6fc2ce0d3a4e1df29be4540db Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Wed, 5 Mar 2014 13:58:03 -0800 Subject: Restricted the tap target for "All Contacts" to the "All Contacts" button alone, Bug: 13322769 Change-Id: Iea2bd8886efed50b5b5e463c6e9205af4ad97a6c --- res/drawable/background_all_contacts.xml | 29 +++++++++++++++++++++++++++++ res/drawable/background_favorites_menu.xml | 29 ----------------------------- res/layout/phone_favorites_menu.xml | 8 +++----- res/values/colors.xml | 6 +++--- 4 files changed, 35 insertions(+), 37 deletions(-) create mode 100644 res/drawable/background_all_contacts.xml delete mode 100644 res/drawable/background_favorites_menu.xml (limited to 'res') diff --git a/res/drawable/background_all_contacts.xml b/res/drawable/background_all_contacts.xml new file mode 100644 index 000000000..0d3703f84 --- /dev/null +++ b/res/drawable/background_all_contacts.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/background_favorites_menu.xml b/res/drawable/background_favorites_menu.xml deleted file mode 100644 index 60933fd5e..000000000 --- a/res/drawable/background_favorites_menu.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/res/layout/phone_favorites_menu.xml b/res/layout/phone_favorites_menu.xml index 5f7a5a630..387ea5b3f 100644 --- a/res/layout/phone_favorites_menu.xml +++ b/res/layout/phone_favorites_menu.xml @@ -25,8 +25,7 @@ android:paddingRight="@dimen/favorites_menu_padding_horizontal" android:paddingTop="@dimen/favorites_menu_padding_top" android:paddingBottom="@dimen/favorites_menu_padding_bottom" - android:background="@drawable/background_favorites_menu" - android:addStatesFromChildren="true" + android:background="@color/favorites_menu_background_color" > - \ No newline at end of file diff --git a/res/values/colors.xml b/res/values/colors.xml index 431f1bdec..08c581cf1 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -88,11 +88,11 @@ #999999 - - #d6d6d6 + + #808080 - #ebebeb + #eeeeee #ffffff -- cgit v1.2.3