getSupportActionBar using FragmentActivity

后端 未结 4 594

I\'m using fragment activity on one project, but it seems v4 support FragmentActivity doesn\'t has getSupportActionBar() method, and I need to use

4条回答
  •  臣服心动
    2020-12-16 13:59

    to use getSupportActionBar() you need extends ActionBarActivity like this http://antonioleiva.com/actionbarcompat-how-to-use/

提交回复
热议问题