解决app启动时出现短暂白色背景现象

方法一

1.自定义主题

 

2.启动页引用

android:theme="@style/WelcomTheme

android:name=".WelcomActivity" > 

 

方法二

给启动页activity设置theme为:@android:style/Theme.Translucent.NoTitleBar";

这个主题有一个android:windowContentOverlay属性:是否覆盖

你可能感兴趣的:(安卓控件使用)