on further researh, it was the stretchColumns inside the
tablelayout - causing the problem
<TableLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:stretchColumns="1">
but again, that attribute should be subservient to the layout_width.
if i set the width to wrap_content - it still strectches even though
the content width is quite a bit less than the remaining width.
--
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