wxr
2023-09-26 61513acf37a1b97e0b1cf5342ff459c3c6fe83b4
OnPro/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs
@@ -361,6 +361,13 @@
            //2020-12-03 修改图片加载方法
            ImageUtlis.Current.LoadLocalOrNetworkImages(room.backgroundImage, roomViewbg);
            var btnRoomNameBg = new Button {
                Height = Application.GetRealHeight(45),
                BackgroundColor = 0x44000000,
            };
            roomView.AddChidren(btnRoomNameBg);
            btnRoomNameBg.SetCornerWithSameRadius((uint)Application.GetRealWidth(12), HDLUtils.RectCornerTopLeft | HDLUtils.RectCornerTopRight);
            var btnFloorAndRoomName = new Button()
            {
                X = Application.GetRealWidth(16),