danylovolokh/VideoPlayerManager

Itemview Height customization

shahkarraza001 opened this issue · 0 comments

I want to fix the height of recyclerview item in xml. lets say
` <com.volokh.danylo.video_player_manager.ui.VideoPlayerView

            android:id="@+id/player"
            android:layout_width="match_parent"
            android:layout_height="200dp" />`

But it takes more than 70 percent of the screen. Is there any way to fix this height by user mentioned in xml.