18 lines
641 B
XML
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> |