old mode 100755
new mode 100644
| | |
| | | Width = Application.GetRealWidth(160), |
| | | Height = Application.GetRealHeight(287), |
| | | BackgroundImagePath = "FunctionIcon/AC/DivBg1.png", |
| | | Animate = Animate.UpToDown, |
| | | AnimateSpeed = 0.3f |
| | | }; |
| | | dialogView.AddChidren(modeChangeView); |
| | | |
| | |
| | | Y = Application.GetRealHeight(172), |
| | | Width = Application.GetRealWidth(160), |
| | | Height = Application.GetRealHeight(243), |
| | | AnimateSpeed = 0.3f, |
| | | BackgroundImagePath = "FunctionIcon/AC/DivBg2.png", |
| | | Animate = Animate.UpToDown, |
| | | }; |
| | | dialogView.AddChidren(modeChangeView); |
| | | |