From e67e42de58795da31b10f19775e5af46e3d14b44 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期四, 21 五月 2020 17:47:01 +0800 Subject: [PATCH] 2020-05-21-1 --- HDL_ON/UI/Music/A31MyList.cs | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/HDL_ON/UI/Music/A31MyList.cs b/HDL_ON/UI/Music/A31MyList.cs index 597b9d9..4037c0d 100644 --- a/HDL_ON/UI/Music/A31MyList.cs +++ b/HDL_ON/UI/Music/A31MyList.cs @@ -21,7 +21,7 @@ this.RemoveFromParent(); }; - //鎾斁/鏆傚仠鍥炬爣 + Button addIconBtn = new Button { X = Application.GetRealWidth(336), @@ -61,7 +61,9 @@ } - + /// <summary> + /// + /// </summary> void FileView() { middViewLayout.RemoveAll(); @@ -90,8 +92,8 @@ { X = Application.GetRealWidth(94), Y = Application.GetRealHeight(86), - Width = Application.GetMinRealAverage(28), - Height = Application.GetMinRealAverage(28), + Width = Application.GetMinRealAverage(24), + Height = Application.GetMinRealAverage(24), UnSelectedImagePath = "MusicIcon/filePause.png", SelectedImagePath = "MusicIcon/filePlay.png", }; @@ -177,6 +179,7 @@ MainPage.BasePageView.AddChidren(a31MyListMusic); MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; a31MyListMusic.Show(list); + a31MyListMusic.UpdateSelectedMusic(); }; } -- Gitblit v1.8.0