textview cutting off a letter in android

前端 未结 11 2296
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-18 12:56

\"http://dl.dropbox.com/u/24856/Screenshots/android/cutoff.png\"

this is a screen shot from my android. the text is

11条回答
  •  伪装坚强ぢ
    2021-02-18 13:18

    You can use .

    android:layout_width="fill_parent"
    

    istead of

    android:layout_width="wrap_content"
    

提交回复
热议问题