Using MvxCommand With CommandParameter binding
问题 I'm trying using fire MvxCommand with CommandParameter, but faced with following problem: MyView.axml contains: <LinearLayout android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="wrap_content"> <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Button1" local:MvxBind="Click MyCommand, CommandParameter=foo" /> <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Button2"