问题
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