Android Market-like tabbar

后端 未结 4 1148

What\'s the best way to implement an Android Market-like tabbar (Apps/Games/Downloads)?

4条回答
  •  时光取名叫无心
    2021-01-16 21:13

    You can do this job by changing the tab.xml file. In tab.xml in linear layout, first use one child layout, which contains image and label(android market) Below this child layout, put tab host and frame layout. You can achieve this task then.

提交回复
热议问题