Closed Sarat-1997 closed 2 days ago
same issue @tommybuonomo please respond
Hey, could you please try with latest version 5.1.0?
@tommybuonomo @Sarat-1997 see the attached image
@Akshayck-dev you are using the wrong library import: com.tbuonomo.dotsindicator:5.1.0
@tommybuonomo I had upgraded compilesdk version to 34 and added implementation 'com.tbuonomo:dotsindicator:5.0' in build.gradle(app), still corner radius not found occurs. The following xml file code below:
<com.tbuonomo.viewpagerdotsindicator.DotsIndicator android:id="@+id/dots_indicator" android:layout_width="wrap_content" android:layout_height="0dp" app:dotsColor="@color/colorAccent" app:dotsCornerRadius="8dp" app:dotsSize="16dp" app:dotsSpacing="4dp" app:dotsWidthFactor="2.5" app:selectedDotColor="https://github.com/android:color/holo_red_dark" app:progressMode="true" android:layout_marginStart="8dp" app:layout_constraintStart_toStartOf="parent" android:layout_marginLeft="8dp" android:layout_marginEnd="8dp" app:layout_constraintEnd_toEndOf="parent" android:layout_marginRight="8dp" android:layout_marginBottom="16dp" app:layout_constraintBottom_toBottomOf="parent"/>