Question

I've been attempting to replicate the 3-pane style layout in Evernote 5.1 for Android:

enter image description here

Sliding the middle pane will cover the content on the left. Sliding the top most pane will cover the whole screen. Content on each pane can be interacted with regardless of pane position (unless the top pane is covering everything, of course).

The closest I have been able to come is by using a SlidingPaneLayout - however, more than 2 children are not supported and I end up with something akin to the Hangouts app.

Adding a 3rd child, or nesting a 2nd SlidingPaneLayout within the first results in odd behaviour with regard to both pane positioning and in the case of the latter, swipe behaviour.

How could I go about successfully adding a 3rd pane in this scenario?

Was it helpful?

Solution

It looks like they have a SlidingMenu possibly a third party one since it moves the whole contentview with a SlidingPaneLayout

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top