Improve a11y in minimal mode

Previously, the fullscreen button and timebar has been overlapped in minimal mode

PiperOrigin-RevId: 327606728
This commit is contained in:
insun 2020-08-20 13:01:11 +01:00 committed by Oliver Woodman
parent 185be99d61
commit 74f788afc3

View File

@ -134,6 +134,7 @@
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_gravity="bottom|end"
android:layout_marginBottom="@dimen/exo_custom_progress_thumb_size"
android:visibility="invisible">
</LinearLayout>