From 8f5dc7e4364717f5c3d0894de9779554713d6757 Mon Sep 17 00:00:00 2001 From: SilenceDut Date: Sun, 21 Aug 2016 17:53:14 +0800 Subject: [PATCH] fix crash and Refactor the library --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb959b8..6bcc6c0 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,20 @@ A expandable Layout to save space and reduce jump between Activity and Fragment ####[![](https://jitpack.io/v/SilenceDut/ExpandableLayout.svg)](https://jitpack.io/#SilenceDut/ExpandableLayout) -**_SimpleUse_** +**SimpleUse** ![intro](media/simple_use.gif) +**Use in RecyclerView** + parent view scroll automatically if the view expand out of device screen, (当展开时如果超过屏幕的高度时父控件自动上移) ![intro](media/recyclerview_withParentScroll_together.gif) +**Use in ListView** + parent view not scroll automatically if the view expand out of device screen (当展开时如果超过屏幕的高度时父控件不自动上移)