哪个是在Android中实现Material Design菜单的最佳方式?

有没有标准的方法来实现材料设计菜单?

http://www.google.com/design/spec/components/menus.html#menus-simple-menus

我需要做如下图:
http://imgur.com/oqNeiiC

最佳答案 我最终使用了android的“弹出菜单”,自定义它们,所以它看起来有点像“材料设计”.

http://developer.android.com/guide/topics/ui/menus.html#PopupMenu

点赞