WJC
2019-12-13 9c6bd67d66859e48f0e794cd2746aef9310ce71d
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;
        }