Skip to content

Commit 1701264

Browse files
committed
Update master
1 parent fd9e499 commit 1701264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ If you decide to use SlidingMenu as a view, you can define it in your xml layout
4545
* `viewAbove` - a reference to the layout that you want to use as the above view of the SlidingMenu
4646
* `viewBehind` - a reference to the layout that you want to use as the behind view of the SlidingMenu
4747
* `behindOffset` - a dimension representing the number of pixels that you want the above view to show when the
48-
behind view is showing
48+
behind view is showing. Default is 0.
4949
* `behindScrollScale` - a float representing the relationship between the above view scrolling and the behind
5050
behind view scrolling. If set to 0.5f, the behind view will scroll 1px for every 2px that the above view scrolls.
5151
If set to 1.0f, the behind view will scroll 1px for every 1px that the above view scrolls. And if set to 0.0f, the
52-
behind view will never scroll; it will be static. This one is fun to play around with.
52+
behind view will never scroll; it will be static. This one is fun to play around with. Default is 0.
5353

5454
Developed By
5555
------------

0 commit comments

Comments
 (0)