Android-Image-Slider icon indicating copy to clipboard operation
Android-Image-Slider copied to clipboard

Indicator placement

Open eypibee opened this issue 5 years ago • 7 comments

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.

eypibee avatar Jun 17 '19 02:06 eypibee

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!

smarteist avatar Jun 17 '19 10:06 smarteist

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

image1

to this

image2

eypibee avatar Jun 18 '19 06:06 eypibee

I want to change position indicator like this, how to do?

mandanai avatar Aug 11 '19 02:08 mandanai

any updates?

MoustafaElsaghier avatar Mar 19 '20 18:03 MoustafaElsaghier

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

image1

to this

image2

any update on this issue?

AbhilashGuptaOM avatar Feb 17 '21 09:02 AbhilashGuptaOM

none care

Android563 avatar Feb 17 '21 16:02 Android563

setIndicatorVisibility(false) its not working

kzu404 avatar Aug 19 '21 10:08 kzu404