old mode 100755
new mode 100644
| | |
| | | }; |
| | | btnAddFrameLayout.AddChidren(btnUndistributeIcon); |
| | | |
| | | btnAddFrameLayout.Width = Application.GetRealWidth(190 + 50); |
| | | var btnUndistributeText = new Button |
| | | { |
| | | Height = Application.GetRealHeight(72), |
| | | Width = Application.GetRealWidth(150), |
| | | Width = Application.GetRealWidth(200), |
| | | TextID = R.MyInternationalizationString.Undistributed, |
| | | TextColor = Shared.Common.ZigbeeColor.Current.XMTopTitleText, |
| | | X = btnUndistributeIcon.Right, |
| | |
| | | btnAddFrameLayout.MouseDownEventHandler += eHandler; |
| | | btnUndistributeText.MouseDownEventHandler += eHandler; |
| | | btnUndistributeIcon.MouseDownEventHandler += eHandler; |
| | | midVerticalScrolViewLayout = new VerticalRefreshLayout() { }; |
| | | midVerticalScrolViewLayout = new VerticalRefreshLayout() { }; |
| | | this.midFrameLayout.AddChidren(midVerticalScrolViewLayout); |
| | | |
| | | if (localAllAccountListTemp.Count == 0) |