| | |
| | | {
|
| | | detailBackFrame.RemoveAll();
|
| | | //线
|
| | | var btnLine2 = new NormalViewControl(detailBackFrame.Width, HdlControlResourse.BottomLineHeight, false);
|
| | | btnLine2.Y = Application.GetRealHeight(138) - HdlControlResourse.BottomLineHeight - halfRoundHeigth;
|
| | | var btnLine2 = new NormalViewControl(detailBackFrame.Width, ControlCommonResourse.BottomLineHeight, false);
|
| | | btnLine2.Y = Application.GetRealHeight(138) - ControlCommonResourse.BottomLineHeight - halfRoundHeigth;
|
| | | btnLine2.BackgroundColor = UserCenterColor.Current.ButtomLine;
|
| | | detailBackFrame.AddChidren(btnLine2);
|
| | |
|
| | |
| | | };
|
| | |
|
| | | //线
|
| | | var btnLine = new NormalViewControl(detailBackFrame.Width, HdlControlResourse.BottomLineHeight, false);
|
| | | btnLine.Y = Application.GetRealHeight(138) - HdlControlResourse.BottomLineHeight - halfRoundHeigth;
|
| | | var btnLine = new NormalViewControl(detailBackFrame.Width, ControlCommonResourse.BottomLineHeight, false);
|
| | | btnLine.Y = Application.GetRealHeight(138) - ControlCommonResourse.BottomLineHeight - halfRoundHeigth;
|
| | | btnLine.BackgroundColor = UserCenterColor.Current.ButtomLine;
|
| | | detailBackFrame.AddChidren(btnLine);
|
| | |
|
| | |
| | | }
|
| | |
|
| | | //线
|
| | | var btnLine = new NormalViewControl(Application.GetRealWidth(919), HdlControlResourse.BottomLineHeight, false);
|
| | | var btnLine = new NormalViewControl(Application.GetRealWidth(919), ControlCommonResourse.BottomLineHeight, false);
|
| | | btnLine.Gravity = Gravity.CenterHorizontal;
|
| | | btnLine.Y = YY + Application.GetRealHeight(386);
|
| | | btnLine.BackgroundColor = UserCenterColor.Current.ButtomLine;
|
| | |
| | | btnNormallyOpen.TextID = R.MyInternationalizationString.uNormallyOpenMode;
|
| | | btnNormallyOpen.Name = "9000";
|
| | | frameDetail.AddChidren(btnNormallyOpen);
|
| | |
|
| | | //人脸识别
|
| | | var btnFace = this.InitLockSelectButton(listSelectLock.Contains(14));
|
| | | btnFace.X = btnNormallyOpen.Right + Application.GetRealWidth(26);
|
| | | btnFace.Y = btnNormallyOpen.Y;
|
| | | btnFace.TextID = R.MyInternationalizationString.uFaceRecognition;
|
| | | btnFace.Name = "14";
|
| | | frameDetail.AddChidren(btnFace);
|
| | |
|
| | | //静脉纹
|
| | | var btnStria = this.InitLockSelectButton(listSelectLock.Contains(13));
|
| | | btnStria.X = btnFace.Right + Application.GetRealWidth(26);
|
| | | btnStria.Y = btnNormallyOpen.Y;
|
| | | btnStria.TextID = R.MyInternationalizationString.uStriaVenosus;
|
| | | btnStria.Name = "13";
|
| | | frameDetail.AddChidren(btnStria);
|
| | | }
|
| | |
|
| | | #endregion
|