| | |
| | | { |
| | | Y = Application.GetRealHeight(CommonFormResouce.TopStatuFrameLayout_Height), |
| | | Height = Application.GetRealHeight(CommonFormResouce.Topview_Height), |
| | | Width = Application.GetRealWidth(CommonPage.AppRealWidth) |
| | | Width = Application.GetRealWidth(CommonPage.AppRealWidth), |
| | | BackgroundColor=ZigbeeColor.Current.GXCTopViewBackgroundColor |
| | | }; |
| | | AddChidren(topView); |
| | | |
| | | var line = new Button |
| | | { |
| | | Y=Height-1, |
| | | Height=1, |
| | | BackgroundColor=ZigbeeColor.Current.GXCGrayLineColor4 |
| | | }; |
| | | AddChidren(line); |
| | | } |
| | | |
| | | #endregion |
| | |
| | | { |
| | | topTitle = new Button |
| | | { |
| | | X = Application.GetRealWidth(164), |
| | | Height = Application.GetRealHeight(CommonFormResouce.TopFrameLayout_Height - CommonFormResouce.TopStatuFrameLayout_Height), |
| | | Width = Application.GetRealWidth(CommonFormResouce.TopTitle_Width), |
| | | TextSize = CommonFormResouce.TopTitle_TextSize, |
| | | TextColor = ZigbeeColor.Current.GXCTitleBlackTitle, |
| | | Gravity = Gravity.CenterHorizontal, |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | IsBold = true, |
| | | }; |
| | | |
| | | topView.AddChidren(topTitle); |
| | | } |
| | | /// <summary> |