File was renamed from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/BackViewControl.cs |
| | |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | |
| | | namespace Shared.Phone.UserCenter |
| | | namespace Shared.Phone |
| | | { |
| | | /// <summary> |
| | | /// 做成一个TopFrameLayout的返回键✩ |
| | |
| | | { |
| | | this.UseClickStatu = false; |
| | | this.Name = "btnBack"; |
| | | this.X = ControlCommonResourse.XXLeft - Application.GetRealWidth((110 - iconWidth) / 2); |
| | | this.X = HdlControlResourse.XXLeft - Application.GetRealWidth((110 - iconWidth) / 2); |
| | | this.Width = this.GetPictrueRealSize(110); |
| | | this.Height = this.GetPictrueRealSize(110); |
| | | this.Gravity = Gravity.CenterVertical; |