can I use a compatible action bar AND a fragment in the same activity?

后端 未结 4 1901
-上瘾入骨i
-上瘾入骨i 2021-02-07 04:30

OK, I\'ve been extending my activities to

extends ActionBarActivity

My main menu page

extends FragmentActivity
4条回答
  •  忘了有多久
    2021-02-07 05:04

    Is your code from the Action Bar compatibility example that comes with the SDK? If so just change the ActionBarActivity class in that example to extend FragmentActivity (from the compatibility library I assume) instead of Activity.

提交回复
热议问题