chrisbanes / Android-BitmapCache

Android-BitmapCache is a specialised cache, for use with Android Bitmap objects.
834 stars 224 forks source link

CacheableImageView doesn't have contructor with defStyle #18

Closed MikolajKakol closed 11 years ago

MikolajKakol commented 11 years ago

As in topic CacheableImageView should have constructor like:

public CacheableImageView(Context context, AttributeSet attrs, int defStyle) { super(context, attrs, defStyle); }