In android Table Layout each column width is the width of its widest column , I have two separate table layouts one as a header and other for values, if I add some long text in second table layout then its column width increase but i want to increase the header column width too. I need to know is there is any way to get the with of the widest cell of one table layout so i can set others according to that.
I tried getwidth() and getcalculatedwidth() but not giving the increased width
0 comments:
Post a Comment