Resources.NewTheme Method

Definition

Generate a new Theme object for this set of Resources.

[Android.Runtime.Register("newTheme", "()Landroid/content/res/Resources$Theme;", "")]
public Android.Content.Res.Resources.Theme? NewTheme ();
[<Android.Runtime.Register("newTheme", "()Landroid/content/res/Resources$Theme;", "")>]
member this.NewTheme : unit -> Android.Content.Res.Resources.Theme

Returns

Theme The newly created Theme container.

Attributes

Remarks

Java documentation for android.content.res.Resources.newTheme().

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.

Applies to