well the idea of a tablelayout with just one row is that I want to place two items, one on the left side of the screen and one centered within the screen... so if you have any idea how to achieve this ? Or will a horizontal linearlayout fix that ? I am having a lot of trouble, I love the fact that it's all so customizable but it's somewhat TOO customizable.. I mena if I place a Widget onscreen afterwards I got like 40 fields with options to set... Some are completely criptic, many have a Gravity AND a Layout_Gravity.. what's up with that ? If I place the gravity on horizontal_centered it won't work but if I set the property "layout center horizontal" to true it will... So I got 3 options, who all seem to do the same but some will work the others won't and God help us there is no good explanation/documentation about it... Anyone up to finding the needle in the haystack ? ;)
On 8 feb, 19:38, TreKing <[email protected]> wrote: > On Mon, Feb 8, 2010 at 8:56 AM, MobDev <[email protected]> wrote: > > A vertical LinearLayout, which contains first a TableLayout with just > > one TableRow > > What's the point of having a TableLayout with just one row? Why not just use > a horizontal LinearLayout? > > ------------------------------------------------------------------------------------------------- > TreKing - Chicago transit tracking app for Android-powered > deviceshttp://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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

