sayyam / carouselview

A simple library to add carousel view in android app.
Apache License 2.0
1.15k stars 260 forks source link

Page indicator should be below imageview #51

Open mdathersajjad opened 7 years ago

mdathersajjad commented 7 years ago

It looks odd to have indicator above imageview. Is there any method to push it down

konri9 commented 7 years ago

It worked for me by setting the custom carousel and changing the setIndicatorGravity to Gravity.BOTTOM. Like this:

customCarouselView.setIndicatorGravity(Gravity.CENTER_HORIZONTAL|Gravity.BOTTOM);

In case you need the code tell me and I'll share it with you.

mdathersajjad commented 7 years ago

Share the code if possible. I am using it in recycler view. Will it have any effect.

shubhamkhuva commented 6 years ago

I tried it's not reflecting anything.

konri9 commented 6 years ago

Hi, please share the code to try to replay de error you are having.