Example usage for Java android.view ContextThemeWrapper fields, constructors, methods, implement or subclass
The text is from its open source code.
ContextThemeWrapper(Context base, @StyleRes int themeResId) Creates a new context wrapper with the specified theme. | |
ContextThemeWrapper(Context base, Resources.Theme theme) Creates a new context wrapper with the specified theme. |
Context | getBaseContext() |
Resources | getResources() |
Resources.Theme | getTheme() |