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

Scrolling works, but clicking does not #95

Open
farfalletonde opened this issue Dec 20, 2021 · 0 comments
Open

Scrolling works, but clicking does not #95

farfalletonde opened this issue Dec 20, 2021 · 0 comments

Comments

@farfalletonde
Copy link

farfalletonde commented Dec 20, 2021

I tried implementing this view. Although scrollable attribute works, clicking does not seem to work on my project. (I am using the latest version) This is my code:

    <com.willy.ratingbar.ScaleRatingBar
            android:id="@+id/rating"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            app:srb_drawableEmpty="@drawable/ic_star_empty"
            app:srb_drawableFilled="@drawable/ic_star_full"
            app:srb_clickable="true"
            app:srb_scrollable="true"
            app:srb_isIndicator="false"
            app:srb_numStars="5" />
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

1 participant