wxr
2023-10-17 46a177eb1acf7ce91af7fe9ff57af87228de938d
HDL_ON/UI/UI2/FuntionControlView/Aks/MusicPage.cs
@@ -124,11 +124,12 @@
                TextSize = TextSize.Text16,
                //TextID = StringId.bofangqi,
                Text = this.remoteControl.name,
                IsBold=true,
                Padding = new Padding(0, 0, 0, 0),
                IsBold =true,
            };
            this.AddChidren(btnTitle);
            cornerFram = new CornerFramLayout(343, 452, 17);
            cornerFram = new CornerFramLayout(343, 452-30, 17);
            this.AddChidren(cornerFram);
            cornerFram.X = Application.GetRealWidth(16);
            cornerFram.Y = btnTitle.Bottom + Application.GetRealHeight(16);