Issues with Android TabHost Example

前端 未结 4 1236
别那么骄傲
别那么骄傲 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:45

    Also the

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

    does not work for me, if I replace it with

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

    it works fine.

提交回复
热议问题