wxr
2023-11-28 0f13be8b24ef37fe16cd34c8411a907f93b7f304
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