old mode 100644
new mode 100755
| | |
| | | Width = Application.GetRealWidth(792), |
| | | Height = Application.GetRealHeight(127), |
| | | Gravity=Gravity.BottomCenter, |
| | | |
| | | |
| | | }; |
| | | tipFLayout.AddChidren(bottomFrame); |
| | | |
| | |
| | | Width = Application.GetRealWidth(397), |
| | | BackgroundColor = ZigbeeColor.Current.LogicMiddleBackgroundColor, |
| | | TextID = R.MyInternationalizationString.cancel, |
| | | |
| | | }; |
| | | bottomFrame.AddChidren(cancelBtn); |
| | | cancelBtn.SetCornerWithSameRadius(Application.GetRealHeight(17), HDLUtils.RectCornerBottomLeft); |
| | |
| | | Width = Application.GetRealWidth(792), |
| | | Height = Application.GetRealHeight(127), |
| | | Gravity = Gravity.BottomCenter, |
| | | |
| | | }; |
| | | tipFLayout.AddChidren(bottomFrame); |
| | | ///取消控件 |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | |