| | |
| | | }; |
| | | bodyFrameLayout.AddChidren(deviceIMG); |
| | | |
| | | var info = Common.LocalDevice.Current.GetNotHdlMyDeviceEnumInfo(new List<CommonDevice> { device.CommonDevice }); |
| | | |
| | | var deviceTypeName = new Button() |
| | | { |
| | | Y = Application.GetRealHeight(360), |
| | | Width = Application.GetRealWidth(900), |
| | | Height = Application.GetRealHeight(80), |
| | | TextColor = ZigbeeColor.Current.GXCTextBlackColor, |
| | | Text = DeviceUI.GetDeviceTypeName(device.CommonDevice.Type), |
| | | Gravity = Gravity.CenterHorizontal |
| | | TextID = info.BeloneTextId, |
| | | Gravity = Gravity.CenterHorizontal, |
| | | TextSize = 15 |
| | | }; |
| | | bodyFrameLayout.AddChidren(deviceTypeName); |
| | | |