| | |
| | | {
|
| | | detailBackFrame.RemoveAll();
|
| | | //线
|
| | | var btnLine2 = new NormalViewControl(detailBackFrame.Width, ControlCommonResourse.BottomLineHeight, false);
|
| | | btnLine2.Y = Application.GetRealHeight(138) - ControlCommonResourse.BottomLineHeight - halfRoundHeigth;
|
| | | var btnLine2 = new NormalViewControl(detailBackFrame.Width, HdlControlResourse.BottomLineHeight, false);
|
| | | btnLine2.Y = Application.GetRealHeight(138) - HdlControlResourse.BottomLineHeight - halfRoundHeigth;
|
| | | btnLine2.BackgroundColor = UserCenterColor.Current.ButtomLine;
|
| | | detailBackFrame.AddChidren(btnLine2);
|
| | |
|
| | |
| | | };
|
| | |
|
| | | //线
|
| | | var btnLine = new NormalViewControl(detailBackFrame.Width, ControlCommonResourse.BottomLineHeight, false);
|
| | | btnLine.Y = Application.GetRealHeight(138) - ControlCommonResourse.BottomLineHeight - halfRoundHeigth;
|
| | | var btnLine = new NormalViewControl(detailBackFrame.Width, HdlControlResourse.BottomLineHeight, false);
|
| | | btnLine.Y = Application.GetRealHeight(138) - HdlControlResourse.BottomLineHeight - halfRoundHeigth;
|
| | | btnLine.BackgroundColor = UserCenterColor.Current.ButtomLine;
|
| | | detailBackFrame.AddChidren(btnLine);
|
| | |
|
| | |
| | | }
|
| | |
|
| | | //线
|
| | | var btnLine = new NormalViewControl(Application.GetRealWidth(919), ControlCommonResourse.BottomLineHeight, false);
|
| | | var btnLine = new NormalViewControl(Application.GetRealWidth(919), HdlControlResourse.BottomLineHeight, false);
|
| | | btnLine.Gravity = Gravity.CenterHorizontal;
|
| | | btnLine.Y = YY + Application.GetRealHeight(386);
|
| | | btnLine.BackgroundColor = UserCenterColor.Current.ButtomLine;
|