mirror of
https://github.com/apache/cordova-android.git
synced 2026-02-10 00:03:01 +08:00
CB-7460: Fixing bug with KitKat where the background colour would override the CSS colours on the application
This commit is contained in:
@@ -248,10 +248,8 @@ public class CordovaActivity extends Activity implements CordovaInterface {
|
||||
root.addView((View) appView);
|
||||
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.setBackgroundColor(backgroundColor);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user