| | |
| | | |
| | | var listDevice = Common.LocalDevice.Current.GetDevicesByMac(i_deviceMac); |
| | | |
| | | var listView = new FrameListControl(12); |
| | | var listView = new VerticalListControl(12); |
| | | listView.BackgroundColor = UserCenterColor.Current.White; |
| | | listView.Height = Application.GetRealHeight(876); |
| | | listView.Height = bodyFrameLayout.Height; |
| | | bodyFrameLayout.AddChidren(listView); |
| | | |
| | | //设备名称 |
| | |
| | | listView.AddChidren(rowProtuct); |
| | | rowProtuct.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uManufacturerName), 300); |
| | | rowProtuct.AddMostRightView(listDevice[0].ManufacturerName, 600); |
| | | |
| | | listView.AdjustRealHeight(Application.GetRealHeight(23)); |
| | | }
|
| | |
|
| | | #endregion
|