forked from github/cordova-android
Merge branch 'master' into 4.0.x (background color)
This commit is contained in:
commit
05868b541b
@ -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">.
|
// TODO: Setting this on the appView causes it to show when <html style="opacity:0">.
|
||||||
int backgroundColor = preferences.getInteger("BackgroundColor", Color.BLACK);
|
int backgroundColor = preferences.getInteger("BackgroundColor", Color.BLACK);
|
||||||
root.setBackgroundColor(backgroundColor);
|
root.setBackgroundColor(backgroundColor);
|
||||||
|
appView.setBackgroundColor(backgroundColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user