wxr
2023-10-17 46a177eb1acf7ce91af7fe9ff57af87228de938d
HDL_ON/UI/UI2/FuntionControlView/Aks/JdhPage.cs
@@ -136,12 +136,12 @@
                TextAlignment = TextAlignment.CenterLeft,
                TextColor = MusicColor.TextColor,
                TextSize = TextSize.Text16,
                TextID = StringId.jidinghe,
                Text= this.remoteControl.name,
                IsBold = true,
            };
            this.AddChidren(btnTitle);
            cornerTopFram = new CornerFramLayout(343, 368, 17);
            cornerTopFram = new CornerFramLayout(343, 368-24, 17);
            cornerTopFram.X = Application.GetRealWidth(16);
            cornerTopFram.Y = btnTitle.Bottom + Application.GetRealHeight(16);
            this.AddChidren(cornerTopFram);
@@ -176,6 +176,7 @@
                SelectedTextColor = MusicColor.MusicTxet14SelectedColor,
                TextSize = TextSize.Text16,
                TextID = StringId.pindao,
                Padding = new Padding(0, 0, 0, 0),
            };
            leftLayout.AddChidren(leftBtnTitle);
@@ -218,6 +219,7 @@
                SelectedTextColor = MusicColor.MusicTxet14SelectedColor,
                TextSize = TextSize.Text16,
                TextID = StringId.kongzhi,
                Padding = new Padding(0, 0, 0, 0),
            };
            rightLayout.AddChidren(rightBtnTitle);
@@ -256,7 +258,7 @@
            //菜单容器
            CornerFramLayout cornerBottomFram = new CornerFramLayout(343, 292, 17);
            CornerFramLayout cornerBottomFram = new CornerFramLayout(343, 292-30, 17);
            cornerBottomFram.X = Application.GetRealWidth(16);
            cornerBottomFram.Y = middLayout.Bottom + Application.GetRealHeight(16);
            cornerBottomFram.BackgroundColor = MusicColor.WhiteColor;
@@ -269,7 +271,7 @@
            typeMultiFramLayout = new TypeMultiFramLayout();
            typeMultiFramLayout.multiFramLayout.Y = menuFram.Bottom + Application.GetRealHeight(32);
            typeMultiFramLayout.AddView(cornerBottomFram);
            typeMultiFramLayout.btnBottonRightName.TextID = StringId.jidinghe;
            typeMultiFramLayout.btnBottonRightName.Text=this.remoteControl.name;
            //初始值
            leftBtnTitle.IsSelected = true;