Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75b65121 authored by Qi Wang's avatar Qi Wang Committed by Android (Google) Code Review
Browse files

Merge "Remove duplicated accessibility focus in favorite contacts." into nyc-dev

parents cb559812 0e2f14e5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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