Resources.Theme.SetTo(Resources+Theme) Method

Definition

Set this theme to hold the same contents as the theme other.

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

Parameters

other
Resources.Theme

The existing Theme to copy from.

Attributes

Remarks

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