Issues with Android TabHost Example

前端 未结 4 1235
别那么骄傲
别那么骄傲 2020-11-30 07:07

I have been attempting to implement the \'advanced\' tabwidget example from google. But, when it tries to call tabHost.addTab(spec); I get a stack trace from t

4条回答
  •  北海茫月
    2020-11-30 07:42

    The example, as corrected by Ted, also works if all three activities do not include the line:

    android:theme="@android:style/Theme.NoTitleBar"
    

    This is useful if you want a title bar in addition to the tab labels.

提交回复
热议问题