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

DropDownListView樣式問題 #15

Open
enginebai opened this issue Feb 11, 2015 · 2 comments
Open

DropDownListView樣式問題 #15

enginebai opened this issue Feb 11, 2015 · 2 comments

Comments

@enginebai
Copy link

您好,我使用DropDownListView去實作下拉重整和載入更多,然後用下面程式碼設定樣式:

listView.setDropDownStyle(true);
listView.setOnBottomStyle(true);
listView.setAutoLoadOnBottom(true);

但是當只有很少的Item在ListView的時候就會顯示像這樣,但是正常應該是上下拉的時候才會顯示Header和Bottom View才對。
device-2015-02-11-100742

是否有解決方法呢??謝謝。

@Trinea
Copy link
Owner

Trinea commented Feb 11, 2015

抱歉,这个问题暂时没时间修复。你可以看看 https://github.com/Trinea/android-open-project 里面其他的下拉刷新控件

@opcc60
Copy link

opcc60 commented Jan 18, 2016

你可以通过计算ListView的剩余空间,动态添加或改变footer的高度。应该能解决。

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

3 participants