From 25c9f2493afbd163e0e5547942c7463073e5041a Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Mon, 24 Feb 2014 18:25:21 -0800 Subject: Always show overflow icon for quick contacts affordance Remove the star icon used to bring up quick contacts, and in its place, always show the overflow icon. Bug: 13177113 Change-Id: I88e99b7c45da10013f4bdff879c106fac9e23f89 (cherry picked from commit 4661327a224545aa8f11f9b935800020d8bc2518) --- res/layout/phone_favorite_regular_row_view.xml | 12 ----------- res/layout/phone_favorite_tile_view.xml | 20 ------------------ .../dialer/list/PhoneFavoriteSquareTileView.java | 24 ++++++---------------- .../android/dialer/list/PhoneFavoriteTileView.java | 4 ---- 4 files changed, 6 insertions(+), 54 deletions(-) diff --git a/res/layout/phone_favorite_regular_row_view.xml b/res/layout/phone_favorite_regular_row_view.xml index 0d131f6fe..d046fdb3d 100644 --- a/res/layout/phone_favorite_regular_row_view.xml +++ b/res/layout/phone_favorite_regular_row_view.xml @@ -65,18 +65,6 @@ android:singleLine="true" android:textColor="@color/dialtacts_secondary_text_color" /> - diff --git a/res/layout/phone_favorite_tile_view.xml b/res/layout/phone_favorite_tile_view.xml index c4ad7800d..8562b36e0 100644 --- a/res/layout/phone_favorite_tile_view.xml +++ b/res/layout/phone_favorite_tile_view.xml @@ -85,26 +85,6 @@ android:nextFocusRight="@+id/contact_tile_secondary_button" android:background="?android:attr/selectableItemBackground" /> - - -