From 84e76cf2fcbe26142750131d3c27eaac0335e40a Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期四, 11 三月 2021 11:04:08 +0800
Subject: [PATCH] 上传一个添加红外宝 Ios 版本
---
HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveRadioList.cs | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveRadioList.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveRadioList.cs
index 4bfffa5..4369486 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveRadioList.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveRadioList.cs
@@ -20,7 +20,7 @@
{
#region 鐣岄潰甯冨眬------
- this.BackgroundColor = Color.ViewColor;
+ this.BackgroundColor = MusicColor.ViewColor;
var topView = new TopView();
this.AddChidren(topView.TopFLayoutView());
topView.topNameBtn.TextID = StringId.radioLove;
@@ -43,7 +43,7 @@
};
middViewLayout = new VerticalRefreshLayout
{
- BackgroundColor = Color.WhiteColor,
+ BackgroundColor = MusicColor.WhiteColor,
Y = topView.fLayout.Bottom,
Height = Application.GetRealHeight(H_W.H - H_W.T_Height),
};
@@ -80,8 +80,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);
@@ -92,7 +92,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,
@@ -104,8 +104,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/loveSelected.png",
};
radioViewFl.AddChidren(loveIcon);
@@ -173,11 +173,11 @@
var songNameBtn = (Button)view.GetChildren(1);//鐩存帴FrameLayout鐖舵帶浠舵壘鍒拌鎺т欢Button
if (A31MusicModel.Current.A31PlayStatus.Title == songNameBtn.Text.ToString())
{
- songNameBtn.TextColor = Color.SelectedColor;
+ songNameBtn.TextColor = MusicColor.SelectedColor;
}
else
{
- songNameBtn.TextColor = Color.MusicTxet14Color;
+ songNameBtn.TextColor = MusicColor.MusicTxet14Color;
}
--
Gitblit v1.8.0