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