Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attributes not found #200

Open
Sarat-1997 opened this issue Oct 9, 2024 · 1 comment
Open

Attributes not found #200

Sarat-1997 opened this issue Oct 9, 2024 · 1 comment

Comments

@Sarat-1997
Copy link

@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"/>

    All the elements are present here but how cornerradius not found occur? Kindly reply ASAP.
@Akshayck-dev
Copy link

same issue @tommybuonomo please respond

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants