Hello to all,

I have a problem with TableRow and TextView. I'm trying to show a text
longer than screen, but It doesn't break in two lines. Isn't it automatic? I
have a ListView with TextView items and it break in multiple lines
automatically. This is my code:

<TableLayout

  xmlns:android="http://schemas.android.com/apk/res/android";

  android:layout_width="fill_parent"

  android:layout_height="fill_parent"

  android:orientation="vertical"

  android:padding="8px">


>   [...]

<TableRow>

<TextView android:id="@+id/news_item_view_description"

                        android:layout_column="1"

android:textSize="12px"

/>

</TableRow>

  [...]


> </TableLayout>


I have tried with *android:layout_width="fill_parent" *in TextView, but it
doesn't work.
Any solution?

Thanks.

-- 
Atentament,

Salvador Gironès

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to