You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had been using the ci_drawable from the XML but recently I need to provide the ci_drawable from activity as I have used the save slider from multiple sections and need to provide different color.
The text was updated successfully, but these errors were encountered:
<me.relex.circleindicator.CircleIndicator
android:id="@+id/indicator"
android:layout_width="100dp"
android:layout_height="match_parent"
android:layout_alignParentRight="true"
app:ci_gravity="top|center_horizontal"
app:ci_margin="10dp"
app:ci_orientation="vertical"
app:ci_drawable="@drawable/circle_shape"
app:ci_drawable_unselected="@drawable/circle_shape"
app:ci_animator="@anim/scale_with_alpha2"
/>
Like this code. I use my drawable to change defult drable. You just need create a new drable file.
I had been using the
ci_drawable
from the XML but recently I need to provide theci_drawable
from activity as I have used the save slider from multiple sections and need to provide different color.The text was updated successfully, but these errors were encountered: