An open API service indexing awesome lists of open source software.

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

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`, 分别表示一般情况下的图片以及按下后的图片。

** 按住滚动条拖动, 效果如下: **

![](fastscroll.gif)