From 9acd7120f0943614ceb990af5124e0f907ef8f93 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 30 三月 2021 19:29:27 +0800 Subject: [PATCH] 白色背景修改 --- BuWanVideo/src/com/weikou/beibeivideo/ui/video/VideoPlayerActivity.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/BuWanVideo/src/com/weikou/beibeivideo/ui/video/VideoPlayerActivity.java b/BuWanVideo/src/com/weikou/beibeivideo/ui/video/VideoPlayerActivity.java index 5d52010..cc5325d 100644 --- a/BuWanVideo/src/com/weikou/beibeivideo/ui/video/VideoPlayerActivity.java +++ b/BuWanVideo/src/com/weikou/beibeivideo/ui/video/VideoPlayerActivity.java @@ -47,6 +47,7 @@ import com.weikou.beibeivideo.util.browser.BWJavaInterface; import com.weikou.beibeivideo.util.downutil.DownFiles; import com.weikou.beibeivideo.util.downutil.DownFiles.IProgress; +import com.weikou.beibeivideo.util.ui.TopStatusSettings; import com.weikou.beibeivideo.util.x5.X5PlayerWebView; import com.tencent.smtt.export.external.interfaces.IX5WebChromeClient.CustomViewCallback; @@ -207,7 +208,7 @@ super.onCreate(savedInstanceState); getWindow().setFormat(PixelFormat.TRANSLUCENT); setContentView(R.layout.activity_video_player); - initStatusBar(); + TopStatusSettings.setStatusViewAndDeepColor(this); initX5WebView(); tv_title = findViewById(R.id.tv_title); -- Gitblit v1.8.0