在 Android 中实施 Material 设计菜单的最佳方式是什么?

Which is the best way to implement Material Design menus in Android?

是否有实现 material 设计菜单的标准方法? http://www.google.com/design/spec/components/menus.html#menus-simple-menus

我需要做如下图这样的事情: http://imgur.com/oqNeiiC

我最终使用了 android 的 "pop up menus",自定义了它们,所以它看起来有点像 "material design"。

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