public class AttrsUtils
extends java.lang.Object
Constructor and Description |
---|
AttrsUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
getTypeValueBoolean(android.content.Context context,
int attr)
attrs status color or black
|
static int |
getTypeValueColor(android.content.Context context,
int attr)
get attrs color
|
static android.graphics.drawable.Drawable |
getTypeValueDrawable(android.content.Context context,
int attr)
attrs drawable
|
public static int getTypeValueColor(android.content.Context context, int attr)
context
- attr
- public static boolean getTypeValueBoolean(android.content.Context context, int attr)
context
- attr
- public static android.graphics.drawable.Drawable getTypeValueDrawable(android.content.Context context, int attr)
context
- attr
-