| | |
| | | public TopFrameLayout() |
| | | { |
| | | BackgroundColor = ZigbeeColor.Current.GXCTopViewBackgroundColor; |
| | | Width = Application.GetRealWidth(CommonPage.AppRealWidth); |
| | | Width = Application.GetRealWidth(CommonFormResouce.AppRealWidth); |
| | | Height = Application.GetRealHeight(CommonFormResouce.TopFrameLayout_Height); |
| | | } |
| | | |
| | |
| | | { |
| | | 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 |
| | | }; |
| | | topView.AddChidren(topTitle); |
| | | } |