From b764dff5c4f4a7b0cde45a8d3eb28ff2a315cc29 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期三, 19 八月 2020 16:46:53 +0800
Subject: [PATCH] 2020-08-19-1
---
HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs | 16 +++++++---------
1 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs
index acc343d..e8030bf 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs
@@ -12,7 +12,7 @@
/// </summary>
public FrameLayout fLayout = new FrameLayout
{
- BackgroundColor = Color.TopViewColor,
+ BackgroundColor = MusicColor.TopViewColor,
Height = Application.GetRealHeight(64),
Width=Application.GetRealWidth(375),
};
@@ -22,7 +22,7 @@
public Button topNameBtn = new Button
{
TextSize = TextSize.Text18,
- TextColor = Color.Text18Color,
+ TextColor = MusicColor.Text18Color,
Width = Application.GetRealWidth(140),
Height = Application.GetRealHeight(25),
Y = Application.GetRealHeight(30),
@@ -45,7 +45,7 @@
{
Width = Application.GetRealWidth(375),
Height = 1,
- BackgroundColor = Color.LineColor,
+ BackgroundColor = MusicColor.LineColor,
};
/// <summary>
@@ -60,8 +60,6 @@
UnSelectedImagePath = "MusicIcon/set.png",
Visible=false,
};
-
-
/// <summary>
/// 澧炲姞鐑敭澶у皬Btn
/// </summary>
@@ -73,11 +71,11 @@
/// <summary>
/// 璁剧疆鍥炬爣澧炲姞鐑敭澶у皬
/// </summary>
- public Button clickSetBtn= new Button
+ public Button clickSetBtn = new Button
{
- X = Application.GetRealWidth(337-37),
- Width = Application.GetMinRealAverage(28+37),
- Height = Application.GetMinRealAverage(28+7+29),
+ X = Application.GetRealWidth(337 - 37),
+ Width = Application.GetMinRealAverage(28 + 37),
+ Height = Application.GetMinRealAverage(28 + 7 + 29),
};
/// <summary>
/// 鏈�涓婇潰鐨勯偅鍧楁柟娉�
--
Gitblit v1.8.0