From cc1012b077a91793c0edd6001cdf019e6bd9a57d Mon Sep 17 00:00:00 2001 From: lss <316519258@qq.com> Date: 星期五, 29 五月 2020 18:02:13 +0800 Subject: [PATCH] 2020.05.29 --- ZigbeeApp/Shared/Phone/Category/CategoryMainForm.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Category/CategoryMainForm.cs b/ZigbeeApp/Shared/Phone/Category/CategoryMainForm.cs index 8d745dd..c4f46b8 100644 --- a/ZigbeeApp/Shared/Phone/Category/CategoryMainForm.cs +++ b/ZigbeeApp/Shared/Phone/Category/CategoryMainForm.cs @@ -198,8 +198,10 @@ //鎴愬憳娌℃湁鑷姩鍖� listTitle.Add(Language.StringByID(R.MyInternationalizationString.Automation)); } + //璁剧疆鍒濆鍊� switchContr.SetDefultIndex(UserCenterResourse.ResidenceOption.CategoryPageSwitchIndex); + //閫夋嫨浜嬩欢 switchContr.SelectTabEvent += (selectIndex) => { @@ -345,6 +347,7 @@ functionBack1.BackgroundColor = ZigbeeColor.Current.GXCBackgroundColor; functionSceneBodyView.AddChidren(functionBack1); functionBack1.SetCornerWithSameRadius(Application.GetRealHeight(17), HDLUtils.RectCornerTopLeft); + var functionBack2 = new FrameLayout(); functionBack2.X = ControlCommonResourse.XXLeft; functionBack2.Y = functionBack1.Bottom - Application.GetRealHeight(50); @@ -423,6 +426,7 @@ deviceObjContr.SetSelectStatu(true); } } + if (nowSelectDeviceInfo != null) { //鍒濆鍖栭粯璁ょ殑璁惧鍒楄〃鎺т欢 -- Gitblit v1.8.0