找不到属性“MvxItemTemplet”的资源标识符

时间:2015-12-03 11:18:10

标签: 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" />

0 个答案:

没有答案
相关问题