How to Stretch text horizontally in a TextView
added in API Level 1Sets the horizontal scaling factor for the text. Sets the extent by which text should be stretched horizontally.
1. Create an Android project, if you don't already have one.
3. In the main.xml file, add the code below.
...
android:textScaleX = "2"
/>
4. Compile and run!
Related Articles:
Resources:
http://developer.android.com/reference/android/R.attr.html#textScaleX
http://docs.go-mono.com/index.aspx?link=P%3AAndroid.Widget.TextView.TextScaleX