Dantotsu/app/src/main/res/layout/activity_exoplayer.xml
2024-02-06 02:16:10 -06:00

16 lines
No EOL
639 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<androidx.media3.ui.PlayerView
android:id="@+id/player_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
app:animation_enabled="false"
app:resize_mode="fit"
app:show_buffering="when_playing"></androidx.media3.ui.PlayerView>
</LinearLayout>