From 0587fdf2bfcd2c836d3bf51c2d6b96090b1829b3 Mon Sep 17 00:00:00 2001 From: Hai Zhang <4469895+zhanghai@users.noreply.github.com> Date: Sun, 10 Nov 2019 16:15:13 -0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20AndroidFastScroll?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为 RecyclerView 和其他视图添加快速滚动支持,高度可定制并且自带默认和 MD2 两种主题。 项目地址:https://github.com/zhanghai/AndroidFastScroll --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ac952f83..7ba0dd7a 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,12 @@ ListView 快速滑动,同时屏幕中间 PopupWindows 显示滑动到的 item 项目地址:https://github.com/nolanlawson/CustomFastScrollViewDemo 效果图:![Renderings](https://raw.github.com/nolanlawson/CustomFastScrollViewDemo/master/example.png) +1. AndroidFastScroll +为 RecyclerView 和其他视图添加快速滚动支持,高度可定制并且自带默认和 MD2 两种主题。 +项目地址:https://github.com/zhanghai/AndroidFastScroll +Demo 地址:https://play.google.com/store/apps/details?id=me.zhanghai.android.fastscroll.sample +效果图:![Renderings](https://raw.githubusercontent.com/zhanghai/AndroidFastScroll/master/screenshot/default.png) + 1. Android-ScrollBarPanel ListView 滑动时固定的 Panel 指示显示在 scrollbar 旁边 项目地址:https://github.com/rno/Android-ScrollBarPanel