tags:

views:

86

answers:

3

How to implement a layer above a layout? like this pic: http://ss12.sinaimg.cn/orignal/5d8cb30ag8f47eca43a5b&690

A: 

use a Relative Layout

schwiz
A: 

To create that kind of floating menu I think PopupWindow would be what you are looking for.

Frank
hi Frank,I will try.Thank you for your reply
fonter
+1  A: 

I guess this link will help you a lot. It shows examples on how to implement the Quick Actions pattern and also the kind of menus you requested which btw are also used in the Google Gallery app.

Here's the link: http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/

Juri
hi,Juri,Your reply is very important to me. Thank you
fonter