android开发,修改默认界面的背景色

修改为黑底白字

修改AndroidManifest.xml
把android:theme="@style/AppTheme" 修改为
android:theme="@android:style/Theme.Black“

修改为白底黑字

android:theme="@android:style/Theme.Light“

你可能感兴趣的:(android开发,修改默认界面的背景色)