陈嘉乐
2020-05-21 e67e42de58795da31b10f19775e5af46e3d14b44
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();
                };
            }