From e74a8d9e9dc5ef2120fd811fb03a870efb96a92a Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 12 十月 2023 13:54:23 +0800
Subject: [PATCH] 2.3图标内容

---
 HDL_ON/UI/UI2/FuntionControlView/Aks/JdhPage.cs |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Aks/JdhPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Aks/JdhPage.cs
index b33dc79..d19cc78 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Aks/JdhPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Aks/JdhPage.cs
@@ -136,7 +136,8 @@
                 TextAlignment = TextAlignment.CenterLeft,
                 TextColor = MusicColor.TextColor,
                 TextSize = TextSize.Text16,
-                TextID = StringId.touyingyi,
+                Text= this.remoteControl.name,
+                IsBold = true,
             };
             this.AddChidren(btnTitle);
 
@@ -175,6 +176,7 @@
                 SelectedTextColor = MusicColor.MusicTxet14SelectedColor,
                 TextSize = TextSize.Text16,
                 TextID = StringId.pindao,
+                Padding = new Padding(0, 0, 0, 0),
             };
             leftLayout.AddChidren(leftBtnTitle);
 
@@ -217,6 +219,7 @@
                 SelectedTextColor = MusicColor.MusicTxet14SelectedColor,
                 TextSize = TextSize.Text16,
                 TextID = StringId.kongzhi,
+                Padding = new Padding(0, 0, 0, 0),
             };
             rightLayout.AddChidren(rightBtnTitle);
 
@@ -268,7 +271,7 @@
             typeMultiFramLayout = new TypeMultiFramLayout();
             typeMultiFramLayout.multiFramLayout.Y = menuFram.Bottom + Application.GetRealHeight(32);
             typeMultiFramLayout.AddView(cornerBottomFram);
-            typeMultiFramLayout.btnBottonRightName.TextID = StringId.shixuqi;
+            typeMultiFramLayout.btnBottonRightName.Text=this.remoteControl.name;
 
             //鍒濆鍊�
             leftBtnTitle.IsSelected = true;

--
Gitblit v1.8.0