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

colorTint #51

Open
amyliu1062 opened this issue Mar 10, 2017 · 1 comment
Open

colorTint #51

amyliu1062 opened this issue Mar 10, 2017 · 1 comment

Comments

@amyliu1062
Copy link

@lgvalle i use "@BindingAdapter("android:colorTint")" and "android:colorTint"
image

the result is the ImageView can`t change color.

@vikrantshroti
Copy link

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

the result is the ImageView can`t change color.

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

2 participants