728x90
โ
LayoutManager ๋ฅผ ์ฌ์ฉํ์ฌ RecyclerView ์ ์์ฑ์ ์ค์ ํ ์ ์๋ค.
โ
โ
LayoutManager Properties
orientation | ๋ฐฉํฅ ex) vertical, horizontal |
reverseLayout | ๋ฐฉํฅ์ด ์ญ์ผ๋ก ๋ฐ๋๋ค. |
spanCount | โ |
stackFromEnd | ์์ดํ
์ถ๊ฐ ์ ์คํฌ๋กค์ ๋งจ ๋์ ์ ์งํ ์ ์๋ค. ex) ์ฑํ |
โ
โ
RecyclerView ์ญ์์ผ๋ก ๋ฐฐ์นํ๊ณ ์ ํ ๋,
โ
์ฝํ๋ฆฐ ์ฝ๋๋ก ์์ฑ ์
val layoutManager:LinearLayoutManager =LinearLayoutManager(this)
layoutManager.apply {
reverseLayout = true
stackFromEnd = true
}
xml ํ์ผ์ ์์ฑ ์
<androidx.recyclerview.widget.RecyclerView
~
app:stackFromEnd="true" app:reverseLayout="true"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
โ
โ
โ
โ
โ
โ
โ
<๊ณต๋ถ ์๋ฃ>
https://gdtbgl93.tistory.com/12
๋ฆฌ์ธ์ดํฌ๋ฌ๋ทฐ ์ญ๋ฐฉํฅ
android developer
https://battleshippark.wordpress.com/2016/09/20/recyclerview-and-scroll/
์์ธํ ์ค๋ช
728x90
'Android' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Adroid] view.context (0) | 2021.06.18 |
---|---|
[Android / Error] Couldn't load memtrack module Locat Error / ์๋ฎฌ๋ ์ดํฐ ์๋ ์๋จ(Emulator Not Working) (0) | 2021.06.18 |
[Kotlin] ์ฝํ๋ฆฐ Array ์กฐ๊ฑด ๊ฒ์ ๋ฉ์๋ (any / all) (0) | 2021.06.18 |
[Android]Retrofit2์ REST API ํต์ 1 ( Kotlin ) (0) | 2021.06.18 |
URL ์ฃผ์์ ์๋ฏธ์ ๊ตฌ์ฑ (0) | 2021.06.18 |