Fresco: the image has rough edge

Created on 1 Nov 2016  ·  3Comments  ·  Source: facebook/fresco

android:id="@+id/imageview_user_header_image"
android:layout_width="100dp"
android:layout_height="100dp"
android:layout_below="@+id/imageview_user_skin"
android:layout_centerHorizontal="true"
android:layout_marginLeft="15dp"
android:layout_marginTop="-50dp"
fresco:placeholderImage="@mipmap/ico_peron_non"
fresco:roundWithOverlayColor="@color/white"
fresco:roundedCornerRadius="5dp"
fresco:roundingBorderColor="@color/white"
fresco:roundingBorderWidth="3dp" />

qq 20161101190205

bug duplicate

Most helpful comment

Set a roundingBorderPadding can fix this.
@sungerk Please try add fresco:roundingBorderPadding="${the border width}" in xml.

All 3 comments

Unfortunately this is a known issue. See #1399 for more information.

Set a roundingBorderPadding can fix this.
@sungerk Please try add fresco:roundingBorderPadding="${the border width}" in xml.

@s1rius Thank you,this is correct

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hanhmh1203 picture hanhmh1203  ·  4Comments

lin-zy1229 picture lin-zy1229  ·  4Comments

bigfreeZhou picture bigfreeZhou  ·  4Comments

qiiyue picture qiiyue  ·  4Comments

liubaoyua picture liubaoyua  ·  3Comments