Merge branch 'master' into 4.0.x (background color)

This commit is contained in:
Andrew Grieve 2014-07-21 15:47:03 -04:00
commit 05868b541b

View File

@ -213,6 +213,7 @@ public class CordovaActivity extends Activity implements CordovaInterface {
// 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.setBackgroundColor(backgroundColor);
}
/**