| | |
| | | btnAuthority.TextSize = 12;
|
| | | btnAuthority.Y = btnUserIcon.Bottom + Application.GetRealHeight(23);
|
| | | btnAuthority.Gravity = Gravity.CenterHorizontal;
|
| | | btnAuthority.TextColor = UserCenterColor.Current.TextGrayColor;
|
| | | btnAuthority.TextColor = UserCenterColor.Current.TextGrayColor1;
|
| | | btnAuthority.TextID = R.MyInternationalizationString.uMember;
|
| | | if (memberInfo.AccountType == 1)
|
| | | {
|
| | |
| | | private void InitInfoList()
|
| | | {
|
| | | //标题:成员权限
|
| | | var btnMenberTile = new DetailTitleControl(800, 60, true);
|
| | | var btnMenberTile = new NormalViewControl(800, 60, true);
|
| | | btnMenberTile.X = ControlCommonResourse.XXLeft;
|
| | | btnMenberTile.Y = Application.GetRealHeight(418);
|
| | | btnMenberTile.TextColor = UserCenterColor.Current.TextColor2;
|
| | |
| | | this.AddShardContentRow(rowShard);
|
| | |
|
| | | //一旦移除该家庭成员,他/她将无法使用该网关下所绑定的设备
|
| | | var btnNote1 = new NormalViewControl(613, 98, true);
|
| | | btnNote1.X = Application.GetRealWidth(246);
|
| | | btnNote1.Y = Application.GetRealHeight(1328);
|
| | | var btnNote1 = new NormalViewControl(613, 100, true);
|
| | | btnNote1.X = Application.GetRealWidth(248);
|
| | | btnNote1.Y = Application.GetRealHeight(1327);
|
| | | btnNote1.TextSize = 12;
|
| | | btnNote1.TextID = R.MyInternationalizationString.RemoveMenberAndDonotUserBindGatewayDevice;
|
| | | btnNote1.IsMoreLines = true;
|
| | |
| | |
|
| | | var btnIcon = new IconViewControl(58);
|
| | | btnIcon.X = Application.GetRealWidth(167);
|
| | | btnIcon.Y = Application.GetRealHeight(1328);
|
| | | btnIcon.Y = btnNote1.Y;
|
| | | btnIcon.UnSelectedImagePath = "Item/Tips.png";
|
| | | bodyFrameLayout.AddChidren(btnIcon);
|
| | |
|