[android-developers] Re: TableLayout, Rotating

2010-02-03 Thread Holger
While I am at it: How can I enforce equal width on table columns?

Is there a way to do in in layout/*.xml or do I have to render the
content
of my table programatically (getting screen dimensions, and creating
the content of the table calls with computed width)

Regards,
  Holger

-- 
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] Re: TableLayout, Rotating

2010-02-03 Thread Edward Falk
I don't think the Android API lets you do what you want.  I wound up
writing my own gridbox layout widget which I use in several of my
apps.  It's similar to the old Java gridbag layout and HTML tables.
It does everything I need.  Unfortunately, it's not generic enough for
me to publish yet.

-- 
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


Re: [android-developers] Re: TableLayout, Rotating

2010-02-03 Thread Narendra
Edward,
Is it possible for you to share some more info on the custom gridbox widget?

regds,
nkl

On Wed, Feb 3, 2010 at 11:12 PM, Edward Falk ed.f...@gmail.com wrote:

 I don't think the Android API lets you do what you want.  I wound up
 writing my own gridbox layout widget which I use in several of my
 apps.  It's similar to the old Java gridbag layout and HTML tables.
 It does everything I need.  Unfortunately, it's not generic enough for
 me to publish yet.

 --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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