I am trying to increase the spacing in between two words in a text. For this I came across many sites but I found the below one with the exact information I require.
http://developer.android.com/reference/java/awt/font/TextAttribute.html
For example I want to use the below given constatnt
public static final TextAttribute TRACKING
for my text. How should I do it?
Here they have listed all the textAttributes(constants) that I can use with a text. But I don’t know how to use this for my text. Can anyone help me on this.
I wrote this function:
INPUT
LinearLayout ll :
String text:
Context mContext
WHAT TO DO
NOTE