Reputation: 6312
I want to create a button for my android application that on click action opens a drop down menu list.
Something similar the menu button of Go Launcher as this:
I don't want to use Action bar; I read about the PopupMenu and PopupWindow but they are introduced only from API Level 11, and I want to support from API 4.
There is some simple method or library to implement these?
Upvotes: 1
Views: 3017
Reputation: 1226
I found another library which is perfectly suitable for this task.
Very Simple to use and have support of adding custom view in menu
Upvotes: 0
Reputation: 6312
I found this library that does something similar:
It is simple to use and efficient!!
Upvotes: 1