old mode 100644
new mode 100755
| | |
| | | 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), |
| | | Width = Application.GetRealWidth(340-20), |
| | | Height = Application.GetRealHeight(17), |
| | | X = Application.GetRealWidth(20), |
| | | Y = Application.GetRealHeight(58), |
| | | TextAlignment=TextAlignment.CenterLeft, |
| | | }; |
| | | |
| | | /// <summary> |
| | | /// 时间View的方法 |
| | | /// View的方法 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | public void FLayoutView(FrameLayout fLayout) |