public class LayoutUtil
extends java.lang.Object
Constructor and Description |
---|
LayoutUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getSpecMode(int specMode) |
static boolean |
isLargeScreen(android.content.Context context)
Inspects the current screen to determine if the host device screen is large.
|
public static java.lang.String getSpecMode(int specMode)
public static boolean isLargeScreen(android.content.Context context)
context
- the context on the view or application.