Merge "Fix talkback issue which focus on entire grid"

This commit is contained in:
Yanting Yang
2019-04-01 17:48:09 +00:00
committed by Android (Google) Code Review

View File

@@ -25,6 +25,7 @@
android:id="@+id/card_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layoutAnimation="@anim/layout_animation_fade_in"/>
android:layoutAnimation="@anim/layout_animation_fade_in"
android:importantForAccessibility="no"/>
</LinearLayout>