diff options
| -rw-r--r-- | packages/SystemUI/res/layout/media_ttt_chip_receiver.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/media_ttt_chip_receiver.xml b/packages/SystemUI/res/layout/media_ttt_chip_receiver.xml index 1daff9f70b88..02186fcf0ccc 100644 --- a/packages/SystemUI/res/layout/media_ttt_chip_receiver.xml +++ b/packages/SystemUI/res/layout/media_ttt_chip_receiver.xml @@ -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" |