wjc
2026-01-15 11409771024381e06173490d846bf121e6a19552
app/src/main/java/com/hdl/photovoltaic/ui/me/BPersonalDataActivity.java
@@ -98,6 +98,15 @@
        viewBinding.personalDataPhoneIl.sllLlRlRightContentTv.setText(bingPhone);
        viewBinding.personalDataPhoneIl.sllLlRlRightContentTv.setTextColor(getColor(R.color.text_FFACACAC));
        viewBinding.personalDataQrCodeIl.sllLlRlRightContentIv.setImageDrawable(AppCompatResources.getDrawable(_mActivity, R.drawable.qr_code));
        if (UserConfigManage.getInstance().isArabicLanguage()) {
            viewBinding.toolbarTopRl.topLeftIv.setRotation(180); // 旋转180度
            viewBinding.personalDataUserPortraitIl.sllLlRlRightNextIv.setRotation(180); // 旋转180度
            viewBinding.personalDataUserNameIl.sllLlRlRightNextIv.setRotation(180); // 旋转180度
            viewBinding.personalDataMailIl.sllLlRlRightNextIv.setRotation(180); // 旋转180度
            viewBinding.personalDataPhoneIl.sllLlRlRightNextIv.setRotation(180); // 旋转180度
            viewBinding.personalDataQrCodeIl.sllLlRlRightNextIv.setRotation(180); // 旋转180度
        }
    }