2014-05-22 62 views
0

此刻,我有textView,我想檢查是否在一個設備中, 如果textview顯示多一行。我將得到第一行。然後刪除最後三個字符並替換通過「...」 如果textview顯示不是設備的全部寬度,我將顯示全文。 這是文本視圖的xml文件設置textview的值太長時

<TextView 
    android:id="@+id/textViewListSuggest" 
    android:layout_width="fill_parent" 
    android:layout_height="wrap_content" 
    android:layout_marginBottom="15dp" 
    android:layout_marginLeft="5dp" 
    android:layout_marginRight="5dp" 
    android:layout_marginTop="15dp" 
    android:text="@string/app_name" 
    android:textColor="@android:color/black" /> 

我該怎麼辦?

回答

1

使用該文本中的觀點:

機器人:單線= 「真」

機器人:ellipsize =「end」