wjc
2024-12-04 23d38b1e7374c20698702b6ab3feb1e92e82c4d3
app/src/main/java/com/hdl/photovoltaic/ui/me/WebActivity.java
@@ -35,8 +35,7 @@
    @Override
    public void onBindView(Bundle savedInstanceState) {
        setNotificationBarBackgroundColor(CustomBaseActivity.CustomColor.white);
        setStatusBarTextColor();
       setStatusBarTranslucent();
        this.typeIntValue = getIntent().getIntExtra("type", 0);
        //初始化
        initView();
@@ -59,10 +58,7 @@
        } else {
            viewBinding.toolbarTopRl.topTitleTv.setText(R.string.app_privacy_policy);
        }
        viewBinding.toolbarTopRl.topTitleTv.setTextColor(getResources().getColor(R.color.text_030D1C, null));
        viewBinding.toolbarTopRl.topBackLl.setVisibility(View.VISIBLE);
        viewBinding.toolbarTopRl.topLeftIv.setImageResource(R.drawable.back_c);
        viewBinding.toolbarTopRl.topBarView.setBackgroundColor(getResources().getColor(R.color.text_FFECECEC, null));
        if (UserConfigManage.getInstance().getCurrentAppLanguage().equals(LocalManageUtil.zh)) {
            //中文