File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ If you decide to use SlidingMenu as a view, you can define it in your xml layout
45
45
* ` viewAbove ` - a reference to the layout that you want to use as the above view of the SlidingMenu
46
46
* ` viewBehind ` - a reference to the layout that you want to use as the behind view of the SlidingMenu
47
47
* ` 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.
49
49
* ` behindScrollScale ` - a float representing the relationship between the above view scrolling and the behind
50
50
behind view scrolling. If set to 0.5f, the behind view will scroll 1px for every 2px that the above view scrolls.
51
51
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.
53
53
54
54
Developed By
55
55
------------
You can’t perform that action at this time.
0 commit comments