I have a tablerow in which i put in a textview with width==50dp;But when i add another tablerow which contains a textview with width==100dp,then the first textview has to be stretched to 100dp.
How can keep the width of the first textview’s width?
Use android:stretchColumns properties .
To Know more Check out Link