From 0d9f64668fd7350d6a21fd157e32009a96d98134 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期三, 16 十二月 2020 13:09:08 +0800 Subject: [PATCH] 新云端代码Ver1.2 --- ZigbeeApp/Shared/Phone/Common/Form/BottomItemSelectForm.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/BottomItemSelectForm.cs b/ZigbeeApp/Shared/Phone/Common/Form/BottomItemSelectForm.cs similarity index 95% rename from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/BottomItemSelectForm.cs rename to ZigbeeApp/Shared/Phone/Common/Form/BottomItemSelectForm.cs index 038c173..3a37e23 100644 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/BottomItemSelectForm.cs +++ b/ZigbeeApp/Shared/Phone/Common/Form/BottomItemSelectForm.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Text; -namespace Shared.Phone.UserCenter +namespace Shared.Phone { /// <summary> /// 搴曢儴寮圭獥椤圭洰閫夋嫨鐣岄潰 @@ -63,7 +63,7 @@ //鈽呪槄浠庝笅寰�涓婃坊鍔犳帶浠垛槄鈽� //鏄庣粏楂樺害(鍒濆鏈�澶氬彧鏄剧ず9琛�) - int detailHeight = ControlCommonResourse.ListViewRowHeight + Application.GetRealHeight(12); + int detailHeight = HdlControlResourse.ListViewRowHeight + Application.GetRealHeight(12); if (i_listText.Count > 9) { //63:涓婇儴闂磋窛 58:涓嬮儴闂磋窛 @@ -86,8 +86,8 @@ } //绾� int lineYY = listDetailView1 != null ? listDetailView1.Y : listDetailView2.Y; - var btnLine = new NormalViewControl(bodyFrameLayout.Width, ControlCommonResourse.BottomLineHeight, false); - btnLine.Y = lineYY - ControlCommonResourse.BottomLineHeight; + var btnLine = new NormalViewControl(bodyFrameLayout.Width, HdlControlResourse.BottomLineHeight, false); + btnLine.Y = lineYY - HdlControlResourse.BottomLineHeight; btnLine.BackgroundColor = UserCenterColor.Current.ButtomLine; bodyFrameLayout.AddChidren(btnLine); @@ -162,8 +162,8 @@ //鏄剧ず涓婁笅涓よ btnRow = new NormalSelectControl(i_listText[i], i_listBottomtext[i], rowSpace / 2); } - btnRow.LeftOffset = Application.GetRealWidth(81) - ControlCommonResourse.XXLeft;//鍚戝彸鍋忕Щ - btnRow.RightOffset = ControlCommonResourse.XXLeft - Application.GetRealWidth(81);//鍚戝乏鍋忕Щ + btnRow.LeftOffset = Application.GetRealWidth(81) - HdlControlResourse.XXLeft;//鍚戝彸鍋忕Щ + btnRow.RightOffset = HdlControlResourse.XXLeft - Application.GetRealWidth(81);//鍚戝乏鍋忕Щ listDetailView1?.AddChidren(btnRow); listDetailView2?.AddChidren(btnRow); -- Gitblit v1.8.0