PopUp Menus

When we create an instance of the PopupMenu, we need to pass its constructor a reference to the Context, as well as the view to which the menu is attached   创建实例的时候,一个是上下文,一个是Popup要依附的控件,

使用的时候有两方式

PopUp Menus_第1张图片

有两个事件:一个是item的点击,一个是消失事件:


PopUp Menus_第2张图片

----


menu.xml文件格式:



                 android:title="查看联系人"/>
                  android:title="多媒体库"/>
                  android:title="搜索"/>
                  android:title="静音"/>
                  android:title="壁纸"/>
    

over.

你可能感兴趣的:(PopUp Menus)