-
- All Implemented Interfaces:
public final class TextThemeClass used to apply a theme to a TextView. The types contained in this class are Android (native) types.
-
-
Method Summary
Modifier and Type Method Description final IntegergetTextColor()final TypefacegetTypeface()-
-
Constructor Detail
-
TextTheme
TextTheme(Integer textColor, Typeface typeface)
-
-
Method Detail
-
getTextColor
final Integer getTextColor()
-
getTypeface
final Typeface getTypeface()
-
-
-
-