我做过的事情:
1.设置主要活动的主题
android:theme="@android:style/Theme.Wallpaper.NoTitleBar"
2.设置phoneGap创建的webview的背景
appView.setBackgroundColor(Color.TRANSPARENT);
3.设置body和html标签的背景
html,
body{
background-color: transparent;
}
但是,我的应用程序仍然有黑色背景,为什么???