views:

62

answers:

1

Is there a way to outline android's TextView text?

A: 

It appears there is no easy way according to this: http://stackoverflow.com/questions/3182393/android-textview-outline-text

gregm
The stroke [in the other referenced](http://stackoverflow.com/questions/1723846/how-do-you-draw-text-with-a-border-on-a-mapview-in-android) in the answer looks simple enough to me, thanks!
Tom Brito