[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,

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)