johannilsson / android-pulltorefresh

DEPRECATED This project aims to provide a reusable pull to refresh widget for Android.
2.47k stars 1.03k forks source link

Add support for additional android standard view constructors #10

Closed loopj closed 13 years ago

loopj commented 13 years ago

Android's standard ListView supports 3 constructors:

ListView(Context context) ListView(Context context, AttributeSet attrs) ListView(Context context, AttributeSet attrs, int defStyle)

I've added support for all three of these in your subclass.

johannilsson commented 13 years ago

Merged and pushed from a train with bad wifi. Thank you!