2013-02-18 61 views
0

我想要獲得水平非滾動文本的佈局,其中每個textView都會嘗試在同一行中放入,如果有足夠的空間或者它會轉到下一行。我真的不知道該怎麼形容它,但我的意思是這樣:水平文本列表

+=================+ 
|(text1) (text2) | 
|(abc) (def) (ghi)| 
|(longertext)  | 
|     | 
|     | 
|     | 
|     | 
+=================+ 

我甚至不知道從哪裏開始或如何看待類似的東西,所以任何幫助將不勝感激。提前致謝。

回答

0

使用此爲您的TextView

android:ellipsize="marquee" 
android:scrollHorizontally="true" 
android:focusable="true" 
android:focusableInTouchMode="true"