Merge "Remove the announcement of accessibility event for PaletteListView."

This commit is contained in:
TreeHugger Robot
2020-02-06 10:43:40 +00:00
committed by Android (Google) Code Review

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>