rebase

open fun rebase(@NonNull theme: Resources.Theme)(source)

Rebases the theme against the parent Resource object's current configuration by re-applying the styles passed to applyStyle.

Compatibility behavior:

  • API 29 and above, this method matches platform behavior.
  • API 23 through 28, this method attempts to match platform behavior by calling into hidden platform APIs, but is not guaranteed to succeed.
  • API 22 and earlier, this method does nothing.

Parameters

theme

the theme to rebase