AndroidImageSlider
AndroidImageSlider copied to clipboard
How to change the indicator color ?
Hi @daimajia ,
Please how can I change the indicator color ?
Thanks Abdellah SELASSI
mDemoSlider.getPagerIndicator().setDefaultIndicatorColor(int selectedColor, int unselectedColor);
I was use
sliderLayout..getPagerIndicator().setDefaultIndicatorColor(R.color.slider_indicator_selected, R.color.slider_indicator_unselected);
but the indicator just show black transparent
I was use
sliderLayout..getPagerIndicator().setDefaultIndicatorColor(R.color.slider_indicator_selected, R.color.slider_indicator_unselected);
but the indicator just show black transparent
just use
sliderLayout.getPagerIndicator().setDefaultIndicatorColor(0xffffffff, 0xff101010);