Merge branch 'master' into 4.0.x

Conflicts:
	framework/src/org/apache/cordova/CordovaActivity.java
This commit is contained in:
Ian Clelland
2014-09-11 10:18:35 -04:00
8 changed files with 244 additions and 28 deletions
@@ -212,10 +212,8 @@ public class CordovaActivity extends Activity implements CordovaInterface {
root.addView(appView.getView());
setContentView(root);
// TODO: Setting this on the appView causes it to show when <html style="opacity:0">.
int backgroundColor = preferences.getInteger("BackgroundColor", Color.BLACK);
root.setBackgroundColor(backgroundColor);
appView.getView().setBackgroundColor(backgroundColor);
}
/**