From c0ce2f57a4f836ebeb9e7b8b4b5a4407fd78dc86 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期三, 23 九月 2020 10:06:05 +0800 Subject: [PATCH] 上传 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/BottomItemSelectForm.cs | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/BottomItemSelectForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/BottomItemSelectForm.cs index e149453..1b9a476 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/BottomItemSelectForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/BottomItemSelectForm.cs @@ -109,9 +109,8 @@ topBackFame.AddChidren(btnTitle); //鍙栨秷 - var btnCancel = new NormalViewControl(200, 58, true); + var btnCancel = new NormalViewControl(Application.GetRealWidth(200), topBackFame.Height, true); btnCancel.X = Application.GetRealWidth(81); - btnCancel.Y = Application.GetRealHeight(40); btnCancel.TextColor = UserCenterColor.Current.TextGrayColor1; btnCancel.TextID = R.MyInternationalizationString.uCancel; topBackFame.AddChidren(btnCancel); @@ -121,9 +120,8 @@ }; //瀹屾垚 - var btnFinish = new NormalViewControl(200, 58, true); - btnFinish.X = Application.GetRealWidth(800); - btnFinish.Y = Application.GetRealHeight(40); + var btnFinish = new NormalViewControl(Application.GetRealWidth(200), topBackFame.Height, true); + btnFinish.X = topBackFame.Width - btnCancel.X - Application.GetRealWidth(200); btnFinish.TextAlignment = TextAlignment.CenterRight; btnFinish.TextColor = 0xfffb744a; btnFinish.TextID = R.MyInternationalizationString.uFinish; -- Gitblit v1.8.0