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.
我已经在任何地方定义了 android:background="#FF000000" 但我仍然无法阻止应用程序启动时出现白色背景。(顶部为ActionBar,底部为白色背景)
是否有任何其他设置可以让我更改此初始化时间背景颜色?
还要始终查看Theme您为应用程序或应用程序选择的 s。
Theme
主题/样式设置了一些基本属性,这些属性也会导致相应的设置Window;这可以选择像素格式(带/不带 Alpha 通道)。
Window
另一个需要查看的地方可能是任何在您的 Activity中操作LayoutAttributes或请求功能的代码,但考虑到您编写的内容,这听起来不太可能。WindowonCreate()
LayoutAttributes
onCreate()