Android: Tabs at the BOTTOM

后端 未结 10 2157
长发绾君心
长发绾君心 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

    I was having the same problem with android tabs when trying to place them on the bottom of the screen. My scenario was to not use a layout file and create the tabs in code, I was also looking to fire activities from each tab which seemed a bit too complex using other approaches so, here is the sample code to overcome the problem:

    adding-tabs-in-android-and-placing-them

提交回复
热议问题