Introduction - If you have any usage issues, please Google them yourself
Android translucent dialog box Demo source code]
The following is the implementation steps:
1 background set ash:
PopupWindow = PopupWindow new (menuView, LayoutParams.FILL_PARENT, LayoutParams.FILL_PARENT, true)
The first two or three parameters must be LayoutParams.FILL_PARENT, so as to fill the entire screen, to achieve the purpose of background.
The entire popupwindow is a GridView, what is the picture of the UC browser interface with the imitation of the project, in this thank you.