Android create custom overflow menu item

后端 未结 8 1174
小鲜肉
小鲜肉 2020-12-16 16:54

I want to create a custom overflow menu item in my ActionBar in addition at the Setting item like described in the image below:

8条回答
  •  没有蜡笔的小新
    2020-12-16 17:33

    See these links

    http://www.codeproject.com/Articles/173121/Android-Menus-My-Way

    http://developer.android.com/guide/topics/ui/actionbar.html#Dropdown

    and i suggest you to use actionbarsherlock to create a custom overflow menu

    See this answer to know how to create overflow menu item using actionbar sherlock

    ActionbarSherlock does not include "overflow" section of Action Bar (on Android 2.1)

提交回复
热议问题