Skip to content

Does not work with data binding #32

@slavasav

Description

@slavasav

Xml:
<io.techery.properratingbar.ProperRatingBar
android:id="@+id/rating"
style="@style/Rating"
app:prb_defaultRating="@{model.rating}"
android:layout_height="wrap_content"
android:layout_width="wrap_content" />
Error: Cannot find the setter for attribute 'app:prb_defaultRating' with parameter type java.lang.Integer on io.techery.properratingbar.ProperRatingBar.

This works:
<io.techery.properratingbar.ProperRatingBar
android:id="@+id/rating"
style="@style/Rating"
app:prb_defaultRating="2"
android:layout_height="wrap_content"
android:layout_width="wrap_content" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions