Interface ResourceTheme<T extends ResourceTheme<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 resource theme.-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the theme resource used by this theme.setThemeRes
(int themeRes) Set the theme resource used by this theme.
-
Method Details
-
getThemeRes
Returns the theme resource used by this theme.- Returns:
- The theme resource used by this theme.
-
setThemeRes
Set the theme resource used by this theme.- Parameters:
themeRes
- The theme resource to be set.- Returns:
- The
ResourceTheme
object to allow for chaining of calls to set methods.
-