wxr
2023-10-17 46a177eb1acf7ce91af7fe9ff57af87228de938d
HDL_ON/UI/UI2/FuntionControlView/Aks/GfPage.cs
@@ -1,4 +1,4 @@
using System;
                     using System;
using System.Collections.Generic;
using HDL_ON.UI.Music;
using HDL_ON.UI.UI2.FuntionControlView.Aks.CommonView;
@@ -86,13 +86,14 @@
                TextAlignment = TextAlignment.CenterLeft,
                TextColor = MusicColor.TextColor,
                TextSize = TextSize.Text16,
                TextID = StringId.gongfan,
                Text= this.remoteControl.name,
                IsBold = true,
            };
            this.AddChidren(btnTitle);
            cornerFram = new CornerFramLayout(343, 284, 17);
            cornerFram = new CornerFramLayout(343, 284-18, 17);
            cornerFram.X = Application.GetRealWidth(16);
            cornerFram.Y = btnTitle.Bottom + Application.GetRealHeight(16);
            this.AddChidren(cornerFram);
@@ -110,7 +111,7 @@
            typeMultiFramLayout = new TypeMultiFramLayout();
            typeMultiFramLayout.multiFramLayout.Gravity = Gravity.Center;
            typeMultiFramLayout.AddView(cornerBottomFram);
            typeMultiFramLayout.btnBottonRightName.TextID = StringId.gongfan;
            typeMultiFramLayout.btnBottonRightName.Text = this.remoteControl.name;
            this.AdjustRealHeight(16);
        }