KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Recyclerview
★ 13
Open GitHub ↗
Recyclerview第一个item放大
Download README (.md)
Explore Similar Repositories
QA
:
问答系统
deep_loco
:
sample implementation of deeploco
Understanding-Numpy
:
This repository explores various Numpy commands which are quite useful for working with datasets and handling array operations.
MillionSongDataset
:
No description available.
RCStickerView
:
Add a label, image, another custom view as a sticker view.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Recyclerview
?
Download (.md)
# Recyclerview Recyclerview第一个item放大 无意间看到个需求,要求列表页的第一行放大  主要方法是继承RecyclerView重写onScrollStateChanged和onScrolled方法 前者是确定滑动后第一个item可以完全显示,后者是在滑动时进行item改变