9 lines
431 B
XML
9 lines
431 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.media3.ui.PlayerControlView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/player_control_body_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
app:controller_layout_id="@layout/inner_fragment_player_controller_layout"
|
|
app:show_timeout="0"/> |