From 44d6b49d86f8c531cbed718a8c109f3bc2db2177 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期三, 09 八月 2023 16:27:23 +0800
Subject: [PATCH] 2023年08月09日16:27:16
---
HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/CornerFramLayout.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/CornerFramLayout.cs b/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/CornerFramLayout.cs
index 9f4dac2..63c868a 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/CornerFramLayout.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/CornerFramLayout.cs
@@ -104,6 +104,7 @@
{
buttonFram.AddBottomLine();
}
+ buttonFram.GetImageButton().UnSelectedImagePath = keypad.localIconAddress;
buttonFram.GetNameButton().Text = keypad.name;
xCount++;
@@ -167,6 +168,7 @@
buttonFram.AddImageView();
buttonFram.AddNameView();
buttonFram.Tag = keypad;//鏍囪鏁版嵁
+ buttonFram.GetImageButton().UnSelectedImagePath = keypad.localIconAddress;
buttonFram.GetNameButton().Text = keypad.name;
if (widthDimensionValue > Application.GetRealWidth(currnetWidthValue))
{
--
Gitblit v1.8.0