wjc
2026-03-26 54154f0e7f4d27212fb1d3fd18812f297bc5c02e
app/src/main/java/com/hdl/photovoltaic/ui/me/SetActivity.java
@@ -166,7 +166,10 @@
        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度
        }
    }