WJC
2019-10-28 0058d3fd5cf6052016ae744aeca2272623bfb6c8
ZigbeeApp/Shared/Phone/Device/Category/SelectFloor.cs
@@ -35,9 +35,9 @@
                UnSelectedImagePath="Item/SelectFloor_Left.png"
            };
            dialog.AddChidren(bg);
            if(direction==CommonForm.Direction.Right)
            if (direction == CommonForm.Direction.Right)
            {
                bg.UnSelectedImagePath = "";
                bg.UnSelectedImagePath = "Item/SelectFloor_Right.png";
            }
            var backgroundFL = new FrameLayout
@@ -105,7 +105,8 @@
        {
            ((sender as Button).Parent as CommonForm.LeftIconButtonRow).IsSelected = true;
            Config.Instance.Home.CurrentFloorId = (sender as Button).Tag.ToString();
            FloorAction?.Invoke(Config.Instance.Home.GetCurrentFloorName());
            Config.Instance.Home.Save();
            FloorAction?.Invoke(Config.Instance.Home.GetCurrentFloorName);
            RemoveFromParent();
        }
    }