标签: android xamarin mvvmcross
我创建了一个布局,但在调试时显示此错误“找不到包含名称的属性'MvxItemTemplet''的资源标识符
<Mvx.MvxListView android:layout_width="fill_parent" android:layout_height="fill_parent" local:MvxBind="ItemSource Kittens" local:MvxItemTemplet="@layout/item_kitten" />