C# Class DroidKaigi2016Xamarin.Droid.Fragments.MapFragmentBinding

显示文件 Open project: amay077/DroidKaigi2016Xamarin Class Usage Examples

Public Properties

Property Type Description
loadingView FrameLayout
mapSearchView io.github.droidkaigi.confsched.widget.MapSearchView

Public Methods

Method Description
Inflate ( Android.Views.LayoutInflater inflater, Android.Views.ViewGroup root, bool attachToRoot ) : MapFragmentBinding
MapFragmentBinding ( Android.Views.LayoutInflater inflater, Android.Views.ViewGroup root, bool attachToRoot ) : System

Method Details

Inflate() public static method

public static Inflate ( Android.Views.LayoutInflater inflater, Android.Views.ViewGroup root, bool attachToRoot ) : MapFragmentBinding
inflater Android.Views.LayoutInflater
root Android.Views.ViewGroup
attachToRoot bool
return MapFragmentBinding

MapFragmentBinding() public method

public MapFragmentBinding ( Android.Views.LayoutInflater inflater, Android.Views.ViewGroup root, bool attachToRoot ) : System
inflater Android.Views.LayoutInflater
root Android.Views.ViewGroup
attachToRoot bool
return System

Property Details

loadingView public_oe property

public FrameLayout loadingView
return FrameLayout

mapSearchView public_oe property

public MapSearchView,io.github.droidkaigi.confsched.widget mapSearchView
return io.github.droidkaigi.confsched.widget.MapSearchView