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/mine/DownLoadUrlActivity.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/BuWanVideo/src/com/weikou/beibeivideo/ui/mine/DownLoadUrlActivity.java b/BuWanVideo/src/com/weikou/beibeivideo/ui/mine/DownLoadUrlActivity.java index 3ff8af1..3f13196 100644 --- a/BuWanVideo/src/com/weikou/beibeivideo/ui/mine/DownLoadUrlActivity.java +++ b/BuWanVideo/src/com/weikou/beibeivideo/ui/mine/DownLoadUrlActivity.java @@ -25,6 +25,7 @@ import com.weikou.beibeivideo.BeibeiVideoAPI; import com.weikou.beibeivideo.R; import com.weikou.beibeivideo.ui.BaseActivity; +import com.weikou.beibeivideo.util.ui.TopStatusSettings; public class DownLoadUrlActivity extends BaseActivity implements OnClickListener { @@ -43,7 +44,7 @@ protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.download_url_activity); - 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); tv_top_bar_left.setText("杩斿洖"); -- Gitblit v1.8.0