[android-developers] Re: Menu should be on the Image

2009-06-04 Thread Streets Of Boston
Have you looked through the API Demoes examples that come with the SDK, on how to set your buttons' (background) images? Plenty of examples there. Have you looked at the developer.android.com site? On Jun 4, 2:50 am, "android.vinny" wrote: > Hi every one > Can Any body help me how to create thi

[android-developers] Re: Menu should be on the Image

2009-06-04 Thread Desu Vinod Kumar
can any source code example regarding that availabel please give me the link thanks good ideas i got . On Thu, Jun 4, 2009 at 12:31 PM, guna wrote: > Use Image buttons as each list item..background as a imageView.. > > On Thu, Jun 4, 2009 at 12:27 PM, Saurav Mukherjee < > to.

[android-developers] Re: Menu should be on the Image

2009-06-04 Thread guna
Use Image buttons as each list item..background as a imageView.. On Thu, Jun 4, 2009 at 12:27 PM, Saurav Mukherjee < to.saurav.mukher...@gmail.com> wrote: > acc to me its a very simple linear layout with orientation set as vertical, > the first child is a bitmap, the next is a list view o

[android-developers] Re: Menu should be on the Image

2009-06-03 Thread Saurav Mukherjee
acc to me its a very simple linear layout with orientation set as vertical, the first child is a bitmap, the next is a list view or a table layout for the menu and the last child is another bitmap... thats the easiest way to implement the view shown in the pic! On Thu, Jun 4, 2009 at 12:20 PM, and

[android-developers] Re: Menu should be on the Image

2009-06-03 Thread Sujay Krishna Suresh
this is very much possible by setting the image as the background & with the help of proper layouts jus use buttons for each menu item... On Thu, Jun 4, 2009 at 12:21 PM, Desu Vinod Kumar wrote: > > Here I'm enclosed the Image > > > > On Thu, Jun 4, 2009 at 12:20 PM, android.vinny wrote: > >> >>

[android-developers] Re: Menu should be on the Image

2009-06-03 Thread Desu Vinod Kumar
Here I'm enclosed the Image On Thu, Jun 4, 2009 at 12:20 PM, android.vinny wrote: > > Hi every one > Can Any body help me how to create this screen which i have attached > as a enclosed as a attachment > > how to cod ethis can any body give the clues for that > any source example regarding thi