Skip to content

Scrolling works, but clicking does not #95

@farfalletonde

Description

@farfalletonde

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions