The best way to create drop down menu in android 2.x like in ICS

前端 未结 3 973
猫巷女王i
猫巷女王i 2020-12-09 05:31

I want to create button with drop down menu, like overflow menu button in ActionBar on ICS. I have problem because PopupMenu there isn\'t in android 2.x. The second way usin

3条回答
  •  半阙折子戏
    2020-12-09 05:41

    If your purpose is to recreate an action bar, you could take a look at the ActionBarSherlock project, which backports thoses functionalities.

    If you want to be able to pop such a menu anywhere in your app, you could read the implementation of the MenuPopupHelper class implementation in the ActionBarSherlock project source code.

提交回复
热议问题