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/common/LiveBrowserActivity.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/BuWanVideo/src/com/weikou/beibeivideo/ui/common/LiveBrowserActivity.java b/BuWanVideo/src/com/weikou/beibeivideo/ui/common/LiveBrowserActivity.java
index 349b4fd..704fb66 100644
--- a/BuWanVideo/src/com/weikou/beibeivideo/ui/common/LiveBrowserActivity.java
+++ b/BuWanVideo/src/com/weikou/beibeivideo/ui/common/LiveBrowserActivity.java
@@ -29,6 +29,7 @@
 import com.weikou.beibeivideo.ui.BaseActivity;
 import com.weikou.beibeivideo.util.downutil.DownFiles;
 import com.weikou.beibeivideo.util.downutil.DownFiles.IProgress;
+import com.weikou.beibeivideo.util.ui.TopStatusSettings;
 
 public class LiveBrowserActivity extends BaseActivity implements OnClickListener {
     private TextView tv_top_bar_left;
@@ -51,7 +52,7 @@
         super.onCreate(savedInstanceState);
         setContentView(R.layout.live_browser_activity);
         getWindow().setFormat(PixelFormat.TRANSLUCENT);
-        initStatusBar();
+        TopStatusSettings.setStatusViewAndDeepColor(this);
         tv_top_bar_left = (TextView) findViewById(R.id.tv_top_bar_left);
         tv_top_bar_middle = (TextView) findViewById(R.id.tv_top_bar_middle);
         webview = (WebView) findViewById(R.id.webview);

--
Gitblit v1.8.0