| | |
| | | //菜单的桌布控件
|
| | | this.frameMenuTable = new FrameLayout();
|
| | | frameMenuTable.Gravity = Gravity.CenterHorizontal;
|
| | | frameMenuTable.Radius = 12;
|
| | | frameMenuTable.Radius = (uint)Application.GetRealHeight(35);
|
| | | frameMenuTable.Width = Application.GetRealWidth(1034);
|
| | | frameMenuTable.Height = this.menuHeight * menuCount;
|
| | | frameMenuTable.BackgroundColor = UserCenterColor.Current.White;
|
| | |
| | | var frameCancel = new FrameLayout();
|
| | | frameCancel.Y = frameAnimateTable.Height - this.menuHeight - Application.GetRealHeight(23);
|
| | | frameCancel.Gravity = Gravity.CenterHorizontal;
|
| | | frameCancel.Radius = 12;
|
| | | frameCancel.Radius = (uint)Application.GetRealHeight(35);
|
| | | frameCancel.Width = Application.GetRealWidth(1034);
|
| | | frameCancel.Height = this.menuHeight;
|
| | | frameCancel.BackgroundColor = UserCenterColor.Current.White;
|