gxc
2020-01-10 c0021397eeb8335d6d1f20990c71533c3d94e7af
ZigbeeApp/Shared/Phone/Device/CommonForm/BackButton.cs
@@ -12,11 +12,11 @@
        /// </summary>
        public BackButton()
        {
            X = Application.GetRealWidth(58);
            Height = Application.GetMinRealAverage(58);
            Width = Application.GetMinRealAverage(58);
            UnSelectedImagePath = "Item/Back.png";
            SelectedImagePath = "Item/BackSelected.png";
            X = Application.GetRealWidth(28);
            Height = Application.GetMinRealAverage(110);
            Width = Application.GetMinRealAverage(110);
            UnSelectedImagePath = "Account/Back.png";
            SelectedImagePath = "Account/BackSelected.png";
            Gravity = Gravity.CenterVertical;
        }