Stack Overflow archive
0 scoreaccepted

How to achieve the same appbar-design as Periscope's Android app?

score
0
question views
128
license
CC BY-SA 3.0

I would use TabBarView. Then, in the Fragment you want a MenuItem to show (like the last tab in Periscope), add setHasOptionsMenu(true) and have the MenuItem's visibility be app:showAsAction="always". Wally also uses this UI pattern.

Originally posted on Stack Overflow. Public user contributions are licensed under Creative Commons Attribution-ShareAlike.