wjc
2023-08-09 44d6b49d86f8c531cbed718a8c109f3bc2db2177
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))
                {