1
綁定圖片我嘗試圖片網址綁定到圖像按鈕MvvmCross與ImageButton的
<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(如果存在),它顯示錯誤。
我想知道如果有綁定的ImageButton