Unable to override onCreateOptionsMenu in ListFragment

后端 未结 10 1698
太阳男子
太阳男子 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:23

    Make sure the imports are from the compatibility library and not from the SDK itself.

提交回复
热议问题