From 0c1b0cdf903114c4214f6b9298ecd440972a42b5 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 14 一月 2022 13:13:56 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/wjc' into wxr0114 --- HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs index b054490..9c9b11a 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs @@ -14,6 +14,8 @@ Height = Application.GetRealHeight(526), Width = Application.GetRealWidth(327), BackgroundImagePath = "MusicIcon/playBj.png", + Name="fl", + }; /// <summary> /// 闊充箰姹夊瓧 @@ -28,6 +30,7 @@ TextSize = TextSize.Text24, TextAlignment = TextAlignment.CenterLeft, TextID = StringId.a31Music, + Name = "musicname" }; /// <summary> /// 鍖哄煙鍚嶇О @@ -41,6 +44,7 @@ TextColor = MusicColor.MusicNoTxetColor, TextSize = TextSize.Text12, TextAlignment = TextAlignment.CenterLeft, + Name= "region", }; /// <summary> ///鏀惰棌鍥炬爣 @@ -53,6 +57,7 @@ Height = Application.GetRealWidth(40), UnSelectedImagePath = "MusicIcon/collect.png", SelectedImagePath = "MusicIcon/collectSelected.png", + Name = "collect" }; /// <summary> ///蹇�,閫�杩涘害鏉$埗鎺т欢 @@ -86,11 +91,13 @@ ArcWidth = Application.GetRealWidth(4),//杩涘害瀹藉害 ThumbImagePath = "MusicIcon/thumbImage.png",//杩涘害鏉℃寜閽浘鏍� ThumbImageHeight = Application.GetMinRealAverage(8),//杩涘害鏉℃寜閽浘鏍囩殑楂樺害锛堥粯璁ゆ鏂瑰舰锛氬鍜岄珮涓�鏍凤級 - MaxValue=100, + MaxValue = 100, Gravity = Gravity.Center, SeekBarPadding = Application.GetMinRealAverage(3), + IsClickable = false,//涓嶅彲浠ユ粦鍔� + }; - + /// <summary> ///闊充箰寮�濮嬫椂闂� /// </summary> @@ -207,6 +214,7 @@ SeekBarViewHeight = Application.GetRealWidth(8),//杩涘害鏉$殑楂樺害 ProgressChangeDelayTime = 300,//0.3绉掑彂閫佷竴娆� SeekBarPadding = Application.GetRealWidth(20), + }; /// <summary> @@ -264,6 +272,7 @@ /// <param name="fL"></param> public void viewFrameLayout(FrameLayout fL) { + fL.AddChidren(musicBjFl); musicBjFl.AddChidren(musicNameBtn); musicBjFl.AddChidren(regionBtn); -- Gitblit v1.8.0