If I do this --

        <TableLayout android:id="@+id/Table1"
                             android:layout_width="fill_parent"
                             android:layout_height="wrap_content"
                             android:stretchColumns="0"
                             android:paddingLeft="20px"
                             android:paddingRight="20px">
                <TableRow>
                    <TextView android:text="@string/Email"
                              android:ellipsize="none"
                              android:layout_width="fill_parent"
                              android:gravity="right"/>
                    <EditText android:id="@+id/Email"
                              android:layout_height="40px"
                                  android:layout_width="fill_parent"
                              android:gravity="left"/>
                </TableRow>
        </TableLayout>

And then pre-populate the EditText with something that's long, it will
create the control to be soo big, it winds up getting truncated on the
right.  How can i get the control to simply end - rather than grow and
get truncated? (i.e. the text will still be long, but you'll only be
able to see part of it).

tia

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