Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

erikanoemiorozco
erikanoemiorozco
1,318 Points

Give letter spacing to a textView Android

I need to add a letter spacing to my textView, I was trying to use

android:letterSpacing="3" but it doesn't work and I saw is no available on some Android versions, so, what can I use instead?

1 Answer

Kevin Love
Kevin Love
3,732 Points

You should be able to use the setLetterSpacing API method.

check out the link below.

https://developer.android.com/reference/android/widget/TextView.html#setLetterSpacing(float)