0

How to change the default TabHost view to show the FrameLayout corresponding to the second or third tab to be the default view, as opposed to always being the first tab's corresponding Framelayout to be the default view? I want to do this as I do not change the ordering of the tab but only wanting to show default to be other than the first tab?

4

1 回答 1

-1

默认情况下在你的代码中使用这一行它设置为“0”。- tabHost.setCurrentTab( 1 );

于 2012-12-05T19:18:38.080 回答