| | |
| | | if (UserConfigManage.getInstance().isArabicLanguage()) { |
| | | viewBinding.toolbarTopRl.topLeftIv.setRotation(180); // 旋转180度 |
| | | viewBinding.setLanguageIl.sllLlRlRightNextIv.setRotation(180); // 旋转180度 |
| | | viewBinding.setAccountSecurityIl.sllLlRlRightNextIv.setRotation(180); // 旋转180度 |
| | | viewBinding.setNotificationSettingsIl.sllLlRlRightNextIv.setRotation(180); // 旋转180度 |
| | | viewBinding.setTemperatureUnitIl.sllLlRlRightNextIv.setRotation(180); // 旋转180度 |
| | | viewBinding.setContextSwitchIl.sllLlRlRightNextIv.setRotation(180); // 旋转180度 |
| | | } |
| | | } |
| | | |