MvvMCross bind to <include> in android layout
问题 Is it possible to bind an object X to the include tag, so that the context of binding in the included layout is X ? I want to use a layout multiple times, but not in a list. MainLayout.xml ... <include android:id="@+id/btnDealerMap" android:layout_width="64dp" android:layout_height="64dp" android:visibility="gone" layout="@layout/ServiceBarButtonPhone" local:MvxBind="??? X" /> ... ServiceBarButtonPhone.xml Title and Text are properties of X . <RelativeLayout xmlns:android="http://schemas