ResourcesCompat.ThemeCompat

Added in 1.3.0

class ResourcesCompat.ThemeCompat


Provides backward-compatible implementations for new Theme APIs.

Summary

Public functions

java-static Unit

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

Public functions

rebase

Added in 1.3.0
java-static fun rebase(theme: Resources.Theme): Unit

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

the theme to rebase