<How to center a drawable image within a TextView?...
# stackoverflow
r
How to center a drawable image within a TextView? I use the Markwon library to show markdown text with images. When the image is in the same line as the text, it is placed below the text. How to center the image? Now:

https://i.sstatic.net/6Hx1XM2B.png

Expect:

https://i.sstatic.net/AmpG1B8J.png

I have tried the following points, but nothing works: TextView:...