| | |
| | | //成员没有自动化
|
| | | listTitle.Add(Language.StringByID(R.MyInternationalizationString.Automation));
|
| | | }
|
| | |
|
| | | //设置初始值
|
| | | switchContr.SetDefultIndex(UserCenterResourse.ResidenceOption.CategoryPageSwitchIndex);
|
| | |
|
| | | //选择事件
|
| | | switchContr.SelectTabEvent += (selectIndex) =>
|
| | | {
|
| | |
| | | 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);
|
| | |
| | | deviceObjContr.SetSelectStatu(true);
|
| | | }
|
| | | }
|
| | |
|
| | | if (nowSelectDeviceInfo != null)
|
| | | {
|
| | | //初始化默认的设备列表控件
|