Skip to content

Commit

Permalink
fix crash and Refactor the library
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenceDut committed Aug 21, 2016
1 parent 48c00b3 commit 8f5dc7e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

(当展开时如果超过屏幕的高度时父控件不自动上移)
Expand Down

0 comments on commit 8f5dc7e

Please sign in to comment.