Revert "Add an invisible layer to trap focus"

This reverts commit cb98114abd.

Reason for revert: Not needed once ag/13507782 is merged

Bug: 169372603
Change-Id: I52d4344f6f2f3fb973f3f20e7d6f1ec2844d7567
Test: manually enter PiP
This commit is contained in:
Hongwei Wang
2021-02-08 18:43:30 +00:00
parent cb98114abd
commit f2fd0294a9

View File

@@ -97,14 +97,4 @@
android:padding="@dimen/pip_resize_handle_padding"
android:src="@drawable/pip_resize_handle"
android:background="?android:selectableItemBackgroundBorderless" />
<!-- invisible layer to trap the focus, b/169372603 -->
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@null"
android:defaultFocusHighlightEnabled="false"
android:focusable="true"
android:focusableInTouchMode="true"
android:focusedByDefault="true" />
t </FrameLayout>
</FrameLayout>