Hi EveryOne,
I have a TableRow as below
<TableRow style="@style/BodyRow">
<TextView android:text="Status Title" style="@style/BodyText"
android:textColor="#000000" android:background="#82CAFA" android:layout_height="70dip"/>
<TextView android:text="rechrgstatus_content" style="@style/BodyText"
android:layout_weight="1" android:layout_height="70dip"
android:id="@+id/rechrgstatus_content_id" android:background="#82CAFA"/>
</TableRow>
title i.e "Status Title" won't change but the other side content may change, If the content very big then it appears a gap on left side item...I want to adjust the left side item size as to that of right side item...
As I have set the background color it appears some gap kind of thing on left side ....please suggest me the solution...
Thanking you....

