xm
2021-12-01 6d73bf6e816570291865674bef8bce8972e4de3f
HDL_ON/UI/UI2/FuntionControlView/Music/A31RadioList.cs
@@ -20,7 +20,7 @@
        {
           
            #region   界面布局------
            this.BackgroundColor = Color.ViewColor;
            this.BackgroundColor = MusicColor.ViewColor;
            var topView = new TopView();
            this.AddChidren(topView.TopFLayoutView());
            topView.topNameBtn.Text= listName;
@@ -30,7 +30,7 @@
            };
            middViewLayout = new VerticalRefreshLayout
            {
                BackgroundColor = Color.WhiteColor,
                BackgroundColor = MusicColor.WhiteColor,
                Y = topView.fLayout.Bottom,
                Height = Application.GetRealHeight(H_W.H - H_W.T_Height),
            };
@@ -71,8 +71,8 @@
                    {
                        X = Application.GetRealWidth(16),
                        Y = Application.GetRealHeight(18),
                        Width = Application.GetMinRealAverage(32),
                        Height = Application.GetMinRealAverage(32),
                        Width = Application.GetRealWidth(32),
                        Height = Application.GetRealWidth(32),
                        UnSelectedImagePath = "MusicIcon/radioIcon.png",
                    };
                    radioViewFl.AddChidren(radioIconBtn);
@@ -83,7 +83,7 @@
                        Y = Application.GetRealHeight(23),
                        Width = Application.GetRealWidth(250),
                        Height = Application.GetRealHeight(22),
                        TextColor = Color.MusicTxet14Color,
                        TextColor = MusicColor.MusicTxet14Color,
                        TextSize = TextSize.Text16,
                        TextAlignment = TextAlignment.CenterLeft,
                        Tag = radioInfo.URL,
@@ -96,8 +96,8 @@
                    {
                        X = Application.GetRealWidth(335),
                        Y = Application.GetRealHeight(20),
                        Width = Application.GetMinRealAverage(28),
                        Height = Application.GetMinRealAverage(28),
                        Width = Application.GetRealWidth(28),
                        Height = Application.GetRealWidth(28),
                        UnSelectedImagePath = "MusicIcon/love.png",
                        SelectedImagePath = "MusicIcon/loveSelected.png",
                    };
@@ -176,7 +176,7 @@
                    RowLayout addFlieRow = new RowLayout
                    {
                        Height = Application.GetRealHeight(78),
                        LineColor = Color.WhiteColor,
                        LineColor = MusicColor.WhiteColor,
                        SubViewWidth = Application.GetRealWidth(90),//改变编辑控件宽度多少;
                    };
                    middViewLayout.AddChidren(addFlieRow);
@@ -185,8 +185,8 @@
                    {
                        X = Application.GetRealWidth(16),
                        Y = Application.GetRealHeight(8),
                        Width = Application.GetMinRealAverage(62),
                        Height = Application.GetMinRealAverage(62),
                        Width = Application.GetRealWidth(62),
                        Height = Application.GetRealWidth(62),
                        UnSelectedImagePath = "MusicIcon/file.png",
                    };
                    addFlieRow.AddChidren(fileIconBtn);
@@ -197,7 +197,7 @@
                        Y = Application.GetRealHeight(29),
                        Width = Application.GetRealWidth(220),
                        Height = Application.GetRealHeight(20),
                        TextColor = Color.TextColor,
                        TextColor = MusicColor.TextColor,
                        TextSize = TextSize.Text14,
                        TextAlignment = TextAlignment.CenterLeft,
                        Text = radioInfo.Title,