bk138 / LibSlideMenu

A sliding menu for Android, as found in the Google+ or Facebook apps.
Apache License 2.0
99 stars 56 forks source link

Slide to hide menu #8

Closed qbraet closed 12 years ago

qbraet commented 12 years ago

This is a great library so far, but I miss a little feature. If you look at the youtube or google+ app, it is possible to grab the main view and slide it back over the menu to hide it. Is it possible to implement this?

bk138 commented 12 years ago

Well it sure would be if someone steps up for it ;-) ATM, clicking on the main view hides the slidemenu. All sliding is in fact an Animation that's triggered by user actions. No homescreen like sliding where you hold your finger and can control the sliding yourself back and forth, right.