android-autofittextview
android-autofittextview copied to clipboard
Add stroke for text content
How can I add a stroke for content of text? I tried to override onDraw with Paint.Style.STROKE but it's too difficult to locale position of stroke text. Anyone can help me? thanks a lot!
Are you able to get this working with a normal TextView
?
I tried to combine AutoFitTextView with StrokeTextView.java library and it's work properly. But I want to use EditText, It's not working.
Could you provide some sample code? I'm not really sure what you're doing.