Resources.NewTheme 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.
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.