<?xml version="1.0" encoding="utf-8"?>
<com.out.rn_video.custom_player.ExoPlayerView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/playerView"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:animateLayoutChanges="true"
    android:background="@android:color/black">

    <ProgressBar
        android:id="@+id/loader"
        android:layout_width="wrap_content"
        android:animateLayoutChanges="true"
        android:layout_height="wrap_content"
        android:layout_gravity="center" />

    <include layout="@layout/player_controls" />

</com.out.rn_video.custom_player.ExoPlayerView>