RefreshableListView
RefreshableListView copied to clipboard
First time enter, Arrow icon is visible if Arrow drawable is put on drawable instead drawable-hdpi
Step to reproduce:
- Move refreshable_listview_arrow.png from drawable-hdpi to drawable
- Build and run application
- You will see first time enter Listview, now arrow icon is visible (just a small part, about 20 pixels).
Desired result:
- I hope I can move refreshable_listview_arrow.png to drawable but arrow icon will be hidden for first run time.
Thanks
I found the reason of that situation. This is because height 0 means WRAP_CONTENT. So, I fixed it and uploaded. Thank you for reporting that bug!
He he, I must thank you for this great library instead.
BTW, can you add README? I'm going to reuse your library in my project. It'd be better to include your copyright (in README).
Sure, I just added a license to this project