From 0e2f14e52c8b2bdeaea3742ead023e0d23213fcb Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Wed, 24 Feb 2016 18:13:57 -0800 Subject: Remove duplicated accessibility focus in favorite contacts. Bug: 24062579 Change-Id: I1cc84175776b0b3e5a81e0aad3c47e26b10cf849 --- res/layout/phone_favorite_tile_view.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/layout/phone_favorite_tile_view.xml b/res/layout/phone_favorite_tile_view.xml index 8b00fba61..aa82ca0dc 100644 --- a/res/layout/phone_favorite_tile_view.xml +++ b/res/layout/phone_favorite_tile_view.xml @@ -24,7 +24,8 @@ android:id="@+id/contact_favorite_card" android:layout_width="match_parent" android:layout_height="match_parent" - android:focusable="true" > + android:focusable="true" + android:nextFocusRight="@+id/contact_tile_secondary_button">