From e4d973467ae1873455a3dccafebbb99b7ac0f0d7 Mon Sep 17 00:00:00 2001 From: ycastonguay Date: Tue, 2 Jul 2013 22:59:57 -0400 Subject: [PATCH] Android: Added layout for EqualizerPresetDetails. Missing dynamic views in scrollview (i.e. equalizer bands). Added empty EqualizerPresetGraphView control. Related to issue #406. --- .../Controls/EqualizerPresetGraphView.cs | 65 +++ MPfm/MPfm.Android/MPfm.Android.csproj | 1 + .../Layout/EqualizerPresetDetails.axml | 54 ++- .../Resources/Resource.Designer.cs | 405 +++++++++--------- 4 files changed, 320 insertions(+), 205 deletions(-) create mode 100644 MPfm/MPfm.Android/Classes/Controls/EqualizerPresetGraphView.cs diff --git a/MPfm/MPfm.Android/Classes/Controls/EqualizerPresetGraphView.cs b/MPfm/MPfm.Android/Classes/Controls/EqualizerPresetGraphView.cs new file mode 100644 index 00000000..4039df21 --- /dev/null +++ b/MPfm/MPfm.Android/Classes/Controls/EqualizerPresetGraphView.cs @@ -0,0 +1,65 @@ +// Copyright © 2011-2013 Yanick Castonguay +// +// This file is part of MPfm. +// +// MPfm is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// MPfm is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with MPfm. If not, see . + +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using Android.App; +using Android.Content; +using Android.OS; +using Android.Runtime; +using Android.Util; +using Android.Views; +using Android.Widget; + +namespace org.sessionsapp.android +{ + public class EqualizerPresetGraphView : View + { + public EqualizerPresetGraphView(Context context) : base(context) + { + Initialize(); + } + + public EqualizerPresetGraphView(Context context, IAttributeSet attrs) : base (context, attrs) + { + Initialize(); + } + + public EqualizerPresetGraphView(Context context, IAttributeSet attrs, int defStyle) : base(context, attrs, defStyle) + { + Initialize(); + } + + public EqualizerPresetGraphView(IntPtr javaReference, JniHandleOwnership transfer) + : base(javaReference, transfer) + { + Initialize(); + } + + private void Initialize() + { + } + + public override void Draw(global::Android.Graphics.Canvas canvas) + { + Console.WriteLine("EqualizerPresetGraphView - Draw"); + base.Draw(canvas); + } + } +} \ No newline at end of file diff --git a/MPfm/MPfm.Android/MPfm.Android.csproj b/MPfm/MPfm.Android/MPfm.Android.csproj index 991d84d9..c5b1f1de 100644 --- a/MPfm/MPfm.Android/MPfm.Android.csproj +++ b/MPfm/MPfm.Android/MPfm.Android.csproj @@ -69,6 +69,7 @@ + diff --git a/MPfm/MPfm.Android/Resources/Layout/EqualizerPresetDetails.axml b/MPfm/MPfm.Android/Resources/Layout/EqualizerPresetDetails.axml index 8dce2a10..32f3a1b4 100644 --- a/MPfm/MPfm.Android/Resources/Layout/EqualizerPresetDetails.axml +++ b/MPfm/MPfm.Android/Resources/Layout/EqualizerPresetDetails.axml @@ -4,11 +4,51 @@ android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> - + + + + + + + + + + + + + \ No newline at end of file diff --git a/MPfm/MPfm.Android/Resources/Resource.Designer.cs b/MPfm/MPfm.Android/Resources/Resource.Designer.cs index 5a91c10c..10b081b4 100644 --- a/MPfm/MPfm.Android/Resources/Resource.Designer.cs +++ b/MPfm/MPfm.Android/Resources/Resource.Designer.cs @@ -154,37 +154,46 @@ public partial class Id { // aapt resource value: 0x7f0b0003 - public const int equalizerPresetDetails_lblTitle = 2131427331; + public const int equalizerPresetDetails_graphView = 2131427331; + + // aapt resource value: 0x7f0b0004 + public const int equalizerPresetDetails_lblPresetName = 2131427332; // aapt resource value: 0x7f0b0002 public const int equalizerPresetDetails_mainLayout = 2131427330; - // aapt resource value: 0x7f0b006c - public const int equalizerPresetsMenu_item_add = 2131427436; + // aapt resource value: 0x7f0b0006 + public const int equalizerPresetDetails_scrollView = 2131427334; + + // aapt resource value: 0x7f0b0005 + public const int equalizerPresetDetails_txtPresetName = 2131427333; + + // aapt resource value: 0x7f0b006f + public const int equalizerPresetsMenu_item_add = 2131427439; + + // aapt resource value: 0x7f0b000d + public const int equalizerPresets_btnBypass = 2131427341; + + // aapt resource value: 0x7f0b000c + public const int equalizerPresets_lblBypass = 2131427340; // aapt resource value: 0x7f0b000a - public const int equalizerPresets_btnBypass = 2131427338; + public const int equalizerPresets_lblMasterVolume = 2131427338; - // aapt resource value: 0x7f0b0009 - public const int equalizerPresets_lblBypass = 2131427337; + // aapt resource value: 0x7f0b000e + public const int equalizerPresets_listView = 2131427342; // aapt resource value: 0x7f0b0007 - public const int equalizerPresets_lblMasterVolume = 2131427335; - - // aapt resource value: 0x7f0b000b - public const int equalizerPresets_listView = 2131427339; + public const int equalizerPresets_mainLayout = 2131427335; - // aapt resource value: 0x7f0b0004 - public const int equalizerPresets_mainLayout = 2131427332; + // aapt resource value: 0x7f0b0009 + public const int equalizerPresets_outputMeterView = 2131427337; - // aapt resource value: 0x7f0b0006 - public const int equalizerPresets_outputMeterView = 2131427334; + // aapt resource value: 0x7f0b000b + public const int equalizerPresets_seekBarVolume = 2131427339; // aapt resource value: 0x7f0b0008 - public const int equalizerPresets_seekBarVolume = 2131427336; - - // aapt resource value: 0x7f0b0005 - public const int equalizerPresets_topLayout = 2131427333; + public const int equalizerPresets_topLayout = 2131427336; // aapt resource value: 0x7f0b0001 public const int fragment_audioSettings_lblTitle = 2131427329; @@ -192,296 +201,296 @@ public partial class Id // aapt resource value: 0x7f0b0000 public const int fragment_audioSettings_mainLayout = 2131427328; - // aapt resource value: 0x7f0b000d - public const int fragment_generalSettings_lblTitle = 2131427341; - - // aapt resource value: 0x7f0b000c - public const int fragment_generalSettings_mainLayout = 2131427340; + // aapt resource value: 0x7f0b0010 + public const int fragment_generalSettings_lblTitle = 2131427344; - // aapt resource value: 0x7f0b0067 - public const int fragment_updateLibrary_button = 2131427431; + // aapt resource value: 0x7f0b000f + public const int fragment_generalSettings_mainLayout = 2131427343; - // aapt resource value: 0x7f0b0066 - public const int fragment_updateLibrary_lblSubtitle = 2131427430; + // aapt resource value: 0x7f0b006a + public const int fragment_updateLibrary_button = 2131427434; - // aapt resource value: 0x7f0b0065 - public const int fragment_updateLibrary_lblTitle = 2131427429; + // aapt resource value: 0x7f0b0069 + public const int fragment_updateLibrary_lblSubtitle = 2131427433; - // aapt resource value: 0x7f0b0062 - public const int fragment_updateLibrary_mainLayout = 2131427426; + // aapt resource value: 0x7f0b0068 + public const int fragment_updateLibrary_lblTitle = 2131427432; - // aapt resource value: 0x7f0b0064 - public const int fragment_updateLibrary_progressBar = 2131427428; + // aapt resource value: 0x7f0b0065 + public const int fragment_updateLibrary_mainLayout = 2131427429; - // aapt resource value: 0x7f0b0063 - public const int fragment_updateLibrary_relativeLayout = 2131427427; + // aapt resource value: 0x7f0b0067 + public const int fragment_updateLibrary_progressBar = 2131427431; - // aapt resource value: 0x7f0b000e - public const int genericcell_image = 2131427342; + // aapt resource value: 0x7f0b0066 + public const int fragment_updateLibrary_relativeLayout = 2131427430; - // aapt resource value: 0x7f0b000f - public const int genericcell_title = 2131427343; + // aapt resource value: 0x7f0b0011 + public const int genericcell_image = 2131427345; - // aapt resource value: 0x7f0b0013 - public const int libraryPreferences_btnEnableSync = 2131427347; + // aapt resource value: 0x7f0b0012 + public const int genericcell_title = 2131427346; // aapt resource value: 0x7f0b0016 - public const int libraryPreferences_btnResetLibrary = 2131427350; - - // aapt resource value: 0x7f0b0017 - public const int libraryPreferences_btnUpdateLibrary = 2131427351; + public const int libraryPreferences_btnEnableSync = 2131427350; - // aapt resource value: 0x7f0b0012 - public const int libraryPreferences_lblEnableSync = 2131427346; + // aapt resource value: 0x7f0b0019 + public const int libraryPreferences_btnResetLibrary = 2131427353; - // aapt resource value: 0x7f0b0014 - public const int libraryPreferences_lblHTTPPort = 2131427348; + // aapt resource value: 0x7f0b001a + public const int libraryPreferences_btnUpdateLibrary = 2131427354; - // aapt resource value: 0x7f0b0011 - public const int libraryPreferences_lblTitle = 2131427345; + // aapt resource value: 0x7f0b0015 + public const int libraryPreferences_lblEnableSync = 2131427349; - // aapt resource value: 0x7f0b0010 - public const int libraryPreferences_mainLayout = 2131427344; + // aapt resource value: 0x7f0b0017 + public const int libraryPreferences_lblHTTPPort = 2131427351; - // aapt resource value: 0x7f0b0015 - public const int libraryPreferences_txtHTTPPort = 2131427349; + // aapt resource value: 0x7f0b0014 + public const int libraryPreferences_lblTitle = 2131427348; - // aapt resource value: 0x7f0b0019 - public const int loops_btnAdd = 2131427353; + // aapt resource value: 0x7f0b0013 + public const int libraryPreferences_mainLayout = 2131427347; // aapt resource value: 0x7f0b0018 - public const int loops_lblTitle = 2131427352; + public const int libraryPreferences_txtHTTPPort = 2131427352; - // aapt resource value: 0x7f0b001a - public const int loops_listView = 2131427354; + // aapt resource value: 0x7f0b001c + public const int loops_btnAdd = 2131427356; // aapt resource value: 0x7f0b001b - public const int main_layout = 2131427355; - - // aapt resource value: 0x7f0b001c - public const int main_miniplayer = 2131427356; + public const int loops_lblTitle = 2131427355; // aapt resource value: 0x7f0b001d - public const int main_miniplayer_imageView = 2131427357; + public const int loops_listView = 2131427357; - // aapt resource value: 0x7f0b0020 - public const int main_miniplayer_lblAlbumTitle = 2131427360; + // aapt resource value: 0x7f0b001e + public const int main_layout = 2131427358; // aapt resource value: 0x7f0b001f - public const int main_miniplayer_lblArtistName = 2131427359; + public const int main_miniplayer = 2131427359; - // aapt resource value: 0x7f0b0021 - public const int main_miniplayer_lblSongTitle = 2131427361; + // aapt resource value: 0x7f0b0020 + public const int main_miniplayer_imageView = 2131427360; - // aapt resource value: 0x7f0b001e - public const int main_miniplayer_text = 2131427358; + // aapt resource value: 0x7f0b0023 + public const int main_miniplayer_lblAlbumTitle = 2131427363; // aapt resource value: 0x7f0b0022 - public const int main_pager = 2131427362; - - // aapt resource value: 0x7f0b0023 - public const int main_pager_title_strip = 2131427363; + public const int main_miniplayer_lblArtistName = 2131427362; // aapt resource value: 0x7f0b0024 - public const int markerCell_letter = 2131427364; + public const int main_miniplayer_lblSongTitle = 2131427364; + + // aapt resource value: 0x7f0b0021 + public const int main_miniplayer_text = 2131427361; // aapt resource value: 0x7f0b0025 - public const int markerCell_name = 2131427365; + public const int main_pager = 2131427365; // aapt resource value: 0x7f0b0026 - public const int markerCell_position = 2131427366; - - // aapt resource value: 0x7f0b0028 - public const int markerDetails_lblTitle = 2131427368; + public const int main_pager_title_strip = 2131427366; // aapt resource value: 0x7f0b0027 - public const int markerDetails_mainLayout = 2131427367; + public const int markerCell_letter = 2131427367; - // aapt resource value: 0x7f0b002a - public const int markers_btnAdd = 2131427370; + // aapt resource value: 0x7f0b0028 + public const int markerCell_name = 2131427368; // aapt resource value: 0x7f0b0029 - public const int markers_lblTitle = 2131427369; + public const int markerCell_position = 2131427369; // aapt resource value: 0x7f0b002b - public const int markers_listView = 2131427371; - - // aapt resource value: 0x7f0b002f - public const int pitchShifting_btnChangeKey = 2131427375; + public const int markerDetails_lblTitle = 2131427371; - // aapt resource value: 0x7f0b0035 - public const int pitchShifting_btnDecrement = 2131427381; + // aapt resource value: 0x7f0b002a + public const int markerDetails_mainLayout = 2131427370; - // aapt resource value: 0x7f0b0036 - public const int pitchShifting_btnIncrement = 2131427382; + // aapt resource value: 0x7f0b002d + public const int markers_btnAdd = 2131427373; - // aapt resource value: 0x7f0b0037 - public const int pitchShifting_btnReset = 2131427383; + // aapt resource value: 0x7f0b002c + public const int markers_lblTitle = 2131427372; - // aapt resource value: 0x7f0b0030 - public const int pitchShifting_lblCurrentInterval = 2131427376; + // aapt resource value: 0x7f0b002e + public const int markers_listView = 2131427374; // aapt resource value: 0x7f0b0032 - public const int pitchShifting_lblCurrentIntervalValue = 2131427378; + public const int pitchShifting_btnChangeKey = 2131427378; - // aapt resource value: 0x7f0b0031 - public const int pitchShifting_lblNewKey = 2131427377; + // aapt resource value: 0x7f0b0038 + public const int pitchShifting_btnDecrement = 2131427384; - // aapt resource value: 0x7f0b0033 - public const int pitchShifting_lblNewKeyValue = 2131427379; + // aapt resource value: 0x7f0b0039 + public const int pitchShifting_btnIncrement = 2131427385; - // aapt resource value: 0x7f0b002d - public const int pitchShifting_lblReferenceKey = 2131427373; + // aapt resource value: 0x7f0b003a + public const int pitchShifting_btnReset = 2131427386; - // aapt resource value: 0x7f0b002e - public const int pitchShifting_lblReferenceKeyValue = 2131427374; + // aapt resource value: 0x7f0b0033 + public const int pitchShifting_lblCurrentInterval = 2131427379; - // aapt resource value: 0x7f0b002c - public const int pitchShifting_lblTitle = 2131427372; + // aapt resource value: 0x7f0b0035 + public const int pitchShifting_lblCurrentIntervalValue = 2131427381; // aapt resource value: 0x7f0b0034 - public const int pitchShifting_seekBar = 2131427380; + public const int pitchShifting_lblNewKey = 2131427380; - // aapt resource value: 0x7f0b006d - public const int playerMenu_item_effects = 2131427437; + // aapt resource value: 0x7f0b0036 + public const int pitchShifting_lblNewKeyValue = 2131427382; - // aapt resource value: 0x7f0b0046 - public const int playerMetadata_lblAlbumTitle = 2131427398; + // aapt resource value: 0x7f0b0030 + public const int pitchShifting_lblReferenceKey = 2131427376; - // aapt resource value: 0x7f0b0045 - public const int playerMetadata_lblArtistName = 2131427397; + // aapt resource value: 0x7f0b0031 + public const int pitchShifting_lblReferenceKeyValue = 2131427377; - // aapt resource value: 0x7f0b0047 - public const int playerMetadata_lblSongTitle = 2131427399; + // aapt resource value: 0x7f0b002f + public const int pitchShifting_lblTitle = 2131427375; - // aapt resource value: 0x7f0b0044 - public const int player_btnNext = 2131427396; + // aapt resource value: 0x7f0b0037 + public const int pitchShifting_seekBar = 2131427383; - // aapt resource value: 0x7f0b0043 - public const int player_btnPlayPause = 2131427395; + // aapt resource value: 0x7f0b0070 + public const int playerMenu_item_effects = 2131427440; - // aapt resource value: 0x7f0b0042 - public const int player_btnPrevious = 2131427394; + // aapt resource value: 0x7f0b0049 + public const int playerMetadata_lblAlbumTitle = 2131427401; - // aapt resource value: 0x7f0b003f - public const int player_imageViewAlbumArt = 2131427391; + // aapt resource value: 0x7f0b0048 + public const int playerMetadata_lblArtistName = 2131427400; - // aapt resource value: 0x7f0b0041 - public const int player_layoutButtons = 2131427393; + // aapt resource value: 0x7f0b004a + public const int playerMetadata_lblSongTitle = 2131427402; - // aapt resource value: 0x7f0b0039 - public const int player_layoutPosition = 2131427385; + // aapt resource value: 0x7f0b0047 + public const int player_btnNext = 2131427399; - // aapt resource value: 0x7f0b003c - public const int player_lblLength = 2131427388; + // aapt resource value: 0x7f0b0046 + public const int player_btnPlayPause = 2131427398; - // aapt resource value: 0x7f0b003a - public const int player_lblPosition = 2131427386; + // aapt resource value: 0x7f0b0045 + public const int player_btnPrevious = 2131427397; - // aapt resource value: 0x7f0b003e - public const int player_linearLayoutSubviews = 2131427390; + // aapt resource value: 0x7f0b0042 + public const int player_imageViewAlbumArt = 2131427394; - // aapt resource value: 0x7f0b0038 - public const int player_mainLayout = 2131427384; + // aapt resource value: 0x7f0b0044 + public const int player_layoutButtons = 2131427396; - // aapt resource value: 0x7f0b0040 - public const int player_pager = 2131427392; + // aapt resource value: 0x7f0b003c + public const int player_layoutPosition = 2131427388; - // aapt resource value: 0x7f0b003b - public const int player_seekBar = 2131427387; + // aapt resource value: 0x7f0b003f + public const int player_lblLength = 2131427391; // aapt resource value: 0x7f0b003d - public const int player_waveFormView = 2131427389; + public const int player_lblPosition = 2131427389; - // aapt resource value: 0x7f0b0048 - public const int preferences_mainLayout = 2131427400; + // aapt resource value: 0x7f0b0041 + public const int player_linearLayoutSubviews = 2131427393; - // aapt resource value: 0x7f0b0049 - public const int preferences_pager = 2131427401; + // aapt resource value: 0x7f0b003b + public const int player_mainLayout = 2131427387; - // aapt resource value: 0x7f0b004a - public const int preferences_pager_title_strip = 2131427402; + // aapt resource value: 0x7f0b0043 + public const int player_pager = 2131427395; + + // aapt resource value: 0x7f0b003e + public const int player_seekBar = 2131427390; + + // aapt resource value: 0x7f0b0040 + public const int player_waveFormView = 2131427392; // aapt resource value: 0x7f0b004b - public const int splash_layout = 2131427403; + public const int preferences_mainLayout = 2131427403; // aapt resource value: 0x7f0b004c - public const int splash_text = 2131427404; + public const int preferences_pager = 2131427404; - // aapt resource value: 0x7f0b0053 - public const int syncDownload_lblTitle = 2131427411; + // aapt resource value: 0x7f0b004d + public const int preferences_pager_title_strip = 2131427405; - // aapt resource value: 0x7f0b0052 - public const int syncDownload_mainLayout = 2131427410; + // aapt resource value: 0x7f0b004e + public const int splash_layout = 2131427406; + + // aapt resource value: 0x7f0b004f + public const int splash_text = 2131427407; + + // aapt resource value: 0x7f0b0056 + public const int syncDownload_lblTitle = 2131427414; // aapt resource value: 0x7f0b0055 - public const int syncMenu_lblTitle = 2131427413; + public const int syncDownload_mainLayout = 2131427413; + + // aapt resource value: 0x7f0b0058 + public const int syncMenu_lblTitle = 2131427416; + + // aapt resource value: 0x7f0b0057 + public const int syncMenu_mainLayout = 2131427415; // aapt resource value: 0x7f0b0054 - public const int syncMenu_mainLayout = 2131427412; + public const int sync_btnConnectManually = 2131427412; // aapt resource value: 0x7f0b0051 - public const int sync_btnConnectManually = 2131427409; + public const int sync_lblIPAddress = 2131427409; - // aapt resource value: 0x7f0b004e - public const int sync_lblIPAddress = 2131427406; + // aapt resource value: 0x7f0b0053 + public const int sync_lblStatus = 2131427411; // aapt resource value: 0x7f0b0050 - public const int sync_lblStatus = 2131427408; + public const int sync_mainLayout = 2131427408; - // aapt resource value: 0x7f0b004d - public const int sync_mainLayout = 2131427405; - - // aapt resource value: 0x7f0b004f - public const int sync_progressBar = 2131427407; - - // aapt resource value: 0x7f0b005f - public const int timeShifting_btnDecrement = 2131427423; + // aapt resource value: 0x7f0b0052 + public const int sync_progressBar = 2131427410; - // aapt resource value: 0x7f0b0059 - public const int timeShifting_btnDetectTempo = 2131427417; + // aapt resource value: 0x7f0b0062 + public const int timeShifting_btnDecrement = 2131427426; - // aapt resource value: 0x7f0b0060 - public const int timeShifting_btnIncrement = 2131427424; + // aapt resource value: 0x7f0b005c + public const int timeShifting_btnDetectTempo = 2131427420; - // aapt resource value: 0x7f0b0061 - public const int timeShifting_btnReset = 2131427425; + // aapt resource value: 0x7f0b0063 + public const int timeShifting_btnIncrement = 2131427427; - // aapt resource value: 0x7f0b005a - public const int timeShifting_lblCurrentTempo = 2131427418; + // aapt resource value: 0x7f0b0064 + public const int timeShifting_btnReset = 2131427428; - // aapt resource value: 0x7f0b005c - public const int timeShifting_lblCurrentTempoValue = 2131427420; + // aapt resource value: 0x7f0b005d + public const int timeShifting_lblCurrentTempo = 2131427421; - // aapt resource value: 0x7f0b0057 - public const int timeShifting_lblDetectedTempo = 2131427415; + // aapt resource value: 0x7f0b005f + public const int timeShifting_lblCurrentTempoValue = 2131427423; - // aapt resource value: 0x7f0b0058 - public const int timeShifting_lblDetectedTempoValue = 2131427416; + // aapt resource value: 0x7f0b005a + public const int timeShifting_lblDetectedTempo = 2131427418; // aapt resource value: 0x7f0b005b - public const int timeShifting_lblReferenceTempo = 2131427419; - - // aapt resource value: 0x7f0b005d - public const int timeShifting_lblReferenceTempoValue = 2131427421; - - // aapt resource value: 0x7f0b0056 - public const int timeShifting_lblTitle = 2131427414; + public const int timeShifting_lblDetectedTempoValue = 2131427419; // aapt resource value: 0x7f0b005e - public const int timeShifting_seekBar = 2131427422; + public const int timeShifting_lblReferenceTempo = 2131427422; - // aapt resource value: 0x7f0b0068 - public const int widgetPlayer = 2131427432; + // aapt resource value: 0x7f0b0060 + public const int timeShifting_lblReferenceTempoValue = 2131427424; - // aapt resource value: 0x7f0b006a - public const int widgetPlayerLoading = 2131427434; + // aapt resource value: 0x7f0b0059 + public const int timeShifting_lblTitle = 2131427417; + + // aapt resource value: 0x7f0b0061 + public const int timeShifting_seekBar = 2131427425; // aapt resource value: 0x7f0b006b - public const int widgetPlayerLoading_Message = 2131427435; + public const int widgetPlayer = 2131427435; - // aapt resource value: 0x7f0b0069 - public const int widgetPlayer_message = 2131427433; + // aapt resource value: 0x7f0b006d + public const int widgetPlayerLoading = 2131427437; + + // aapt resource value: 0x7f0b006e + public const int widgetPlayerLoading_Message = 2131427438; + + // aapt resource value: 0x7f0b006c + public const int widgetPlayer_message = 2131427436; static Id() {