danylovolokh/VideoPlayerManager

How to change recycler view in horizontal view

Opened this issue · 0 comments

Hello sir,
My requirement is that play video in horizontal list view so i had change change recycler view in horizontal view by
// use a linear layout manager
mLayoutManager = new LinearLayoutManager(getActivity(),LinearLayoutManager.HORIZONTAL, false)

in your example then list change in horizontal view but video not playing .
How can i do it to change in horizontal view.
Replay please it urgent
Thanks