FrescoDemo icon indicating copy to clipboard operation
FrescoDemo copied to clipboard

Error inflating fragment

Open icodeyou opened this issue 9 years ago • 0 comments

I have an error inflating the fragment, though I use the following xml code, as in the sample app :

<com.facebook.drawee.view.SimpleDraweeView
        xmlns:fresco="http://schemas.android.com/apk/res-auto"
        android:id="@+id/picture"
        android:layout_width="match_parent"
        android:layout_height="300dp"
        fresco:placeholderImage="@color/background" />

icodeyou avatar Apr 07 '16 10:04 icodeyou