We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
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.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: