06peng / FrescoDemo

A demo use Fresco to load image and base on Chris Banes' s Android Design library
428 stars 106 forks source link

Error inflating fragment #4

Open icodeyou opened 8 years ago

icodeyou commented 8 years ago

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" />