Hi,

I can't able to add two views in table row.
Only one view is showing. second view is not showing.
wat is the problem?..

tr[0].addView(tv[0]);
tr[0].addView(sstv[0]);

tr-table row
tv & sstv is textview.

tv is showing in output.
But sstv is not showing.

when i give like this

tr[0].addView(sstv[0]);
tr[0].addView(tv[0]);

sstv is showing.
tv is not showing.

wat's the reason?..

-- 
Thanks & Regards
Sasikumar.S

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

Reply via email to