| | |
| | | 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度 |
| | | } |
| | | } |
| | | |
| | | |