Fresco加載圖片相關

加載圓形圖片及佔位圖
  fresco:placeholderImage="@drawable/xiangmuliebiao"
            fresco:roundBottomLeft="true"
            fresco:roundBottomRight="true"
            fresco:roundTopLeft="true"
            fresco:roundTopRight="true"
            fresco:roundedCornerRadius="6dp"




顯示圓形圖片

 fresco:roundAsCircle="true"




加載圖片

String path= "這裏是一個URL"

simpleDraweeView.setImageURI(path);
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章