| | |
| | | Y = Application.GetRealHeight(y); |
| | | Width = Application.GetRealWidth(1080); |
| | | Height = Application.GetRealHeight(127); |
| | | BackgroundColor = ZigbeeColor.Current.GXCBackgroundColor; |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | TextColor = ZigbeeColor.Current.GXCTextBlackColor, |
| | | SelectedTextColor = ZigbeeColor.Current.GXCTextSelectedColor, |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | Tag = Tag |
| | | Tag = Tag, |
| | | TextSize=14 |
| | | }; |
| | | AddChidren(NameBtn); |
| | | |
| | |
| | | var line = new Button() |
| | | { |
| | | X = Application.GetRealWidth(200), |
| | | Y = Height - 2, |
| | | Y = Height - 1, |
| | | Width = Application.GetRealWidth(821), |
| | | Height = 2, |
| | | BackgroundColor = ZigbeeColor.Current.GXCGrayLineColor, |
| | | Height = 1, |
| | | BackgroundColor = ZigbeeColor.Current.GXCGrayLineColor2, |
| | | Tag = Tag |
| | | }; |
| | | AddChidren(line); |