ImageView selectableItemBackgroundBorderless does not render outside of view bounds

后端 未结 6 2209
青春惊慌失措
青春惊慌失措 2021-02-13 21:47

I am using selectableItemBackgroundBorderless to add a ripple to an ImageView. My expected behaviour would be to have a circular ripple, extending the

6条回答
  •  难免孤独
    2021-02-13 22:05

    You can use library https://github.com/hdodenhof/CircleImageView for this issue.

    Create the circular Imageview with the above library and it will be having the ripple effect as you expected.

提交回复
热议问题