Closed loopj closed 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.
Merged and pushed from a train with bad wifi. Thank you!
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.