-
public class LayoutUtil
-
-
Method Summary
Modifier and Type Method Description static String
getSpecMode(int specMode)
static boolean
isLargeScreen(Context context)
Inspects the current screen to determine if the host device screen is large. -
-
Method Detail
-
getSpecMode
static String getSpecMode(int specMode)
-
isLargeScreen
static boolean isLargeScreen(Context context)
Inspects the current screen to determine if the host device screen is large.
- Parameters:
context
- the context on the view or application.
-
-
-
-