public final class DefaultStyleValuesUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static android.content.res.ColorStateList |
getDefaultTextColor(android.content.Context context)
Utility method that returns the default text color as define by the theme
|
static int |
getDefaultTextColorHighlight(android.content.Context context)
Utility method that returns the default text highlight color as define by the theme
|
static android.content.res.ColorStateList |
getDefaultTextColorHint(android.content.Context context)
Utility method that returns the default text hint color as define by the theme
|
public static android.content.res.ColorStateList getDefaultTextColorHint(android.content.Context context)
context - The Contextpublic static android.content.res.ColorStateList getDefaultTextColor(android.content.Context context)
context - The Contextpublic static int getDefaultTextColorHighlight(android.content.Context context)
context - The Context