| | |
| | | { |
| | | #region 界面布局------ |
| | | |
| | | this.BackgroundColor = Color.ViewColor; |
| | | this.BackgroundColor = MusicColor.ViewColor; |
| | | var topView = new TopView(); |
| | | this.AddChidren(topView.TopFLayoutView()); |
| | | topView.topNameBtn.TextID = StringId.radioLove; |
| | |
| | | }; |
| | | middViewLayout = new VerticalRefreshLayout |
| | | { |
| | | BackgroundColor = Color.WhiteColor, |
| | | BackgroundColor = MusicColor.WhiteColor, |
| | | Y = topView.fLayout.Bottom, |
| | | Height = Application.GetRealHeight(H_W.H - H_W.T_Height), |
| | | }; |
| | |
| | | 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, |
| | |
| | | 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; |
| | | } |
| | | |
| | | |