wjc
2026-03-19 b2340ac4ce1c9ea2070c0e7fb72a03fb2b2500ad
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度
        }
    }