SimonVT / android-menudrawer

*DEPRECATED* A slide-out menu implementation, which allows users to navigate between views in your app.
http://simonvt.github.com/android-menudrawer/
Apache License 2.0
2.59k stars 1.11k forks source link

Control Peek Height (bottom overlay drawer) #230

Closed MarkySmarky closed 10 years ago

MarkySmarky commented 10 years ago

How to set the peek height when using a bottom overlay drawer? I'm using peekDrawer(0,0) method. Can it be done? Thanks.

MarkySmarky commented 10 years ago

Can it be done?

SimonVT commented 10 years ago

No, this is not possible.

MarkySmarky commented 10 years ago

is there anything that can be done with mPeekSize on OverlayDrawer?

SimonVT commented 10 years ago

There's no API to change the peek size. I have no interest in adding it myself, so someone would have to supply a pull request.