daimajia / AndroidImageSlider

An amazing and convenient Android image slider.
MIT License
5.63k stars 1.66k forks source link

Page indicator below image. #115

Open ghost opened 9 years ago

ghost commented 9 years ago

Hello,

Now page indicator is on top of the image. Is it possible to add it above the image?

Thank you! @johnjohndoe @massimobio @shekibobo @kojustin @tunjos

taliptayfur commented 9 years ago

yeah i need that feature too. If it is possible ?

alemedero commented 9 years ago

Try making a Custom layout for your slider view.

Something like this: https://github.com/daimajia/AndroidImageSlider/wiki/Slider-view

And then adding the PageIndicator by yourselves like this:

https://github.com/daimajia/AndroidImageSlider/wiki/Custom-Indicators

ozdenakca commented 6 years ago

anyone got it working?