- theme
- The Theme object being modified.
- resid
- The theme style resource being applied to theme.
- first
- Set to true if this is the first time a style is being applied to theme.
Called by ContextThemeWrapper.setTheme(int) and ContextThemeWrapper.getTheme() to apply a theme resource to the current Theme object. Can override to change the default (simple) behavior. This method will not be called in multiple threads simultaneously.