[android-beginners] Re: MULTIPLE CONTROLS IN SINGLE LINE:

2009-10-18 Thread Jeffrey Blattman
i assume you mean you want your list view's rows to be complex. in summary, 1. create a custom adapter 2. in the adapter's getView(), inflate your custom view and populate it as you wish On 10/18/09 1:03 AM, Clave Yard wrote: ALL, CAN SOME ONE TELL ME HOW TO M

[android-beginners] Re: MULTIPLE CONTROLS IN SINGLE LINE:

2009-10-18 Thread Clave Yard
Do you mean, using layout we can't achieve this? Is there any sample provided by Android team to do such thing, creating custom controls?--- On Sun, 10/18/09, Jeffrey Blattman wrote:From: Jeffrey Blattman Subject: [android-beginners] Re: MULTIPLE CONTROLS IN SINGLE LINE:To: android-beginners@googl

[android-beginners] Re: MULTIPLE CONTROLS IN SINGLE LINE:

2009-10-18 Thread Jeffrey Blattman
layout we can't achieve this? Is there any sample provided by Android team to do such thing, creating custom controls? --- On Sun, 10/18/09, Jeffrey Blattman wrote: From: Jeffrey Blattman Subject: [android-beginners] Re: MULTIPLE CONTROLS IN SINGLE LINE: To: android-beginners@g

[android-beginners] Re: MULTIPLE CONTROLS IN SINGLE LINE:

2009-10-18 Thread Clave Yard
Do you mean, using layout we can't achieve this? Is there any sample provided by Android team to do such thing, creating custom controls? --- On Sun, 10/18/09, Jeffrey Blattman wrote: From: Jeffrey Blattman Subject: [android-beginners] Re: MULTIPLE CONTROLS IN SING

[android-beginners] Re: MULTIPLE CONTROLS IN SINGLE LINE:

2009-10-18 Thread Jeffrey Blattman
From: Jeffrey Blattman Subject: [android-beginners] Re: MULTIPLE CONTROLS IN SINGLE LINE: To: android-beginners@googlegroups.com Date: Sunday, October 18, 2009, 9:03 AM are you using a listview or no? i'll assume no ... yes,  to get three views positioned horizont

[android-beginners] Re: MULTIPLE CONTROLS IN SINGLE LINE:

2009-10-18 Thread jax
ee controls. For ex: If you see built-in Volume control, there will > > be Volume speaker icon and volume text one line, and below you can see > > the volume slider. Same like that i wanted to do. > > > --- On *Sun, 10/18/09, Jeffrey Blattman > > //* wrote: > > >  

[android-beginners] Re: MULTIPLE CONTROLS IN SINGLE LINE:

2009-10-18 Thread Clave Yard
OK. F --- On Sun, 10/18/09, jax wrote: From: jax Subject: [android-beginners] Re: MULTIPLE CONTROLS IN SINGLE LINE: To: "Android Beginners" Date: Sunday, October 18, 2009, 4:05 PM Hi Clave If you press the "Caps Lock" key to the left of the keyboard near the 

[android-beginners] Re: MULTIPLE CONTROLS IN SINGLE LINE:

2009-10-18 Thread Clave Yard
ng custom controls? --- On Sun, 10/18/09, Jeffrey Blattman wrote: From: Jeffrey Blattman Subject: [android-beginners] Re: MULTIPLE CONTROLS IN SINGLE LINE: To: android-beginners@googlegroups.com Date: Sunday, October 18, 2009, 8:48 AM