gxc
2019-11-14 159ec8ae413683e1ce134ec204d1c0b4d175baec
ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorlockDialog.cs
@@ -59,11 +59,17 @@
            TextColor = Shared.Common.ZigbeeColor.Current.XMGray3,
        };
        /// <summary>
        /// 阴影部分
        /// </summary>
        public FrameLayout flMain = new FrameLayout
        {
            BackgroundColor = 0x00000000,
        };
        public void Show()
        {
            dialog.Show();
            var flMain = new FrameLayout { BackgroundColor = 0x00000000 };
            dialog.AddChidren(flMain);
            flMain.MouseUpEventHandler += (sender11, e11) =>
            {