| | |
| | | |
| | | viewBinding.setChangePswIl.sllLlRlNameTv.setText(R.string.home_login_change_password); |
| | | updateStyle(); |
| | | |
| | | if (UserConfigManage.getInstance().isArabicLanguage()) { |
| | | viewBinding.toolbarTopRl.topLeftIv.setRotation(180); // 旋转180度 |
| | | viewBinding.setAccountPhoneIl.sllLlRlRightNextIv.setRotation(180); // 旋转180度 |
| | | viewBinding.setAccountMailIl.sllLlRlRightNextIv.setRotation(180); // 旋转180度 |
| | | viewBinding.setChangePswIl.sllLlRlRightNextIv.setRotation(180); // 旋转180度 |
| | | viewBinding.setAccountCloseIl.sllLlRlRightNextIv.setRotation(180); // 旋转180度 |
| | | } |
| | | |
| | | } |
| | | |