C# Class io.github.droidkaigi.confsched.widget.MapSearchViewBinding

Mostrar archivo Open project: amay077/DroidKaigi2016Xamarin Class Usage Examples

Public Properties

Property Type Description
mapListContainer Android.Views.ViewGroup

Public Methods

Method Description
Inflate ( Android.Views.LayoutInflater inflater, int layoutId, MapSearchView view, bool attachToRoot ) : MapSearchViewBinding

Private Methods

Method Description
MapSearchViewBinding ( Android.Views.LayoutInflater inflater, int layoutId, MapSearchView view, bool attachToRoot ) : System

Method Details

Inflate() public static method

public static Inflate ( Android.Views.LayoutInflater inflater, int layoutId, MapSearchView view, bool attachToRoot ) : MapSearchViewBinding
inflater Android.Views.LayoutInflater
layoutId int
view MapSearchView
attachToRoot bool
return MapSearchViewBinding

Property Details

mapListContainer public_oe property

public ViewGroup,Android.Views mapListContainer
return Android.Views.ViewGroup