| | |
| | | }).Start(); |
| | | #endregion |
| | | |
| | | |
| | | #region 底部控制栏 |
| | | var bottomView = new FrameLayout() |
| | | { |
| | |
| | | { |
| | | X = Application.GetRealWidth(18 + 7), |
| | | Y = Application.GetRealHeight(11), |
| | | Width = Application.GetRealWidth(120), |
| | | Height = Application.GetRealHeight(40), |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | TextColor = 0xFF1b3053, |
| | |
| | | } |
| | | else if (sub.spk == SPK.WaterHeaterJinmao) |
| | | { |
| | | btnSubTempValues.Width = Application.GetRealWidth(45); |
| | | btnSubTempValues.Text = sub.GetAttrState(WaterHeaterJinmao_AttrEnum.temp.ToString()) + "°C"; |
| | | EventHandler<MouseEventArgs> eventHandler = (sender, e) => |
| | | { |