Interface TypeTheme<T extends TypeTheme<T>>
- Type Parameters:
T
- The type of the dynamic theme.
- All Superinterfaces:
BaseTheme<T>
- All Known Implementing Classes:
AppTheme
,AppWidgetTheme
A
BaseTheme
to implement the type theme.-
Method Summary
-
Method Details
-
getType
int getType(boolean resolve) Get the type value used by this theme.- Parameters:
resolve
-true
to resolve theme style.- Returns:
- The type value used by this theme.
-
getType
int getType()Get the type value used by this theme.- Returns:
- The type value used by this theme.
-
setType
Set the type value used by this theme.- Parameters:
type
- The type value to be set.- Returns:
- The
TypeTheme
object to allow for chaining of calls to set methods.
-