BigImageViewer
BigImageViewer copied to clipboard
app:failureImage causes InflationException on older Androids
Using in app:failureImage on Andorid 16 causes InflationException.
android.view.InflateException: Binary XML file line #63: Error inflating class <unknown>
If you use Fresco, this could be caused by not initialize Fresco.
but i called BigImageViewer.initialize(FrescoImageLoader.with(this)) in Application