RadioGroup inherits from LinearLayout, so you should be able to simply
use android:orientation="horizontal" in your XML or the corresponding
java code (disclaimer: I've never tried to do so, but it seems
logical)

R/

On Sun, Apr 12, 2009 at 2:56 PM, kaloer <mkal...@gmail.com> wrote:
>
> Hi!
> I'm new to Android Developing, and don't know how to list the
> RadioButtons in a RadioGroup horizontal instead of the default
> vertical way.
>
> Default it is like this:
> (o) XX
> (o) XX
> (o) XX
>
> How can i do this:
> (o) X (o) X (o) X
>
> I am doing the layout in code, so please answer using that instead of
> xml :-)
>
> Best Regards
> Kaloer
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to