黄学彪
2019-11-18 16604a593202f2f87adf71abd57d036fe7da3b52
ZigbeeApp/Shared/Phone/Device/Logic/MemberList.cs
@@ -14,7 +14,6 @@
            Tag = "Logic";
        }
        Button selectedIcon = new Button();
        public static Action action;
        public static bool edit=false;
      
@@ -56,7 +55,6 @@
            clickBtn.MouseDownEventHandler += (sender, e) =>
            {
                RemoveFromParent();
                action();
            };
            var back = new Button
@@ -110,11 +108,11 @@
                {
                    continue;
                }
                var userFramelayout = new RowLayout
                var userFramelayout = new FrameLayout
                {
                    Height = Application.GetRealHeight(160),
                    BackgroundColor = ZigbeeColor.Current.LogicBlankBackgroundColor,
                    LineColor = ZigbeeColor.Current.LogicBlankBackgroundColor,
                   // LineColor = ZigbeeColor.Current.LogicBlankBackgroundColor,
                };
                middle.AddChidren(userFramelayout);