| Modifier and Type | Field and Description |
|---|---|
static int |
animationTime
How long does the replace animation (e.g. cross fading) should took
Must be an integer value, such as "
100". |
static int |
errorDrawable
The drawable that should be shown, when the required Image could not be loaded
Must be an integer value, such as "
100". |
static int |
placeholderDrawable
The drawable that should be shown on start.
|
| Constructor and Description |
|---|
R.attr() |
public static int animationTime
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
public static int errorDrawable
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
public static int placeholderDrawable
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Copyright © 2015 Hannes Dorfmann. All rights reserved.