C# 클래스 MonocleGiraffe.Android.Fragments.AutoFitStaggeredLayoutManager

상속: StaggeredGridLayoutManager
파일 보기 프로젝트 열기: akshay2000/MonocleGiraffe 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AutoFitStaggeredLayoutManager ( int columnWidth, int orientation, Android.Content.Context context ) : System
OnMeasure ( RecyclerView recycler, RecyclerView state, int widthSpec, int heightSpec ) : void

메소드 상세

AutoFitStaggeredLayoutManager() 공개 메소드

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

OnMeasure() 공개 메소드

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