public class ViewUtils
extends java.lang.Object
| Constructor and Description |
|---|
ViewUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
dp2px(android.content.Context context,
float dp)
Dp 2 px int.
|
static boolean |
isDarkBackground(android.app.Activity activity)
Is dark background boolean.
|
public static int dp2px(android.content.Context context,
float dp)
context - the contextdp - the dppublic static boolean isDarkBackground(android.app.Activity activity)
activity - the activity