Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道为什么当 api 为 19 时我的微光布局是黑色的,当它超过 19 时它显示为白色(它应该是的颜色)。
API 19 --------------------------------------- API >=20
事实证明,将 ShimmerLayout 的背景设置为任何颜色(在我的情况下为白色)导致它在 api 19 上变黑。只需将其删除,问题就解决了。