Android: Last line of textview cut off

后端 未结 20 1330
北荒
北荒 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:22

    I added some dummy space after text by adding

    textView.setText(firstString+"\n");
    

    I tried all other solution.But this was the only solution worked for me

提交回复
热议问题