We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot find a getter for <com.suke.widget.SwitchButton app:sb_checked> that accepts parameter type 'java.lang.Boolean'
Highly recommand to add databinding support!
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Merge pull request #29 from robertoallende/feature/buttonColors
4f2b89d
Feature/buttonColors
No branches or pull requests
<com.suke.widget.SwitchButton
android:layout_centerInParent="true"
android:layout_width="45dp"
android:layout_height="25dp"
app:sb_checked="@={model.enable}"
app:sb_checkline_color="@color/shiny_blue"
app:sb_show_indicator="false"
/>
Cannot find a getter for <com.suke.widget.SwitchButton app:sb_checked> that accepts parameter type 'java.lang.Boolean'
If a binding adapter provides the getter, check that the adapter is annotated correctly and that the parameter type matches.
Open File
Highly recommand to add databinding support!
The text was updated successfully, but these errors were encountered: