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
您好,我使用DropDownListView去實作下拉重整和載入更多,然後用下面程式碼設定樣式:
DropDownListView
listView.setDropDownStyle(true); listView.setOnBottomStyle(true); listView.setAutoLoadOnBottom(true);
但是當只有很少的Item在ListView的時候就會顯示像這樣,但是正常應該是上下拉的時候才會顯示Header和Bottom View才對。
是否有解決方法呢??謝謝。
The text was updated successfully, but these errors were encountered:
抱歉,这个问题暂时没时间修复。你可以看看 https://github.com/Trinea/android-open-project 里面其他的下拉刷新控件
Sorry, something went wrong.
你可以通过计算ListView的剩余空间,动态添加或改变footer的高度。应该能解决。
No branches or pull requests
您好,我使用
DropDownListView
去實作下拉重整和載入更多,然後用下面程式碼設定樣式:但是當只有很少的Item在ListView的時候就會顯示像這樣,但是正常應該是上下拉的時候才會顯示Header和Bottom View才對。
是否有解決方法呢??謝謝。
The text was updated successfully, but these errors were encountered: