mac
2024-07-25 3f6685c77beeb12baf840733fb890860f4c26e7c
HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/CornerFramLayout.cs
@@ -130,7 +130,7 @@
                if (!keypad.isClicked)
                {
                    buttonFram.GetImageButton().Alpha = 0.5f;
                    buttonFram.GetNameButton().TextColor = AksCommonMethod.unBackgroundColor;
                    buttonFram.GetNameButton().TextColor =unBackgroundColor;
                    buttonFram.SetClick(false);
                }
@@ -219,7 +219,7 @@
                if (!keypad.isClicked)
                {
                    buttonFram.GetImageButton().Alpha = 0.5f;
                    buttonFram.GetNameButton().TextColor = AksCommonMethod.unBackgroundColor;
                    buttonFram.GetNameButton().TextColor = unBackgroundColor;
                    buttonFram.SetClick(false);
                }
                buttonFram.SetClickListener((fl, btnIcon, btnName) =>
@@ -291,7 +291,7 @@
                //不支持按键点击背景颜色
                if (!keypad.isClicked)
                {
                    button.TextColor = AksCommonMethod.unBackgroundColor;
                    button.TextColor =unBackgroundColor;
                }