Reputation: 1751
I wonder if it is possible to scale text in the x-axis?
Upvotes: 5
Views: 7367
Reputation: 2960
android:textScaleX can be used for this requirement.
For more details:
http://developer.android.com/reference/android/widget/TextView.html#attr_android%3atextScaleX
Upvotes: 7