mac
2023-10-14 b55fe675d1dd17748a29e4e7de60d14e36740a6e
HDL_ON/UI/UI2/FuntionControlView/Aks/TvPage.cs
@@ -181,6 +181,7 @@
                TextSize = TextSize.Text16,
                TextID = StringId.pindao,
                Padding = new Padding(0, 0, 0, 0),
                IsBold = true,
            };
            leftLayout.AddChidren(leftBtnTitle);
@@ -224,6 +225,7 @@
                TextSize = TextSize.Text16,
                TextID = StringId.kongzhi,
                Padding = new Padding(0, 0, 0, 0),
                IsBold = true,
            };
            rightLayout.AddChidren(rightBtnTitle);
@@ -250,11 +252,11 @@
            #endregion
            //数字按键容器
            numberFrame = new CornerFramLayout(343, 368, 17);
            numberFrame = new CornerFramLayout(343, 368-24, 17);
            numberFrame.X = Application.GetRealWidth(16);
            numberFrame.Y = middLayout.Bottom + Application.GetRealHeight(16);
            numberFrame.Y = middLayout.Bottom;
            numberFrame.BackgroundColor = MusicColor.WhiteColor;
            numberFrame.SetMargin(16,0,16,0);
            numberFrame.LoadNumberButtonPage(AksCommonMethod.Current.GetNumberKeypadList(this.remoteControl));
@@ -264,7 +266,7 @@
            //菜单容器
            CornerFramLayout cornerBottomFram = new CornerFramLayout(343, 292-30, 17);
            cornerBottomFram.X = Application.GetRealWidth(16);
            cornerBottomFram.Y = middLayout.Bottom + Application.GetRealHeight(16);
            cornerBottomFram.Y = middLayout.Bottom;
            cornerBottomFram.BackgroundColor = MusicColor.WhiteColor;
            this.AddChidren(cornerBottomFram);