【发布时间】:2021-12-22 22:29:41
【问题描述】:
<resources>
<style name="Theme.MyApplication" parent="Theme.MaterialComponents.Light">
<item name="android:colorBackground">#26A69A</item>
</style>
</resources>
我想知道为什么android:colorBackground 在某些设备上不起作用。我在 API 21 (Not working)、24 (Not Working) 和 29 (Working) 上运行应用程序。
【问题讨论】:
标签: android material-design material-components-android material-components