Well, just do what the error message tells you.
Don't call setContentView() before requestFeature().
Note:
As said in comments, for both ActionBarSherlock and AppCompat library, it's necessary to call requestFeature() before super.onCreate()
Well, just do what the error message tells you.
Don't call setContentView() before requestFeature().
Note:
As said in comments, for both ActionBarSherlock and AppCompat library, it's necessary to call requestFeature() before super.onCreate()
本文标题:requestFeature() must be called
本文链接:https://www.haomeiwen.com/subject/vnazrctx.html
网友评论