The problem with StrokedTextView is that if you use a heavy stroke - say 12 - the TextView gets cropped on the right. It just doesn't expand the canvas properly to account for the addition of the outline.
I've looked at all available variations of "How to outline a TextView" I could find - and they all suffer the problem of not expanding the canvas width calculations.
Hi,
Request that you integrate a reworked StrokedTextView into your app.
reference: https://android.googlesource.com/platform/packages/apps/Launcher2/+/android-4.2_r1/src/com/android/launcher2/StrokedTextView.java
The problem with StrokedTextView is that if you use a heavy stroke - say 12 - the TextView gets cropped on the right. It just doesn't expand the canvas properly to account for the addition of the outline.
I've looked at all available variations of "How to outline a TextView" I could find - and they all suffer the problem of not expanding the canvas width calculations.
Thank you.