2011-10-23 10 views
3

テキストを折り返しに設定しました。テキストは折り返しですが、それは離れて単語を壊しています。どのようにして単語を壊すのを止めるようにテキストビューに指示できますか?ここでラップ時にAndroidのtextviewが単語を区切ります

は、これまでのところ、私が持っているxmlです:

<ScrollView 
android:id="@+id/widget705" 
android:layout_width="fill_parent" 
android:layout_height="wrap_content" 
android:layout_below="@+id/widget711" 
android:layout_alignParentLeft="true" 
> 
<TextView 
android:id="@+id/widget714" 
android:layout_width="fill_parent" 
android:layout_height="wrap_content" 
android:text="I am typing a bunch of text..." 
android:ellipsize="start" 
> 
</TextView> 
</ScrollView> 

答えて

1

私はあなたがのTextViewのEllipsizeプロパティを探していると思います。

+0

私はこれについて新しいことを教えていただけますか?私は使用しているコードで質問を更新しました。私はDroidDrawに反映された変化を見ようとしていますが、これは少しばかりバギー以上のものでした。 –

関連する問題