Unable to override onCreateOptionsMenu in ListFragment

后端 未结 10 1697
太阳男子
太阳男子 2020-12-24 06:56

I created an app that supports both phone and tablet version so i use the android-support-v4.jar library.

My activity extends the ListFragment and I tried to overri

10条回答
  •  失恋的感觉
    2020-12-24 07:08

    Ouch!!! That was a good one!

    I imported android.view.Menu in MyFragment instead of android.support.v4.Menu!

    I lost a few hours on this one! Hope this post can at least help someone else.

提交回复
热议问题