Android layout / control to display an arrow from an open tab to a list / menu?

I like the design of the Gmail app for Android, and I wonder if they created it using a standard approach.

I guess it uses snippets, one for the menu on the left and another for the content. But what looks really cool to me is a small arrow pointing from the content to the selected item. This gives the feeling that the content page is placed on top of the rest.

Is something like this available out of the box?

enter image description here

+5
source share
3 answers

, : windowContentOverlay , "", . : gravity = "right" , .

, , "", , .

+2

, 2 ListViews, , . 4.0, . , ListView?

+1

Multipane Layout: ( recyclerview), - (scrollview, listview, recyclerview, webview ..).

( ), . , listview , , .

Lollipop ( drawable-v21 ).

frameelayout ( - listview, - , ( ) , ).

0

All Articles