Remove the bottom line border in tab bar? (And change selected color)

后端 未结 7 1765
南笙
南笙 2020-12-03 01:51

Is it possible to remove the bottom line showed in the tab bar? It is grey when not selected.

And is it possible to change the yellowish color to something else?

7条回答
  •  -上瘾入骨i
    2020-12-03 02:12

    just do this in your tabWidget in your xml file.

    android:tabStripEnabled="false"
    

    hope you get it. ;)

提交回复
热议问题