How do I create a header or footer button bar for my Android application

后端 未结 4 1315
臣服心动
臣服心动 2020-12-01 13:17

Many popular apps like Google Maps, Facebook, Foursquare, etc. have header and/or footer bars on most of their activities. These headers often include very useful buttons, a

4条回答
  •  攒了一身酷
    2020-12-01 13:55

    I think the element that you're liking in those layouts is the fact that they're using a FrameLayout for the lower part of the display.

    They're probably doing something like this:

    
                                                            
提交回复
热议问题