| | |
| | |
|
| | | //添加智能网关成功
|
| | | var btnMsg = new NormalViewControl(bodyFrameLayout.Width, Application.GetRealHeight(85), false);
|
| | | btnMsg.IsBold = true;
|
| | | btnMsg.Y = Application.GetRealHeight(732);
|
| | | btnMsg.TextAlignment = TextAlignment.Center;
|
| | | btnMsg.TextSize = 20;
|
| | |
| | | frameAdd.BackgroundImagePath = "Item/BottomButtonGround.png";
|
| | | bodyFrameLayout.AddChidren(frameAdd);
|
| | | var btnAdd = new NormalViewControl(300, 65, true);
|
| | | btnAdd.IsBold = true;
|
| | | btnAdd.TextColor = UserCenterColor.Current.White;
|
| | | btnAdd.TextSize = 16;
|
| | | btnAdd.Y = Application.GetRealHeight(49);
|