lightSky / InfiniteIndicator

This lib can be used for viewpager infinite loop with indicator easily.
486 stars 102 forks source link

ImageView centerCrop #27

Closed borjaruiz closed 7 years ago

borjaruiz commented 8 years ago

Is it possible to scale imageView to not deforming it?

What I need is the pager with a wrap_content height equals to image height.

xiaomeixw commented 8 years ago

need Modify source code: simple_slider_view.xml

lightSky commented 7 years ago

The latest version support custome viewBinder,you can do anything you want as the getView of Adapter.Thank your answer @xiaomeixw ^_^