Android 跳到VideoView界面,闪屏

在Activity中的onCreate方法中添加

@Override
protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    getWindow().setFormat(PixelFormat.TRANSLUCENT);
}

猜你喜欢

转载自blog.csdn.net/qq_30711091/article/details/82192474