old mode 100644
new mode 100755
| | |
| | | var middle = new FrameLayout |
| | | { |
| | | Y = view.topRowLayout.Bottom, |
| | | Height = Application.GetRealHeight(1920 - 184), |
| | | Height = Application.GetRealHeight(Method.H - 184), |
| | | BackgroundColor = ZigbeeColor.Current.LogicMiddleBackgroundColor, |
| | | }; |
| | | this.AddChidren(middle); |
| | |
| | | X = Application.GetRealWidth(35 * j) + Application.GetRealWidth(100 * (j - 1)), |
| | | TextColor = ZigbeeColor.Current.LogicTextBlackColor, |
| | | SelectedTextColor = ZigbeeColor.Current.LogicBlankBackgroundColor, |
| | | Radius = (uint)Application.GetRealHeight(50), |
| | | Radius = (uint)Application.GetMinRealAverage(50), |
| | | BackgroundColor = ZigbeeColor.Current.LogicBackgroundColor, |
| | | SelectedBackgroundColor = ZigbeeColor.Current.LogicAddColor, |
| | | Tag = k, |