therealshabi / AutoImageFlipper

Auto Scrolling Image Pager with Pager Indicator and Text
Apache License 2.0
106 stars 25 forks source link

Background color of DOT #27

Closed edgarscr closed 4 years ago

edgarscr commented 4 years ago

hi howdy? i need to change customize style of DOT because appear so bad

image

therealshabi commented 4 years ago

Hey @edgarscr , sure I'll make it customisable as soon as possible. Also, you can entirely remove the pager indicator if you want, by merely calling flipperLayout.removeCircleIndicator();. Anyways, thanks for reporting this issue, I'll look Into this.

therealshabi commented 4 years ago

@edgarscr You cannot really customise the color of the dot as per this moment but there's many things that you can do here. First of all update your AutoImageFlipper to the latest released version by adding this line in your app level build.gradle file implementation 'com.github.technolifestyle:AutoImageFlipper:1.6.0'

Post that:

therealshabi commented 4 years ago

Please do tell me if this solves your issue. You can have a look at our Readme and latest Release changelog at https://github.com/therealshabi/AutoImageFlipper/blob/master/README.md and https://github.com/therealshabi/AutoImageFlipper/releases/tag/v1.6.0 respectively