- 40
- 0
- 约5.39千字
- 约 3页
- 2018-04-17 发布于河南
- 举报
Android popupwindow实现弹出菜单效果
上面图片中的确定按钮的效果。
也就是弹出菜单。
主activity布局
01. ?xml version=1.0 encoding=utf-8?
02.
03.
04. RelativeLayout xmlns:android=/apk/res/android
05. android:id=@+id/com_example_menueffect_effect1_relativeLayout
06. android:layout_height=match_parent
07. android:layout_width=match_parent
08.
09.
10. ListView android:layout_height=wrap_content
android:id=@+id/com_example_menueffect_effect1_listView1
11. android:layout_alignTop=@id/com_example_menueffect_effect1_relativeLayout
12. android:layout_wid
原创力文档

文档评论(0)