Merge "[Rear display] Disallow talkback focus on Rear mode dialog image" into tm-qpr-dev am: 30279b8ceb

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22086418

Change-Id: If81786786aa74a86c8c578a6aa153103b8fa3cf2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jiaming Liu
2023-03-16 21:37:33 +00:00
committed by Automerger Merge Worker
2 changed files with 2 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
<com.airbnb.lottie.LottieAnimationView <com.airbnb.lottie.LottieAnimationView
android:id="@+id/rear_display_folded_animation" android:id="@+id/rear_display_folded_animation"
android:importantForAccessibility="no"
android:layout_width="@dimen/rear_display_animation_width" android:layout_width="@dimen/rear_display_animation_width"
android:layout_height="@dimen/rear_display_animation_height" android:layout_height="@dimen/rear_display_animation_height"
android:layout_gravity="center" android:layout_gravity="center"

View File

@@ -31,6 +31,7 @@
<com.airbnb.lottie.LottieAnimationView <com.airbnb.lottie.LottieAnimationView
android:id="@+id/rear_display_folded_animation" android:id="@+id/rear_display_folded_animation"
android:importantForAccessibility="no"
android:layout_width="@dimen/rear_display_animation_width" android:layout_width="@dimen/rear_display_animation_width"
android:layout_height="@dimen/rear_display_animation_height" android:layout_height="@dimen/rear_display_animation_height"
android:layout_gravity="center" android:layout_gravity="center"