santaevpavel / OutlineSpan

Android library for outlining text
Apache License 2.0
19 stars 2 forks source link

Text with length <= 2 become invisible #1

Open Syjgin opened 4 years ago

Syjgin commented 4 years ago

All works perfectly, if text length is 3 or more, but with 2 or less text length TextView's width become 0

santaevpavel commented 4 years ago

@Syjgin i've tested on text with size 1 and 2 chars. Library works fine. Can you provide test code to reproduce this bug?

Crysis21 commented 2 years ago

same issue here for a longer text. didn't have time to debug it though.