this is my code what i’m showing here:
<TableRow
android:id="@+id/tableRow1"
android:layout_width="fill_parent"
android:layout_height="28dp"
android:weightSum="80" >
<EditText
android:id="@+id/editText1"
android:layout_width="wrap_content"
android:layout_height="20px"
android:textSize="18px"
android:text="India is best"
android:layout_weight="20" />
</TableRow>
but display is not proper
try this..dn’t specify edittext height in px.always use dp for width and height.