Appcompat CardView and Picasso no rounded Corners

后端 未结 5 1115
孤独总比滥情好
孤独总比滥情好 2020-12-13 20:14

I do not know where Exactly i Should Adress this issue, if it is my fault, there is something in the Picasso Lib Wrong or in the Cardview Library.

Basicly i have a <

5条回答
  •  天涯浪人
    2020-12-13 20:53

    According to the docs, this as designed:

    Due to expensive nature of rounded corner clipping, on platforms before L, CardView does not clip its children that intersect with rounded corners. Instead, it adds padding to avoid such intersection (See setPreventCornerOverlap(boolean) to change this behavior).

    See the CardView docs for more info.

提交回复
热议问题