| | |
| | | Gravity = Gravity.CenterHorizontal, |
| | | UnSelectedImagePath = imagePath, |
| | | SelectedImagePath = selectedImagePath, |
| | | Tag = Tag |
| | | Tag = Tag, |
| | | IsSelected=true |
| | | }; |
| | | AddChidren(ImageBtn); |
| | | |
| | | NameBtn = new Button() |
| | | { |
| | | Y = Application.GetRealHeight(200), |
| | | Width = Application.GetRealWidth(160), |
| | | Width = Application.GetRealWidth(170), |
| | | Height = Application.GetRealHeight(60), |
| | | Gravity = Gravity.CenterHorizontal, |
| | | TextColor = ZigbeeColor.Current.GXCTextBlackColor, |
| | | SelectedTextColor = ZigbeeColor.Current.GXCTextSelectedColor, |
| | | Tag = Tag |
| | | Tag = Tag, |
| | | TextSize=11 |
| | | }; |
| | | AddChidren(NameBtn); |
| | | |
| | |
| | | public void SetStatu(bool statu) |
| | | { |
| | | ImageBG.IsSelected = NameBtn.IsSelected = statu; |
| | | NameBtn.IsBold = statu; |
| | | } |
| | | |
| | | |
| | | } |
| | | } |