Selectable circular imageview like Google+

前端 未结 5 1781
北恋
北恋 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:50

    Assuming that by "selectable" you mean "checkable, like a CheckBox", then that could be some CompoundButton that is using a StateListDrawable with regular and checked states for the background behind the "SkillOverflow" foreground image.

    You can use uiautomatorviewer to see what the actual widget is that Google+ uses.

提交回复
热议问题