android 修改背景色(转)

修改为黑底白字

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

修改为白底黑字

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

posted @ 2015-02-02 21:41  verlen  阅读(320)  评论(0编辑  收藏  举报