vertical tab bar in android

只愿长相守 提交于 2019-12-30 13:13:30

问题


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?

Thanks!


回答1:


You can achieve this by using the following code:

getTabWidget().setOrientation(LinearLayout.VERTICAL);

source



来源:https://stackoverflow.com/questions/5875644/vertical-tab-bar-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!