https://github.com/hehonghui/fastscrolllayout
Android fast scroll layout from ListView
https://github.com/hehonghui/fastscrolllayout
Last synced: 4 months ago
JSON representation
Android fast scroll layout from ListView
- Host: GitHub
- URL: https://github.com/hehonghui/fastscrolllayout
- Owner: hehonghui
- Created: 2016-12-21T09:33:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T10:05:04.000Z (over 9 years ago)
- Last Synced: 2025-03-21T11:50:36.211Z (over 1 year ago)
- Language: Java
- Size: 911 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FastScrollLayout
Android fast scroll layout from ListView
代码基于 [SuperSaiyanScrollView](https://github.com/nolanlawson/SuperSaiyanScrollView) 修改而来.
## 使用方式, ListView 放在 FastScrollLayout 中:
xml :
```
```
往 ListView中填充数据后滚动即可看到效果.
## 定制 scroll thumb
将自己要替换的scroll thumb 放在drawable目录中, 资源名字为 `scroll_thumb`、`scroll_thumb_pressed`, 分别表示一般情况下的图片以及按下后的图片。
** 按住滚动条拖动, 效果如下: **
