lsjwzh / RecyclerViewPager

Deprecated
Apache License 2.0
3.53k stars 667 forks source link

Not showing second row full item #127

Open mentorsHunt opened 7 years ago

mentorsHunt commented 7 years ago

I am using this project as vertical view pager. i my recyclerView first item is TexureView with match parent of height and width and second row have Image view and text which is dynamically added to that row, when i scrolling from 0 position to 1 not showing all content of second row.. please help me..

i have tried with nested scroll view in item row tried to modify code ...