Taurus icon indicating copy to clipboard operation
Taurus copied to clipboard

InflateException: Binary XML file line #11: Error inflating class com.yalantis.taurus.PullToRefreshView

Open JiangShuLiang opened this issue 9 years ago • 2 comments

InflateException: Binary XML file line #11: Error inflating class com.yalantis.taurus.PullToRefreshView

Caused by: android.view.InflateException: Binary XML file line #11: Error inflating class com.yalantis.taurus.PullToRefreshView

do you know why does this exception happens? thanks in advance.

JiangShuLiang avatar Dec 28 '16 03:12 JiangShuLiang

this is my xml file:

<com.yalantis.taurus.PullToRefreshView
    android:id="@+id/pull_to_refresh"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

<ListView
    android:layout_width="match_parent"
    android:layout_height="match_parent" />

</com.yalantis.taurus.PullToRefreshView>

I think it's totally ok,but why did the exception happens?

JiangShuLiang avatar Dec 28 '16 03:12 JiangShuLiang

Hi there! Please check the updated version of project. Maybe this issue is gone. I've just tested it on my device - everything works fine.

warko-san avatar Jan 06 '17 08:01 warko-san