public class ANImageView
extends AppCompatImageView
| Constructor and Description |
|---|
ANImageView(android.content.Context context) |
ANImageView(android.content.Context context,
android.util.AttributeSet attrs) |
ANImageView(android.content.Context context,
android.util.AttributeSet attrs,
int defStyle) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
drawableStateChanged() |
protected void |
onDetachedFromWindow() |
protected void |
onLayout(boolean changed,
int left,
int top,
int right,
int bottom) |
void |
setDefaultImageResId(int defaultImage) |
void |
setErrorImageResId(int errorImage) |
void |
setImageUrl(java.lang.String url) |
public ANImageView(android.content.Context context)
public ANImageView(android.content.Context context,
android.util.AttributeSet attrs)
public ANImageView(android.content.Context context,
android.util.AttributeSet attrs,
int defStyle)
public void setImageUrl(java.lang.String url)
public void setDefaultImageResId(int defaultImage)
public void setErrorImageResId(int errorImage)
protected void onLayout(boolean changed,
int left,
int top,
int right,
int bottom)
protected void onDetachedFromWindow()
protected void drawableStateChanged()