陈嘉乐
2020-10-13 611786df5108dca0bdcff03834cc285cba4b8e61
HDL_ON/UI/UI2/FuntionControlView/Music/View/MyListView.cs
@@ -10,7 +10,7 @@
        /// </summary>
        public FrameLayout popFra = new FrameLayout()
        {
            BackgroundColor = UI.Music.Color.PopupBackgroundColor,
            BackgroundColor = UI.Music.MusicColor.PopupBackgroundColor,
        };
        /// <summary>
        /// 整个白色控件父
@@ -21,7 +21,7 @@
            Y = Application.GetRealHeight(187),
            Width = Application.GetRealWidth(344),
            Height = Application.GetRealHeight(460),
            BackgroundColor = UI.Music.Color.WhiteColor,
            BackgroundColor = UI.Music.MusicColor.WhiteColor,
            Radius = (uint)Application.GetRealHeight(12),
        };
@@ -52,7 +52,7 @@
            Y = Application.GetRealHeight(14),
            Width = Application.GetRealWidth(120),
            Height = Application.GetRealHeight(22),
            TextColor = UI.Music.Color.TextColor,
            TextColor = UI.Music.MusicColor.TextColor,
            TextSize = UI.Music.TextSize.Text16,
            TextAlignment = TextAlignment.CenterLeft,
        };
@@ -66,7 +66,7 @@
            Width = Application.GetRealWidth(28 + 12),//28
            Height = Application.GetRealHeight(20),
            TextID = StringId.cancelMusic,
            TextColor = UI.Music.Color.MusicNoTxetColor,
            TextColor = UI.Music.MusicColor.MusicNoTxetColor,
            TextSize = UI.Music.TextSize.Text14,
            TextAlignment = TextAlignment.CenterLeft,
        };
@@ -78,7 +78,7 @@
            // Y = topFra.Height - 1,
            Width = Application.GetRealWidth(344),
            //Height = UI.Music.H_W.Line,
            BackgroundColor = UI.Music.Color.LineColor,
            BackgroundColor = UI.Music.MusicColor.LineColor,
        };
        /// <summary>
        ///显示歌曲列表父控件