画像 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 (存在する場合) も試しましたが、エラーが表示されます。
画像ボタンの画像をバインドする方法があれば知りたい