mac
2024-07-25 3f6685c77beeb12baf840733fb890860f4c26e7c
HDL_ON/UI/UI2/FuntionControlView/AC/ACPage.cs
@@ -92,7 +92,7 @@
            FrameLayout controlView = new FrameLayout()
            {
                Gravity = Gravity.CenterHorizontal,
                Y = Application.GetRealHeight(88),
                Y = Application.GetRealHeight(88 + 10),
                Width = Application.GetRealWidth(327),
                Height = Application.GetRealHeight(526),
                BackgroundImagePath = "Public/Fragmentbg.png",
@@ -204,6 +204,10 @@
                Text = "°C",
            };
            controlView.AddChidren(btnTempUint);
            if (function.GetAttribute(FunctionAttributeKey.TempType) != null)
            {
                btnTempUint.Text = function.GetAttrState(FunctionAttributeKey.TempType);
            }
            btnIndoorTemp = new Button()
            {