public SearchPlacesAndCategoriesViewBinding(LayoutInflater inflater, int layoutId, SearchPlacesAndCategoriesView view, bool attachToRoot)
 {
     Root         = inflater.Inflate(layoutId, view, attachToRoot);
     recyclerView = Root.FindViewById <RecyclerView>(Resource.Id.recycler_view);
 }
 public static SearchPlacesAndCategoriesViewBinding Inflate(LayoutInflater inflater, int layoutId, SearchPlacesAndCategoriesView view, bool attachToRoot)
 {
     return(new SearchPlacesAndCategoriesViewBinding(inflater, layoutId, view, attachToRoot));
 }