-
public final class DefaultStyleValuesUtilUtility class that access default values from style
-
-
Method Summary
Modifier and Type Method Description static ColorStateListgetDefaultTextColorHint(Context context)Utility method that returns the default text hint color as define by the theme static ColorStateListgetDefaultTextColor(Context context)Utility method that returns the default text color as define by the theme static intgetDefaultTextColorHighlight(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
-
-
-
-