Individual line spacing for each line

前端 未结 5 1306
感动是毒
感动是毒 2020-12-29 12:36

Is it possible to define individual line spacings for each text line of a TextView?

Example:

TextView tv = new TextView(context);
tv.set         


        
5条回答
  •  悲哀的现实
    2020-12-29 13:39

    Its not possible.This technique is use in c ,c++.What you use inside setText(),it shows the whole text you write .

提交回复
热议问题