[android-developers] Re: How to popup menu on touch event.

2010-06-07 Thread bouncyman
I am also wondering about this. Can anyone help? On May 14, 2:46 am, Milind Bhusari wrote: > Hi, > I am writing rtsp client using MediaPlayer class , i am showing menu using > onCreateOptionsMenu() which popup menu on hardware menu button. Now i want > menu popup on touch screen also , i can capt

[android-developers] How do you do dim an image view?

2010-03-01 Thread bouncyman
I have a GridView on top of an ImageView (which has a background image) and want to dim the Image View so that the GridView will be more prominent. What is the best way to do this? Is there a simple xml attribute I can use? I tried using the FLAG_DIM_BEHIND from WindowManager.LayoutParams but it's