Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PierfrancescoSoffritti authored Jun 30, 2016
1 parent ac841dc commit 6b4d006
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This ViewGroup can have only 2 children. The 1st one is the <b>non slidable view
The substantial difference from all other implementations is that in this case is easy to position the <b>collapsed slidable view</b> relative to the <b>non slidable view</b>.<br/>
In other implementation the only way to control the <b>position</b> of the <b>collapsed slidable view</b> is by using a <b>peek</b> factor.<br/>
Here instead the <b>collapsed slidable view</b> is placed exactly below the <b>non slidable view</b>, just like in a vertical LinearLayout. The <b>slidable view</b> is conceptually part of the hierarchy and it's not above it.
<br/><br/>
<img height="450" src="https://github.com/PierfrancescoSoffritti/SlidingDrawer/blob/master/pics/SlidingView.gif" />
<br/>

## Usage

Expand Down

0 comments on commit 6b4d006

Please sign in to comment.