From ad4fcf38cf47fbe85cf0c03085912b6d39711258 Mon Sep 17 00:00:00 2001
From: Tristan Roux
Date: Sun, 24 Feb 2019 19:10:24 +0100
Subject: [PATCH] Styling the toolbar and adding some translations.
---
Opus/MainActivity.cs | 4 +-
Opus/Opus.csproj | 3 +
Opus/Resources/Portable Class/FolderTracks.cs | 5 +-
.../Portable Class/PlaylistTracks.cs | 5 +-
Opus/Resources/Resource.Designer.cs | 1024 +++++++++--------
Opus/Resources/drawable/long_icon.xml | 35 +
Opus/Resources/layout/Main.xml | 11 +-
Opus/Resources/values-fr/strings.xml | 2 +
Opus/Resources/values/strings.xml | 2 +-
9 files changed, 576 insertions(+), 515 deletions(-)
create mode 100644 Opus/Resources/drawable/long_icon.xml
diff --git a/Opus/MainActivity.cs b/Opus/MainActivity.cs
index 52c413e..ad0a7f6 100644
--- a/Opus/MainActivity.cs
+++ b/Opus/MainActivity.cs
@@ -95,7 +95,7 @@ namespace Opus
bottomNavigation.NavigationItemSelected += PreNavigate;
SetSupportActionBar(FindViewById(Resource.Id.toolbar));
- SupportActionBar.Title = "Opus";
+ SupportActionBar.SetDisplayShowTitleEnabled(false);
contentRefresh = FindViewById(Resource.Id.contentRefresh);
@@ -125,7 +125,7 @@ namespace Opus
notificationManager.CreateNotificationChannel(channel);
}
- //CheckForUpdate(this, false);
+ CheckForUpdate(this, false);
HandleIntent(Intent);
Login();
SyncPlaylists();
diff --git a/Opus/Opus.csproj b/Opus/Opus.csproj
index 4e4498f..b3158de 100644
--- a/Opus/Opus.csproj
+++ b/Opus/Opus.csproj
@@ -884,6 +884,9 @@
+
+
+
diff --git a/Opus/Resources/Portable Class/FolderTracks.cs b/Opus/Resources/Portable Class/FolderTracks.cs
index c292fdc..3eec910 100644
--- a/Opus/Resources/Portable Class/FolderTracks.cs
+++ b/Opus/Resources/Portable Class/FolderTracks.cs
@@ -34,6 +34,8 @@ namespace Opus.Resources.Portable_Class
base.OnActivityCreated(savedInstanceState);
MainActivity.instance.contentRefresh.Refresh += OnRefresh;
+ MainActivity.instance.SupportActionBar.SetDisplayShowTitleEnabled(true);
+ MainActivity.instance.FindViewById(Resource.Id.toolbarLogo).Visibility = ViewStates.Gone;
MainActivity.instance.DisplaySearch();
}
@@ -267,7 +269,8 @@ namespace Opus.Resources.Portable_Class
{
MainActivity.instance.SupportActionBar.SetHomeButtonEnabled(false);
MainActivity.instance.SupportActionBar.SetDisplayHomeAsUpEnabled(false);
- MainActivity.instance.SupportActionBar.Title = "Opus";
+ MainActivity.instance.SupportActionBar.SetDisplayShowTitleEnabled(false);
+ MainActivity.instance.FindViewById(Resource.Id.toolbarLogo).Visibility = ViewStates.Visible;
MainActivity.instance.HideSearch();
base.OnDestroyView();
}
diff --git a/Opus/Resources/Portable Class/PlaylistTracks.cs b/Opus/Resources/Portable Class/PlaylistTracks.cs
index 52440ff..3157eb0 100644
--- a/Opus/Resources/Portable Class/PlaylistTracks.cs
+++ b/Opus/Resources/Portable Class/PlaylistTracks.cs
@@ -56,6 +56,8 @@ namespace Opus.Resources.Portable_Class
MainActivity.instance.SupportActionBar.SetHomeButtonEnabled(true);
MainActivity.instance.SupportActionBar.SetDisplayHomeAsUpEnabled(true);
+ MainActivity.instance.SupportActionBar.SetDisplayShowTitleEnabled(true);
+ MainActivity.instance.FindViewById(Resource.Id.toolbarLogo).Visibility = ViewStates.Gone;
MainActivity.instance.SupportActionBar.Title = playlistName;
}
@@ -249,7 +251,8 @@ namespace Opus.Resources.Portable_Class
MainActivity.instance.SupportActionBar.SetHomeButtonEnabled(false);
MainActivity.instance.SupportActionBar.SetDisplayHomeAsUpEnabled(false);
MainActivity.instance.SupportActionBar.SetDisplayShowTitleEnabled(true);
- MainActivity.instance.SupportActionBar.Title = "Opus";
+ MainActivity.instance.SupportActionBar.SetDisplayShowTitleEnabled(false);
+ MainActivity.instance.FindViewById(Resource.Id.toolbarLogo).Visibility = ViewStates.Visible;
MainActivity.instance.contentRefresh.Refresh -= OnRefresh;
Activity.FindViewById(Resource.Id.appbar).RemoveOnOffsetChangedListener(this);
diff --git a/Opus/Resources/Resource.Designer.cs b/Opus/Resources/Resource.Designer.cs
index d16ed0b..e5b6651 100644
--- a/Opus/Resources/Resource.Designer.cs
+++ b/Opus/Resources/Resource.Designer.cs
@@ -3682,26 +3682,26 @@ namespace Opus
// aapt resource value: 0x7f020057
public const int avd_hide_password = 2130837591;
- // aapt resource value: 0x7f0201f8
- public const int avd_hide_password_1 = 2130838008;
-
// aapt resource value: 0x7f0201f9
- public const int avd_hide_password_2 = 2130838009;
+ public const int avd_hide_password_1 = 2130838009;
// aapt resource value: 0x7f0201fa
- public const int avd_hide_password_3 = 2130838010;
+ public const int avd_hide_password_2 = 2130838010;
+
+ // aapt resource value: 0x7f0201fb
+ public const int avd_hide_password_3 = 2130838011;
// aapt resource value: 0x7f020058
public const int avd_show_password = 2130837592;
- // aapt resource value: 0x7f0201fb
- public const int avd_show_password_1 = 2130838011;
-
// aapt resource value: 0x7f0201fc
- public const int avd_show_password_2 = 2130838012;
+ public const int avd_show_password_1 = 2130838012;
// aapt resource value: 0x7f0201fd
- public const int avd_show_password_3 = 2130838013;
+ public const int avd_show_password_2 = 2130838013;
+
+ // aapt resource value: 0x7f0201fe
+ public const int avd_show_password_3 = 2130838014;
// aapt resource value: 0x7f020059
public const int Cancel = 2130837593;
@@ -3967,8 +3967,8 @@ namespace Opus
// aapt resource value: 0x7f0200b0
public const int Error = 2130837680;
- // aapt resource value: 0x7f0201eb
- public const int exo_controls_fastforward = 2130837995;
+ // aapt resource value: 0x7f0201ec
+ public const int exo_controls_fastforward = 2130837996;
// aapt resource value: 0x7f0200b1
public const int exo_controls_fullscreen_enter = 2130837681;
@@ -3976,17 +3976,17 @@ namespace Opus
// aapt resource value: 0x7f0200b2
public const int exo_controls_fullscreen_exit = 2130837682;
- // aapt resource value: 0x7f0201ec
- public const int exo_controls_next = 2130837996;
-
// aapt resource value: 0x7f0201ed
- public const int exo_controls_pause = 2130837997;
+ public const int exo_controls_next = 2130837997;
// aapt resource value: 0x7f0201ee
- public const int exo_controls_play = 2130837998;
+ public const int exo_controls_pause = 2130837998;
// aapt resource value: 0x7f0201ef
- public const int exo_controls_previous = 2130837999;
+ public const int exo_controls_play = 2130837999;
+
+ // aapt resource value: 0x7f0201f0
+ public const int exo_controls_previous = 2130838000;
// aapt resource value: 0x7f0200b3
public const int exo_controls_repeat_all = 2130837683;
@@ -3997,8 +3997,8 @@ namespace Opus
// aapt resource value: 0x7f0200b5
public const int exo_controls_repeat_one = 2130837685;
- // aapt resource value: 0x7f0201f0
- public const int exo_controls_rewind = 2130838000;
+ // aapt resource value: 0x7f0201f1
+ public const int exo_controls_rewind = 2130838001;
// aapt resource value: 0x7f0200b6
public const int exo_controls_shuffle = 2130837686;
@@ -4027,29 +4027,29 @@ namespace Opus
// aapt resource value: 0x7f0200be
public const int exo_icon_stop = 2130837694;
- // aapt resource value: 0x7f0201f1
- public const int exo_notification_fastforward = 2130838001;
-
// aapt resource value: 0x7f0201f2
- public const int exo_notification_next = 2130838002;
+ public const int exo_notification_fastforward = 2130838002;
// aapt resource value: 0x7f0201f3
- public const int exo_notification_pause = 2130838003;
+ public const int exo_notification_next = 2130838003;
// aapt resource value: 0x7f0201f4
- public const int exo_notification_play = 2130838004;
+ public const int exo_notification_pause = 2130838004;
// aapt resource value: 0x7f0201f5
- public const int exo_notification_previous = 2130838005;
+ public const int exo_notification_play = 2130838005;
// aapt resource value: 0x7f0201f6
- public const int exo_notification_rewind = 2130838006;
+ public const int exo_notification_previous = 2130838006;
+
+ // aapt resource value: 0x7f0201f7
+ public const int exo_notification_rewind = 2130838007;
// aapt resource value: 0x7f0200bf
public const int exo_notification_small_icon = 2130837695;
- // aapt resource value: 0x7f0201f7
- public const int exo_notification_stop = 2130838007;
+ // aapt resource value: 0x7f0201f8
+ public const int exo_notification_stop = 2130838008;
// aapt resource value: 0x7f0200c0
public const int ExpandLess = 2130837696;
@@ -4631,322 +4631,325 @@ namespace Opus
public const int LibraryAdd = 2130837888;
// aapt resource value: 0x7f020181
- public const int More = 2130837889;
+ public const int long_icon = 2130837889;
// aapt resource value: 0x7f020182
- public const int mr_button_connected_dark = 2130837890;
+ public const int More = 2130837890;
// aapt resource value: 0x7f020183
- public const int mr_button_connected_light = 2130837891;
+ public const int mr_button_connected_dark = 2130837891;
// aapt resource value: 0x7f020184
- public const int mr_button_connecting_dark = 2130837892;
+ public const int mr_button_connected_light = 2130837892;
// aapt resource value: 0x7f020185
- public const int mr_button_connecting_light = 2130837893;
+ public const int mr_button_connecting_dark = 2130837893;
// aapt resource value: 0x7f020186
- public const int mr_button_dark = 2130837894;
+ public const int mr_button_connecting_light = 2130837894;
// aapt resource value: 0x7f020187
- public const int mr_button_light = 2130837895;
+ public const int mr_button_dark = 2130837895;
// aapt resource value: 0x7f020188
- public const int mr_dialog_close_dark = 2130837896;
+ public const int mr_button_light = 2130837896;
// aapt resource value: 0x7f020189
- public const int mr_dialog_close_light = 2130837897;
+ public const int mr_dialog_close_dark = 2130837897;
// aapt resource value: 0x7f02018a
- public const int mr_dialog_material_background_dark = 2130837898;
+ public const int mr_dialog_close_light = 2130837898;
// aapt resource value: 0x7f02018b
- public const int mr_dialog_material_background_light = 2130837899;
+ public const int mr_dialog_material_background_dark = 2130837899;
// aapt resource value: 0x7f02018c
- public const int mr_group_collapse = 2130837900;
+ public const int mr_dialog_material_background_light = 2130837900;
// aapt resource value: 0x7f02018d
- public const int mr_group_expand = 2130837901;
+ public const int mr_group_collapse = 2130837901;
// aapt resource value: 0x7f02018e
- public const int mr_media_pause_dark = 2130837902;
+ public const int mr_group_expand = 2130837902;
// aapt resource value: 0x7f02018f
- public const int mr_media_pause_light = 2130837903;
+ public const int mr_media_pause_dark = 2130837903;
// aapt resource value: 0x7f020190
- public const int mr_media_play_dark = 2130837904;
+ public const int mr_media_pause_light = 2130837904;
// aapt resource value: 0x7f020191
- public const int mr_media_play_light = 2130837905;
+ public const int mr_media_play_dark = 2130837905;
// aapt resource value: 0x7f020192
- public const int mr_media_stop_dark = 2130837906;
+ public const int mr_media_play_light = 2130837906;
// aapt resource value: 0x7f020193
- public const int mr_media_stop_light = 2130837907;
+ public const int mr_media_stop_dark = 2130837907;
// aapt resource value: 0x7f020194
- public const int mr_vol_type_audiotrack_dark = 2130837908;
+ public const int mr_media_stop_light = 2130837908;
// aapt resource value: 0x7f020195
- public const int mr_vol_type_audiotrack_light = 2130837909;
+ public const int mr_vol_type_audiotrack_dark = 2130837909;
// aapt resource value: 0x7f020196
- public const int mtrl_snackbar_background = 2130837910;
+ public const int mr_vol_type_audiotrack_light = 2130837910;
// aapt resource value: 0x7f020197
- public const int mtrl_tabs_default_indicator = 2130837911;
+ public const int mtrl_snackbar_background = 2130837911;
// aapt resource value: 0x7f020198
- public const int MusicIcon = 2130837912;
+ public const int mtrl_tabs_default_indicator = 2130837912;
// aapt resource value: 0x7f020199
- public const int navigation_empty_icon = 2130837913;
+ public const int MusicIcon = 2130837913;
// aapt resource value: 0x7f02019a
- public const int needProcessing = 2130837914;
+ public const int navigation_empty_icon = 2130837914;
// aapt resource value: 0x7f02019b
- public const int noAlbum = 2130837915;
+ public const int needProcessing = 2130837915;
// aapt resource value: 0x7f02019c
- public const int notification_action_background = 2130837916;
+ public const int noAlbum = 2130837916;
// aapt resource value: 0x7f02019d
- public const int notification_bg = 2130837917;
+ public const int notification_action_background = 2130837917;
// aapt resource value: 0x7f02019e
- public const int notification_bg_low = 2130837918;
+ public const int notification_bg = 2130837918;
// aapt resource value: 0x7f02019f
- public const int notification_bg_low_normal = 2130837919;
+ public const int notification_bg_low = 2130837919;
// aapt resource value: 0x7f0201a0
- public const int notification_bg_low_pressed = 2130837920;
+ public const int notification_bg_low_normal = 2130837920;
// aapt resource value: 0x7f0201a1
- public const int notification_bg_normal = 2130837921;
+ public const int notification_bg_low_pressed = 2130837921;
// aapt resource value: 0x7f0201a2
- public const int notification_bg_normal_pressed = 2130837922;
+ public const int notification_bg_normal = 2130837922;
// aapt resource value: 0x7f0201a3
- public const int notification_icon_background = 2130837923;
-
- // aapt resource value: 0x7f0201e9
- public const int notification_template_icon_bg = 2130837993;
-
- // aapt resource value: 0x7f0201ea
- public const int notification_template_icon_low_bg = 2130837994;
+ public const int notification_bg_normal_pressed = 2130837923;
// aapt resource value: 0x7f0201a4
- public const int notification_tile_bg = 2130837924;
+ public const int notification_icon_background = 2130837924;
+
+ // aapt resource value: 0x7f0201ea
+ public const int notification_template_icon_bg = 2130837994;
+
+ // aapt resource value: 0x7f0201eb
+ public const int notification_template_icon_low_bg = 2130837995;
// aapt resource value: 0x7f0201a5
- public const int notify_panel_notification_icon_bg = 2130837925;
+ public const int notification_tile_bg = 2130837925;
// aapt resource value: 0x7f0201a6
- public const int OpenInBrowser = 2130837926;
+ public const int notify_panel_notification_icon_bg = 2130837926;
// aapt resource value: 0x7f0201a7
- public const int Pause = 2130837927;
+ public const int OpenInBrowser = 2130837927;
// aapt resource value: 0x7f0201a8
- public const int Play = 2130837928;
+ public const int Pause = 2130837928;
// aapt resource value: 0x7f0201a9
- public const int PlayCircle = 2130837929;
+ public const int Play = 2130837929;
// aapt resource value: 0x7f0201aa
- public const int PlaylistAdd = 2130837930;
+ public const int PlayCircle = 2130837930;
// aapt resource value: 0x7f0201ab
- public const int PlaylistPlay = 2130837931;
+ public const int PlaylistAdd = 2130837931;
// aapt resource value: 0x7f0201ac
- public const int preference_list_divider_material = 2130837932;
+ public const int PlaylistPlay = 2130837932;
// aapt resource value: 0x7f0201ad
- public const int PublicIcon = 2130837933;
+ public const int preference_list_divider_material = 2130837933;
// aapt resource value: 0x7f0201ae
- public const int quantum_ic_art_track_grey600_48 = 2130837934;
+ public const int PublicIcon = 2130837934;
// aapt resource value: 0x7f0201af
- public const int quantum_ic_bigtop_updates_white_24 = 2130837935;
+ public const int quantum_ic_art_track_grey600_48 = 2130837935;
// aapt resource value: 0x7f0201b0
- public const int quantum_ic_cast_connected_white_24 = 2130837936;
+ public const int quantum_ic_bigtop_updates_white_24 = 2130837936;
// aapt resource value: 0x7f0201b1
- public const int quantum_ic_cast_white_36 = 2130837937;
+ public const int quantum_ic_cast_connected_white_24 = 2130837937;
// aapt resource value: 0x7f0201b2
- public const int quantum_ic_clear_white_24 = 2130837938;
+ public const int quantum_ic_cast_white_36 = 2130837938;
// aapt resource value: 0x7f0201b3
- public const int quantum_ic_closed_caption_grey600_36 = 2130837939;
+ public const int quantum_ic_clear_white_24 = 2130837939;
// aapt resource value: 0x7f0201b4
- public const int quantum_ic_closed_caption_white_36 = 2130837940;
+ public const int quantum_ic_closed_caption_grey600_36 = 2130837940;
// aapt resource value: 0x7f0201b5
- public const int quantum_ic_forward_10_white_24 = 2130837941;
+ public const int quantum_ic_closed_caption_white_36 = 2130837941;
// aapt resource value: 0x7f0201b6
- public const int quantum_ic_forward_30_grey600_36 = 2130837942;
+ public const int quantum_ic_forward_10_white_24 = 2130837942;
// aapt resource value: 0x7f0201b7
- public const int quantum_ic_forward_30_white_24 = 2130837943;
+ public const int quantum_ic_forward_30_grey600_36 = 2130837943;
// aapt resource value: 0x7f0201b8
- public const int quantum_ic_forward_30_white_36 = 2130837944;
+ public const int quantum_ic_forward_30_white_24 = 2130837944;
// aapt resource value: 0x7f0201b9
- public const int quantum_ic_keyboard_arrow_down_white_36 = 2130837945;
+ public const int quantum_ic_forward_30_white_36 = 2130837945;
// aapt resource value: 0x7f0201ba
- public const int quantum_ic_pause_circle_filled_grey600_36 = 2130837946;
+ public const int quantum_ic_keyboard_arrow_down_white_36 = 2130837946;
// aapt resource value: 0x7f0201bb
- public const int quantum_ic_pause_circle_filled_white_36 = 2130837947;
+ public const int quantum_ic_pause_circle_filled_grey600_36 = 2130837947;
// aapt resource value: 0x7f0201bc
- public const int quantum_ic_pause_grey600_36 = 2130837948;
+ public const int quantum_ic_pause_circle_filled_white_36 = 2130837948;
// aapt resource value: 0x7f0201bd
- public const int quantum_ic_pause_grey600_48 = 2130837949;
+ public const int quantum_ic_pause_grey600_36 = 2130837949;
// aapt resource value: 0x7f0201be
- public const int quantum_ic_pause_white_24 = 2130837950;
+ public const int quantum_ic_pause_grey600_48 = 2130837950;
// aapt resource value: 0x7f0201bf
- public const int quantum_ic_play_arrow_grey600_36 = 2130837951;
+ public const int quantum_ic_pause_white_24 = 2130837951;
// aapt resource value: 0x7f0201c0
- public const int quantum_ic_play_arrow_grey600_48 = 2130837952;
+ public const int quantum_ic_play_arrow_grey600_36 = 2130837952;
// aapt resource value: 0x7f0201c1
- public const int quantum_ic_play_arrow_white_24 = 2130837953;
+ public const int quantum_ic_play_arrow_grey600_48 = 2130837953;
// aapt resource value: 0x7f0201c2
- public const int quantum_ic_play_circle_filled_grey600_36 = 2130837954;
+ public const int quantum_ic_play_arrow_white_24 = 2130837954;
// aapt resource value: 0x7f0201c3
- public const int quantum_ic_play_circle_filled_white_36 = 2130837955;
+ public const int quantum_ic_play_circle_filled_grey600_36 = 2130837955;
// aapt resource value: 0x7f0201c4
- public const int quantum_ic_refresh_white_24 = 2130837956;
+ public const int quantum_ic_play_circle_filled_white_36 = 2130837956;
// aapt resource value: 0x7f0201c5
- public const int quantum_ic_replay_10_white_24 = 2130837957;
+ public const int quantum_ic_refresh_white_24 = 2130837957;
// aapt resource value: 0x7f0201c6
- public const int quantum_ic_replay_30_grey600_36 = 2130837958;
+ public const int quantum_ic_replay_10_white_24 = 2130837958;
// aapt resource value: 0x7f0201c7
- public const int quantum_ic_replay_30_white_24 = 2130837959;
+ public const int quantum_ic_replay_30_grey600_36 = 2130837959;
// aapt resource value: 0x7f0201c8
- public const int quantum_ic_replay_30_white_36 = 2130837960;
+ public const int quantum_ic_replay_30_white_24 = 2130837960;
// aapt resource value: 0x7f0201c9
- public const int quantum_ic_replay_white_24 = 2130837961;
+ public const int quantum_ic_replay_30_white_36 = 2130837961;
// aapt resource value: 0x7f0201ca
- public const int quantum_ic_skip_next_grey600_36 = 2130837962;
+ public const int quantum_ic_replay_white_24 = 2130837962;
// aapt resource value: 0x7f0201cb
- public const int quantum_ic_skip_next_white_24 = 2130837963;
+ public const int quantum_ic_skip_next_grey600_36 = 2130837963;
// aapt resource value: 0x7f0201cc
- public const int quantum_ic_skip_next_white_36 = 2130837964;
+ public const int quantum_ic_skip_next_white_24 = 2130837964;
// aapt resource value: 0x7f0201cd
- public const int quantum_ic_skip_previous_grey600_36 = 2130837965;
+ public const int quantum_ic_skip_next_white_36 = 2130837965;
// aapt resource value: 0x7f0201ce
- public const int quantum_ic_skip_previous_white_24 = 2130837966;
+ public const int quantum_ic_skip_previous_grey600_36 = 2130837966;
// aapt resource value: 0x7f0201cf
- public const int quantum_ic_skip_previous_white_36 = 2130837967;
+ public const int quantum_ic_skip_previous_white_24 = 2130837967;
// aapt resource value: 0x7f0201d0
- public const int quantum_ic_stop_grey600_36 = 2130837968;
+ public const int quantum_ic_skip_previous_white_36 = 2130837968;
// aapt resource value: 0x7f0201d1
- public const int quantum_ic_stop_grey600_48 = 2130837969;
+ public const int quantum_ic_stop_grey600_36 = 2130837969;
// aapt resource value: 0x7f0201d2
- public const int quantum_ic_stop_white_24 = 2130837970;
+ public const int quantum_ic_stop_grey600_48 = 2130837970;
// aapt resource value: 0x7f0201d3
- public const int quantum_ic_volume_off_grey600_36 = 2130837971;
+ public const int quantum_ic_stop_white_24 = 2130837971;
// aapt resource value: 0x7f0201d4
- public const int quantum_ic_volume_off_white_36 = 2130837972;
+ public const int quantum_ic_volume_off_grey600_36 = 2130837972;
// aapt resource value: 0x7f0201d5
- public const int quantum_ic_volume_up_grey600_36 = 2130837973;
+ public const int quantum_ic_volume_off_white_36 = 2130837973;
// aapt resource value: 0x7f0201d6
- public const int quantum_ic_volume_up_white_36 = 2130837974;
+ public const int quantum_ic_volume_up_grey600_36 = 2130837974;
// aapt resource value: 0x7f0201d7
- public const int Queue = 2130837975;
+ public const int quantum_ic_volume_up_white_36 = 2130837975;
// aapt resource value: 0x7f0201d8
- public const int Refine = 2130837976;
+ public const int Queue = 2130837976;
// aapt resource value: 0x7f0201d9
- public const int Reorder = 2130837977;
+ public const int Refine = 2130837977;
// aapt resource value: 0x7f0201da
- public const int Repeat = 2130837978;
+ public const int Reorder = 2130837978;
// aapt resource value: 0x7f0201db
- public const int Search = 2130837979;
+ public const int Repeat = 2130837979;
// aapt resource value: 0x7f0201dc
- public const int semiDarkLinear = 2130837980;
+ public const int Search = 2130837980;
// aapt resource value: 0x7f0201dd
- public const int Shuffle = 2130837981;
+ public const int semiDarkLinear = 2130837981;
// aapt resource value: 0x7f0201de
- public const int SkipNext = 2130837982;
+ public const int Shuffle = 2130837982;
// aapt resource value: 0x7f0201df
- public const int SkipPrevious = 2130837983;
+ public const int SkipNext = 2130837983;
// aapt resource value: 0x7f0201e0
- public const int splashScreen = 2130837984;
+ public const int SkipPrevious = 2130837984;
// aapt resource value: 0x7f0201e1
- public const int Sync = 2130837985;
+ public const int splashScreen = 2130837985;
// aapt resource value: 0x7f0201e2
- public const int SyncDisabled = 2130837986;
+ public const int Sync = 2130837986;
// aapt resource value: 0x7f0201e3
- public const int SyncError = 2130837987;
+ public const int SyncDisabled = 2130837987;
// aapt resource value: 0x7f0201e4
- public const int Timer = 2130837988;
+ public const int SyncError = 2130837988;
// aapt resource value: 0x7f0201e5
- public const int tooltip_frame_dark = 2130837989;
+ public const int Timer = 2130837989;
// aapt resource value: 0x7f0201e6
- public const int tooltip_frame_light = 2130837990;
+ public const int tooltip_frame_dark = 2130837990;
// aapt resource value: 0x7f0201e7
- public const int TranslucentBackground = 2130837991;
+ public const int tooltip_frame_light = 2130837991;
// aapt resource value: 0x7f0201e8
- public const int YtPlay = 2130837992;
+ public const int TranslucentBackground = 2130837992;
+
+ // aapt resource value: 0x7f0201e9
+ public const int YtPlay = 2130837993;
static Drawable()
{
@@ -4976,11 +4979,11 @@ namespace Opus
// aapt resource value: 0x7f0b0065
public const int META = 2131427429;
- // aapt resource value: 0x7f0b01af
- public const int PreferenceFragment = 2131427759;
-
// aapt resource value: 0x7f0b01b0
- public const int PreferenceScreen = 2131427760;
+ public const int PreferenceFragment = 2131427760;
+
+ // aapt resource value: 0x7f0b01b1
+ public const int PreferenceScreen = 2131427761;
// aapt resource value: 0x7f0b0066
public const int SHIFT = 2131427430;
@@ -4988,14 +4991,14 @@ namespace Opus
// aapt resource value: 0x7f0b0067
public const int SYM = 2131427431;
- // aapt resource value: 0x7f0b01b2
- public const int accountPreference = 2131427762;
+ // aapt resource value: 0x7f0b01b3
+ public const int accountPreference = 2131427763;
// aapt resource value: 0x7f0b00fe
public const int action = 2131427582;
- // aapt resource value: 0x7f0b017b
- public const int action0 = 2131427707;
+ // aapt resource value: 0x7f0b017c
+ public const int action0 = 2131427708;
// aapt resource value: 0x7f0b00bc
public const int action_bar = 2131427516;
@@ -5018,17 +5021,17 @@ namespace Opus
// aapt resource value: 0x7f0b0098
public const int action_bar_title = 2131427480;
- // aapt resource value: 0x7f0b0178
- public const int action_container = 2131427704;
+ // aapt resource value: 0x7f0b0179
+ public const int action_container = 2131427705;
// aapt resource value: 0x7f0b00bd
public const int action_context_bar = 2131427517;
- // aapt resource value: 0x7f0b017f
- public const int action_divider = 2131427711;
+ // aapt resource value: 0x7f0b0180
+ public const int action_divider = 2131427712;
- // aapt resource value: 0x7f0b0179
- public const int action_image = 2131427705;
+ // aapt resource value: 0x7f0b017a
+ public const int action_image = 2131427706;
// aapt resource value: 0x7f0b0010
public const int action_menu_divider = 2131427344;
@@ -5045,11 +5048,11 @@ namespace Opus
// aapt resource value: 0x7f0b009a
public const int action_mode_close_button = 2131427482;
- // aapt resource value: 0x7f0b017a
- public const int action_text = 2131427706;
+ // aapt resource value: 0x7f0b017b
+ public const int action_text = 2131427707;
- // aapt resource value: 0x7f0b0188
- public const int actions = 2131427720;
+ // aapt resource value: 0x7f0b0189
+ public const int actions = 2131427721;
// aapt resource value: 0x7f0b009b
public const int activity_chooser_view_content = 2131427483;
@@ -5075,8 +5078,8 @@ namespace Opus
// aapt resource value: 0x7f0b0057
public const int add = 2131427415;
- // aapt resource value: 0x7f0b01cf
- public const int addToQueue = 2131427791;
+ // aapt resource value: 0x7f0b01d0
+ public const int addToQueue = 2131427792;
// aapt resource value: 0x7f0b00cc
public const int added = 2131427532;
@@ -5099,11 +5102,11 @@ namespace Opus
// aapt resource value: 0x7f0b0068
public const int always = 2131427432;
- // aapt resource value: 0x7f0b01ba
- public const int apAlbum = 2131427770;
+ // aapt resource value: 0x7f0b01bb
+ public const int apAlbum = 2131427771;
- // aapt resource value: 0x7f0b01bc
- public const int apTitle = 2131427772;
+ // aapt resource value: 0x7f0b01bd
+ public const int apTitle = 2131427773;
// aapt resource value: 0x7f0b011c
public const int appbar = 2131427612;
@@ -5120,8 +5123,8 @@ namespace Opus
// aapt resource value: 0x7f0b004b
public const int auto = 2131427403;
- // aapt resource value: 0x7f0b01b9
- public const int autoplay = 2131427769;
+ // aapt resource value: 0x7f0b01ba
+ public const int autoplay = 2131427770;
// aapt resource value: 0x7f0b0120
public const int backToolbar = 2131427616;
@@ -5135,8 +5138,8 @@ namespace Opus
// aapt resource value: 0x7f0b005f
public const int beginning = 2131427423;
- // aapt resource value: 0x7f0b01b1
- public const int behavior = 2131427761;
+ // aapt resource value: 0x7f0b01b2
+ public const int behavior = 2131427762;
// aapt resource value: 0x7f0b008e
public const int blocking = 2131427470;
@@ -5147,14 +5150,14 @@ namespace Opus
// aapt resource value: 0x7f0b006d
public const int bottom = 2131427437;
- // aapt resource value: 0x7f0b01b7
- public const int bottomDivider = 2131427767;
+ // aapt resource value: 0x7f0b01b8
+ public const int bottomDivider = 2131427768;
- // aapt resource value: 0x7f0b0137
- public const int bottomView = 2131427639;
+ // aapt resource value: 0x7f0b0138
+ public const int bottomView = 2131427640;
- // aapt resource value: 0x7f0b01ca
- public const int browseLayout = 2131427786;
+ // aapt resource value: 0x7f0b01cb
+ public const int browseLayout = 2131427787;
// aapt resource value: 0x7f0b00d8
public const int browseList = 2131427544;
@@ -5192,14 +5195,14 @@ namespace Opus
// aapt resource value: 0x7f0b00ef
public const int button_play_pause_toggle = 2131427567;
- // aapt resource value: 0x7f0b018f
- public const int buttonsRight = 2131427727;
-
- // aapt resource value: 0x7f0b017c
- public const int cancel_action = 2131427708;
-
// aapt resource value: 0x7f0b0190
- public const int castButton = 2131427728;
+ public const int buttonsRight = 2131427728;
+
+ // aapt resource value: 0x7f0b017d
+ public const int cancel_action = 2131427709;
+
+ // aapt resource value: 0x7f0b0191
+ public const int castButton = 2131427729;
// aapt resource value: 0x7f0b0000
public const int cast_button_type_closed_caption = 2131427328;
@@ -5261,8 +5264,8 @@ namespace Opus
// aapt resource value: 0x7f0b00b5
public const int checkbox = 2131427509;
- // aapt resource value: 0x7f0b0184
- public const int chronometer = 2131427716;
+ // aapt resource value: 0x7f0b0185
+ public const int chronometer = 2131427717;
// aapt resource value: 0x7f0b0089
public const int clip_horizontal = 2131427465;
@@ -5294,11 +5297,11 @@ namespace Opus
// aapt resource value: 0x7f0b00a4
public const int contentPanel = 2131427492;
- // aapt resource value: 0x7f0b0135
- public const int contentRefresh = 2131427637;
-
// aapt resource value: 0x7f0b0136
- public const int contentView = 2131427638;
+ public const int contentRefresh = 2131427638;
+
+ // aapt resource value: 0x7f0b0137
+ public const int contentView = 2131427639;
// aapt resource value: 0x7f0b00dd
public const int controllers = 2131427549;
@@ -5321,8 +5324,8 @@ namespace Opus
// aapt resource value: 0x7f0b009e
public const int default_activity_button = 2131427486;
- // aapt resource value: 0x7f0b01cc
- public const int delete = 2131427788;
+ // aapt resource value: 0x7f0b01cd
+ public const int delete = 2131427789;
// aapt resource value: 0x7f0b0111
public const int design_bottom_sheet = 2131427601;
@@ -5345,20 +5348,20 @@ namespace Opus
// aapt resource value: 0x7f0b00d0
public const int divider = 2131427536;
- // aapt resource value: 0x7f0b0191
- public const int downButton = 2131427729;
+ // aapt resource value: 0x7f0b0192
+ public const int downButton = 2131427730;
- // aapt resource value: 0x7f0b01d6
- public const int download = 2131427798;
+ // aapt resource value: 0x7f0b01d7
+ public const int download = 2131427799;
- // aapt resource value: 0x7f0b01cd
- public const int downloadMDfromYT = 2131427789;
+ // aapt resource value: 0x7f0b01ce
+ public const int downloadMDfromYT = 2131427790;
// aapt resource value: 0x7f0b0119
public const int downloadStatus = 2131427609;
- // aapt resource value: 0x7f0b01a8
- public const int edit = 2131427752;
+ // aapt resource value: 0x7f0b01a9
+ public const int edit = 2131427753;
// aapt resource value: 0x7f0b00be
public const int edit_query = 2131427518;
@@ -5372,8 +5375,8 @@ namespace Opus
// aapt resource value: 0x7f0b0060
public const int end = 2131427424;
- // aapt resource value: 0x7f0b018a
- public const int end_padder = 2131427722;
+ // aapt resource value: 0x7f0b018b
+ public const int end_padder = 2131427723;
// aapt resource value: 0x7f0b00e9
public const int end_text = 2131427561;
@@ -5477,8 +5480,8 @@ namespace Opus
// aapt resource value: 0x7f0b0087
public const int filled = 2131427463;
- // aapt resource value: 0x7f0b01d3
- public const int filter = 2131427795;
+ // aapt resource value: 0x7f0b01d4
+ public const int filter = 2131427796;
// aapt resource value: 0x7f0b0092
public const int fit = 2131427474;
@@ -5504,8 +5507,8 @@ namespace Opus
// aapt resource value: 0x7f0b008f
public const int forever = 2131427471;
- // aapt resource value: 0x7f0b01d7
- public const int fork = 2131427799;
+ // aapt resource value: 0x7f0b01d8
+ public const int fork = 2131427800;
// aapt resource value: 0x7f0b0017
public const int ghost_view = 2131427351;
@@ -5513,26 +5516,26 @@ namespace Opus
// aapt resource value: 0x7f0b00b0
public const int group_divider = 2131427504;
- // aapt resource value: 0x7f0b01a0
- public const int headerArt = 2131427744;
-
- // aapt resource value: 0x7f0b01a2
- public const int headerAuthor = 2131427746;
-
- // aapt resource value: 0x7f0b01a6
- public const int headerMore = 2131427750;
+ // aapt resource value: 0x7f0b01a1
+ public const int headerArt = 2131427745;
// aapt resource value: 0x7f0b01a3
- public const int headerNumber = 2131427747;
+ public const int headerAuthor = 2131427747;
+
+ // aapt resource value: 0x7f0b01a7
+ public const int headerMore = 2131427751;
// aapt resource value: 0x7f0b01a4
- public const int headerPlay = 2131427748;
+ public const int headerNumber = 2131427748;
// aapt resource value: 0x7f0b01a5
- public const int headerShuffle = 2131427749;
+ public const int headerPlay = 2131427749;
- // aapt resource value: 0x7f0b01a1
- public const int headerTitle = 2131427745;
+ // aapt resource value: 0x7f0b01a6
+ public const int headerShuffle = 2131427750;
+
+ // aapt resource value: 0x7f0b01a2
+ public const int headerTitle = 2131427746;
// aapt resource value: 0x7f0b0012
public const int home = 2131427346;
@@ -5543,14 +5546,14 @@ namespace Opus
// aapt resource value: 0x7f0b00a0
public const int icon = 2131427488;
- // aapt resource value: 0x7f0b01c3
- public const int icon1 = 2131427779;
+ // aapt resource value: 0x7f0b01c4
+ public const int icon1 = 2131427780;
// aapt resource value: 0x7f0b0129
public const int icon_frame = 2131427625;
- // aapt resource value: 0x7f0b0189
- public const int icon_group = 2131427721;
+ // aapt resource value: 0x7f0b018a
+ public const int icon_group = 2131427722;
// aapt resource value: 0x7f0b0048
public const int icon_only = 2131427400;
@@ -5564,14 +5567,14 @@ namespace Opus
// aapt resource value: 0x7f0b009d
public const int image = 2131427485;
- // aapt resource value: 0x7f0b0185
- public const int info = 2131427717;
+ // aapt resource value: 0x7f0b0186
+ public const int info = 2131427718;
- // aapt resource value: 0x7f0b019f
- public const int infoPanel = 2131427743;
+ // aapt resource value: 0x7f0b01a0
+ public const int infoPanel = 2131427744;
- // aapt resource value: 0x7f0b01b5
- public const int isLive = 2131427765;
+ // aapt resource value: 0x7f0b01b6
+ public const int isLive = 2131427766;
// aapt resource value: 0x7f0b0090
public const int italic = 2131427472;
@@ -5585,8 +5588,8 @@ namespace Opus
// aapt resource value: 0x7f0b010d
public const int largeLabel = 2131427597;
- // aapt resource value: 0x7f0b0198
- public const int lastButton = 2131427736;
+ // aapt resource value: 0x7f0b0199
+ public const int lastButton = 2131427737;
// aapt resource value: 0x7f0b007c
public const int left = 2131427452;
@@ -5600,8 +5603,8 @@ namespace Opus
// aapt resource value: 0x7f0b0029
public const int line1 = 2131427369;
- // aapt resource value: 0x7f0b01c6
- public const int line2 = 2131427782;
+ // aapt resource value: 0x7f0b01c7
+ public const int line2 = 2131427783;
// aapt resource value: 0x7f0b002a
public const int line3 = 2131427370;
@@ -5636,17 +5639,17 @@ namespace Opus
// aapt resource value: 0x7f0b0103
public const int logo = 2131427587;
- // aapt resource value: 0x7f0b01c8
- public const int masked = 2131427784;
+ // aapt resource value: 0x7f0b01c9
+ public const int masked = 2131427785;
- // aapt resource value: 0x7f0b01c1
- public const int maxValue = 2131427777;
+ // aapt resource value: 0x7f0b01c2
+ public const int maxValue = 2131427778;
- // aapt resource value: 0x7f0b017e
- public const int media_actions = 2131427710;
+ // aapt resource value: 0x7f0b017f
+ public const int media_actions = 2131427711;
- // aapt resource value: 0x7f0b01d4
- public const int media_route_menu_item = 2131427796;
+ // aapt resource value: 0x7f0b01d5
+ public const int media_route_menu_item = 2131427797;
// aapt resource value: 0x7f0b00cb
public const int message = 2131427531;
@@ -5675,8 +5678,8 @@ namespace Opus
// aapt resource value: 0x7f0b0061
public const int middle = 2131427425;
- // aapt resource value: 0x7f0b01c0
- public const int minValue = 2131427776;
+ // aapt resource value: 0x7f0b01c1
+ public const int minValue = 2131427777;
// aapt resource value: 0x7f0b0081
public const int mini = 2131427457;
@@ -5693,146 +5696,146 @@ namespace Opus
// aapt resource value: 0x7f0b0118
public const int more = 2131427608;
- // aapt resource value: 0x7f0b0196
- public const int moreButton = 2131427734;
-
- // aapt resource value: 0x7f0b0163
- public const int mr_art = 2131427683;
-
- // aapt resource value: 0x7f0b0154
- public const int mr_cast_checkbox = 2131427668;
-
- // aapt resource value: 0x7f0b014d
- public const int mr_cast_close_button = 2131427661;
-
- // aapt resource value: 0x7f0b0148
- public const int mr_cast_group_icon = 2131427656;
-
- // aapt resource value: 0x7f0b0149
- public const int mr_cast_group_name = 2131427657;
-
- // aapt resource value: 0x7f0b0147
- public const int mr_cast_list = 2131427655;
-
- // aapt resource value: 0x7f0b014c
- public const int mr_cast_meta = 2131427660;
-
- // aapt resource value: 0x7f0b014e
- public const int mr_cast_meta_art = 2131427662;
-
- // aapt resource value: 0x7f0b0150
- public const int mr_cast_meta_subtitle = 2131427664;
-
- // aapt resource value: 0x7f0b014f
- public const int mr_cast_meta_title = 2131427663;
-
- // aapt resource value: 0x7f0b0152
- public const int mr_cast_route_icon = 2131427666;
-
- // aapt resource value: 0x7f0b0153
- public const int mr_cast_route_name = 2131427667;
-
- // aapt resource value: 0x7f0b0151
- public const int mr_cast_stop_button = 2131427665;
-
- // aapt resource value: 0x7f0b0155
- public const int mr_cast_volume_layout = 2131427669;
-
- // aapt resource value: 0x7f0b0156
- public const int mr_cast_volume_slider = 2131427670;
-
- // aapt resource value: 0x7f0b0158
- public const int mr_chooser_list = 2131427672;
-
- // aapt resource value: 0x7f0b015b
- public const int mr_chooser_route_desc = 2131427675;
-
- // aapt resource value: 0x7f0b0159
- public const int mr_chooser_route_icon = 2131427673;
-
- // aapt resource value: 0x7f0b015a
- public const int mr_chooser_route_name = 2131427674;
-
- // aapt resource value: 0x7f0b0157
- public const int mr_chooser_title = 2131427671;
-
- // aapt resource value: 0x7f0b0160
- public const int mr_close = 2131427680;
-
- // aapt resource value: 0x7f0b0166
- public const int mr_control_divider = 2131427686;
-
- // aapt resource value: 0x7f0b0171
- public const int mr_control_playback_ctrl = 2131427697;
-
- // aapt resource value: 0x7f0b0174
- public const int mr_control_subtitle = 2131427700;
-
- // aapt resource value: 0x7f0b0173
- public const int mr_control_title = 2131427699;
-
- // aapt resource value: 0x7f0b0172
- public const int mr_control_title_container = 2131427698;
-
- // aapt resource value: 0x7f0b0161
- public const int mr_custom_control = 2131427681;
-
- // aapt resource value: 0x7f0b0162
- public const int mr_default_control = 2131427682;
-
- // aapt resource value: 0x7f0b015d
- public const int mr_dialog_area = 2131427677;
-
- // aapt resource value: 0x7f0b016c
- public const int mr_dialog_header_name = 2131427692;
-
- // aapt resource value: 0x7f0b015c
- public const int mr_expandable_area = 2131427676;
-
- // aapt resource value: 0x7f0b0175
- public const int mr_group_expand_collapse = 2131427701;
-
- // aapt resource value: 0x7f0b014a
- public const int mr_group_volume_route_name = 2131427658;
-
- // aapt resource value: 0x7f0b014b
- public const int mr_group_volume_slider = 2131427659;
+ // aapt resource value: 0x7f0b0197
+ public const int moreButton = 2131427735;
// aapt resource value: 0x7f0b0164
- public const int mr_media_main_control = 2131427684;
+ public const int mr_art = 2131427684;
- // aapt resource value: 0x7f0b015f
- public const int mr_name = 2131427679;
+ // aapt resource value: 0x7f0b0155
+ public const int mr_cast_checkbox = 2131427669;
- // aapt resource value: 0x7f0b016d
- public const int mr_picker_close_button = 2131427693;
+ // aapt resource value: 0x7f0b014e
+ public const int mr_cast_close_button = 2131427662;
- // aapt resource value: 0x7f0b016e
- public const int mr_picker_list = 2131427694;
+ // aapt resource value: 0x7f0b0149
+ public const int mr_cast_group_icon = 2131427657;
- // aapt resource value: 0x7f0b016f
- public const int mr_picker_route_icon = 2131427695;
+ // aapt resource value: 0x7f0b014a
+ public const int mr_cast_group_name = 2131427658;
- // aapt resource value: 0x7f0b0170
- public const int mr_picker_route_name = 2131427696;
+ // aapt resource value: 0x7f0b0148
+ public const int mr_cast_list = 2131427656;
- // aapt resource value: 0x7f0b0165
- public const int mr_playback_control = 2131427685;
+ // aapt resource value: 0x7f0b014d
+ public const int mr_cast_meta = 2131427661;
- // aapt resource value: 0x7f0b015e
- public const int mr_title_bar = 2131427678;
+ // aapt resource value: 0x7f0b014f
+ public const int mr_cast_meta_art = 2131427663;
+
+ // aapt resource value: 0x7f0b0151
+ public const int mr_cast_meta_subtitle = 2131427665;
+
+ // aapt resource value: 0x7f0b0150
+ public const int mr_cast_meta_title = 2131427664;
+
+ // aapt resource value: 0x7f0b0153
+ public const int mr_cast_route_icon = 2131427667;
+
+ // aapt resource value: 0x7f0b0154
+ public const int mr_cast_route_name = 2131427668;
+
+ // aapt resource value: 0x7f0b0152
+ public const int mr_cast_stop_button = 2131427666;
+
+ // aapt resource value: 0x7f0b0156
+ public const int mr_cast_volume_layout = 2131427670;
+
+ // aapt resource value: 0x7f0b0157
+ public const int mr_cast_volume_slider = 2131427671;
+
+ // aapt resource value: 0x7f0b0159
+ public const int mr_chooser_list = 2131427673;
+
+ // aapt resource value: 0x7f0b015c
+ public const int mr_chooser_route_desc = 2131427676;
+
+ // aapt resource value: 0x7f0b015a
+ public const int mr_chooser_route_icon = 2131427674;
+
+ // aapt resource value: 0x7f0b015b
+ public const int mr_chooser_route_name = 2131427675;
+
+ // aapt resource value: 0x7f0b0158
+ public const int mr_chooser_title = 2131427672;
+
+ // aapt resource value: 0x7f0b0161
+ public const int mr_close = 2131427681;
// aapt resource value: 0x7f0b0167
- public const int mr_volume_control = 2131427687;
+ public const int mr_control_divider = 2131427687;
+
+ // aapt resource value: 0x7f0b0172
+ public const int mr_control_playback_ctrl = 2131427698;
+
+ // aapt resource value: 0x7f0b0175
+ public const int mr_control_subtitle = 2131427701;
+
+ // aapt resource value: 0x7f0b0174
+ public const int mr_control_title = 2131427700;
+
+ // aapt resource value: 0x7f0b0173
+ public const int mr_control_title_container = 2131427699;
+
+ // aapt resource value: 0x7f0b0162
+ public const int mr_custom_control = 2131427682;
+
+ // aapt resource value: 0x7f0b0163
+ public const int mr_default_control = 2131427683;
+
+ // aapt resource value: 0x7f0b015e
+ public const int mr_dialog_area = 2131427678;
+
+ // aapt resource value: 0x7f0b016d
+ public const int mr_dialog_header_name = 2131427693;
+
+ // aapt resource value: 0x7f0b015d
+ public const int mr_expandable_area = 2131427677;
+
+ // aapt resource value: 0x7f0b0176
+ public const int mr_group_expand_collapse = 2131427702;
+
+ // aapt resource value: 0x7f0b014b
+ public const int mr_group_volume_route_name = 2131427659;
+
+ // aapt resource value: 0x7f0b014c
+ public const int mr_group_volume_slider = 2131427660;
+
+ // aapt resource value: 0x7f0b0165
+ public const int mr_media_main_control = 2131427685;
+
+ // aapt resource value: 0x7f0b0160
+ public const int mr_name = 2131427680;
+
+ // aapt resource value: 0x7f0b016e
+ public const int mr_picker_close_button = 2131427694;
+
+ // aapt resource value: 0x7f0b016f
+ public const int mr_picker_list = 2131427695;
+
+ // aapt resource value: 0x7f0b0170
+ public const int mr_picker_route_icon = 2131427696;
+
+ // aapt resource value: 0x7f0b0171
+ public const int mr_picker_route_name = 2131427697;
+
+ // aapt resource value: 0x7f0b0166
+ public const int mr_playback_control = 2131427686;
+
+ // aapt resource value: 0x7f0b015f
+ public const int mr_title_bar = 2131427679;
// aapt resource value: 0x7f0b0168
- public const int mr_volume_group_list = 2131427688;
+ public const int mr_volume_control = 2131427688;
- // aapt resource value: 0x7f0b016a
- public const int mr_volume_item_icon = 2131427690;
+ // aapt resource value: 0x7f0b0169
+ public const int mr_volume_group_list = 2131427689;
// aapt resource value: 0x7f0b016b
- public const int mr_volume_slider = 2131427691;
+ public const int mr_volume_item_icon = 2131427691;
+
+ // aapt resource value: 0x7f0b016c
+ public const int mr_volume_slider = 2131427692;
// aapt resource value: 0x7f0b0021
public const int mtrl_child_content_container = 2131427361;
@@ -5843,8 +5846,8 @@ namespace Opus
// aapt resource value: 0x7f0b0058
public const int multiply = 2131427416;
- // aapt resource value: 0x7f0b01c9
- public const int musicLayout = 2131427785;
+ // aapt resource value: 0x7f0b01ca
+ public const int musicLayout = 2131427786;
// aapt resource value: 0x7f0b0102
public const int name = 2131427586;
@@ -5855,11 +5858,11 @@ namespace Opus
// aapt resource value: 0x7f0b006b
public const int never = 2131427435;
- // aapt resource value: 0x7f0b019b
- public const int nextButton = 2131427739;
+ // aapt resource value: 0x7f0b019c
+ public const int nextButton = 2131427740;
- // aapt resource value: 0x7f0b0177
- public const int noPlaylist = 2131427703;
+ // aapt resource value: 0x7f0b0178
+ public const int noPlaylist = 2131427704;
// aapt resource value: 0x7f0b0047
public const int none = 2131427399;
@@ -5867,17 +5870,17 @@ namespace Opus
// aapt resource value: 0x7f0b004f
public const int normal = 2131427407;
- // aapt resource value: 0x7f0b0187
- public const int notification_background = 2131427719;
+ // aapt resource value: 0x7f0b0188
+ public const int notification_background = 2131427720;
+
+ // aapt resource value: 0x7f0b0182
+ public const int notification_main_column = 2131427714;
// aapt resource value: 0x7f0b0181
- public const int notification_main_column = 2131427713;
+ public const int notification_main_column_container = 2131427713;
- // aapt resource value: 0x7f0b0180
- public const int notification_main_column_container = 2131427712;
-
- // aapt resource value: 0x7f0b018b
- public const int numberPicker = 2131427723;
+ // aapt resource value: 0x7f0b018c
+ public const int numberPicker = 2131427724;
// aapt resource value: 0x7f0b0091
public const int one = 2131427473;
@@ -5885,8 +5888,8 @@ namespace Opus
// aapt resource value: 0x7f0b0088
public const int outline = 2131427464;
- // aapt resource value: 0x7f0b01c5
- public const int pager = 2131427781;
+ // aapt resource value: 0x7f0b01c6
+ public const int pager = 2131427782;
// aapt resource value: 0x7f0b007f
public const int parallax = 2131427455;
@@ -5900,38 +5903,38 @@ namespace Opus
// aapt resource value: 0x7f0b0080
public const int pin = 2131427456;
- // aapt resource value: 0x7f0b0199
- public const int playButton = 2131427737;
-
- // aapt resource value: 0x7f0b018e
- public const int playerAlbum = 2131427726;
-
- // aapt resource value: 0x7f0b0193
- public const int playerArtist = 2131427731;
-
// aapt resource value: 0x7f0b019a
- public const int playerBuffer = 2131427738;
+ public const int playButton = 2131427738;
- // aapt resource value: 0x7f0b0145
- public const int playerContainer = 2131427653;
+ // aapt resource value: 0x7f0b018f
+ public const int playerAlbum = 2131427727;
- // aapt resource value: 0x7f0b0138
- public const int playerSheet = 2131427640;
+ // aapt resource value: 0x7f0b0194
+ public const int playerArtist = 2131427732;
- // aapt resource value: 0x7f0b0192
- public const int playerTitle = 2131427730;
+ // aapt resource value: 0x7f0b019b
+ public const int playerBuffer = 2131427739;
- // aapt resource value: 0x7f0b018d
- public const int playerView = 2131427725;
+ // aapt resource value: 0x7f0b0146
+ public const int playerContainer = 2131427654;
// aapt resource value: 0x7f0b0139
- public const int playersHolder = 2131427641;
+ public const int playerSheet = 2131427641;
+
+ // aapt resource value: 0x7f0b0193
+ public const int playerTitle = 2131427731;
+
+ // aapt resource value: 0x7f0b018e
+ public const int playerView = 2131427726;
+
+ // aapt resource value: 0x7f0b013a
+ public const int playersHolder = 2131427642;
// aapt resource value: 0x7f0b0132
public const int playlistHeader = 2131427634;
- // aapt resource value: 0x7f0b01cb
- public const int playlistLayout = 2131427787;
+ // aapt resource value: 0x7f0b01cc
+ public const int playlistLayout = 2131427788;
// aapt resource value: 0x7f0b010b
public const int playlistLocation = 2131427595;
@@ -5939,8 +5942,8 @@ namespace Opus
// aapt resource value: 0x7f0b010a
public const int playlistName = 2131427594;
- // aapt resource value: 0x7f0b01bd
- public const int playlistURL = 2131427773;
+ // aapt resource value: 0x7f0b01be
+ public const int playlistURL = 2131427774;
// aapt resource value: 0x7f0b011b
public const int progress = 2131427611;
@@ -5954,20 +5957,20 @@ namespace Opus
// aapt resource value: 0x7f0b0014
public const int progress_horizontal = 2131427348;
+ // aapt resource value: 0x7f0b019f
+ public const int queue = 2131427743;
+
// aapt resource value: 0x7f0b019e
- public const int queue = 2131427742;
+ public const int queueBackground = 2131427742;
+
+ // aapt resource value: 0x7f0b018d
+ public const int queueDrawer = 2131427725;
// aapt resource value: 0x7f0b019d
- public const int queueBackground = 2131427741;
+ public const int queueParent = 2131427741;
- // aapt resource value: 0x7f0b018c
- public const int queueDrawer = 2131427724;
-
- // aapt resource value: 0x7f0b019c
- public const int queueParent = 2131427740;
-
- // aapt resource value: 0x7f0b01b8
- public const int queueSwitch = 2131427768;
+ // aapt resource value: 0x7f0b01b9
+ public const int queueSwitch = 2131427769;
// aapt resource value: 0x7f0b00b6
public const int radio = 2131427510;
@@ -5975,35 +5978,35 @@ namespace Opus
// aapt resource value: 0x7f0b00cf
public const int recycler = 2131427535;
- // aapt resource value: 0x7f0b01ab
- public const int recycler_view = 2131427755;
+ // aapt resource value: 0x7f0b01ac
+ public const int recycler_view = 2131427756;
- // aapt resource value: 0x7f0b01c4
- public const int refine = 2131427780;
+ // aapt resource value: 0x7f0b01c5
+ public const int refine = 2131427781;
- // aapt resource value: 0x7f0b01d0
- public const int rename = 2131427792;
+ // aapt resource value: 0x7f0b01d1
+ public const int rename = 2131427793;
- // aapt resource value: 0x7f0b01c2
- public const int reorder = 2131427778;
+ // aapt resource value: 0x7f0b01c3
+ public const int reorder = 2131427779;
- // aapt resource value: 0x7f0b01d2
- public const int repeat = 2131427794;
+ // aapt resource value: 0x7f0b01d3
+ public const int repeat = 2131427795;
// aapt resource value: 0x7f0b007d
public const int right = 2131427453;
- // aapt resource value: 0x7f0b01a7
- public const int rightButtons = 2131427751;
+ // aapt resource value: 0x7f0b01a8
+ public const int rightButtons = 2131427752;
- // aapt resource value: 0x7f0b01bb
- public const int rightIcon = 2131427771;
+ // aapt resource value: 0x7f0b01bc
+ public const int rightIcon = 2131427772;
- // aapt resource value: 0x7f0b0186
- public const int right_icon = 2131427718;
+ // aapt resource value: 0x7f0b0187
+ public const int right_icon = 2131427719;
- // aapt resource value: 0x7f0b0182
- public const int right_side = 2131427714;
+ // aapt resource value: 0x7f0b0183
+ public const int right_side = 2131427715;
// aapt resource value: 0x7f0b0019
public const int save_image_matrix = 2131427353;
@@ -6032,11 +6035,11 @@ namespace Opus
// aapt resource value: 0x7f0b0085
public const int scrollable = 2131427461;
- // aapt resource value: 0x7f0b01be
- public const int search = 2131427774;
-
// aapt resource value: 0x7f0b01bf
- public const int searchSuggestions = 2131427775;
+ public const int search = 2131427775;
+
+ // aapt resource value: 0x7f0b01c0
+ public const int searchSuggestions = 2131427776;
// aapt resource value: 0x7f0b00c0
public const int search_badge = 2131427520;
@@ -6074,11 +6077,11 @@ namespace Opus
// aapt resource value: 0x7f0b00e7
public const int seek_bar_controls = 2131427559;
- // aapt resource value: 0x7f0b01ac
- public const int seekbar = 2131427756;
-
// aapt resource value: 0x7f0b01ad
- public const int seekbar_value = 2131427757;
+ public const int seekbar = 2131427757;
+
+ // aapt resource value: 0x7f0b01ae
+ public const int seekbar_value = 2131427758;
// aapt resource value: 0x7f0b00ca
public const int select_dialog_listview = 2131427530;
@@ -6086,8 +6089,8 @@ namespace Opus
// aapt resource value: 0x7f0b0077
public const int selected = 2131427447;
- // aapt resource value: 0x7f0b01d5
- public const int settings = 2131427797;
+ // aapt resource value: 0x7f0b01d6
+ public const int settings = 2131427798;
// aapt resource value: 0x7f0b00b2
public const int shortcut = 2131427506;
@@ -6098,23 +6101,23 @@ namespace Opus
// aapt resource value: 0x7f0b0054
public const int showHome = 2131427412;
- // aapt resource value: 0x7f0b0194
- public const int showQueue = 2131427732;
+ // aapt resource value: 0x7f0b0195
+ public const int showQueue = 2131427733;
// aapt resource value: 0x7f0b0055
public const int showTitle = 2131427413;
- // aapt resource value: 0x7f0b01d1
- public const int shuffle = 2131427793;
+ // aapt resource value: 0x7f0b01d2
+ public const int shuffle = 2131427794;
// aapt resource value: 0x7f0b010c
public const int smallLabel = 2131427596;
- // aapt resource value: 0x7f0b013a
- public const int smallPlayer = 2131427642;
+ // aapt resource value: 0x7f0b013b
+ public const int smallPlayer = 2131427643;
- // aapt resource value: 0x7f0b0146
- public const int snackBar = 2131427654;
+ // aapt resource value: 0x7f0b0147
+ public const int snackBar = 2131427655;
// aapt resource value: 0x7f0b0023
public const int snackbar_action = 2131427363;
@@ -6128,47 +6131,47 @@ namespace Opus
// aapt resource value: 0x7f0b0074
public const int snapMargins = 2131427444;
- // aapt resource value: 0x7f0b0197
- public const int songTimer = 2131427735;
+ // aapt resource value: 0x7f0b0198
+ public const int songTimer = 2131427736;
- // aapt resource value: 0x7f0b01b4
- public const int songView = 2131427764;
-
- // aapt resource value: 0x7f0b013d
- public const int spArt = 2131427645;
-
- // aapt resource value: 0x7f0b013f
- public const int spArtist = 2131427647;
-
- // aapt resource value: 0x7f0b0142
- public const int spBuffer = 2131427650;
-
- // aapt resource value: 0x7f0b013c
- public const int spContainer = 2131427644;
-
- // aapt resource value: 0x7f0b0143
- public const int spLast = 2131427651;
-
- // aapt resource value: 0x7f0b0140
- public const int spNext = 2131427648;
-
- // aapt resource value: 0x7f0b0141
- public const int spPlay = 2131427649;
-
- // aapt resource value: 0x7f0b0144
- public const int spProgress = 2131427652;
-
- // aapt resource value: 0x7f0b013b
- public const int spReveal = 2131427643;
+ // aapt resource value: 0x7f0b01b5
+ public const int songView = 2131427765;
// aapt resource value: 0x7f0b013e
- public const int spTitle = 2131427646;
+ public const int spArt = 2131427646;
+
+ // aapt resource value: 0x7f0b0140
+ public const int spArtist = 2131427648;
+
+ // aapt resource value: 0x7f0b0143
+ public const int spBuffer = 2131427651;
+
+ // aapt resource value: 0x7f0b013d
+ public const int spContainer = 2131427645;
+
+ // aapt resource value: 0x7f0b0144
+ public const int spLast = 2131427652;
+
+ // aapt resource value: 0x7f0b0141
+ public const int spNext = 2131427649;
+
+ // aapt resource value: 0x7f0b0142
+ public const int spPlay = 2131427650;
+
+ // aapt resource value: 0x7f0b0145
+ public const int spProgress = 2131427653;
+
+ // aapt resource value: 0x7f0b013c
+ public const int spReveal = 2131427644;
+
+ // aapt resource value: 0x7f0b013f
+ public const int spTitle = 2131427647;
// aapt resource value: 0x7f0b00a2
public const int spacer = 2131427490;
- // aapt resource value: 0x7f0b01aa
- public const int spinner = 2131427754;
+ // aapt resource value: 0x7f0b01ab
+ public const int spinner = 2131427755;
// aapt resource value: 0x7f0b0015
public const int split_action_bar = 2131427349;
@@ -6194,8 +6197,8 @@ namespace Opus
// aapt resource value: 0x7f0b00cd
public const int status = 2131427533;
- // aapt resource value: 0x7f0b017d
- public const int status_bar_latest_event_content = 2131427709;
+ // aapt resource value: 0x7f0b017e
+ public const int status_bar_latest_event_content = 2131427710;
// aapt resource value: 0x7f0b00e6
public const int status_text = 2131427558;
@@ -6215,11 +6218,11 @@ namespace Opus
// aapt resource value: 0x7f0b0096
public const int surface_view = 2131427478;
- // aapt resource value: 0x7f0b01ae
- public const int switchWidget = 2131427758;
+ // aapt resource value: 0x7f0b01af
+ public const int switchWidget = 2131427759;
- // aapt resource value: 0x7f0b01a9
- public const int sync = 2131427753;
+ // aapt resource value: 0x7f0b01aa
+ public const int sync = 2131427754;
// aapt resource value: 0x7f0b00ce
public const int syncLoading = 2131427534;
@@ -6230,8 +6233,8 @@ namespace Opus
// aapt resource value: 0x7f0b00f9
public const int tab_host = 2131427577;
- // aapt resource value: 0x7f0b0133
- public const int tabs = 2131427635;
+ // aapt resource value: 0x7f0b0134
+ public const int tabs = 2131427636;
// aapt resource value: 0x7f0b002b
public const int tag_transition_group = 2131427371;
@@ -6245,8 +6248,8 @@ namespace Opus
// aapt resource value: 0x7f0b002e
public const int text = 2131427374;
- // aapt resource value: 0x7f0b0176
- public const int text1 = 2131427702;
+ // aapt resource value: 0x7f0b0177
+ public const int text1 = 2131427703;
// aapt resource value: 0x7f0b002f
public const int text2 = 2131427375;
@@ -6284,11 +6287,11 @@ namespace Opus
// aapt resource value: 0x7f0b0097
public const int texture_view = 2131427479;
- // aapt resource value: 0x7f0b0183
- public const int time = 2131427715;
+ // aapt resource value: 0x7f0b0184
+ public const int time = 2131427716;
- // aapt resource value: 0x7f0b0195
- public const int timer = 2131427733;
+ // aapt resource value: 0x7f0b0196
+ public const int timer = 2131427734;
// aapt resource value: 0x7f0b0030
public const int title = 2131427376;
@@ -6305,11 +6308,14 @@ namespace Opus
// aapt resource value: 0x7f0b00dc
public const int toolbar = 2131427548;
+ // aapt resource value: 0x7f0b0133
+ public const int toolbarLogo = 2131427635;
+
// aapt resource value: 0x7f0b006e
public const int top = 2131427438;
- // aapt resource value: 0x7f0b01b3
- public const int topDivider = 2131427763;
+ // aapt resource value: 0x7f0b01b4
+ public const int topDivider = 2131427764;
// aapt resource value: 0x7f0b00ac
public const int topPanel = 2131427500;
@@ -6332,8 +6338,8 @@ namespace Opus
// aapt resource value: 0x7f0b0020
public const int transition_transform = 2131427360;
- // aapt resource value: 0x7f0b01ce
- public const int undoChange = 2131427790;
+ // aapt resource value: 0x7f0b01cf
+ public const int undoChange = 2131427791;
// aapt resource value: 0x7f0b005d
public const int uniform = 2131427421;
@@ -6353,11 +6359,11 @@ namespace Opus
// aapt resource value: 0x7f0b0028
public const int view_offset_helper = 2131427368;
- // aapt resource value: 0x7f0b01c7
- public const int visible = 2131427783;
+ // aapt resource value: 0x7f0b01c8
+ public const int visible = 2131427784;
- // aapt resource value: 0x7f0b0169
- public const int volume_item_container = 2131427689;
+ // aapt resource value: 0x7f0b016a
+ public const int volume_item_container = 2131427690;
// aapt resource value: 0x7f0b004a
public const int wide = 2131427402;
@@ -6368,11 +6374,11 @@ namespace Opus
// aapt resource value: 0x7f0b005e
public const int wrap_content = 2131427422;
- // aapt resource value: 0x7f0b01b6
- public const int youtubeIcon = 2131427766;
+ // aapt resource value: 0x7f0b01b7
+ public const int youtubeIcon = 2131427767;
- // aapt resource value: 0x7f0b0134
- public const int ytProgress = 2131427636;
+ // aapt resource value: 0x7f0b0135
+ public const int ytProgress = 2131427637;
// aapt resource value: 0x7f0b0095
public const int zoom = 2131427477;
diff --git a/Opus/Resources/drawable/long_icon.xml b/Opus/Resources/drawable/long_icon.xml
new file mode 100644
index 0000000..d2a8bf3
--- /dev/null
+++ b/Opus/Resources/drawable/long_icon.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Opus/Resources/layout/Main.xml b/Opus/Resources/layout/Main.xml
index c9944ca..67da213 100644
--- a/Opus/Resources/layout/Main.xml
+++ b/Opus/Resources/layout/Main.xml
@@ -35,7 +35,16 @@
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
app:layout_collapseMode="pin"
- android:id="@+id/toolbar" />
+ android:id="@+id/toolbar" >
+
+
minutes
heure
heures
+ Timer d\'arret
+ Regarder le clip sur youtube
Lecture en cours
diff --git a/Opus/Resources/values/strings.xml b/Opus/Resources/values/strings.xml
index 99191c5..309fc7e 100644
--- a/Opus/Resources/values/strings.xml
+++ b/Opus/Resources/values/strings.xml
@@ -24,7 +24,7 @@
hour
hours
Sleep timer
- Open in the youtube app
+ Watch clip on youtube
Playing