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

后端 未结 4 1318
臣服心动
臣服心动 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:48

    Design Xml layout with header,footer and body.you have to extend the main activity every time,you have to change body by inflating desired layout.

提交回复
热议问题