From a5e01931bd780ba648fe02bf9bcb0d478d5ac892 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期四, 07 九月 2023 18:08:21 +0800 Subject: [PATCH] 2023年09月07日18:06:35 --- HDL_ON/UI/UI2/FuntionControlView/HisenseTV /HisenseTvPage.cs | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/HisenseTV /HisenseTvPage.cs b/HDL_ON/UI/UI2/FuntionControlView/HisenseTV /HisenseTvPage.cs index a2dfbb0..9685f89 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/HisenseTV /HisenseTvPage.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/HisenseTV /HisenseTvPage.cs @@ -431,7 +431,7 @@ yinliangFL.Y = Application.GetRealHeight(260); yinliangFL.X = shouyeFL.X; yinliangFL.BackgroundColor = 0xffF2F3F7; - yinliangFL.Radius = (uint)Application.GetRealHeight(34); + yinliangFL.Radius = (uint)Application.GetRealWidth(34); btn_jia = new Button { @@ -723,8 +723,10 @@ this.IsMoreLines = true; this.BackgroundColor = 0xffECEDEE; this.SelectedBackgroundColor = 0xFFF2F3F7; - this.Radius = (uint)Application.GetRealHeight(30); + this.Radius = (uint)Application.GetRealHeight(19); + this.Padding = new Padding(0,0,0,0); } + /// <summary> /// 浜嬩欢鐩戝惉鏂规硶 @@ -781,6 +783,7 @@ SelectedTextColor = MusicColor.MusicTxet14SelectedColor, TextSize = TextSize.Text16, TextID = StringId.kongzhi, + Padding = new Padding(0, 0, 0, 0), IsBold = true, }; @@ -814,7 +817,8 @@ TextColor = MusicColor.TextColor, SelectedTextColor = MusicColor.MusicTxet14SelectedColor, TextSize = TextSize.Text16, - Text = "淇″彿婧�", + TextID =StringId.xinhaoyuan, + Padding=new Padding(0,0,0,0), IsBold = true, }; -- Gitblit v1.8.0