Is it possible to define individual line spacings for each text line of a TextView?
TextView
Example:
TextView tv = new TextView(context); tv.set
Its not possible.This technique is use in c ,c++.What you use inside setText(),it shows the whole text you write .