mac
2023-09-25 87d8d4adb1dd948c2beebdc9c4b84a7d426b60cc
HDL_ON/UI/UI2/FuntionControlView/Aks/MusicPage.cs
@@ -124,6 +124,7 @@
                TextSize = TextSize.Text16,
                //TextID = StringId.bofangqi,
                Text = this.remoteControl.name,
                IsBold=true,
            };
            this.AddChidren(btnTitle);
@@ -135,7 +136,7 @@
            cornerFram.LoadButtonPage(AksCommonMethod.Current.GetMusicKeypadList(), 4);
            CornerFramLayout cornerBottomFram = new CornerFramLayout(343, 364, 17);
            CornerFramLayout cornerBottomFram = new CornerFramLayout(343, 364-32, 17);
            this.AddChidren(cornerBottomFram);
            cornerBottomFram.X = Application.GetRealWidth(16);
            cornerBottomFram.Y = cornerFram.Bottom + Application.GetRealHeight(16);