summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorQi Wang <wangqi@google.com>2016-02-25 18:29:03 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-02-25 18:29:03 +0000
commit75b6512101760ae0ef8acfa028d243f9d1a75cff (patch)
tree85f5daf6e3a83dd5ab5766621a9551db4ec29fdc /res
parentcb55981252b49e476e1adf9f2d5ec19a658d2aa4 (diff)
parent0e2f14e52c8b2bdeaea3742ead023e0d23213fcb (diff)
downloadandroid_packages_apps_Dialer-75b6512101760ae0ef8acfa028d243f9d1a75cff.tar.gz
android_packages_apps_Dialer-75b6512101760ae0ef8acfa028d243f9d1a75cff.tar.bz2
android_packages_apps_Dialer-75b6512101760ae0ef8acfa028d243f9d1a75cff.zip
Merge "Remove duplicated accessibility focus in favorite contacts." into nyc-dev
Diffstat (limited to 'res')
-rw-r--r--res/layout/phone_favorite_tile_view.xml6
1 files 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">
<com.android.contacts.common.widget.LayoutSuppressingImageView
android:id="@+id/contact_tile_image"
@@ -102,8 +103,7 @@
android:id="@+id/contact_tile_push_state"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:focusable="true"
- android:nextFocusRight="@+id/contact_tile_secondary_button"
+ android:importantForAccessibility="no"
android:background="@drawable/item_background_material_dark" />
<ImageButton