android-image-indicator icon indicating copy to clipboard operation
android-image-indicator copied to clipboard

NetworkImageIndicatorView(image from network)

Open ma95221 opened this issue 9 years ago • 0 comments

imageIndicatorView = (ImageIndicatorView) findViewById(R.id.network_indicate_view); imageIndicatorView.setupLayoutByImageUrl(urlList); should be: NetworkImageIndicatorView imageIndicatorView = (NetworkImageIndicatorView) findViewById(R.id.network_indicate_view); imageIndicatorView.setupLayoutByImageUrl(urlList);

ma95221 avatar Jun 15 '15 07:06 ma95221