Android: Tabs at the BOTTOM

后端 未结 10 2156
长发绾君心
长发绾君心 2020-11-22 05:03

I\'ve seen some chatter about this, but nothing definite. Is there a way to put the tabs in a TabWidget to the bottom of the screen? If so, how?

I\'ve tried the fol

10条回答
  •  萌比男神i
    2020-11-22 05:29

    There are two ways to display tabs at the bottom of a tab activity.

    1. Using relative layout
    2. Using Layout_weight attribute

    Please check the link for more details.

提交回复
热议问题