[android-developers] how to set the letter-spacing in the Textview

2010-12-29 Thread dylan-cool
hey, does any one know how to set the letter-spacing in the Textview,i
can only find API about the line-spacing.need help,ur generous help
will be highly appriciated.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] how to set the letter-spacing in the Textview

2010-12-29 Thread Kostya Vasilyev

Dylan,

See this:


android:textScaleX
Since: API Level

Sets the horizontal scaling factor for the text.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form 
"@[package:]type:name") or theme attribute (in the form 
"?[package:][type:]name") containing a value of this type.


This corresponds to the global attribute resource symbol textScaleX.
Related Methods
setTextScaleX(float)


-- Kostya

29.12.2010 12:13, dylan-cool пишет:

hey, does any one know how to set the letter-spacing in the Textview,i
can only find API about the line-spacing.need help,ur generous help
will be highly appriciated.




--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en