Letter avatar like Gmail Android best practice

后端 未结 4 1953
既然无缘
既然无缘 2020-12-17 05:30

What is the best way of generating (in code) a letter avatar like in Gmail? Here you have an example https://drive.google.com/folderview?id=0B0Fhz5fDg1njSmpUakhhZllEWHM&

4条回答
  •  天命终不由人
    2020-12-17 06:26

    If you are asking only about avatar on the left in that ListView.

    Use ImageView, and if you have user avatar - put it there, if you don't have avatar - use .drawText("R") function to draw canvas and put it in ImageView using setImageDrawable.

提交回复
热议问题