Package io.rong.imkit.picture.tools
Class AttrsUtils
-
- All Implemented Interfaces:
public class AttrsUtils
-
-
Constructor Summary
Constructors Constructor Description AttrsUtils()
-
Method Summary
Modifier and Type Method Description static int
getTypeValueColor(Context context, int attr)
get attrs color static boolean
getTypeValueBoolean(Context context, int attr)
attrs status color or black static Drawable
getTypeValueDrawable(Context context, int attr)
attrs drawable -
-
Method Detail
-
getTypeValueColor
static int getTypeValueColor(Context context, int attr)
get attrs color
-
getTypeValueBoolean
static boolean getTypeValueBoolean(Context context, int attr)
attrs status color or black
-
getTypeValueDrawable
static Drawable getTypeValueDrawable(Context context, int attr)
attrs drawable
-
-
-
-