windowBackground Material 设计兼容性

windowBackground Material design compatibility

我遵循 Material 准则

问题是 windowBackground 在 api 21 以下不可用(至少我是这么认为的)

android:windowBackground 已添加到 API 级别 1,因此它绝对适用于每个 Android 版本。

为了检查某个属性是否适用于特定的 API-Level,您可以检查 Android 开发者网站的 R.attr page。在那里您可以看到所有可能的属性以及添加它们的 API-级别(右上角)。