mirror of
https://github.com/apache/cordova-android.git
synced 2025-04-02 12:52:51 +08:00
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">.
|
||||
int backgroundColor = preferences.getInteger("BackgroundColor", Color.BLACK);
|
||||
root.setBackgroundColor(backgroundColor);
|
||||
appView.setBackgroundColor(backgroundColor);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user