Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JiangShuLiang opened this issue Dec 28, 2016 · 2 comments

Comments

@JiangShuLiang
Copy link

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
Copy link
Author

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?

@warko-san
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants