Reputation: 41
I want to make an menu for my app just like on this picture from Instapaper app https://i.sstatic.net/KwLrx.jpg
So the menu overlays the part of the current activity and when taking actions from the menu, the effect is seen immediately and the menu does not close after applying a single action.
What kind of layout is this? How can I implement it? Or is it some kind of a library?
Thank you very much!
Upvotes: 1
Views: 184
Reputation: 39836
That's certainly and definitely a custom implementation from the developers.
Most likely an XML layout inflated and animated when you call the menu.
Upvotes: 3