Components
abstract class Components(registrySourceContext: IviThemeRegistrySourceContext) : IviThemeRegistrySource
This type of IviThemeRegistrySource can:
Register IviThemeCategorys.
Add IviThemeComponents to any IviThemeCategorys.
Add Android styleable resources to any IviThemeCategory.
Associate the Android style resources with any IviThemeComponents to style Android styleables.
See applyConfig for an example.
Note: Multiple Android styles can be associated with an IviThemeComponent. However, only one style can style an Android styleable. Associating a style with an IviThemeComponent to style an Android styleable, overwrites the previous associate style for this Android styleable.
Inherited properties
Link copied to clipboard
Identifies this IviThemeRegistrySource.
Functions
Link copied to clipboard
Called to configure this IviThemeRegistrySource. Implementations can use the receiver to do this.