| | |
| | | using Shared.Common; |
| | | namespace Shared.Phone.Device.CommonForm |
| | | { |
| | | public class LeftIconButtonRow: UserCenter.FrameLayoutBase |
| | | public class LeftIconButtonRow: FrameLayout |
| | | { |
| | | #region ◆ 变量__________________________ |
| | | /// <summary> |
| | |
| | | IconButton = new Button() |
| | | { |
| | | X = Application.GetRealWidth(80), |
| | | Height = this.GetPictrueRealSize(80), |
| | | Width = this.GetPictrueRealSize(80), |
| | | Height = HdlControlLogic.Current.GetPictrueRealSize(80), |
| | | Width = HdlControlLogic.Current.GetPictrueRealSize(80), |
| | | UnSelectedImagePath = iconPath, |
| | | SelectedImagePath = iconSelectedPath, |
| | | Gravity = Gravity.CenterVertical, |