LayoutManger(레이아웃 매니저)
CODEDRAGON ㆍDevelopment/Android
반응형
LayoutManger(레이아웃 매니저)
· 뷰 요소의 구성을 관리합니다.
· 각 뷰 그룹은 레이아웃 관리자(LayoutManager)를 가지고 있습니다.
· LayoutManger는 리사이클러뷰(RecyclerView)의 형태를 결정합니다.
기본 제공 레이아웃 매니저 |
형태 |
LinearLayoutManager (리니어레이아웃매니저) |
|
GridLayoutManager (그리드레이아웃매니저) |
|
StaggeredGridLayoutManager (스태거드그리드레이아웃매니저) |
|
RecyclerView.LayoutManager
https://developer.android.com/reference/android/support/v7/widget/RecyclerView.LayoutManager.html
'Development > Android' 카테고리의 다른 글
서비스 사용하기, 매니페스트 파일에 service 태그 추가, 서비스 시작, 제어, 상호작용 (0) | 2019.03.03 |
---|---|
Error-The ADB binary found at C:\CodeLab\Android\sdk\platform-tools\adb.exe is obsolete and has seriousperformance problems with the Android Emulator. 해결방법 (0) | 2019.03.02 |
ConstraintLayout 디자인편집기 도구모음 아이콘 (0) | 2019.03.02 |
startActivity( ) vs startActivityForResult( ) (0) | 2019.03.01 |
Intent(인텐트) (0) | 2019.03.01 |