MvxRecyclerView with button in each row
问题 I am making an Android application with Xamarin.Android and MvvmCross. I have a MvxRecyclerView : <MvvmCross.Droid.Support.V7.RecyclerView.MvxRecyclerView android:layout_width="match_parent" android:layout_height="match_parent" android:background="@null" local:MvxItemTemplate="@layout/auto_complete_search_item" local:MvxBind="ItemsSource SearchAutoCompleteItems; ItemClick SearchAutoCompleteItemClick" /> And my auto_complete_search_item.xml : <?xml version="1.0" encoding="utf-8"?>