There is a bug when I set singleLine
to true
in the XML layout of my custom TextView
in my project. I don't know how to fix it. Is there anyone who can help me?
github link
There is a bug when I set singleLine
to true
in the XML layout of my custom TextView
in my project. I don't know how to fix it. Is there anyone who can help me?
github link
Finally, I used android:maxLines="1"
instead.