C# Class MonocleGiraffe.Android.Fragments.AutoFitStaggeredLayoutManager

Inheritance: StaggeredGridLayoutManager
Mostrar archivo Open project: akshay2000/MonocleGiraffe Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AutoFitStaggeredLayoutManager ( int columnWidth, int orientation, Android.Content.Context context ) : System
OnMeasure ( RecyclerView recycler, RecyclerView state, int widthSpec, int heightSpec ) : void

Method Details

AutoFitStaggeredLayoutManager() public method

public AutoFitStaggeredLayoutManager ( int columnWidth, int orientation, Android.Content.Context context ) : System
columnWidth int
orientation int
context Android.Content.Context
return System

OnMeasure() public method

public OnMeasure ( RecyclerView recycler, RecyclerView state, int widthSpec, int heightSpec ) : void
recycler RecyclerView
state RecyclerView
widthSpec int
heightSpec int
return void