From 10ef74e90cb5fc66e32db0b20f2e81a711886c1f Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期二, 14 七月 2020 16:53:51 +0800
Subject: [PATCH] 2020-07-14-1
---
HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs
index e09eef3..18b724a 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs
@@ -12,7 +12,6 @@
{
Height = Application.GetRealHeight(12 + 139),
Width = Application.GetRealWidth(375),
-
};
/// <summary>
///鐧借壊鑳屾櫙鐨勬帶浠�
@@ -68,7 +67,7 @@
TextID=StringId.merge,
X = Application.GetRealWidth(214 + 33),
Y = Application.GetRealHeight(18 + 4),
- Width = Application.GetRealWidth(24+3),
+ Width = Application.GetRealWidth(24+3+5),
Height = Application.GetRealHeight(17),
TextColor = Color.TextColor,
TextSize=TextSize.Text12,
@@ -119,10 +118,10 @@
public Button musicNameBtn = new Button
{
X = Application.GetRealWidth(54),
- Y = Application.GetRealHeight(58),
+ Y = Application.GetRealHeight(40),//58
Width = Application.GetRealWidth(140),
Height = Application.GetRealHeight(17),
- TextColor = Color.MusicTxet14Color,
+ TextColor = Color.TextCancelColor,
TextSize = TextSize.Text12,
TextAlignment = TextAlignment.CenterLeft,
};
@@ -133,7 +132,7 @@
{
//Text = i.ToString(),
X = Application.GetRealWidth(54),
- Y = Application.GetRealHeight(79),
+ Y = Application.GetRealHeight(61),//79
Width = Application.GetRealWidth(120),
Height = Application.GetRealHeight(14),
TextColor = Color.MusicNoTxetColor,
@@ -201,7 +200,7 @@
musicIfonFl.AddChidren(mergeBtn);
musicIfonFl.AddChidren(collectIconBtn);
musicIfonFl.AddChidren(songNameBtn);
- musicIfonFl.AddChidren(singerBtn);
+ //musicIfonFl.AddChidren(singerBtn);
musicIfonFl.AddChidren(musicNameBtn);
musicIfonFl.AddChidren(regionBtn);
musicIfonFl.AddChidren(clickBtn);
--
Gitblit v1.8.0