mac
2023-09-26 841e7972869b6e967d06da0d91186cd69f1d4eb5
HDL_ON/UI/UI2/FuntionControlView/Aks/YkqPage.cs
@@ -387,7 +387,7 @@
                TextAlignment = TextAlignment.CenterLeft,
                TextColor = MusicColor.TextColor,
                TextSize = TextSize.Text16,
                TextID = StringId.xuniyaokongqi,
                Text= this.remoteControl.name,
                IsBold = true,
            };
            this.AddChidren(btnTitle);
@@ -1084,7 +1084,7 @@
            typeMultiFramLayout = new TypeMultiFramLayout();
            typeMultiFramLayout.multiFramLayout.Y = Application.GetRealHeight(16);
            typeMultiFramLayout.AddView(cornerBottomFram);
            typeMultiFramLayout.btnBottonRightName.TextID = StringId.xuniyaokongqi;
            typeMultiFramLayout.btnBottonRightName.Text = this.remoteControl.name;
            this.AdjustRealHeight(16);
        }