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
@lgvalle i use "@BindingAdapter("android:colorTint")" and "android:colorTint"
the result is the ImageView can`t change color.
The text was updated successfully, but these errors were encountered:
go to Sample.class and you can see that method setColorTint is not getting used. This unused method is generating error.
Go to all you activities wherever this model Sample is providing data and rewrite method bindData, so android studio can import it properly.
It will work after wards.
@lgvalle i use "@BindingAdapter("android:colorTint")" and "android:colorTint" the result is the ImageView can`t change color.
Sorry, something went wrong.
No branches or pull requests
@lgvalle i use "@BindingAdapter("android:colorTint")" and "android:colorTint"
the result is the ImageView can`t change color.
The text was updated successfully, but these errors were encountered: