wxr
2020-09-10 af1cb3ecd0f4b0589e00b28f7f9edccf39e6e12b
HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs
@@ -12,7 +12,6 @@
        {
            Height = Application.GetRealHeight(12 + 139),
            Width = Application.GetRealWidth(375),
        };
        /// <summary>
        ///白色背景的控件
@@ -23,7 +22,7 @@
            Y = Application.GetRealHeight(12),
            Height = Application.GetRealHeight(139),
            Width = Application.GetRealWidth(375 - 16 * 2),
            BackgroundColor = Color.WhiteColor,
            BackgroundColor = MusicColor.WhiteColor,
            Radius= (uint)Application.GetRealHeight(12),
        };
        /// <summary>
@@ -46,7 +45,7 @@
            Y = Application.GetRealHeight(18),
            Width = Application.GetRealWidth(70),
            Height = Application.GetRealHeight(25),
            BackgroundColor = Color.ViewColor,
            BackgroundColor = MusicColor.ViewColor,
            Radius = (uint)Application.GetRealHeight(12),
        };
        /// <summary>
@@ -70,7 +69,7 @@
            Y = Application.GetRealHeight(18 + 4),
            Width = Application.GetRealWidth(24+3+5),
            Height = Application.GetRealHeight(17),
            TextColor = Color.TextColor,
            TextColor = MusicColor.TextColor,
            TextSize=TextSize.Text12,
        };
@@ -95,7 +94,7 @@
            Y = Application.GetRealHeight(12),
            Width = Application.GetRealWidth(140),
            Height = Application.GetRealHeight(20),
            TextColor = Color.MusicTxet14Color,
            TextColor = MusicColor.MusicTxet14Color,
            TextSize = TextSize.Text14,
            TextAlignment = TextAlignment.CenterLeft,
        };
@@ -108,7 +107,7 @@
            Y = Application.GetRealHeight(36),
            Width = Application.GetRealWidth(120),
            Height = Application.GetRealHeight(14),
            TextColor = Color.MusicNoTxetColor,
            TextColor = MusicColor.MusicNoTxetColor,
            TextSize = TextSize.Text10,
            TextAlignment = TextAlignment.CenterLeft,
@@ -119,10 +118,10 @@
        public Button musicNameBtn = new Button
        {
            X = Application.GetRealWidth(54),
            Y = Application.GetRealHeight(58),
            Y = Application.GetRealHeight(40),//58
            Width = Application.GetRealWidth(140),
            Height = Application.GetRealHeight(17),
            TextColor = Color.MusicTxet14Color,
            TextColor = MusicColor.TextCancelColor,
            TextSize = TextSize.Text12,
            TextAlignment = TextAlignment.CenterLeft,
        };
@@ -133,10 +132,10 @@
        {
            //Text = i.ToString(),
            X = Application.GetRealWidth(54),
            Y = Application.GetRealHeight(79),
            Y = Application.GetRealHeight(61),//79
            Width = Application.GetRealWidth(120),
            Height = Application.GetRealHeight(14),
            TextColor = Color.MusicNoTxetColor,
            TextColor = MusicColor.MusicNoTxetColor,
            TextSize = TextSize.Text10,
            TextAlignment = TextAlignment.CenterLeft,
@@ -201,7 +200,7 @@
            musicIfonFl.AddChidren(mergeBtn);
            musicIfonFl.AddChidren(collectIconBtn);
            musicIfonFl.AddChidren(songNameBtn);
            musicIfonFl.AddChidren(singerBtn);
            //musicIfonFl.AddChidren(singerBtn);
            musicIfonFl.AddChidren(musicNameBtn);
            musicIfonFl.AddChidren(regionBtn);
            musicIfonFl.AddChidren(clickBtn);