Android: Last line of textview cut off

后端 未结 20 1140
北荒
北荒 2020-11-28 02:46

I have a horizontal LinearLayout containing a TextView followed by a Spinner next to it. This LinearLayout is dynamically

20条回答
  •  有刺的猬
    2020-11-28 03:05

    I had the same problem, and found that simply adding

    android:includeFontPadding="false"
    

    the final line of text no longer had its descenders clipped.

提交回复
热议问题