Remove the announcement of accessibility event for PaletteListView.

Root cause: The color block of color correction have no any content
desciption and it also can't be tapped to trigger others behavior.
Goal: Remove accessibility event

Bug: 148957372
Test: manual test
Change-Id: I97425e24a54e983a49189389746540ed98af82f9
This commit is contained in:
Peter_Liang
2020-02-06 16:56:22 +08:00
parent cf4e12bbd9
commit a7a0e08241

View File

@@ -24,6 +24,6 @@
android:id="@+id/palette_listView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:contentDescription="@null" />
android:importantForAccessibility="noHideDescendants" />
</FrameLayout>