From 6312ee2b9e7035514425806bf166632747351225 Mon Sep 17 00:00:00 2001 From: yangyufei Date: Thu, 15 Nov 2018 16:37:45 +0800 Subject: [PATCH] add feature --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3088aa6..c550c4d 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ mNestedTouchScrollingLayout.registerNestScrollChildCallback(new NestedTouchScrol ### Next - [x] hold all touch event, and dispath touch event to child view. - [x] fix ACTION_UP dispatch child click event. +- [ ] support bottomsheet. - [ ] support CoordinatorLayout (AppbarLayout). - [ ] add damping draging.