ViewPagerArrowIndicator icon indicating copy to clipboard operation
ViewPagerArrowIndicator copied to clipboard

Dynamic View Pager

Open dotjavafile opened this issue 8 years ago • 0 comments

I have a view pager that changes its content dynamically based on arraylist returned from a search result. Currently I am calling bind(viewpager) everytime after notifyDataSetChanged() of the adapter. But the arrows wont show up.

dotjavafile avatar Jul 08 '16 11:07 dotjavafile