How to add bulleted list to android application?

后端 未结 17 1350
抹茶落季
抹茶落季 2020-11-29 19:14

I have googled my question but there is not working answer provided. How do add a bulleted list to my textview.

17条回答
  •  -上瘾入骨i
    2020-11-29 20:07

    For single line text you can simply use drawables:

    
    

    draw_bullet_list.xml:

    
    
        
    
        
    
    
    

    You can change shape, size,color based on your requirement.

提交回复
热议问题