bduncavage / PullToRefresharp

A pull-to-refresh library for Android in C#
38 stars 78 forks source link

Added ExpandableListView support and Dutch locale #7

Closed leonluc-dev closed 10 years ago

leonluc-dev commented 10 years ago

Added Dutch localization and support for adding the refresh control to the ExpandableListView widget.

bduncavage commented 10 years ago

This looks great! The only thing I ask is that you add a test for it in the sample app. Doing so makes it easy to ensure that it works properly, and showcases the widgets supported by the component.

If you don't have the time to do that, let me know and I will find the time to add it myself (I'll file an issue so I don't forget :)

leonluc-dev commented 10 years ago

Updated the fork with a example for ExpandableListView ;-)