FrescoDemo
FrescoDemo copied to clipboard
Error inflating fragment
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" />