Selectable circular imageview like Google+

前端 未结 5 1786
北恋
北恋 2021-02-09 21:19

How can I create a selectable circular ImageView like in the current Google+ app used for the profile pictures?

This is what I refer to:

5条回答
  •  天涯浪人
    2021-02-09 21:54

    I was able to achieve this effect through a custom ImageView by overriding onDraw and painting some sort of "border" whenever it detects a touch event. As a bonus, there is a selector overlay. Hopefully you may find this view helpful...

    https://github.com/Pkmmte/CircularImageView

    enter image description here

提交回复
热议问题