| | |
| | | Width = Application.GetRealWidth(343), |
| | | X = Application.GetRealWidth(16), |
| | | BackgroundColor = CSS.CSS_Color.view, |
| | | // Radius=(uint)Application.GetRealHeight(12), |
| | | Radius=(uint)Application.GetRealHeight(12), |
| | | }; |
| | | /// <summary> |
| | | /// 标题Btn |
| | |
| | | TextID = StringId.timeTipText, |
| | | TextSize = TextSize.text12, |
| | | TextColor = CSS.CSS_Color.textRedColor, |
| | | Width = Application.GetRealWidth(306), |
| | | Height = Application.GetRealHeight(17), |
| | | Width = Application.GetRealWidth(340 - 20-20), |
| | | Height = Application.GetRealHeight(24),//17 |
| | | X = Application.GetRealWidth(20), |
| | | Y = Application.GetRealHeight(58), |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | IsMoreLines=true, |
| | | }; |
| | | |
| | | /// <summary> |
| | | /// 时间View的方法 |
| | | /// View的方法 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | public void FLayoutView(FrameLayout fLayout) |