[a11y]Talkback shouldn’t say Double tap to activate on panel if there isn't any feature after double tap.
-Album art should not be focused and tapped -Set importantForAccessibility to no Bug: 178440773 Test: manual test Change-Id: I744a752854665f0b4964374249e08fc602634ec2
This commit is contained in:
@@ -32,7 +32,8 @@
|
||||
android:id="@+id/header_icon"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingEnd="@dimen/media_output_dialog_header_icon_padding"/>
|
||||
android:paddingEnd="@dimen/media_output_dialog_header_icon_padding"
|
||||
android:importantForAccessibility="no"/>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user