黄学彪
2020-12-16 0d9f64668fd7350d6a21fd157e32009a96d98134
ZigbeeApp/Shared/Phone/Common/Controls/NormalControls/MostRightIconControl.cs
File was renamed from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/MostRightIconControl.cs
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;
namespace Shared.Phone.UserCenter
namespace Shared.Phone
{
    /// <summary>
    /// 做成放在画面右边的的图标控件(注意,它不能用来做【向右】的图标)
@@ -56,10 +56,10 @@
            this.UseClickStatu = false;
            this.Width = this.GetPictrueRealSize(110);
            this.Height = this.Parent != null ? this.Parent.Height : ControlCommonResourse.ListViewRowHeight;
            this.Height = this.Parent != null ? this.Parent.Height : HdlControlResourse.ListViewRowHeight;
            this.Gravity = Gravity.CenterVertical;
            var XX = Application.CurrentWidth - this.GetPictrueRealSize(i_width) - ControlCommonResourse.XXLeft;
            var XX = Application.CurrentWidth - this.GetPictrueRealSize(i_width) - HdlControlResourse.XXLeft;
            this.X = XX - this.GetPictrueRealSize((110 - i_width) / 2);
            this.btnIcon = new IconControlCommon();