diff --git a/README.md b/README.md index 3234805..18d763d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ExpandableLayout 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) +####[![](https://jitpack.io/v/SilenceDut/ExpandableLayout.svg)](https://jitpack.io/#SilenceDut/ExpandableLayout) **_SimpleUse_** @@ -33,13 +33,15 @@ Basic Usage ----------- **Supported Attributes** -```xml - - //expand duration - // the parent view should scroll automatically if the view expand out of device screen - // the parent view should scroll together with view expanding - -``` +- ***expDuration*** +expand duration + +- ***expWithParentScroll*** +parent view should scroll automatically if the view expand out of device screen +(当展开时如果超过屏幕的高度是父控件否自动上移) + +- ***expExpandScrollTogether*** +parent view should scroll together with view expanding**** **ExpandableLayout inherited from LinearLayout,and the default setOrientation is **VERTICAL****