HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicSourcePage.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
HDL_ON/UI/UI2/FuntionControlView/Music/A31PlayMusicPage.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
HDL_ON/UI/UI2/FuntionControlView/Music/MusicMain.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicSourcePage.cs
@@ -105,7 +105,7 @@ Height = Application.GetRealHeight(352), Width = Application.GetRealWidth(375), }; middViewLayout.AddChidren(fL3); //middViewLayout.AddChidren(fL3); View.MusicSourceView selectedSourceView = new View.MusicSourceView(); selectedSourceView.fLayout.Height = Application.GetRealHeight(44); @@ -114,13 +114,13 @@ selectedSourceView.textBtn.TextSize = TextSize.Text16; selectedSourceView.inputTextBtn.Visible = false; selectedSourceView.nextLevelBtn.Visible = false; selectedSourceView.FrameLayoutView(fL3, false); //selectedSourceView.FrameLayoutView(fL3, false); View.MusicSourceView musicSourceView = new View.MusicSourceView(); musicSourceView.fLayout.Y = selectedSourceView.fLayout.Bottom; musicSourceView.iconBtn.UnSelectedImagePath = "MusicIcon/localMusic.png"; musicSourceView.textBtn.TextID = StringId.localMusic; musicSourceView.FrameLayoutView(fL3); //musicSourceView.FrameLayoutView(fL3); HDL_ON/UI/UI2/FuntionControlView/Music/A31PlayMusicPage.cs
@@ -229,7 +229,7 @@ A31MusicModel.Current.functionMusic.SetAttrState(KeyProperty.song_step,ValueProperty.down); Dictionary<string, string> dic = new Dictionary<string, string>(); dic.Add(KeyProperty.song_step, ValueProperty.down); dic.Add(KeyProperty.song_step, ValueProperty.up); SendMethod.mMethod.SendControlCommand(A31MusicModel.Current.functionMusic, dic); }; HDL_ON/UI/UI2/FuntionControlView/Music/MusicMain.cs
@@ -117,6 +117,7 @@ Application.RunOnMainThread(() => { verticalRefresh.RemoveAll(); A31MusicModel.A31MusicModelList.Clear(); var musicListFunction = FunctionList.List.GetMusicList(); for (int i = 0; i < musicListFunction.Count; i++) {