[android-beginners] Re: ImageButton on Graphic Background

2009-10-01 Thread Maxood
Let me be very precise here. I have a picture in the background.Can i place ImageButtons on this picture and receive click event of the ImageButtons? If not then how can i place a pictured object on a pictured background and be able to receive click event of that object? Thank you Maxood On Sep

[android-beginners] Re: ImageButton on Graphic Background

2009-10-01 Thread Mark Murphy
Let me be very precise here. I have a picture in the background. That is not very precise. The picture is in the background of...what? Can i place ImageButtons on this picture and receive click event of the ImageButtons? Presumably. Please try it, and if it does not work, post some layout

[android-beginners] Re: ImageButton on Graphic Background

2009-10-01 Thread Zeeshan Muhammad
if u mean to place an image button on top of a layout , that could help LinearLayout android:layout_width=wrap_content android:layout_height=wrap_content android:background=@drawable/background ImageButton android:id=@+id/btn android:layout_width=wrap_content

[android-beginners] Re: ImageButton on Graphic Background

2009-09-30 Thread Mark Murphy
Is it possible to have ImageButtons to be placed on a graphic background? Wonder if they will receive events or not? Please reply with comments I do not know exactly what you mean by placed on a graphic background. If you mean you want the ImageButton to *have* some different background