[Media TTT] [a11y] hide container view before animation

Hide container view before animation to make a change in the view that
triggers the talkback announcement. It doesn't affect the UI because the
duration of showing view is 5.frames.

Fixes: 265635955
Test: adb command adb shell cmd statusbar media-ttt-chip-receiver CLOSE_TO_SENDER useAppIcon=false
Change-Id: I85cda7498870a359238c996bd4ff9167d01cd78d
This commit is contained in:
Michael Mikhail
2023-02-09 12:59:54 +00:00
parent cdf3f3dcb5
commit 5297874b23

View File

@@ -31,6 +31,7 @@
android:id="@+id/icon_container_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:alpha="0.0"
>
<com.android.systemui.media.taptotransfer.receiver.ReceiverChipRippleView
android:id="@+id/icon_glow_ripple"