Android Textview Italic and wrap_contents

亡梦爱人 提交于 2019-12-05 01:46:04
dparnas

Seems like the bounding box is not correctly calculated when using italic.

Have you tried to use paddingLeft=6 and paddingRight=6 for the elements? (less chance of overlap).

For multiple styles in a TextView see Is it possible to have multiple styles inside a TextView?

I had the exact same problem. I got around it by simply adding a space to the end of any string that needs to be in italics.

It may not be the most long-term-correct solution but it worked for me.

You can use   with the text in string.xml file.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!