how can i put vertical recyclerview inside horizontalScrollview ?
when adapter binds data at viewholder, item\'s left margin is increase.
(ex : leftMargin =
If what you want is a list of items that scroll horizontally, use LinearLayoutManager with your RecyclerView.
LinearLayoutManager
RecyclerView
LinearLayoutManager manager = new LinearLayoutManager( this, LinearLayoutManager.HORIZONTAL, false );