Android-Image-Slider
Android-Image-Slider copied to clipboard
Indicator placement
Hi @smarteist , is it possible to change the location of the indicator? I'm hoping it can be placed at the bottom right of the SliderView. I also tried to hide the default PagerIndicator using setPagerIndicatorVisibility(false)
but it does not set its visibility to GONE.
Hi @smarteist , is it possible to change the location of the indicator? I'm hoping it can be placed at the bottom right of the SliderView. I also tried to hide the default PagerIndicator using
setPagerIndicatorVisibility(false)
but it does not set its visibility to GONE.
if you show , setPagerIndicatorVisibility
method in source code, You will see that the indicator visiblity will be GONE if you set it to false...
for changing position of the indicator view, first update to 1.3.2 and set indicator gravity whatever you want.
happy coding!
Thank you for your immediate action but still, it was not hiding. I used these codes.
` imageSlider.sliderAdapter = SliderAdapter(this)
imageSlider.setIndicatorVisibility(false)
imageSlider.setSliderTransformAnimation(SliderAnimations.FADETRANSFORMATION)
imageSlider.setSliderAnimationDuration(1000)
imageSlider.scrollTimeInSec = 4
imageSlider.startAutoCycle()`
With regards to the placement of the indicator, I am really planning to position it from this
to this
I want to change position indicator like this, how to do?
any updates?
Thank you for your immediate action but still, it was not hiding. I used these codes.
` imageSlider.sliderAdapter = SliderAdapter(this)
imageSlider.setIndicatorVisibility(false) imageSlider.setSliderTransformAnimation(SliderAnimations.FADETRANSFORMATION) imageSlider.setSliderAnimationDuration(1000) imageSlider.scrollTimeInSec = 4 imageSlider.startAutoCycle()`
With regards to the placement of the indicator, I am really planning to position it from this
to this
any update on this issue?
none care
setIndicatorVisibility(false) its not working