我尝试将图像 URL 绑定到图像按钮
<ImageButton
android:id="@+id/activity_image"
android:clickable="true"
android:layout_width="48dp"
android:layout_height="48dp"
android:padding="4dp"
android:layout_alignParentLeft="true"
local:MvxBind="ImageUrl Type, Converter = Activity" />
但他的不起作用。如果我将 ImageButton 更改为 Mvx.MvxImageVIew,它将起作用。我也试过 Mvx.MvxImageButton (如果存在),它显示错误。
我想知道是否有办法绑定图像按钮的图像