Drawable.ApplyTheme(Resources+Theme) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies the specified theme to this Drawable and its children.
[Android.Runtime.Register("applyTheme", "(Landroid/content/res/Resources$Theme;)V", "GetApplyTheme_Landroid_content_res_Resources_Theme_Handler")]
public virtual void ApplyTheme (Android.Content.Res.Resources.Theme t);
[<Android.Runtime.Register("applyTheme", "(Landroid/content/res/Resources$Theme;)V", "GetApplyTheme_Landroid_content_res_Resources_Theme_Handler")>]
abstract member ApplyTheme : Android.Content.Res.Resources.Theme -> unit
override this.ApplyTheme : Android.Content.Res.Resources.Theme -> unit
Parameters
the theme to apply
- Attributes
Remarks
Java documentation for android.graphics.drawable.Drawable.applyTheme(android.content.res.Theme)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.