GleeStream/app/src/main/res/layout/layout_videoplay_home_vt.xml
2025-04-15 19:56:47 +08:00

13 lines
536 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout 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">
<androidx.media3.ui.PlayerView
android:id="@+id/player_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:controller_layout_id="@layout/layout_player_home_controller_vt"
app:resize_mode="zoom" />
</FrameLayout>