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),