android的Theme.Holo.Light主题默认背景色是灰色,现改为白色:
<style name="AppTheme" parent="android:Theme.Holo.Light.NoActionBar"> <!-- Customize your theme here. --> <item name="android:windowBackground">@android:color/white</item> </style>
android的Theme.Holo.Light主题默认背景色是灰色,现改为白色:
<style name="AppTheme" parent="android:Theme.Holo.Light.NoActionBar"> <!-- Customize your theme here. --> <item name="android:windowBackground">@android:color/white</item> </style>