CB-878: Splash screen in Android fullscreen mode showing not correct

This commit is contained in:
macdonst 2012-06-08 13:03:12 -04:00
parent d3e24b0c48
commit 48c6ec87cf

View File

@ -1432,6 +1432,8 @@ public class DroidGap extends Activity implements CordovaInterface {
// Create and show the dialog
splashDialog = new Dialog(this, android.R.style.Theme_Translucent_NoTitleBar);
splashDialog.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
WindowManager.LayoutParams.FLAG_FULLSCREEN);
splashDialog.setContentView(root);
splashDialog.setCancelable(false);
splashDialog.show();