public class ViewUtils
extends java.lang.Object
| Constructor and Description |
|---|
ViewUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setBackgroundDrawable(android.view.View view,
android.graphics.drawable.Drawable drawable)
Calls
View.setBackground(Drawable) or View.setBackgroundDrawable(Drawable),
depending on API level |