Re: [android-developers] RadioGroup over two columns or rows?

2010-05-16 Thread TreKing
On Sat, May 15, 2010 at 12:27 PM, Julian Bunn  wrote:

> Does anyone have an idea how to better do this?


If I understand your question correctly, I don't think there is a better
way.

-
TreKing - Chicago transit tracking app for Android-powered devices
http://sites.google.com/site/rezmobileapps/treking

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

[android-developers] RadioGroup over two columns or rows?

2010-05-15 Thread Julian Bunn
I create a set of RadioButtons in a RadioGroup on the fly (no XML),
and would like to arrange them in either two columns or two rows -
right now they are in a single column. I could of course create two
sets of RadioButtons, and place each in a different RadioGroup view,
but presumably then I would have to control the active state of each
button by taking into account both views.

Does anyone have an idea how to better do this?

Thanks!

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