public static interface DrawerImageLoader.IDrawerImageLoader
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(android.widget.ImageView imageView) |
android.graphics.drawable.Drawable |
placeholder(android.content.Context ctx) |
android.graphics.drawable.Drawable |
placeholder(android.content.Context ctx,
java.lang.String tag) |
void |
set(android.widget.ImageView imageView,
android.net.Uri uri,
android.graphics.drawable.Drawable placeholder) |
void set(android.widget.ImageView imageView,
android.net.Uri uri,
android.graphics.drawable.Drawable placeholder)
void cancel(android.widget.ImageView imageView)
android.graphics.drawable.Drawable placeholder(android.content.Context ctx)
android.graphics.drawable.Drawable placeholder(android.content.Context ctx,
java.lang.String tag)
ctx - tag - current possible tags: "profile", "profileDrawerItem", "accountHeader"