Re: [android-developers] Re: Two controls on a line?

2010-08-01 Thread { Devdroid }
On 1 August 2010 13:08, Jez wrote: > But I want two controls on a line and that doesn't do it. It does. Second LinearView is horizontal for that exact purpose so both TextEdits are next to each other. It may however look like it is not if you got long text there (or long text resource ID). In def

Re: [android-developers] Re: Two controls on a line?

2010-08-01 Thread Mark Murphy
On Sun, Aug 1, 2010 at 7:30 AM, Jez wrote: > Now I just need to find a drop down control as I've realised I need > one. android.widget.Spinner -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Androi

[android-developers] Re: Two controls on a line?

2010-08-01 Thread Jez
I think I've just figured it out. I think the form I was working on was screwed. I just created a new one with a relative layout and it worked. My mistake. Now I just need to find a drop down control as I've realised I need one. On Aug 1, 12:08 pm, Jez wrote: > But I want two controls on a line

[android-developers] Re: Two controls on a line?

2010-08-01 Thread Jez
But I want two controls on a line and that doesn't do it. On Aug 1, 11:15 am, "{ Devdroid }" wrote: > > So far I've only done samples with a LinearView and perhaps getting > > over confident I tried creating a RelativeLayout. Not only did it not > > work, the screen didn't show any controls! > >