-
public final class DefaultStyleValuesUtil
Utility class that access default values from style
-
-
Method Summary
Modifier and Type Method Description static ColorStateList
getDefaultTextColorHint(Context context)
Utility method that returns the default text hint color as define by the theme static ColorStateList
getDefaultTextColor(Context context)
Utility method that returns the default text color as define by the theme static int
getDefaultTextColorHighlight(Context context)
Utility method that returns the default text highlight color as define by the theme -
-
Method Detail
-
getDefaultTextColorHint
static ColorStateList getDefaultTextColorHint(Context context)
Utility method that returns the default text hint color as define by the theme
- Parameters:
context
- The Context
-
getDefaultTextColor
static ColorStateList getDefaultTextColor(Context context)
Utility method that returns the default text color as define by the theme
- Parameters:
context
- The Context
-
getDefaultTextColorHighlight
static int getDefaultTextColorHighlight(Context context)
Utility method that returns the default text highlight color as define by the theme
- Parameters:
context
- The Context
-
-
-
-