{"id":18001583,"url":"https://github.com/hehonghui/fastscrolllayout","last_synced_at":"2026-03-15T15:02:42.567Z","repository":{"id":146185460,"uuid":"77037844","full_name":"hehonghui/FastScrollLayout","owner":"hehonghui","description":"Android fast scroll layout from ListView","archived":false,"fork":false,"pushed_at":"2016-12-21T10:05:04.000Z","size":933,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-21T11:50:36.211Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hehonghui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-21T09:33:27.000Z","updated_at":"2020-08-28T06:55:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"c5202863-f87b-4cc2-b591-ceb193c28d6c","html_url":"https://github.com/hehonghui/FastScrollLayout","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hehonghui%2FFastScrollLayout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hehonghui%2FFastScrollLayout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hehonghui%2FFastScrollLayout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hehonghui%2FFastScrollLayout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hehonghui","download_url":"https://codeload.github.com/hehonghui/FastScrollLayout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245618574,"owners_count":20645024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-29T23:18:02.300Z","updated_at":"2026-03-15T15:02:37.548Z","avatar_url":"https://github.com/hehonghui.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastScrollLayout\nAndroid fast scroll layout from ListView\n\n代码基于 [SuperSaiyanScrollView](https://github.com/nolanlawson/SuperSaiyanScrollView) 修改而来.\n\n## 使用方式, ListView 放在 FastScrollLayout 中: \n\nxml : \n\n```\n\u003ccom.nolanlawson.supersaiyan.widget.FastScrollLayout\n    android:id=\"@+id/scroll\"\n    xmlns:android=\"http://schemas.android.com/apk/res/android\"\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"match_parent\"\u003e\n\n    \u003cListView\n        android:id=\"@android:id/list\"\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"match_parent\"\n        android:scrollbars=\"none\"/\u003e\n\u003c/com.nolanlawson.supersaiyan.widget.FastScrollLayout\u003e\n\n```\n往 ListView中填充数据后滚动即可看到效果.\n\n\n## 定制 scroll thumb \n将自己要替换的scroll thumb 放在drawable目录中, 资源名字为 `scroll_thumb`、`scroll_thumb_pressed`, 分别表示一般情况下的图片以及按下后的图片。\n\n\n** 按住滚动条拖动， 效果如下: **\n\n![](fastscroll.gif)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhehonghui%2Ffastscrolllayout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhehonghui%2Ffastscrolllayout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhehonghui%2Ffastscrolllayout/lists"}