Switch to using SurfaceView for ExoPlayer.

This commit is contained in:
Greyson Parrelli
2026-01-30 10:16:06 -05:00
parent d44abfaeac
commit 04707b00e7

View File

@@ -14,7 +14,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_gravity="center" android:layout_gravity="center"
android:gravity="center" android:gravity="center"
app:surface_type="texture_view" app:surface_type="surface_view"
app:player_layout_id="@layout/media_preview_exoplayer_layout"/> app:player_layout_id="@layout/media_preview_exoplayer_layout"/>
<ProgressBar <ProgressBar