C# Class MonocleGiraffe.Android.Fragments.AutoFitStaggeredLayoutManager

Inheritance: StaggeredGridLayoutManager
Afficher le fichier Open project: akshay2000/MonocleGiraffe Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public AutoFitStaggeredLayoutManager ( int columnWidth, int orientation, Android.Content.Context context ) : System
columnWidth int
orientation int
context Android.Content.Context
Résultat System

OnMeasure() public méthode

public OnMeasure ( RecyclerView recycler, RecyclerView state, int widthSpec, int heightSpec ) : void
recycler RecyclerView
state RecyclerView
widthSpec int
heightSpec int
Résultat void