Resources.Theme.Rebase Method

Definition

Rebases the theme against the parent Resource object's current configuration by re-applying the styles passed to #applyStyle(int, boolean).

[Android.Runtime.Register("rebase", "()V", "", ApiSince=29)]
public void Rebase ();
[<Android.Runtime.Register("rebase", "()V", "", ApiSince=29)>]
member this.Rebase : unit -> unit
Attributes

Remarks

Rebases the theme against the parent Resource object's current configuration by re-applying the styles passed to #applyStyle(int, boolean).

Java documentation for android.content.res.Resources.Theme.rebase().

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