Hide dark layer behind exoplayer controls

This commit is contained in:
mcc 2023-10-23 17:15:47 -04:00
parent 04ae4800ad
commit 7590456dc1
1 changed files with 3 additions and 0 deletions

View File

@ -22,10 +22,13 @@
entirety of the parent in code, after the parent's size has been
determined. See: https://github.com/google/ExoPlayer/issues/8726.
-->
<!-- Change from media3 default: hide "dark curtain" background element -->
<!--
<View android:id="@id/exo_controls_background"
android:layout_width="0dp"
android:layout_height="0dp"
android:background="@color/exo_black_opacity_60"/>
-->
<FrameLayout android:id="@id/exo_bottom_bar"
android:layout_width="match_parent"