fresco中设置占位/加载失败的图片 无效

在xml中设置  placeholderImage  属性无效。代码如下:

<com.facebook.drawee.view.SimpleDraweeView
            android:id="@+id/img_ad_pic"
            android:layout_width="80dp"
            android:layout_height="80dp"
            android:layout_marginRight="6dp"
            fresco:placeholderImage="@drawable/ic_fail_image"/>

 

解决办法:

在根视图下面添加fresco的xmlns(命名空间),注意不能填其他的如:http://schemas.android.com/tools

xmlns:fresco="http://schemas.android.com/apk/res-auto"

 

posted @ 2016-12-13 19:24  飞剑  阅读(616)  评论(0编辑  收藏  举报