| | |
| | | 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 |