Ii have the following code:
<shape xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:local="http://schemas.android.com/apk/res-auto">
<solid android:color="#000000" />
...
</shape>
How can I do color Binding for 'android:color="#000000"'?
this drawable is referenced from a binded view.
Thanx