How do I add a bullet symbol in TextView?
This worked for me:
<string name="text_with_bullet">Text with a \u2022</string>
You have to use the right character encoding to accomplish this effect. You could try with •
This worked for me:
<string name="text_with_bullet">Text with a \u2022</string>
You have to use the right character encoding to accomplish this effect. You could try with •