Resources.Theme.Rebase 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.
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.