From 54154f0e7f4d27212fb1d3fd18812f297bc5c02e Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期四, 26 三月 2026 10:00:35 +0800
Subject: [PATCH] 2026年03月26日10:00:18 加上界面脚本
---
app/src/main/java/com/hdl/photovoltaic/ui/me/BPersonalDataActivity.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/app/src/main/java/com/hdl/photovoltaic/ui/me/BPersonalDataActivity.java b/app/src/main/java/com/hdl/photovoltaic/ui/me/BPersonalDataActivity.java
index 0adf4c8..23f0a15 100644
--- a/app/src/main/java/com/hdl/photovoltaic/ui/me/BPersonalDataActivity.java
+++ b/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搴�
+ }
}
--
Gitblit v1.8.0