How to make an ImageView with rounded corners?

前端 未结 30 2480
天涯浪人
天涯浪人 2020-11-21 05:39

In Android, an ImageView is a rectangle by default. How can I make it a rounded rectangle (clip off all 4 corners of my Bitmap to be rounded rectangles) in the ImageView?

30条回答
  •  无人及你
    2020-11-21 06:24

    There is a cool library that allows you to shape imageviews.

    Here is an example:

    
    

    Shape definition:

    
        
        
    
    

    Result:

提交回复
热议问题