如何Textview Linebreak?

时间:2011-06-14 13:09:09

标签: android

我之前在论坛上看到了\ n,但我认为这只是在程序上仅用于java ... '\ n'实际上也适用于xml!希望这会有所帮助.....

<TableRow android:id="@+id/originDesc" android:layout_width="fill_parent"

        android:layout_height="wrap_content" android:layout_marginRight="15px"

        >

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

                android:layout_width="wrap_content" android:layout_height="wrap_content"

                android:text="The Bullmastiff was developed in England by gamekeepers for
protection against poachers. The foundation breeding of the
modern pure-bred was 60 per cent Mastiff and 40 per cent Bulldog.
It is a guard and companion dog, and should be loyal, obedient, and thus suitable for training."

                android:textSize="10sp">

        </TextView>

</TableRow>

我有这个Textview(见下文),我自动包装的文字自动包装但不是,但是,文字延伸到屏幕的右侧,即使水平翻转,这些线条也显得非常棒交易,我希望在那时仍然是多线的,但仍然会从屏幕右侧延伸半个字。

有谁知道我怎么能阻止这个?我已经尝试过shrinkColumn =“1”一直到30而没有任何变化,我尝试了几个不同的东西。

1 个答案:

答案 0 :(得分:0)

我明白了,试图解决你的问题,考虑你的Textlook而不是你的整个UI ....... 你可以使用android:layout_width =“fill_parent”填充屏幕的宽度,并在左,右,上,下获得所需的空间你可以使用android:paddingTop,android:paddingLeft,android:paddingRight,android:paddingBottom和for常用的间距你可以使用android:padding,请不要忘记看看你的表行属性。