Hi everyone, In order to implement a navigation bar ala Facebook<http://stackoverflow.com/questions/8428416/how-to-make-facebooks-app-new-menu-on-android>I have the following Layout <https://gist.github.com/2365548>.
So the basic idea is that when I want to open the navbar I just shift the * TopLayer* to the right and the navbar will be revealed<https://gist.github.com/2365552> . Now this works well and I can interact with the navbar's *ListView* in order to navigate through the application, as far as the view that gets injected inside the *TopLayer* isn't a *ScrollableView *(like another * ListView*, a *ScrollView *or a *WebView*). For instance, when the *TopLayer* is a *WebView *instance, I can't scroll and interact with the navbar's *ListView* because it is the *WebView* that gets scrolled (althoough I shifted it to the right). I guess it's not trivial to superpose many *ScrollableView*'s but I hope there are hacks to overcome these issues. I have been looking for a solution for almost a week now (including posting it on StackOverflow<http://stackoverflow.com/questions/10029447/how-to-cleanly-superpose-scrollableviews-in-android>) but I haven't found anything relevant. I'll really appreciate any help regarding this! Thanks! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en