From e82cf12d701ebc716f85675ba63b6b024005d9b1 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期三, 27 五月 2020 11:36:23 +0800
Subject: [PATCH] 2020-05-27-1
---
HDL_ON/UI/Music/View/MusicView.cs | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/HDL_ON/UI/Music/View/MusicView.cs b/HDL_ON/UI/Music/View/MusicView.cs
index ddb89dd..db385d8 100644
--- a/HDL_ON/UI/Music/View/MusicView.cs
+++ b/HDL_ON/UI/Music/View/MusicView.cs
@@ -138,6 +138,16 @@
TextAlignment = TextAlignment.CenterLeft,
};
+
+ /// <summary>
+ /// 鐐瑰嚮浜嬩欢
+ /// </summary>
+ public Button clickBtn = new Button
+ {
+ Width = Application.GetRealWidth(130),
+ Height = Application.GetRealHeight(139),
+ };
+
/// <summary>
/// 涓婁竴鏇�
/// </summary>
@@ -191,6 +201,7 @@
musicIfonFl.AddChidren(singerBtn);
musicIfonFl.AddChidren(musicNameBtn);
musicIfonFl.AddChidren(regionBtn);
+ musicIfonFl.AddChidren(clickBtn);
musicIfonFl.AddChidren(prevBtn);
musicIfonFl.AddChidren(playBtn);
musicIfonFl.AddChidren(nextBtn);
--
Gitblit v1.8.0