mac
2024-07-25 3f6685c77beeb12baf840733fb890860f4c26e7c
HDL_ON/UI/UI2/FuntionControlView/Aks/AksListPage.cs
@@ -158,14 +158,15 @@
            btnName.TextColor = CSS_Color.FirstLevelTitleColor;
            btnName.TextAlignment = TextAlignment.CenterLeft;
            btnName.Text = i_device.name;
            btnName.TextSize = CSS_FontSize.TextFontSize;
            frameBack.AddChidren(btnName, ChidrenBindMode.BindEvent);
            var btnCollection = new Button()
            {
                X = Application.GetRealWidth(299),
                Y = Application.GetRealHeight(10),
                Width = Application.GetMinRealAverage(40),
                Height = Application.GetMinRealAverage(40),
                Width = Application.GetRealWidth(40),
                Height = Application.GetRealWidth(40),
                SelectedImagePath = "Collection/CollectionIcon.png",
                UnSelectedImagePath = "Collection/CollectionGrayIcon.png",
                IsSelected = i_device.collect