android - Fly-out menu hovering above action bar, but not hiding it -


i have created fly-out (sliding) menu example.

in example author uses noactionbar attribute activity hide action bar.

but in app want use actionbar's tabs (tabbed control, tab navigation) navigation (like in third picture).

also in first , second pictures can see fly-out menu desired view (screens vk android app). theirs menu hovers above action bar , use tab control!

last picture app. there menu under action bar.

so, question is: how can make fly-out menu hover above action bar? not hiding action bar, have possibility use actionbar's tabs (it impossible noactionbar attribute).

fly-out menu fly-out menu hides tabbed navigationmy app]

upd: found nice example here https://github.com/cheesebaron/slidingmenusharp

i recommend looking example, has needed information: https://github.com/chrisbanes/cheesesquare

your problem inflate navbar "under" main activity (i guess, in fragment).


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -