16 lines
No EOL
639 B
XML
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> |