vertical tab bar in android

前端 未结 1 1339
臣服心动
臣服心动 2021-01-15 19:15

Does anyone know if it is possible to create vertical tab bar in android or if there is a library out there that provides the capability to do vertical tab bar?

Than

相关标签:
1条回答
  • 2021-01-15 19:46

    You can achieve this by using the following code:

    getTabWidget().setOrientation(LinearLayout.VERTICAL);
    

    source

    0 讨论(0)
提交回复
热议问题