GleeStream/app/src/main/res/layout/kbv_follow_unit.xml
2025-04-30 16:38:06 +08:00

18 lines
641 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/rkh_default"
app:resize_mode="zoom" />
<ImageView
android:visibility="visible"
android:layout_height="0dp"
android:background="#726139"
android:layout_width="0dp"/>
</FrameLayout>