标签:
修改为黑底白字
修改AndroidManifest.xml把android:theme="@style/AppTheme" 修改为android:theme="@android:style/Theme.Black“
修改为白底黑字
android:theme="@android:style/Theme.Light“
android 修改背景色(转)
原文地址:http://www.cnblogs.com/verlen11/p/4268745.html