Android VideoView: Video view is much darker in a dialog view
问题 Hi all I have a problem with embedding a video view inside a dialog view everything works fine except that the video displayed in the Dialog is much darker that if displayed in the rest of the activity any ideas ? here is some code button1main.setOnClickListener(new OnClickListener() { public VideoView videoView = null; @Override public void onClick(View v) { //set up dialog Dialog dialog = new Dialog(CustomDialog.this); dialog.setContentView(R.layout.maindialog); //dialog.setTitle("This is