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

cococool picture cococool  路  4Comments

stevenmtang picture stevenmtang  路  3Comments

stephen-workpop picture stephen-workpop  路  4Comments

hanhmh1203 picture hanhmh1203  路  4Comments

ykostova picture ykostova  路  3Comments