I use ImageViews instead of Buttons and want binding some images to them.
public String getBackground(){
return mPicture.getName();
}
ImageButton
tools:text="Item name"
android:layout_width=“match_parent"
android:layout_height=“200dp"
android:background=”@{viewModel.background}“
android:contentDescription=”@string/letter”>
ImageButton>
Could you help?