I\'m trying to set drawable resource ID to android:src of ImageView using data binding
Here is my object:
public class Recipe implem
you can do the following
android:src="@{expand?@drawable/ic_collapse:@drawable/ic_expand}"