From 87b2e3fca58f597f44c03812ce7bfa16243b10f2 Mon Sep 17 00:00:00 2001 From: cldupland Date: Wed, 11 Dec 2019 11:47:55 +0100 Subject: [PATCH] Beaucoup de changement visuel --- TheGameExtreme.Android/MainActivity.cs | 5 +- .../Properties/AndroidManifest.xml | 2 +- .../Resources/Resource.designer.cs | 242 ++++++++-------- .../TheGameExtreme.Android.csproj | 14 +- TheGameExtreme.iOS/AppDelegate.cs | 1 - TheGameExtreme.iOS/Info.plist | 2 - TheGameExtreme.iOS/OrderStacks.csproj | 10 +- TheGameExtreme.iOS/Properties/AssemblyInfo.cs | 3 + TheGameExtreme/Resx/AppResources.Designer.cs | 171 ++---------- .../Resx/AppResources.Designer.cs.orig | 262 ------------------ TheGameExtreme/Resx/AppResources.resx | 4 +- TheGameExtreme/TheGameExtreme.csproj | 6 +- TheGameExtreme/view/GamePreparationPage.xaml | 112 ++++---- TheGameExtreme/view/MainPage.xaml | 1 + TheGameExtreme/view/MainPage.xaml.cs | 2 +- TheGameExtreme/view/MultiPlayerMode.xaml.cs | 3 +- TheGameExtreme/view/TouchManipulationCard.cs | 28 +- 17 files changed, 229 insertions(+), 639 deletions(-) delete mode 100644 TheGameExtreme/Resx/AppResources.Designer.cs.orig diff --git a/TheGameExtreme.Android/MainActivity.cs b/TheGameExtreme.Android/MainActivity.cs index 861b582..6d8c9e3 100644 --- a/TheGameExtreme.Android/MainActivity.cs +++ b/TheGameExtreme.Android/MainActivity.cs @@ -20,9 +20,8 @@ namespace TheGameExtreme.Droid TabLayoutResource = Resource.Layout.Tabbar; ToolbarResource = Resource.Layout.Toolbar; - Rg.Plugins.Popup.Popup.Init(this, savedInstanceState); Xamarin.Essentials.Platform.Init(this, savedInstanceState); - global::Xamarin.Forms.Forms.Init(this, savedInstanceState); + Forms.Init(this, savedInstanceState); LoadApplication(new App()); int uiOptions = (int)Window.DecorView.SystemUiVisibility; @@ -35,7 +34,7 @@ namespace TheGameExtreme.Droid Window.AddFlags(WindowManagerFlags.Fullscreen | WindowManagerFlags.TurnScreenOn); } - public override void OnRequestPermissionsResult(int requestCode, string[] permissions, [GeneratedEnum] Android.Content.PM.Permission[] grantResults) + public override void OnRequestPermissionsResult(int requestCode, string[] permissions, [GeneratedEnum] Permission[] grantResults) { Xamarin.Essentials.Platform.OnRequestPermissionsResult(requestCode, permissions, grantResults); diff --git a/TheGameExtreme.Android/Properties/AndroidManifest.xml b/TheGameExtreme.Android/Properties/AndroidManifest.xml index c7d6dda..469b73b 100644 --- a/TheGameExtreme.Android/Properties/AndroidManifest.xml +++ b/TheGameExtreme.Android/Properties/AndroidManifest.xml @@ -1,6 +1,6 @@  - + diff --git a/TheGameExtreme.Android/Resources/Resource.designer.cs b/TheGameExtreme.Android/Resources/Resource.designer.cs index a38c440..2023b56 100644 --- a/TheGameExtreme.Android/Resources/Resource.designer.cs +++ b/TheGameExtreme.Android/Resources/Resource.designer.cs @@ -317,8 +317,8 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_overlapTop = global::TheGameExtreme.Droid.Resource.Attribute.behavior_overlapTop; global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_peekHeight = global::TheGameExtreme.Droid.Resource.Attribute.behavior_peekHeight; global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_skipCollapsed = global::TheGameExtreme.Droid.Resource.Attribute.behavior_skipCollapsed; - global::Xamarin.Forms.Platform.Android.Resource.Attribute.borderWidth = global::TheGameExtreme.Droid.Resource.Attribute.borderWidth; global::Xamarin.Forms.Platform.Android.Resource.Attribute.borderlessButtonStyle = global::TheGameExtreme.Droid.Resource.Attribute.borderlessButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.borderWidth = global::TheGameExtreme.Droid.Resource.Attribute.borderWidth; global::Xamarin.Forms.Platform.Android.Resource.Attribute.bottomAppBarStyle = global::TheGameExtreme.Droid.Resource.Attribute.bottomAppBarStyle; global::Xamarin.Forms.Platform.Android.Resource.Attribute.bottomNavigationStyle = global::TheGameExtreme.Droid.Resource.Attribute.bottomNavigationStyle; global::Xamarin.Forms.Platform.Android.Resource.Attribute.bottomSheetDialogTheme = global::TheGameExtreme.Droid.Resource.Attribute.bottomSheetDialogTheme; @@ -384,9 +384,9 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Attribute.closeIconVisible = global::TheGameExtreme.Droid.Resource.Attribute.closeIconVisible; global::Xamarin.Forms.Platform.Android.Resource.Attribute.closeItemLayout = global::TheGameExtreme.Droid.Resource.Attribute.closeItemLayout; global::Xamarin.Forms.Platform.Android.Resource.Attribute.collapseContentDescription = global::TheGameExtreme.Droid.Resource.Attribute.collapseContentDescription; - global::Xamarin.Forms.Platform.Android.Resource.Attribute.collapseIcon = global::TheGameExtreme.Droid.Resource.Attribute.collapseIcon; global::Xamarin.Forms.Platform.Android.Resource.Attribute.collapsedTitleGravity = global::TheGameExtreme.Droid.Resource.Attribute.collapsedTitleGravity; global::Xamarin.Forms.Platform.Android.Resource.Attribute.collapsedTitleTextAppearance = global::TheGameExtreme.Droid.Resource.Attribute.collapsedTitleTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.collapseIcon = global::TheGameExtreme.Droid.Resource.Attribute.collapseIcon; global::Xamarin.Forms.Platform.Android.Resource.Attribute.color = global::TheGameExtreme.Droid.Resource.Attribute.color; global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorAccent = global::TheGameExtreme.Droid.Resource.Attribute.colorAccent; global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorBackgroundFloating = global::TheGameExtreme.Droid.Resource.Attribute.colorBackgroundFloating; @@ -432,8 +432,8 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Attribute.dividerVertical = global::TheGameExtreme.Droid.Resource.Attribute.dividerVertical; global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawableSize = global::TheGameExtreme.Droid.Resource.Attribute.drawableSize; global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawerArrowStyle = global::TheGameExtreme.Droid.Resource.Attribute.drawerArrowStyle; - global::Xamarin.Forms.Platform.Android.Resource.Attribute.dropDownListViewStyle = global::TheGameExtreme.Droid.Resource.Attribute.dropDownListViewStyle; global::Xamarin.Forms.Platform.Android.Resource.Attribute.dropdownListPreferredItemHeight = global::TheGameExtreme.Droid.Resource.Attribute.dropdownListPreferredItemHeight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.dropDownListViewStyle = global::TheGameExtreme.Droid.Resource.Attribute.dropDownListViewStyle; global::Xamarin.Forms.Platform.Android.Resource.Attribute.editTextBackground = global::TheGameExtreme.Droid.Resource.Attribute.editTextBackground; global::Xamarin.Forms.Platform.Android.Resource.Attribute.editTextColor = global::TheGameExtreme.Droid.Resource.Attribute.editTextColor; global::Xamarin.Forms.Platform.Android.Resource.Attribute.editTextStyle = global::TheGameExtreme.Droid.Resource.Attribute.editTextStyle; @@ -495,12 +495,12 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Attribute.icon = global::TheGameExtreme.Droid.Resource.Attribute.icon; global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconEndPadding = global::TheGameExtreme.Droid.Resource.Attribute.iconEndPadding; global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconGravity = global::TheGameExtreme.Droid.Resource.Attribute.iconGravity; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconifiedByDefault = global::TheGameExtreme.Droid.Resource.Attribute.iconifiedByDefault; global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconPadding = global::TheGameExtreme.Droid.Resource.Attribute.iconPadding; global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconSize = global::TheGameExtreme.Droid.Resource.Attribute.iconSize; global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconStartPadding = global::TheGameExtreme.Droid.Resource.Attribute.iconStartPadding; global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconTint = global::TheGameExtreme.Droid.Resource.Attribute.iconTint; global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconTintMode = global::TheGameExtreme.Droid.Resource.Attribute.iconTintMode; - global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconifiedByDefault = global::TheGameExtreme.Droid.Resource.Attribute.iconifiedByDefault; global::Xamarin.Forms.Platform.Android.Resource.Attribute.imageButtonStyle = global::TheGameExtreme.Droid.Resource.Attribute.imageButtonStyle; global::Xamarin.Forms.Platform.Android.Resource.Attribute.indeterminateProgressStyle = global::TheGameExtreme.Droid.Resource.Attribute.indeterminateProgressStyle; global::Xamarin.Forms.Platform.Android.Resource.Attribute.initialActivityCount = global::TheGameExtreme.Droid.Resource.Attribute.initialActivityCount; @@ -704,9 +704,9 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleMargin = global::TheGameExtreme.Droid.Resource.Attribute.titleMargin; global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleMarginBottom = global::TheGameExtreme.Droid.Resource.Attribute.titleMarginBottom; global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleMarginEnd = global::TheGameExtreme.Droid.Resource.Attribute.titleMarginEnd; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleMargins = global::TheGameExtreme.Droid.Resource.Attribute.titleMargins; global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleMarginStart = global::TheGameExtreme.Droid.Resource.Attribute.titleMarginStart; global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleMarginTop = global::TheGameExtreme.Droid.Resource.Attribute.titleMarginTop; - global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleMargins = global::TheGameExtreme.Droid.Resource.Attribute.titleMargins; global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleTextAppearance = global::TheGameExtreme.Droid.Resource.Attribute.titleTextAppearance; global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleTextColor = global::TheGameExtreme.Droid.Resource.Attribute.titleTextColor; global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleTextStyle = global::TheGameExtreme.Droid.Resource.Attribute.titleTextStyle; @@ -835,11 +835,11 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_tabs_icon_color_selector_colored = global::TheGameExtreme.Droid.Resource.Color.mtrl_tabs_icon_color_selector_colored; global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_tabs_legacy_text_color_selector = global::TheGameExtreme.Droid.Resource.Color.mtrl_tabs_legacy_text_color_selector; global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_tabs_ripple_color = global::TheGameExtreme.Droid.Resource.Color.mtrl_tabs_ripple_color; - global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_text_btn_text_color_selector = global::TheGameExtreme.Droid.Resource.Color.mtrl_text_btn_text_color_selector; global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_textinput_default_box_stroke_color = global::TheGameExtreme.Droid.Resource.Color.mtrl_textinput_default_box_stroke_color; global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_textinput_disabled_color = global::TheGameExtreme.Droid.Resource.Color.mtrl_textinput_disabled_color; global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_textinput_filled_box_default_background_color = global::TheGameExtreme.Droid.Resource.Color.mtrl_textinput_filled_box_default_background_color; global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_textinput_hovered_box_stroke_color = global::TheGameExtreme.Droid.Resource.Color.mtrl_textinput_hovered_box_stroke_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_text_btn_text_color_selector = global::TheGameExtreme.Droid.Resource.Color.mtrl_text_btn_text_color_selector; global::Xamarin.Forms.Platform.Android.Resource.Color.notification_action_color_filter = global::TheGameExtreme.Droid.Resource.Color.notification_action_color_filter; global::Xamarin.Forms.Platform.Android.Resource.Color.notification_icon_bg_color = global::TheGameExtreme.Droid.Resource.Color.notification_icon_bg_color; global::Xamarin.Forms.Platform.Android.Resource.Color.notification_material_background_media_default_color = global::TheGameExtreme.Droid.Resource.Color.notification_material_background_media_default_color; @@ -1155,6 +1155,11 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_switch_track_mtrl_alpha = global::TheGameExtreme.Droid.Resource.Drawable.abc_switch_track_mtrl_alpha; global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_tab_indicator_material = global::TheGameExtreme.Droid.Resource.Drawable.abc_tab_indicator_material; global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_tab_indicator_mtrl_alpha = global::TheGameExtreme.Droid.Resource.Drawable.abc_tab_indicator_mtrl_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_textfield_activated_mtrl_alpha = global::TheGameExtreme.Droid.Resource.Drawable.abc_textfield_activated_mtrl_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_textfield_default_mtrl_alpha = global::TheGameExtreme.Droid.Resource.Drawable.abc_textfield_default_mtrl_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_textfield_search_activated_mtrl_alpha = global::TheGameExtreme.Droid.Resource.Drawable.abc_textfield_search_activated_mtrl_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_textfield_search_default_mtrl_alpha = global::TheGameExtreme.Droid.Resource.Drawable.abc_textfield_search_default_mtrl_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_textfield_search_material = global::TheGameExtreme.Droid.Resource.Drawable.abc_textfield_search_material; global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_text_cursor_material = global::TheGameExtreme.Droid.Resource.Drawable.abc_text_cursor_material; global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_text_select_handle_left_mtrl_dark = global::TheGameExtreme.Droid.Resource.Drawable.abc_text_select_handle_left_mtrl_dark; global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_text_select_handle_left_mtrl_light = global::TheGameExtreme.Droid.Resource.Drawable.abc_text_select_handle_left_mtrl_light; @@ -1162,11 +1167,6 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_text_select_handle_middle_mtrl_light = global::TheGameExtreme.Droid.Resource.Drawable.abc_text_select_handle_middle_mtrl_light; global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_text_select_handle_right_mtrl_dark = global::TheGameExtreme.Droid.Resource.Drawable.abc_text_select_handle_right_mtrl_dark; global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_text_select_handle_right_mtrl_light = global::TheGameExtreme.Droid.Resource.Drawable.abc_text_select_handle_right_mtrl_light; - global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_textfield_activated_mtrl_alpha = global::TheGameExtreme.Droid.Resource.Drawable.abc_textfield_activated_mtrl_alpha; - global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_textfield_default_mtrl_alpha = global::TheGameExtreme.Droid.Resource.Drawable.abc_textfield_default_mtrl_alpha; - global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_textfield_search_activated_mtrl_alpha = global::TheGameExtreme.Droid.Resource.Drawable.abc_textfield_search_activated_mtrl_alpha; - global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_textfield_search_default_mtrl_alpha = global::TheGameExtreme.Droid.Resource.Drawable.abc_textfield_search_default_mtrl_alpha; - global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_textfield_search_material = global::TheGameExtreme.Droid.Resource.Drawable.abc_textfield_search_material; global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_vector_test = global::TheGameExtreme.Droid.Resource.Drawable.abc_vector_test; global::Xamarin.Forms.Platform.Android.Resource.Drawable.avd_hide_password = global::TheGameExtreme.Droid.Resource.Drawable.avd_hide_password; global::Xamarin.Forms.Platform.Android.Resource.Drawable.avd_show_password = global::TheGameExtreme.Droid.Resource.Drawable.avd_show_password; @@ -1196,13 +1196,8 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Drawable.notify_panel_notification_icon_bg = global::TheGameExtreme.Droid.Resource.Drawable.notify_panel_notification_icon_bg; global::Xamarin.Forms.Platform.Android.Resource.Drawable.tooltip_frame_dark = global::TheGameExtreme.Droid.Resource.Drawable.tooltip_frame_dark; global::Xamarin.Forms.Platform.Android.Resource.Drawable.tooltip_frame_light = global::TheGameExtreme.Droid.Resource.Drawable.tooltip_frame_light; - global::Xamarin.Forms.Platform.Android.Resource.Id.ALT = global::TheGameExtreme.Droid.Resource.Id.ALT; - global::Xamarin.Forms.Platform.Android.Resource.Id.CTRL = global::TheGameExtreme.Droid.Resource.Id.CTRL; - global::Xamarin.Forms.Platform.Android.Resource.Id.FUNCTION = global::TheGameExtreme.Droid.Resource.Id.FUNCTION; - global::Xamarin.Forms.Platform.Android.Resource.Id.META = global::TheGameExtreme.Droid.Resource.Id.META; - global::Xamarin.Forms.Platform.Android.Resource.Id.SHIFT = global::TheGameExtreme.Droid.Resource.Id.SHIFT; - global::Xamarin.Forms.Platform.Android.Resource.Id.SYM = global::TheGameExtreme.Droid.Resource.Id.SYM; global::Xamarin.Forms.Platform.Android.Resource.Id.action0 = global::TheGameExtreme.Droid.Resource.Id.action0; + global::Xamarin.Forms.Platform.Android.Resource.Id.actions = global::TheGameExtreme.Droid.Resource.Id.actions; global::Xamarin.Forms.Platform.Android.Resource.Id.action_bar = global::TheGameExtreme.Droid.Resource.Id.action_bar; global::Xamarin.Forms.Platform.Android.Resource.Id.action_bar_activity_content = global::TheGameExtreme.Droid.Resource.Id.action_bar_activity_content; global::Xamarin.Forms.Platform.Android.Resource.Id.action_bar_container = global::TheGameExtreme.Droid.Resource.Id.action_bar_container; @@ -1220,11 +1215,11 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Id.action_mode_bar_stub = global::TheGameExtreme.Droid.Resource.Id.action_mode_bar_stub; global::Xamarin.Forms.Platform.Android.Resource.Id.action_mode_close_button = global::TheGameExtreme.Droid.Resource.Id.action_mode_close_button; global::Xamarin.Forms.Platform.Android.Resource.Id.action_text = global::TheGameExtreme.Droid.Resource.Id.action_text; - global::Xamarin.Forms.Platform.Android.Resource.Id.actions = global::TheGameExtreme.Droid.Resource.Id.actions; global::Xamarin.Forms.Platform.Android.Resource.Id.activity_chooser_view_content = global::TheGameExtreme.Droid.Resource.Id.activity_chooser_view_content; global::Xamarin.Forms.Platform.Android.Resource.Id.add = global::TheGameExtreme.Droid.Resource.Id.add; global::Xamarin.Forms.Platform.Android.Resource.Id.alertTitle = global::TheGameExtreme.Droid.Resource.Id.alertTitle; global::Xamarin.Forms.Platform.Android.Resource.Id.all = global::TheGameExtreme.Droid.Resource.Id.all; + global::Xamarin.Forms.Platform.Android.Resource.Id.ALT = global::TheGameExtreme.Droid.Resource.Id.ALT; global::Xamarin.Forms.Platform.Android.Resource.Id.always = global::TheGameExtreme.Droid.Resource.Id.always; global::Xamarin.Forms.Platform.Android.Resource.Id.async = global::TheGameExtreme.Droid.Resource.Id.async; global::Xamarin.Forms.Platform.Android.Resource.Id.auto = global::TheGameExtreme.Droid.Resource.Id.auto; @@ -1247,6 +1242,7 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Id.content = global::TheGameExtreme.Droid.Resource.Id.content; global::Xamarin.Forms.Platform.Android.Resource.Id.contentPanel = global::TheGameExtreme.Droid.Resource.Id.contentPanel; global::Xamarin.Forms.Platform.Android.Resource.Id.coordinator = global::TheGameExtreme.Droid.Resource.Id.coordinator; + global::Xamarin.Forms.Platform.Android.Resource.Id.CTRL = global::TheGameExtreme.Droid.Resource.Id.CTRL; global::Xamarin.Forms.Platform.Android.Resource.Id.custom = global::TheGameExtreme.Droid.Resource.Id.custom; global::Xamarin.Forms.Platform.Android.Resource.Id.customPanel = global::TheGameExtreme.Droid.Resource.Id.customPanel; global::Xamarin.Forms.Platform.Android.Resource.Id.decor_content_parent = global::TheGameExtreme.Droid.Resource.Id.decor_content_parent; @@ -1263,16 +1259,17 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Id.enterAlways = global::TheGameExtreme.Droid.Resource.Id.enterAlways; global::Xamarin.Forms.Platform.Android.Resource.Id.enterAlwaysCollapsed = global::TheGameExtreme.Droid.Resource.Id.enterAlwaysCollapsed; global::Xamarin.Forms.Platform.Android.Resource.Id.exitUntilCollapsed = global::TheGameExtreme.Droid.Resource.Id.exitUntilCollapsed; - global::Xamarin.Forms.Platform.Android.Resource.Id.expand_activities_button = global::TheGameExtreme.Droid.Resource.Id.expand_activities_button; global::Xamarin.Forms.Platform.Android.Resource.Id.expanded_menu = global::TheGameExtreme.Droid.Resource.Id.expanded_menu; + global::Xamarin.Forms.Platform.Android.Resource.Id.expand_activities_button = global::TheGameExtreme.Droid.Resource.Id.expand_activities_button; global::Xamarin.Forms.Platform.Android.Resource.Id.fill = global::TheGameExtreme.Droid.Resource.Id.fill; + global::Xamarin.Forms.Platform.Android.Resource.Id.filled = global::TheGameExtreme.Droid.Resource.Id.filled; global::Xamarin.Forms.Platform.Android.Resource.Id.fill_horizontal = global::TheGameExtreme.Droid.Resource.Id.fill_horizontal; global::Xamarin.Forms.Platform.Android.Resource.Id.fill_vertical = global::TheGameExtreme.Droid.Resource.Id.fill_vertical; - global::Xamarin.Forms.Platform.Android.Resource.Id.filled = global::TheGameExtreme.Droid.Resource.Id.filled; global::Xamarin.Forms.Platform.Android.Resource.Id.@fixed = global::TheGameExtreme.Droid.Resource.Id.@fixed; global::Xamarin.Forms.Platform.Android.Resource.Id.flyoutcontent_appbar = global::TheGameExtreme.Droid.Resource.Id.flyoutcontent_appbar; global::Xamarin.Forms.Platform.Android.Resource.Id.flyoutcontent_recycler = global::TheGameExtreme.Droid.Resource.Id.flyoutcontent_recycler; global::Xamarin.Forms.Platform.Android.Resource.Id.forever = global::TheGameExtreme.Droid.Resource.Id.forever; + global::Xamarin.Forms.Platform.Android.Resource.Id.FUNCTION = global::TheGameExtreme.Droid.Resource.Id.FUNCTION; global::Xamarin.Forms.Platform.Android.Resource.Id.ghost_view = global::TheGameExtreme.Droid.Resource.Id.ghost_view; global::Xamarin.Forms.Platform.Android.Resource.Id.group_divider = global::TheGameExtreme.Droid.Resource.Id.group_divider; global::Xamarin.Forms.Platform.Android.Resource.Id.home = global::TheGameExtreme.Droid.Resource.Id.home; @@ -1298,6 +1295,7 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Id.masked = global::TheGameExtreme.Droid.Resource.Id.masked; global::Xamarin.Forms.Platform.Android.Resource.Id.media_actions = global::TheGameExtreme.Droid.Resource.Id.media_actions; global::Xamarin.Forms.Platform.Android.Resource.Id.message = global::TheGameExtreme.Droid.Resource.Id.message; + global::Xamarin.Forms.Platform.Android.Resource.Id.META = global::TheGameExtreme.Droid.Resource.Id.META; global::Xamarin.Forms.Platform.Android.Resource.Id.middle = global::TheGameExtreme.Droid.Resource.Id.middle; global::Xamarin.Forms.Platform.Android.Resource.Id.mini = global::TheGameExtreme.Droid.Resource.Id.mini; global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_child_content_container = global::TheGameExtreme.Droid.Resource.Id.mtrl_child_content_container; @@ -1326,10 +1324,10 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Id.save_scale_type = global::TheGameExtreme.Droid.Resource.Id.save_scale_type; global::Xamarin.Forms.Platform.Android.Resource.Id.screen = global::TheGameExtreme.Droid.Resource.Id.screen; global::Xamarin.Forms.Platform.Android.Resource.Id.scroll = global::TheGameExtreme.Droid.Resource.Id.scroll; + global::Xamarin.Forms.Platform.Android.Resource.Id.scrollable = global::TheGameExtreme.Droid.Resource.Id.scrollable; global::Xamarin.Forms.Platform.Android.Resource.Id.scrollIndicatorDown = global::TheGameExtreme.Droid.Resource.Id.scrollIndicatorDown; global::Xamarin.Forms.Platform.Android.Resource.Id.scrollIndicatorUp = global::TheGameExtreme.Droid.Resource.Id.scrollIndicatorUp; global::Xamarin.Forms.Platform.Android.Resource.Id.scrollView = global::TheGameExtreme.Droid.Resource.Id.scrollView; - global::Xamarin.Forms.Platform.Android.Resource.Id.scrollable = global::TheGameExtreme.Droid.Resource.Id.scrollable; global::Xamarin.Forms.Platform.Android.Resource.Id.search_badge = global::TheGameExtreme.Droid.Resource.Id.search_badge; global::Xamarin.Forms.Platform.Android.Resource.Id.search_bar = global::TheGameExtreme.Droid.Resource.Id.search_bar; global::Xamarin.Forms.Platform.Android.Resource.Id.search_button = global::TheGameExtreme.Droid.Resource.Id.search_button; @@ -1340,10 +1338,11 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Id.search_plate = global::TheGameExtreme.Droid.Resource.Id.search_plate; global::Xamarin.Forms.Platform.Android.Resource.Id.search_src_text = global::TheGameExtreme.Droid.Resource.Id.search_src_text; global::Xamarin.Forms.Platform.Android.Resource.Id.search_voice_btn = global::TheGameExtreme.Droid.Resource.Id.search_voice_btn; - global::Xamarin.Forms.Platform.Android.Resource.Id.select_dialog_listview = global::TheGameExtreme.Droid.Resource.Id.select_dialog_listview; global::Xamarin.Forms.Platform.Android.Resource.Id.selected = global::TheGameExtreme.Droid.Resource.Id.selected; + global::Xamarin.Forms.Platform.Android.Resource.Id.select_dialog_listview = global::TheGameExtreme.Droid.Resource.Id.select_dialog_listview; global::Xamarin.Forms.Platform.Android.Resource.Id.shellcontent_appbar = global::TheGameExtreme.Droid.Resource.Id.shellcontent_appbar; global::Xamarin.Forms.Platform.Android.Resource.Id.shellcontent_toolbar = global::TheGameExtreme.Droid.Resource.Id.shellcontent_toolbar; + global::Xamarin.Forms.Platform.Android.Resource.Id.SHIFT = global::TheGameExtreme.Droid.Resource.Id.SHIFT; global::Xamarin.Forms.Platform.Android.Resource.Id.shortcut = global::TheGameExtreme.Droid.Resource.Id.shortcut; global::Xamarin.Forms.Platform.Android.Resource.Id.showCustom = global::TheGameExtreme.Droid.Resource.Id.showCustom; global::Xamarin.Forms.Platform.Android.Resource.Id.showHome = global::TheGameExtreme.Droid.Resource.Id.showHome; @@ -1363,19 +1362,20 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Id.stretch = global::TheGameExtreme.Droid.Resource.Id.stretch; global::Xamarin.Forms.Platform.Android.Resource.Id.submenuarrow = global::TheGameExtreme.Droid.Resource.Id.submenuarrow; global::Xamarin.Forms.Platform.Android.Resource.Id.submit_area = global::TheGameExtreme.Droid.Resource.Id.submit_area; + global::Xamarin.Forms.Platform.Android.Resource.Id.SYM = global::TheGameExtreme.Droid.Resource.Id.SYM; global::Xamarin.Forms.Platform.Android.Resource.Id.tabMode = global::TheGameExtreme.Droid.Resource.Id.tabMode; global::Xamarin.Forms.Platform.Android.Resource.Id.tag_transition_group = global::TheGameExtreme.Droid.Resource.Id.tag_transition_group; global::Xamarin.Forms.Platform.Android.Resource.Id.tag_unhandled_key_event_manager = global::TheGameExtreme.Droid.Resource.Id.tag_unhandled_key_event_manager; global::Xamarin.Forms.Platform.Android.Resource.Id.tag_unhandled_key_listeners = global::TheGameExtreme.Droid.Resource.Id.tag_unhandled_key_listeners; global::Xamarin.Forms.Platform.Android.Resource.Id.text = global::TheGameExtreme.Droid.Resource.Id.text; global::Xamarin.Forms.Platform.Android.Resource.Id.text2 = global::TheGameExtreme.Droid.Resource.Id.text2; + global::Xamarin.Forms.Platform.Android.Resource.Id.textinput_counter = global::TheGameExtreme.Droid.Resource.Id.textinput_counter; + global::Xamarin.Forms.Platform.Android.Resource.Id.textinput_error = global::TheGameExtreme.Droid.Resource.Id.textinput_error; + global::Xamarin.Forms.Platform.Android.Resource.Id.textinput_helper_text = global::TheGameExtreme.Droid.Resource.Id.textinput_helper_text; global::Xamarin.Forms.Platform.Android.Resource.Id.textSpacerNoButtons = global::TheGameExtreme.Droid.Resource.Id.textSpacerNoButtons; global::Xamarin.Forms.Platform.Android.Resource.Id.textSpacerNoTitle = global::TheGameExtreme.Droid.Resource.Id.textSpacerNoTitle; global::Xamarin.Forms.Platform.Android.Resource.Id.textStart = global::TheGameExtreme.Droid.Resource.Id.textStart; global::Xamarin.Forms.Platform.Android.Resource.Id.text_input_password_toggle = global::TheGameExtreme.Droid.Resource.Id.text_input_password_toggle; - global::Xamarin.Forms.Platform.Android.Resource.Id.textinput_counter = global::TheGameExtreme.Droid.Resource.Id.textinput_counter; - global::Xamarin.Forms.Platform.Android.Resource.Id.textinput_error = global::TheGameExtreme.Droid.Resource.Id.textinput_error; - global::Xamarin.Forms.Platform.Android.Resource.Id.textinput_helper_text = global::TheGameExtreme.Droid.Resource.Id.textinput_helper_text; global::Xamarin.Forms.Platform.Android.Resource.Id.time = global::TheGameExtreme.Droid.Resource.Id.time; global::Xamarin.Forms.Platform.Android.Resource.Id.title = global::TheGameExtreme.Droid.Resource.Id.title; global::Xamarin.Forms.Platform.Android.Resource.Id.titleDividerNoCustom = global::TheGameExtreme.Droid.Resource.Id.titleDividerNoCustom; @@ -1486,8 +1486,8 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.String.abc_action_bar_up_description = global::TheGameExtreme.Droid.Resource.String.abc_action_bar_up_description; global::Xamarin.Forms.Platform.Android.Resource.String.abc_action_menu_overflow_description = global::TheGameExtreme.Droid.Resource.String.abc_action_menu_overflow_description; global::Xamarin.Forms.Platform.Android.Resource.String.abc_action_mode_done = global::TheGameExtreme.Droid.Resource.String.abc_action_mode_done; - global::Xamarin.Forms.Platform.Android.Resource.String.abc_activity_chooser_view_see_all = global::TheGameExtreme.Droid.Resource.String.abc_activity_chooser_view_see_all; global::Xamarin.Forms.Platform.Android.Resource.String.abc_activitychooserview_choose_application = global::TheGameExtreme.Droid.Resource.String.abc_activitychooserview_choose_application; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_activity_chooser_view_see_all = global::TheGameExtreme.Droid.Resource.String.abc_activity_chooser_view_see_all; global::Xamarin.Forms.Platform.Android.Resource.String.abc_capital_off = global::TheGameExtreme.Droid.Resource.String.abc_capital_off; global::Xamarin.Forms.Platform.Android.Resource.String.abc_capital_on = global::TheGameExtreme.Droid.Resource.String.abc_capital_on; global::Xamarin.Forms.Platform.Android.Resource.String.abc_font_family_body_1_material = global::TheGameExtreme.Droid.Resource.String.abc_font_family_body_1_material; @@ -1512,12 +1512,12 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.String.abc_menu_space_shortcut_label = global::TheGameExtreme.Droid.Resource.String.abc_menu_space_shortcut_label; global::Xamarin.Forms.Platform.Android.Resource.String.abc_menu_sym_shortcut_label = global::TheGameExtreme.Droid.Resource.String.abc_menu_sym_shortcut_label; global::Xamarin.Forms.Platform.Android.Resource.String.abc_prepend_shortcut_label = global::TheGameExtreme.Droid.Resource.String.abc_prepend_shortcut_label; - global::Xamarin.Forms.Platform.Android.Resource.String.abc_search_hint = global::TheGameExtreme.Droid.Resource.String.abc_search_hint; global::Xamarin.Forms.Platform.Android.Resource.String.abc_searchview_description_clear = global::TheGameExtreme.Droid.Resource.String.abc_searchview_description_clear; global::Xamarin.Forms.Platform.Android.Resource.String.abc_searchview_description_query = global::TheGameExtreme.Droid.Resource.String.abc_searchview_description_query; global::Xamarin.Forms.Platform.Android.Resource.String.abc_searchview_description_search = global::TheGameExtreme.Droid.Resource.String.abc_searchview_description_search; global::Xamarin.Forms.Platform.Android.Resource.String.abc_searchview_description_submit = global::TheGameExtreme.Droid.Resource.String.abc_searchview_description_submit; global::Xamarin.Forms.Platform.Android.Resource.String.abc_searchview_description_voice = global::TheGameExtreme.Droid.Resource.String.abc_searchview_description_voice; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_search_hint = global::TheGameExtreme.Droid.Resource.String.abc_search_hint; global::Xamarin.Forms.Platform.Android.Resource.String.abc_shareactionprovider_share_with = global::TheGameExtreme.Droid.Resource.String.abc_shareactionprovider_share_with; global::Xamarin.Forms.Platform.Android.Resource.String.abc_shareactionprovider_share_with_application = global::TheGameExtreme.Droid.Resource.String.abc_shareactionprovider_share_with_application; global::Xamarin.Forms.Platform.Android.Resource.String.abc_toolbar_collapse_description = global::TheGameExtreme.Droid.Resource.String.abc_toolbar_collapse_description; @@ -1548,8 +1548,8 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Animation_AppCompat_DropDownUp = global::TheGameExtreme.Droid.Resource.Style.Base_Animation_AppCompat_DropDownUp; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Animation_AppCompat_Tooltip = global::TheGameExtreme.Droid.Resource.Style.Base_Animation_AppCompat_Tooltip; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_CardView = global::TheGameExtreme.Droid.Resource.Style.Base_CardView; - global::Xamarin.Forms.Platform.Android.Resource.Style.Base_DialogWindowTitle_AppCompat = global::TheGameExtreme.Droid.Resource.Style.Base_DialogWindowTitle_AppCompat; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_DialogWindowTitleBackground_AppCompat = global::TheGameExtreme.Droid.Resource.Style.Base_DialogWindowTitleBackground_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_DialogWindowTitle_AppCompat = global::TheGameExtreme.Droid.Resource.Style.Base_DialogWindowTitle_AppCompat; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat = global::TheGameExtreme.Droid.Resource.Style.Base_TextAppearance_AppCompat; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Body1 = global::TheGameExtreme.Droid.Resource.Style.Base_TextAppearance_AppCompat_Body1; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Body2 = global::TheGameExtreme.Droid.Resource.Style.Base_TextAppearance_AppCompat_Body2; @@ -1598,46 +1598,48 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = global::TheGameExtreme.Droid.Resource.Style.Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = global::TheGameExtreme.Droid.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Title = global::TheGameExtreme.Droid.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Title; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat = global::TheGameExtreme.Droid.Resource.Style.Base_ThemeOverlay_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_ActionBar = global::TheGameExtreme.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_Dark = global::TheGameExtreme.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dark; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_Dark_ActionBar = global::TheGameExtreme.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dark_ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog = global::TheGameExtreme.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog_Alert = global::TheGameExtreme.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog_Alert; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_Light = global::TheGameExtreme.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog = global::TheGameExtreme.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog_Alert = global::TheGameExtreme.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog_Alert; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_AppCompat; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_CompactMenu = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_AppCompat_CompactMenu; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Dialog = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_DialogWhenLarge = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_AppCompat_DialogWhenLarge; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Dialog_Alert = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_AppCompat_Dialog_Alert; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Dialog_FixedSize = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_AppCompat_Dialog_FixedSize; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Dialog_MinWidth = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_AppCompat_Dialog_MinWidth; - global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_DialogWhenLarge = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_AppCompat_DialogWhenLarge; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Light = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_AppCompat_Light; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Light_DarkActionBar = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_AppCompat_Light_DarkActionBar; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Light_Dialog = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_AppCompat_Light_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Light_DialogWhenLarge = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_AppCompat_Light_DialogWhenLarge; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Light_Dialog_Alert = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_AppCompat_Light_Dialog_Alert; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Light_Dialog_FixedSize = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_AppCompat_Light_Dialog_FixedSize; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Light_Dialog_MinWidth = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_AppCompat_Light_Dialog_MinWidth; - global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Light_DialogWhenLarge = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_AppCompat_Light_DialogWhenLarge; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_MaterialComponents; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Bridge = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_MaterialComponents_Bridge; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_CompactMenu = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_MaterialComponents_CompactMenu; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Dialog = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_DialogWhenLarge = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_MaterialComponents_DialogWhenLarge; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Dialog_Alert = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog_Alert; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Dialog_FixedSize = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog_FixedSize; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Dialog_MinWidth = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog_MinWidth; - global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_DialogWhenLarge = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_MaterialComponents_DialogWhenLarge; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_MaterialComponents_Light; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_Bridge = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Bridge; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_DarkActionBar = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_DarkActionBar; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_DialogWhenLarge = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_DialogWhenLarge; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_Alert = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_Alert; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_FixedSize = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_FixedSize; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_MinWidth = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_MinWidth; - global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_DialogWhenLarge = global::TheGameExtreme.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_DialogWhenLarge; - global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat = global::TheGameExtreme.Droid.Resource.Style.Base_ThemeOverlay_AppCompat; - global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_ActionBar = global::TheGameExtreme.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_ActionBar; - global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_Dark = global::TheGameExtreme.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dark; - global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_Dark_ActionBar = global::TheGameExtreme.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dark_ActionBar; - global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog = global::TheGameExtreme.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog; - global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog_Alert = global::TheGameExtreme.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog_Alert; - global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_Light = global::TheGameExtreme.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Light; - global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog = global::TheGameExtreme.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog; - global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog_Alert = global::TheGameExtreme.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog_Alert; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog = global::TheGameExtreme.Droid.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert = global::TheGameExtreme.Droid.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents = global::TheGameExtreme.Droid.Resource.Style.Base_V14_Theme_MaterialComponents; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents_Bridge = global::TheGameExtreme.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Bridge; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents_Dialog = global::TheGameExtreme.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Dialog; @@ -1645,13 +1647,11 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Bridge = global::TheGameExtreme.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Bridge; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge = global::TheGameExtreme.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Dialog = global::TheGameExtreme.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Dialog; - global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog = global::TheGameExtreme.Droid.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog; - global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert = global::TheGameExtreme.Droid.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_ThemeOverlay_AppCompat_Dialog = global::TheGameExtreme.Droid.Resource.Style.Base_V21_ThemeOverlay_AppCompat_Dialog; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_Theme_AppCompat = global::TheGameExtreme.Droid.Resource.Style.Base_V21_Theme_AppCompat; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_Theme_AppCompat_Dialog = global::TheGameExtreme.Droid.Resource.Style.Base_V21_Theme_AppCompat_Dialog; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_Theme_AppCompat_Light = global::TheGameExtreme.Droid.Resource.Style.Base_V21_Theme_AppCompat_Light; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_Theme_AppCompat_Light_Dialog = global::TheGameExtreme.Droid.Resource.Style.Base_V21_Theme_AppCompat_Light_Dialog; - global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_ThemeOverlay_AppCompat_Dialog = global::TheGameExtreme.Droid.Resource.Style.Base_V21_ThemeOverlay_AppCompat_Dialog; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V22_Theme_AppCompat = global::TheGameExtreme.Droid.Resource.Style.Base_V22_Theme_AppCompat; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V22_Theme_AppCompat_Light = global::TheGameExtreme.Droid.Resource.Style.Base_V22_Theme_AppCompat_Light; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V23_Theme_AppCompat = global::TheGameExtreme.Droid.Resource.Style.Base_V23_Theme_AppCompat; @@ -1661,11 +1661,11 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V26_Widget_AppCompat_Toolbar = global::TheGameExtreme.Droid.Resource.Style.Base_V26_Widget_AppCompat_Toolbar; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V28_Theme_AppCompat = global::TheGameExtreme.Droid.Resource.Style.Base_V28_Theme_AppCompat; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V28_Theme_AppCompat_Light = global::TheGameExtreme.Droid.Resource.Style.Base_V28_Theme_AppCompat_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_ThemeOverlay_AppCompat_Dialog = global::TheGameExtreme.Droid.Resource.Style.Base_V7_ThemeOverlay_AppCompat_Dialog; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_Theme_AppCompat = global::TheGameExtreme.Droid.Resource.Style.Base_V7_Theme_AppCompat; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_Theme_AppCompat_Dialog = global::TheGameExtreme.Droid.Resource.Style.Base_V7_Theme_AppCompat_Dialog; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_Theme_AppCompat_Light = global::TheGameExtreme.Droid.Resource.Style.Base_V7_Theme_AppCompat_Light; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_Theme_AppCompat_Light_Dialog = global::TheGameExtreme.Droid.Resource.Style.Base_V7_Theme_AppCompat_Light_Dialog; - global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_ThemeOverlay_AppCompat_Dialog = global::TheGameExtreme.Droid.Resource.Style.Base_V7_ThemeOverlay_AppCompat_Dialog; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_Widget_AppCompat_AutoCompleteTextView = global::TheGameExtreme.Droid.Resource.Style.Base_V7_Widget_AppCompat_AutoCompleteTextView; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_Widget_AppCompat_EditText = global::TheGameExtreme.Droid.Resource.Style.Base_V7_Widget_AppCompat_EditText; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_Widget_AppCompat_Toolbar = global::TheGameExtreme.Droid.Resource.Style.Base_V7_Widget_AppCompat_Toolbar; @@ -1681,13 +1681,13 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ActivityChooserView = global::TheGameExtreme.Droid.Resource.Style.Base_Widget_AppCompat_ActivityChooserView; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_AutoCompleteTextView = global::TheGameExtreme.Droid.Resource.Style.Base_Widget_AppCompat_AutoCompleteTextView; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Button = global::TheGameExtreme.Droid.Resource.Style.Base_Widget_AppCompat_Button; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ButtonBar = global::TheGameExtreme.Droid.Resource.Style.Base_Widget_AppCompat_ButtonBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ButtonBar_AlertDialog = global::TheGameExtreme.Droid.Resource.Style.Base_Widget_AppCompat_ButtonBar_AlertDialog; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Button_Borderless = global::TheGameExtreme.Droid.Resource.Style.Base_Widget_AppCompat_Button_Borderless; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Button_Borderless_Colored = global::TheGameExtreme.Droid.Resource.Style.Base_Widget_AppCompat_Button_Borderless_Colored; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = global::TheGameExtreme.Droid.Resource.Style.Base_Widget_AppCompat_Button_ButtonBar_AlertDialog; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Button_Colored = global::TheGameExtreme.Droid.Resource.Style.Base_Widget_AppCompat_Button_Colored; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Button_Small = global::TheGameExtreme.Droid.Resource.Style.Base_Widget_AppCompat_Button_Small; - global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ButtonBar = global::TheGameExtreme.Droid.Resource.Style.Base_Widget_AppCompat_ButtonBar; - global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ButtonBar_AlertDialog = global::TheGameExtreme.Droid.Resource.Style.Base_Widget_AppCompat_ButtonBar_AlertDialog; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_CompoundButton_CheckBox = global::TheGameExtreme.Droid.Resource.Style.Base_Widget_AppCompat_CompoundButton_CheckBox; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_CompoundButton_RadioButton = global::TheGameExtreme.Droid.Resource.Style.Base_Widget_AppCompat_CompoundButton_RadioButton; global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_CompoundButton_Switch = global::TheGameExtreme.Droid.Resource.Style.Base_Widget_AppCompat_CompoundButton_Switch; @@ -1733,6 +1733,7 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Style.CardView = global::TheGameExtreme.Droid.Resource.Style.CardView; global::Xamarin.Forms.Platform.Android.Resource.Style.CardView_Dark = global::TheGameExtreme.Droid.Resource.Style.CardView_Dark; global::Xamarin.Forms.Platform.Android.Resource.Style.CardView_Light = global::TheGameExtreme.Droid.Resource.Style.CardView_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.collectionViewStyle = global::TheGameExtreme.Droid.Resource.Style.collectionViewStyle; global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_AppCompat = global::TheGameExtreme.Droid.Resource.Style.Platform_AppCompat; global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_AppCompat_Light = global::TheGameExtreme.Droid.Resource.Style.Platform_AppCompat_Light; global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_MaterialComponents = global::TheGameExtreme.Droid.Resource.Style.Platform_MaterialComponents; @@ -1756,12 +1757,12 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = global::TheGameExtreme.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow; global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = global::TheGameExtreme.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Text; global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = global::TheGameExtreme.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Title; + global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_SearchView_MagIcon = global::TheGameExtreme.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_SearchView_MagIcon; global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown = global::TheGameExtreme.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown; global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = global::TheGameExtreme.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1; global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = global::TheGameExtreme.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2; global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Query = global::TheGameExtreme.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Query; global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Text = global::TheGameExtreme.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Text; - global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_SearchView_MagIcon = global::TheGameExtreme.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_SearchView_MagIcon; global::Xamarin.Forms.Platform.Android.Resource.Style.RtlUnderlay_Widget_AppCompat_ActionButton = global::TheGameExtreme.Droid.Resource.Style.RtlUnderlay_Widget_AppCompat_ActionButton; global::Xamarin.Forms.Platform.Android.Resource.Style.RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = global::TheGameExtreme.Droid.Resource.Style.RtlUnderlay_Widget_AppCompat_ActionButton_Overflow; global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat = global::TheGameExtreme.Droid.Resource.Style.TextAppearance_AppCompat; @@ -1848,25 +1849,44 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Widget_AppCompat_ExpandedMenu_Item = global::TheGameExtreme.Droid.Resource.Style.TextAppearance_Widget_AppCompat_ExpandedMenu_Item; global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Subtitle = global::TheGameExtreme.Droid.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Subtitle; global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Title = global::TheGameExtreme.Droid.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Title; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_ActionBar = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_AppCompat_ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_Dark = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_AppCompat_Dark; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_Dark_ActionBar = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_AppCompat_Dark_ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_Dialog = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_Dialog_Alert = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_AppCompat_Dialog_Alert; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_Light = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_AppCompat_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Dark = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dark; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Dark_ActionBar = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dark_ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Dialog = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Dialog_Alert = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dialog_Alert; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Light = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_CompactMenu = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_CompactMenu; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DayNight = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_DayNight; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DayNight_DarkActionBar = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_DayNight_DarkActionBar; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DayNight_Dialog = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_DayNight_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DayNight_DialogWhenLarge = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_DayNight_DialogWhenLarge; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DayNight_Dialog_Alert = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_DayNight_Dialog_Alert; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DayNight_Dialog_MinWidth = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_DayNight_Dialog_MinWidth; - global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DayNight_DialogWhenLarge = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_DayNight_DialogWhenLarge; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DayNight_NoActionBar = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_DayNight_NoActionBar; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Dialog = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DialogWhenLarge = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_DialogWhenLarge; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Dialog_Alert = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_Dialog_Alert; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Dialog_MinWidth = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_Dialog_MinWidth; - global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DialogWhenLarge = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_DialogWhenLarge; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Light = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_Light; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Light_DarkActionBar = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_Light_DarkActionBar; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Light_Dialog = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_Light_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Light_DialogWhenLarge = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_Light_DialogWhenLarge; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Light_Dialog_Alert = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_Light_Dialog_Alert; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Light_Dialog_MinWidth = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_Light_Dialog_MinWidth; - global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Light_DialogWhenLarge = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_Light_DialogWhenLarge; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Light_NoActionBar = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_Light_NoActionBar; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_NoActionBar = global::TheGameExtreme.Droid.Resource.Style.Theme_AppCompat_NoActionBar; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_Design = global::TheGameExtreme.Droid.Resource.Style.Theme_Design; @@ -1880,41 +1900,22 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Bridge = global::TheGameExtreme.Droid.Resource.Style.Theme_MaterialComponents_Bridge; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_CompactMenu = global::TheGameExtreme.Droid.Resource.Style.Theme_MaterialComponents_CompactMenu; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Dialog = global::TheGameExtreme.Droid.Resource.Style.Theme_MaterialComponents_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DialogWhenLarge = global::TheGameExtreme.Droid.Resource.Style.Theme_MaterialComponents_DialogWhenLarge; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Dialog_Alert = global::TheGameExtreme.Droid.Resource.Style.Theme_MaterialComponents_Dialog_Alert; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Dialog_MinWidth = global::TheGameExtreme.Droid.Resource.Style.Theme_MaterialComponents_Dialog_MinWidth; - global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DialogWhenLarge = global::TheGameExtreme.Droid.Resource.Style.Theme_MaterialComponents_DialogWhenLarge; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light = global::TheGameExtreme.Droid.Resource.Style.Theme_MaterialComponents_Light; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_BottomSheetDialog = global::TheGameExtreme.Droid.Resource.Style.Theme_MaterialComponents_Light_BottomSheetDialog; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_Bridge = global::TheGameExtreme.Droid.Resource.Style.Theme_MaterialComponents_Light_Bridge; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_DarkActionBar = global::TheGameExtreme.Droid.Resource.Style.Theme_MaterialComponents_Light_DarkActionBar; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_DarkActionBar_Bridge = global::TheGameExtreme.Droid.Resource.Style.Theme_MaterialComponents_Light_DarkActionBar_Bridge; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_Dialog = global::TheGameExtreme.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_DialogWhenLarge = global::TheGameExtreme.Droid.Resource.Style.Theme_MaterialComponents_Light_DialogWhenLarge; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_Dialog_Alert = global::TheGameExtreme.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_Alert; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_Dialog_MinWidth = global::TheGameExtreme.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_MinWidth; - global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_DialogWhenLarge = global::TheGameExtreme.Droid.Resource.Style.Theme_MaterialComponents_Light_DialogWhenLarge; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_NoActionBar = global::TheGameExtreme.Droid.Resource.Style.Theme_MaterialComponents_Light_NoActionBar; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_NoActionBar_Bridge = global::TheGameExtreme.Droid.Resource.Style.Theme_MaterialComponents_Light_NoActionBar_Bridge; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_NoActionBar = global::TheGameExtreme.Droid.Resource.Style.Theme_MaterialComponents_NoActionBar; global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_NoActionBar_Bridge = global::TheGameExtreme.Droid.Resource.Style.Theme_MaterialComponents_NoActionBar_Bridge; - global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_AppCompat; - global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_ActionBar = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_AppCompat_ActionBar; - global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_Dark = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_AppCompat_Dark; - global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_Dark_ActionBar = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_AppCompat_Dark_ActionBar; - global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_Dialog = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_AppCompat_Dialog; - global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_Dialog_Alert = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_AppCompat_Dialog_Alert; - global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_Light = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_AppCompat_Light; - global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents; - global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar; - global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Dark = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dark; - global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Dark_ActionBar = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dark_ActionBar; - global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Dialog = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dialog; - global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Dialog_Alert = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dialog_Alert; - global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Light = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Light; - global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText; - global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox; - global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense; - global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox; - global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense = global::TheGameExtreme.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActionBar = global::TheGameExtreme.Droid.Resource.Style.Widget_AppCompat_ActionBar; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActionBar_Solid = global::TheGameExtreme.Droid.Resource.Style.Widget_AppCompat_ActionBar_Solid; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActionBar_TabBar = global::TheGameExtreme.Droid.Resource.Style.Widget_AppCompat_ActionBar_TabBar; @@ -1927,13 +1928,13 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActivityChooserView = global::TheGameExtreme.Droid.Resource.Style.Widget_AppCompat_ActivityChooserView; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_AutoCompleteTextView = global::TheGameExtreme.Droid.Resource.Style.Widget_AppCompat_AutoCompleteTextView; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Button = global::TheGameExtreme.Droid.Resource.Style.Widget_AppCompat_Button; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ButtonBar = global::TheGameExtreme.Droid.Resource.Style.Widget_AppCompat_ButtonBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ButtonBar_AlertDialog = global::TheGameExtreme.Droid.Resource.Style.Widget_AppCompat_ButtonBar_AlertDialog; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Button_Borderless = global::TheGameExtreme.Droid.Resource.Style.Widget_AppCompat_Button_Borderless; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Button_Borderless_Colored = global::TheGameExtreme.Droid.Resource.Style.Widget_AppCompat_Button_Borderless_Colored; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Button_ButtonBar_AlertDialog = global::TheGameExtreme.Droid.Resource.Style.Widget_AppCompat_Button_ButtonBar_AlertDialog; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Button_Colored = global::TheGameExtreme.Droid.Resource.Style.Widget_AppCompat_Button_Colored; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Button_Small = global::TheGameExtreme.Droid.Resource.Style.Widget_AppCompat_Button_Small; - global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ButtonBar = global::TheGameExtreme.Droid.Resource.Style.Widget_AppCompat_ButtonBar; - global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ButtonBar_AlertDialog = global::TheGameExtreme.Droid.Resource.Style.Widget_AppCompat_ButtonBar_AlertDialog; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_CompoundButton_CheckBox = global::TheGameExtreme.Droid.Resource.Style.Widget_AppCompat_CompoundButton_CheckBox; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_CompoundButton_RadioButton = global::TheGameExtreme.Droid.Resource.Style.Widget_AppCompat_CompoundButton_RadioButton; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_CompoundButton_Switch = global::TheGameExtreme.Droid.Resource.Style.Widget_AppCompat_CompoundButton_Switch; @@ -2015,11 +2016,11 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_UnelevatedButton = global::TheGameExtreme.Droid.Resource.Style.Widget_MaterialComponents_Button_UnelevatedButton; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_UnelevatedButton_Icon = global::TheGameExtreme.Droid.Resource.Style.Widget_MaterialComponents_Button_UnelevatedButton_Icon; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_CardView = global::TheGameExtreme.Droid.Resource.Style.Widget_MaterialComponents_CardView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_ChipGroup = global::TheGameExtreme.Droid.Resource.Style.Widget_MaterialComponents_ChipGroup; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Chip_Action = global::TheGameExtreme.Droid.Resource.Style.Widget_MaterialComponents_Chip_Action; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Chip_Choice = global::TheGameExtreme.Droid.Resource.Style.Widget_MaterialComponents_Chip_Choice; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Chip_Entry = global::TheGameExtreme.Droid.Resource.Style.Widget_MaterialComponents_Chip_Entry; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Chip_Filter = global::TheGameExtreme.Droid.Resource.Style.Widget_MaterialComponents_Chip_Filter; - global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_ChipGroup = global::TheGameExtreme.Droid.Resource.Style.Widget_MaterialComponents_ChipGroup; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_FloatingActionButton = global::TheGameExtreme.Droid.Resource.Style.Widget_MaterialComponents_FloatingActionButton; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_NavigationView = global::TheGameExtreme.Droid.Resource.Style.Widget_MaterialComponents_NavigationView; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Snackbar = global::TheGameExtreme.Droid.Resource.Style.Widget_MaterialComponents_Snackbar; @@ -2036,8 +2037,9 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense = global::TheGameExtreme.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Toolbar = global::TheGameExtreme.Droid.Resource.Style.Widget_MaterialComponents_Toolbar; global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Support_CoordinatorLayout = global::TheGameExtreme.Droid.Resource.Style.Widget_Support_CoordinatorLayout; - global::Xamarin.Forms.Platform.Android.Resource.Style.collectionViewStyle = global::TheGameExtreme.Droid.Resource.Style.collectionViewStyle; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar = global::TheGameExtreme.Droid.Resource.Styleable.ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBarLayout = global::TheGameExtreme.Droid.Resource.Styleable.ActionBarLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBarLayout_android_layout_gravity = global::TheGameExtreme.Droid.Resource.Styleable.ActionBarLayout_android_layout_gravity; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_background = global::TheGameExtreme.Droid.Resource.Styleable.ActionBar_background; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_backgroundSplit = global::TheGameExtreme.Droid.Resource.Styleable.ActionBar_backgroundSplit; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_backgroundStacked = global::TheGameExtreme.Droid.Resource.Styleable.ActionBar_backgroundStacked; @@ -2067,8 +2069,6 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_subtitleTextStyle = global::TheGameExtreme.Droid.Resource.Styleable.ActionBar_subtitleTextStyle; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_title = global::TheGameExtreme.Droid.Resource.Styleable.ActionBar_title; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_titleTextStyle = global::TheGameExtreme.Droid.Resource.Styleable.ActionBar_titleTextStyle; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBarLayout = global::TheGameExtreme.Droid.Resource.Styleable.ActionBarLayout; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBarLayout_android_layout_gravity = global::TheGameExtreme.Droid.Resource.Styleable.ActionBarLayout_android_layout_gravity; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMenuItemView = global::TheGameExtreme.Droid.Resource.Styleable.ActionMenuItemView; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMenuItemView_android_minWidth = global::TheGameExtreme.Droid.Resource.Styleable.ActionMenuItemView_android_minWidth; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMenuView = global::TheGameExtreme.Droid.Resource.Styleable.ActionMenuView; @@ -2107,20 +2107,20 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableTransition_android_reversible = global::TheGameExtreme.Droid.Resource.Styleable.AnimatedStateListDrawableTransition_android_reversible; global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableTransition_android_toId = global::TheGameExtreme.Droid.Resource.Styleable.AnimatedStateListDrawableTransition_android_toId; global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout = global::TheGameExtreme.Droid.Resource.Styleable.AppBarLayout; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_android_background = global::TheGameExtreme.Droid.Resource.Styleable.AppBarLayout_android_background; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_android_keyboardNavigationCluster = global::TheGameExtreme.Droid.Resource.Styleable.AppBarLayout_android_keyboardNavigationCluster; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_android_touchscreenBlocksFocus = global::TheGameExtreme.Droid.Resource.Styleable.AppBarLayout_android_touchscreenBlocksFocus; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_elevation = global::TheGameExtreme.Droid.Resource.Styleable.AppBarLayout_elevation; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_expanded = global::TheGameExtreme.Droid.Resource.Styleable.AppBarLayout_expanded; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_liftOnScroll = global::TheGameExtreme.Droid.Resource.Styleable.AppBarLayout_liftOnScroll; global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayoutStates = global::TheGameExtreme.Droid.Resource.Styleable.AppBarLayoutStates; global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayoutStates_state_collapsed = global::TheGameExtreme.Droid.Resource.Styleable.AppBarLayoutStates_state_collapsed; global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayoutStates_state_collapsible = global::TheGameExtreme.Droid.Resource.Styleable.AppBarLayoutStates_state_collapsible; global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayoutStates_state_liftable = global::TheGameExtreme.Droid.Resource.Styleable.AppBarLayoutStates_state_liftable; global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayoutStates_state_lifted = global::TheGameExtreme.Droid.Resource.Styleable.AppBarLayoutStates_state_lifted; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_android_background = global::TheGameExtreme.Droid.Resource.Styleable.AppBarLayout_android_background; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_android_keyboardNavigationCluster = global::TheGameExtreme.Droid.Resource.Styleable.AppBarLayout_android_keyboardNavigationCluster; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_android_touchscreenBlocksFocus = global::TheGameExtreme.Droid.Resource.Styleable.AppBarLayout_android_touchscreenBlocksFocus; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_elevation = global::TheGameExtreme.Droid.Resource.Styleable.AppBarLayout_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_expanded = global::TheGameExtreme.Droid.Resource.Styleable.AppBarLayout_expanded; global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_Layout = global::TheGameExtreme.Droid.Resource.Styleable.AppBarLayout_Layout; global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_Layout_layout_scrollFlags = global::TheGameExtreme.Droid.Resource.Styleable.AppBarLayout_Layout_layout_scrollFlags; global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_Layout_layout_scrollInterpolator = global::TheGameExtreme.Droid.Resource.Styleable.AppBarLayout_Layout_layout_scrollInterpolator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_liftOnScroll = global::TheGameExtreme.Droid.Resource.Styleable.AppBarLayout_liftOnScroll; global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatImageView = global::TheGameExtreme.Droid.Resource.Styleable.AppCompatImageView; global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatImageView_android_src = global::TheGameExtreme.Droid.Resource.Styleable.AppCompatImageView_android_src; global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatImageView_srcCompat = global::TheGameExtreme.Droid.Resource.Styleable.AppCompatImageView_srcCompat; @@ -2216,8 +2216,8 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_dialogTheme = global::TheGameExtreme.Droid.Resource.Styleable.AppCompatTheme_dialogTheme; global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_dividerHorizontal = global::TheGameExtreme.Droid.Resource.Styleable.AppCompatTheme_dividerHorizontal; global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_dividerVertical = global::TheGameExtreme.Droid.Resource.Styleable.AppCompatTheme_dividerVertical; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_dropDownListViewStyle = global::TheGameExtreme.Droid.Resource.Styleable.AppCompatTheme_dropDownListViewStyle; global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_dropdownListPreferredItemHeight = global::TheGameExtreme.Droid.Resource.Styleable.AppCompatTheme_dropdownListPreferredItemHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_dropDownListViewStyle = global::TheGameExtreme.Droid.Resource.Styleable.AppCompatTheme_dropDownListViewStyle; global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_editTextBackground = global::TheGameExtreme.Droid.Resource.Styleable.AppCompatTheme_editTextBackground; global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_editTextColor = global::TheGameExtreme.Droid.Resource.Styleable.AppCompatTheme_editTextColor; global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_editTextStyle = global::TheGameExtreme.Droid.Resource.Styleable.AppCompatTheme_editTextStyle; @@ -2313,6 +2313,13 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_contentPaddingRight = global::TheGameExtreme.Droid.Resource.Styleable.CardView_contentPaddingRight; global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_contentPaddingTop = global::TheGameExtreme.Droid.Resource.Styleable.CardView_contentPaddingTop; global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip = global::TheGameExtreme.Droid.Resource.Styleable.Chip; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup = global::TheGameExtreme.Droid.Resource.Styleable.ChipGroup; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_checkedChip = global::TheGameExtreme.Droid.Resource.Styleable.ChipGroup_checkedChip; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_chipSpacing = global::TheGameExtreme.Droid.Resource.Styleable.ChipGroup_chipSpacing; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_chipSpacingHorizontal = global::TheGameExtreme.Droid.Resource.Styleable.ChipGroup_chipSpacingHorizontal; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_chipSpacingVertical = global::TheGameExtreme.Droid.Resource.Styleable.ChipGroup_chipSpacingVertical; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_singleLine = global::TheGameExtreme.Droid.Resource.Styleable.ChipGroup_singleLine; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_singleSelection = global::TheGameExtreme.Droid.Resource.Styleable.ChipGroup_singleSelection; global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_android_checkable = global::TheGameExtreme.Droid.Resource.Styleable.Chip_android_checkable; global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_android_ellipsize = global::TheGameExtreme.Droid.Resource.Styleable.Chip_android_ellipsize; global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_android_maxWidth = global::TheGameExtreme.Droid.Resource.Styleable.Chip_android_maxWidth; @@ -2347,13 +2354,6 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_showMotionSpec = global::TheGameExtreme.Droid.Resource.Styleable.Chip_showMotionSpec; global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_textEndPadding = global::TheGameExtreme.Droid.Resource.Styleable.Chip_textEndPadding; global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_textStartPadding = global::TheGameExtreme.Droid.Resource.Styleable.Chip_textStartPadding; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup = global::TheGameExtreme.Droid.Resource.Styleable.ChipGroup; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_checkedChip = global::TheGameExtreme.Droid.Resource.Styleable.ChipGroup_checkedChip; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_chipSpacing = global::TheGameExtreme.Droid.Resource.Styleable.ChipGroup_chipSpacing; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_chipSpacingHorizontal = global::TheGameExtreme.Droid.Resource.Styleable.ChipGroup_chipSpacingHorizontal; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_chipSpacingVertical = global::TheGameExtreme.Droid.Resource.Styleable.ChipGroup_chipSpacingVertical; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_singleLine = global::TheGameExtreme.Droid.Resource.Styleable.ChipGroup_singleLine; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_singleSelection = global::TheGameExtreme.Droid.Resource.Styleable.ChipGroup_singleSelection; global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout = global::TheGameExtreme.Droid.Resource.Styleable.CollapsingToolbarLayout; global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_collapsedTitleGravity = global::TheGameExtreme.Droid.Resource.Styleable.CollapsingToolbarLayout_collapsedTitleGravity; global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_collapsedTitleTextAppearance = global::TheGameExtreme.Droid.Resource.Styleable.CollapsingToolbarLayout_collapsedTitleTextAppearance; @@ -2365,15 +2365,15 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginStart = global::TheGameExtreme.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginStart; global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginTop = global::TheGameExtreme.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginTop; global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_expandedTitleTextAppearance = global::TheGameExtreme.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_Layout = global::TheGameExtreme.Droid.Resource.Styleable.CollapsingToolbarLayout_Layout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseMode = global::TheGameExtreme.Droid.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = global::TheGameExtreme.Droid.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier; global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_scrimAnimationDuration = global::TheGameExtreme.Droid.Resource.Styleable.CollapsingToolbarLayout_scrimAnimationDuration; global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_scrimVisibleHeightTrigger = global::TheGameExtreme.Droid.Resource.Styleable.CollapsingToolbarLayout_scrimVisibleHeightTrigger; global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_statusBarScrim = global::TheGameExtreme.Droid.Resource.Styleable.CollapsingToolbarLayout_statusBarScrim; global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_title = global::TheGameExtreme.Droid.Resource.Styleable.CollapsingToolbarLayout_title; global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_titleEnabled = global::TheGameExtreme.Droid.Resource.Styleable.CollapsingToolbarLayout_titleEnabled; global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_toolbarId = global::TheGameExtreme.Droid.Resource.Styleable.CollapsingToolbarLayout_toolbarId; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_Layout = global::TheGameExtreme.Droid.Resource.Styleable.CollapsingToolbarLayout_Layout; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseMode = global::TheGameExtreme.Droid.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseMode; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = global::TheGameExtreme.Droid.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ColorStateListItem = global::TheGameExtreme.Droid.Resource.Styleable.ColorStateListItem; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ColorStateListItem_alpha = global::TheGameExtreme.Droid.Resource.Styleable.ColorStateListItem_alpha; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ColorStateListItem_android_alpha = global::TheGameExtreme.Droid.Resource.Styleable.ColorStateListItem_android_alpha; @@ -2384,7 +2384,6 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Styleable.CompoundButton_buttonTintMode = global::TheGameExtreme.Droid.Resource.Styleable.CompoundButton_buttonTintMode; global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout = global::TheGameExtreme.Droid.Resource.Styleable.CoordinatorLayout; global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_keylines = global::TheGameExtreme.Droid.Resource.Styleable.CoordinatorLayout_keylines; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_statusBarBackground = global::TheGameExtreme.Droid.Resource.Styleable.CoordinatorLayout_statusBarBackground; global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_Layout = global::TheGameExtreme.Droid.Resource.Styleable.CoordinatorLayout_Layout; global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_Layout_android_layout_gravity = global::TheGameExtreme.Droid.Resource.Styleable.CoordinatorLayout_Layout_android_layout_gravity; global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_Layout_layout_anchor = global::TheGameExtreme.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_anchor; @@ -2393,6 +2392,7 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_Layout_layout_dodgeInsetEdges = global::TheGameExtreme.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_dodgeInsetEdges; global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_Layout_layout_insetEdge = global::TheGameExtreme.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_insetEdge; global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_Layout_layout_keyline = global::TheGameExtreme.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_keyline; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_statusBarBackground = global::TheGameExtreme.Droid.Resource.Styleable.CoordinatorLayout_statusBarBackground; global::Xamarin.Forms.Platform.Android.Resource.Styleable.DesignTheme = global::TheGameExtreme.Droid.Resource.Styleable.DesignTheme; global::Xamarin.Forms.Platform.Android.Resource.Styleable.DesignTheme_bottomSheetDialogTheme = global::TheGameExtreme.Droid.Resource.Styleable.DesignTheme_bottomSheetDialogTheme; global::Xamarin.Forms.Platform.Android.Resource.Styleable.DesignTheme_bottomSheetStyle = global::TheGameExtreme.Droid.Resource.Styleable.DesignTheme_bottomSheetStyle; @@ -2408,6 +2408,8 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton = global::TheGameExtreme.Droid.Resource.Styleable.FloatingActionButton; global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_backgroundTint = global::TheGameExtreme.Droid.Resource.Styleable.FloatingActionButton_backgroundTint; global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_backgroundTintMode = global::TheGameExtreme.Droid.Resource.Styleable.FloatingActionButton_backgroundTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_Behavior_Layout = global::TheGameExtreme.Droid.Resource.Styleable.FloatingActionButton_Behavior_Layout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_Behavior_Layout_behavior_autoHide = global::TheGameExtreme.Droid.Resource.Styleable.FloatingActionButton_Behavior_Layout_behavior_autoHide; global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_borderWidth = global::TheGameExtreme.Droid.Resource.Styleable.FloatingActionButton_borderWidth; global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_elevation = global::TheGameExtreme.Droid.Resource.Styleable.FloatingActionButton_elevation; global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_fabCustomSize = global::TheGameExtreme.Droid.Resource.Styleable.FloatingActionButton_fabCustomSize; @@ -2419,18 +2421,10 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_rippleColor = global::TheGameExtreme.Droid.Resource.Styleable.FloatingActionButton_rippleColor; global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_showMotionSpec = global::TheGameExtreme.Droid.Resource.Styleable.FloatingActionButton_showMotionSpec; global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_useCompatPadding = global::TheGameExtreme.Droid.Resource.Styleable.FloatingActionButton_useCompatPadding; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_Behavior_Layout = global::TheGameExtreme.Droid.Resource.Styleable.FloatingActionButton_Behavior_Layout; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_Behavior_Layout_behavior_autoHide = global::TheGameExtreme.Droid.Resource.Styleable.FloatingActionButton_Behavior_Layout_behavior_autoHide; global::Xamarin.Forms.Platform.Android.Resource.Styleable.FlowLayout = global::TheGameExtreme.Droid.Resource.Styleable.FlowLayout; global::Xamarin.Forms.Platform.Android.Resource.Styleable.FlowLayout_itemSpacing = global::TheGameExtreme.Droid.Resource.Styleable.FlowLayout_itemSpacing; global::Xamarin.Forms.Platform.Android.Resource.Styleable.FlowLayout_lineSpacing = global::TheGameExtreme.Droid.Resource.Styleable.FlowLayout_lineSpacing; global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily = global::TheGameExtreme.Droid.Resource.Styleable.FontFamily; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderAuthority = global::TheGameExtreme.Droid.Resource.Styleable.FontFamily_fontProviderAuthority; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderCerts = global::TheGameExtreme.Droid.Resource.Styleable.FontFamily_fontProviderCerts; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderFetchStrategy = global::TheGameExtreme.Droid.Resource.Styleable.FontFamily_fontProviderFetchStrategy; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderFetchTimeout = global::TheGameExtreme.Droid.Resource.Styleable.FontFamily_fontProviderFetchTimeout; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderPackage = global::TheGameExtreme.Droid.Resource.Styleable.FontFamily_fontProviderPackage; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderQuery = global::TheGameExtreme.Droid.Resource.Styleable.FontFamily_fontProviderQuery; global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont = global::TheGameExtreme.Droid.Resource.Styleable.FontFamilyFont; global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_android_font = global::TheGameExtreme.Droid.Resource.Styleable.FontFamilyFont_android_font; global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_android_fontStyle = global::TheGameExtreme.Droid.Resource.Styleable.FontFamilyFont_android_fontStyle; @@ -2442,11 +2436,20 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_fontVariationSettings = global::TheGameExtreme.Droid.Resource.Styleable.FontFamilyFont_fontVariationSettings; global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_fontWeight = global::TheGameExtreme.Droid.Resource.Styleable.FontFamilyFont_fontWeight; global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_ttcIndex = global::TheGameExtreme.Droid.Resource.Styleable.FontFamilyFont_ttcIndex; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderAuthority = global::TheGameExtreme.Droid.Resource.Styleable.FontFamily_fontProviderAuthority; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderCerts = global::TheGameExtreme.Droid.Resource.Styleable.FontFamily_fontProviderCerts; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderFetchStrategy = global::TheGameExtreme.Droid.Resource.Styleable.FontFamily_fontProviderFetchStrategy; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderFetchTimeout = global::TheGameExtreme.Droid.Resource.Styleable.FontFamily_fontProviderFetchTimeout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderPackage = global::TheGameExtreme.Droid.Resource.Styleable.FontFamily_fontProviderPackage; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderQuery = global::TheGameExtreme.Droid.Resource.Styleable.FontFamily_fontProviderQuery; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ForegroundLinearLayout = global::TheGameExtreme.Droid.Resource.Styleable.ForegroundLinearLayout; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ForegroundLinearLayout_android_foreground = global::TheGameExtreme.Droid.Resource.Styleable.ForegroundLinearLayout_android_foreground; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ForegroundLinearLayout_android_foregroundGravity = global::TheGameExtreme.Droid.Resource.Styleable.ForegroundLinearLayout_android_foregroundGravity; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ForegroundLinearLayout_foregroundInsidePadding = global::TheGameExtreme.Droid.Resource.Styleable.ForegroundLinearLayout_foregroundInsidePadding; global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor = global::TheGameExtreme.Droid.Resource.Styleable.GradientColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColorItem = global::TheGameExtreme.Droid.Resource.Styleable.GradientColorItem; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColorItem_android_color = global::TheGameExtreme.Droid.Resource.Styleable.GradientColorItem_android_color; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColorItem_android_offset = global::TheGameExtreme.Droid.Resource.Styleable.GradientColorItem_android_offset; global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_centerColor = global::TheGameExtreme.Droid.Resource.Styleable.GradientColor_android_centerColor; global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_centerX = global::TheGameExtreme.Droid.Resource.Styleable.GradientColor_android_centerX; global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_centerY = global::TheGameExtreme.Droid.Resource.Styleable.GradientColor_android_centerY; @@ -2459,9 +2462,6 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_startY = global::TheGameExtreme.Droid.Resource.Styleable.GradientColor_android_startY; global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_tileMode = global::TheGameExtreme.Droid.Resource.Styleable.GradientColor_android_tileMode; global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_type = global::TheGameExtreme.Droid.Resource.Styleable.GradientColor_android_type; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColorItem = global::TheGameExtreme.Droid.Resource.Styleable.GradientColorItem; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColorItem_android_color = global::TheGameExtreme.Droid.Resource.Styleable.GradientColorItem_android_color; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColorItem_android_offset = global::TheGameExtreme.Droid.Resource.Styleable.GradientColorItem_android_offset; global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat = global::TheGameExtreme.Droid.Resource.Styleable.LinearLayoutCompat; global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_android_baselineAligned = global::TheGameExtreme.Droid.Resource.Styleable.LinearLayoutCompat_android_baselineAligned; global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_android_baselineAlignedChildIndex = global::TheGameExtreme.Droid.Resource.Styleable.LinearLayoutCompat_android_baselineAlignedChildIndex; @@ -2470,13 +2470,13 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_android_weightSum = global::TheGameExtreme.Droid.Resource.Styleable.LinearLayoutCompat_android_weightSum; global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_divider = global::TheGameExtreme.Droid.Resource.Styleable.LinearLayoutCompat_divider; global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_dividerPadding = global::TheGameExtreme.Droid.Resource.Styleable.LinearLayoutCompat_dividerPadding; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_measureWithLargestChild = global::TheGameExtreme.Droid.Resource.Styleable.LinearLayoutCompat_measureWithLargestChild; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_showDividers = global::TheGameExtreme.Droid.Resource.Styleable.LinearLayoutCompat_showDividers; global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_Layout = global::TheGameExtreme.Droid.Resource.Styleable.LinearLayoutCompat_Layout; global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_gravity = global::TheGameExtreme.Droid.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_gravity; global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_height = global::TheGameExtreme.Droid.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_height; global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_weight = global::TheGameExtreme.Droid.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_weight; global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_width = global::TheGameExtreme.Droid.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_width; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_measureWithLargestChild = global::TheGameExtreme.Droid.Resource.Styleable.LinearLayoutCompat_measureWithLargestChild; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_showDividers = global::TheGameExtreme.Droid.Resource.Styleable.LinearLayoutCompat_showDividers; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ListPopupWindow = global::TheGameExtreme.Droid.Resource.Styleable.ListPopupWindow; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ListPopupWindow_android_dropDownHorizontalOffset = global::TheGameExtreme.Droid.Resource.Styleable.ListPopupWindow_android_dropDownHorizontalOffset; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ListPopupWindow_android_dropDownVerticalOffset = global::TheGameExtreme.Droid.Resource.Styleable.ListPopupWindow_android_dropDownVerticalOffset; @@ -2588,11 +2588,11 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemTextColor = global::TheGameExtreme.Droid.Resource.Styleable.NavigationView_itemTextColor; global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_menu = global::TheGameExtreme.Droid.Resource.Styleable.NavigationView_menu; global::Xamarin.Forms.Platform.Android.Resource.Styleable.PopupWindow = global::TheGameExtreme.Droid.Resource.Styleable.PopupWindow; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.PopupWindowBackgroundState = global::TheGameExtreme.Droid.Resource.Styleable.PopupWindowBackgroundState; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.PopupWindowBackgroundState_state_above_anchor = global::TheGameExtreme.Droid.Resource.Styleable.PopupWindowBackgroundState_state_above_anchor; global::Xamarin.Forms.Platform.Android.Resource.Styleable.PopupWindow_android_popupAnimationStyle = global::TheGameExtreme.Droid.Resource.Styleable.PopupWindow_android_popupAnimationStyle; global::Xamarin.Forms.Platform.Android.Resource.Styleable.PopupWindow_android_popupBackground = global::TheGameExtreme.Droid.Resource.Styleable.PopupWindow_android_popupBackground; global::Xamarin.Forms.Platform.Android.Resource.Styleable.PopupWindow_overlapAnchor = global::TheGameExtreme.Droid.Resource.Styleable.PopupWindow_overlapAnchor; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.PopupWindowBackgroundState = global::TheGameExtreme.Droid.Resource.Styleable.PopupWindowBackgroundState; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.PopupWindowBackgroundState_state_above_anchor = global::TheGameExtreme.Droid.Resource.Styleable.PopupWindowBackgroundState_state_above_anchor; global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecycleListView = global::TheGameExtreme.Droid.Resource.Styleable.RecycleListView; global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecycleListView_paddingBottomNoButtons = global::TheGameExtreme.Droid.Resource.Styleable.RecycleListView_paddingBottomNoButtons; global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecycleListView_paddingTopNoTitle = global::TheGameExtreme.Droid.Resource.Styleable.RecycleListView_paddingTopNoTitle; @@ -2631,12 +2631,12 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_suggestionRowLayout = global::TheGameExtreme.Droid.Resource.Styleable.SearchView_suggestionRowLayout; global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_voiceIcon = global::TheGameExtreme.Droid.Resource.Styleable.SearchView_voiceIcon; global::Xamarin.Forms.Platform.Android.Resource.Styleable.Snackbar = global::TheGameExtreme.Droid.Resource.Styleable.Snackbar; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.Snackbar_snackbarButtonStyle = global::TheGameExtreme.Droid.Resource.Styleable.Snackbar_snackbarButtonStyle; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.Snackbar_snackbarStyle = global::TheGameExtreme.Droid.Resource.Styleable.Snackbar_snackbarStyle; global::Xamarin.Forms.Platform.Android.Resource.Styleable.SnackbarLayout = global::TheGameExtreme.Droid.Resource.Styleable.SnackbarLayout; global::Xamarin.Forms.Platform.Android.Resource.Styleable.SnackbarLayout_android_maxWidth = global::TheGameExtreme.Droid.Resource.Styleable.SnackbarLayout_android_maxWidth; global::Xamarin.Forms.Platform.Android.Resource.Styleable.SnackbarLayout_elevation = global::TheGameExtreme.Droid.Resource.Styleable.SnackbarLayout_elevation; global::Xamarin.Forms.Platform.Android.Resource.Styleable.SnackbarLayout_maxActionInlineWidth = global::TheGameExtreme.Droid.Resource.Styleable.SnackbarLayout_maxActionInlineWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Snackbar_snackbarButtonStyle = global::TheGameExtreme.Droid.Resource.Styleable.Snackbar_snackbarButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Snackbar_snackbarStyle = global::TheGameExtreme.Droid.Resource.Styleable.Snackbar_snackbarStyle; global::Xamarin.Forms.Platform.Android.Resource.Styleable.Spinner = global::TheGameExtreme.Droid.Resource.Styleable.Spinner; global::Xamarin.Forms.Platform.Android.Resource.Styleable.Spinner_android_dropDownWidth = global::TheGameExtreme.Droid.Resource.Styleable.Spinner_android_dropDownWidth; global::Xamarin.Forms.Platform.Android.Resource.Styleable.Spinner_android_entries = global::TheGameExtreme.Droid.Resource.Styleable.Spinner_android_entries; @@ -2644,14 +2644,14 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Styleable.Spinner_android_prompt = global::TheGameExtreme.Droid.Resource.Styleable.Spinner_android_prompt; global::Xamarin.Forms.Platform.Android.Resource.Styleable.Spinner_popupTheme = global::TheGameExtreme.Droid.Resource.Styleable.Spinner_popupTheme; global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawable = global::TheGameExtreme.Droid.Resource.Styleable.StateListDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawableItem = global::TheGameExtreme.Droid.Resource.Styleable.StateListDrawableItem; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawableItem_android_drawable = global::TheGameExtreme.Droid.Resource.Styleable.StateListDrawableItem_android_drawable; global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawable_android_constantSize = global::TheGameExtreme.Droid.Resource.Styleable.StateListDrawable_android_constantSize; global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawable_android_dither = global::TheGameExtreme.Droid.Resource.Styleable.StateListDrawable_android_dither; global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawable_android_enterFadeDuration = global::TheGameExtreme.Droid.Resource.Styleable.StateListDrawable_android_enterFadeDuration; global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawable_android_exitFadeDuration = global::TheGameExtreme.Droid.Resource.Styleable.StateListDrawable_android_exitFadeDuration; global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawable_android_variablePadding = global::TheGameExtreme.Droid.Resource.Styleable.StateListDrawable_android_variablePadding; global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawable_android_visible = global::TheGameExtreme.Droid.Resource.Styleable.StateListDrawable_android_visible; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawableItem = global::TheGameExtreme.Droid.Resource.Styleable.StateListDrawableItem; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawableItem_android_drawable = global::TheGameExtreme.Droid.Resource.Styleable.StateListDrawableItem_android_drawable; global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat = global::TheGameExtreme.Droid.Resource.Styleable.SwitchCompat; global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_android_textOff = global::TheGameExtreme.Droid.Resource.Styleable.SwitchCompat_android_textOff; global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_android_textOn = global::TheGameExtreme.Droid.Resource.Styleable.SwitchCompat_android_textOn; @@ -2769,17 +2769,12 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleMargin = global::TheGameExtreme.Droid.Resource.Styleable.Toolbar_titleMargin; global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleMarginBottom = global::TheGameExtreme.Droid.Resource.Styleable.Toolbar_titleMarginBottom; global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleMarginEnd = global::TheGameExtreme.Droid.Resource.Styleable.Toolbar_titleMarginEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleMargins = global::TheGameExtreme.Droid.Resource.Styleable.Toolbar_titleMargins; global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleMarginStart = global::TheGameExtreme.Droid.Resource.Styleable.Toolbar_titleMarginStart; global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleMarginTop = global::TheGameExtreme.Droid.Resource.Styleable.Toolbar_titleMarginTop; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleMargins = global::TheGameExtreme.Droid.Resource.Styleable.Toolbar_titleMargins; global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleTextAppearance = global::TheGameExtreme.Droid.Resource.Styleable.Toolbar_titleTextAppearance; global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleTextColor = global::TheGameExtreme.Droid.Resource.Styleable.Toolbar_titleTextColor; global::Xamarin.Forms.Platform.Android.Resource.Styleable.View = global::TheGameExtreme.Droid.Resource.Styleable.View; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.View_android_focusable = global::TheGameExtreme.Droid.Resource.Styleable.View_android_focusable; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.View_android_theme = global::TheGameExtreme.Droid.Resource.Styleable.View_android_theme; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.View_paddingEnd = global::TheGameExtreme.Droid.Resource.Styleable.View_paddingEnd; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.View_paddingStart = global::TheGameExtreme.Droid.Resource.Styleable.View_paddingStart; - global::Xamarin.Forms.Platform.Android.Resource.Styleable.View_theme = global::TheGameExtreme.Droid.Resource.Styleable.View_theme; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewBackgroundHelper = global::TheGameExtreme.Droid.Resource.Styleable.ViewBackgroundHelper; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewBackgroundHelper_android_background = global::TheGameExtreme.Droid.Resource.Styleable.ViewBackgroundHelper_android_background; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewBackgroundHelper_backgroundTint = global::TheGameExtreme.Droid.Resource.Styleable.ViewBackgroundHelper_backgroundTint; @@ -2788,6 +2783,11 @@ namespace TheGameExtreme.Droid global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewStubCompat_android_id = global::TheGameExtreme.Droid.Resource.Styleable.ViewStubCompat_android_id; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewStubCompat_android_inflatedId = global::TheGameExtreme.Droid.Resource.Styleable.ViewStubCompat_android_inflatedId; global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewStubCompat_android_layout = global::TheGameExtreme.Droid.Resource.Styleable.ViewStubCompat_android_layout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.View_android_focusable = global::TheGameExtreme.Droid.Resource.Styleable.View_android_focusable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.View_android_theme = global::TheGameExtreme.Droid.Resource.Styleable.View_android_theme; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.View_paddingEnd = global::TheGameExtreme.Droid.Resource.Styleable.View_paddingEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.View_paddingStart = global::TheGameExtreme.Droid.Resource.Styleable.View_paddingStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.View_theme = global::TheGameExtreme.Droid.Resource.Styleable.View_theme; } public partial class Animation diff --git a/TheGameExtreme.Android/TheGameExtreme.Android.csproj b/TheGameExtreme.Android/TheGameExtreme.Android.csproj index f8cfaab..35b7f08 100644 --- a/TheGameExtreme.Android/TheGameExtreme.Android.csproj +++ b/TheGameExtreme.Android/TheGameExtreme.Android.csproj @@ -57,18 +57,18 @@ - - 1.2.0.223 - - - - + + + - 1.68.0 + 1.68.1 1.1.0 + + 6.4.1 + diff --git a/TheGameExtreme.iOS/AppDelegate.cs b/TheGameExtreme.iOS/AppDelegate.cs index c99c47a..6dffecf 100644 --- a/TheGameExtreme.iOS/AppDelegate.cs +++ b/TheGameExtreme.iOS/AppDelegate.cs @@ -19,7 +19,6 @@ namespace TheGameExtreme.iOS public override bool FinishedLaunching(UIApplication app, NSDictionary options) { - Rg.Plugins.Popup.Popup.Init(); global::Xamarin.Forms.Forms.Init(); var _ = new TouchTracking.Forms.iOS.TouchEffect(); LoadApplication(new App()); diff --git a/TheGameExtreme.iOS/Info.plist b/TheGameExtreme.iOS/Info.plist index 5f764d7..b2fd2c5 100644 --- a/TheGameExtreme.iOS/Info.plist +++ b/TheGameExtreme.iOS/Info.plist @@ -14,8 +14,6 @@ UISupportedInterfaceOrientations~ipad - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight diff --git a/TheGameExtreme.iOS/OrderStacks.csproj b/TheGameExtreme.iOS/OrderStacks.csproj index 9103d6c..4f6c4c4 100644 --- a/TheGameExtreme.iOS/OrderStacks.csproj +++ b/TheGameExtreme.iOS/OrderStacks.csproj @@ -155,13 +155,10 @@ 2.1.1 - - 1.2.0.223 - - - + + - 1.68.0 + 1.68.1 1.1.0 @@ -191,6 +188,5 @@ - \ No newline at end of file diff --git a/TheGameExtreme.iOS/Properties/AssemblyInfo.cs b/TheGameExtreme.iOS/Properties/AssemblyInfo.cs index 47dfb04..0154587 100644 --- a/TheGameExtreme.iOS/Properties/AssemblyInfo.cs +++ b/TheGameExtreme.iOS/Properties/AssemblyInfo.cs @@ -1,6 +1,7 @@ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; +using Xamarin.Forms; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -34,3 +35,5 @@ using System.Runtime.InteropServices; // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: ExportRenderer(typeof(WebView), typeof(Xamarin.Forms.Platform.iOS.WkWebViewRenderer))] +//[assembly: ExportRenderer(typeof(WebView), typeof(Xamarin.Forms.Platform.iOS.WebViewRenderer))] diff --git a/TheGameExtreme/Resx/AppResources.Designer.cs b/TheGameExtreme/Resx/AppResources.Designer.cs index c5619ec..32c1c6c 100644 --- a/TheGameExtreme/Resx/AppResources.Designer.cs +++ b/TheGameExtreme/Resx/AppResources.Designer.cs @@ -1,57 +1,44 @@ //------------------------------------------------------------------------------ // -// Ce code a été généré par un outil. -// Version du runtime :4.0.30319.42000 +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 // -// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si -// le code est régénéré. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. // //------------------------------------------------------------------------------ namespace TheGameExtreme.Resx { using System; + using System.Reflection; - /// - /// Une classe de ressource fortement typée destinée, entre autres, à la consultation des chaînes localisées. - /// - // Cette classe a été générée automatiquement par la classe StronglyTypedResourceBuilder - // à l'aide d'un outil, tel que ResGen ou Visual Studio. - // Pour ajouter ou supprimer un membre, modifiez votre fichier .ResX, puis réexécutez ResGen - // avec l'option /str ou régénérez votre projet VS. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class AppResources { - private static global::System.Resources.ResourceManager resourceMan; + private static System.Resources.ResourceManager resourceMan; - private static global::System.Globalization.CultureInfo resourceCulture; + private static System.Globalization.CultureInfo resourceCulture; - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal AppResources() { } - /// - /// Retourne l'instance ResourceManager mise en cache utilisée par cette classe. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - public static global::System.Resources.ResourceManager ResourceManager { + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + public static System.Resources.ResourceManager ResourceManager { get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("TheGameExtreme.Resx.AppResources", typeof(AppResources).Assembly); + if (object.Equals(null, resourceMan)) { + System.Resources.ResourceManager temp = new System.Resources.ResourceManager("TheGameExtreme.Resx.AppResources", typeof(AppResources).Assembly); resourceMan = temp; } return resourceMan; } } - /// - /// Remplace la propriété CurrentUICulture du thread actuel pour toutes - /// les recherches de ressources à l'aide de cette classe de ressource fortement typée. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - public static global::System.Globalization.CultureInfo Culture { + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + public static System.Globalization.CultureInfo Culture { get { return resourceCulture; } @@ -60,340 +47,216 @@ namespace TheGameExtreme.Resx { } } - /// - /// Recherche une chaîne localisée semblable à OrderStacks - /// - ///A votre disposition, un mode de jeu en local, jouable jusqu'à 5 joueurs. - /// - ///Un mode multijoueur en cours de développement. - /// - ///Une présentation des règles du jeu. - /// - ///Une possibilité de changer le thème de l'application grâce aux images du soleil et lune.. - /// public static string StrAbout { get { return ResourceManager.GetString("StrAbout", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Pile ascendante. - /// public static string StrAcendingStack { get { return ResourceManager.GetString("StrAcendingStack", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Jouer. - /// public static string StrBtnPlay { get { return ResourceManager.GetString("StrBtnPlay", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à La pile n'est pas disponnible. - /// public static string StrCantGetStack { get { return ResourceManager.GetString("StrCantGetStack", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à La carte n'existe pas . - /// public static string StrCardDoesntExist { get { return ResourceManager.GetString("StrCardDoesntExist", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Vous devez jouer au minimum deux cartes par tour. - /// public static string StrCardPlayedLessThanTwo { get { return ResourceManager.GetString("StrCardPlayedLessThanTwo", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Fermer. - /// public static string StrCloseWind { get { return ResourceManager.GetString("StrCloseWind", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Pile descendante. - /// public static string StrDownStack { get { return ResourceManager.GetString("StrDownStack", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Fin de tour. - /// public static string StrEndTurn { get { return ResourceManager.GetString("StrEndTurn", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Entrez votre pseudo. - /// public static string StrEnterPseudo { get { return ResourceManager.GetString("StrEnterPseudo", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à A propos. - /// public static string StrInfo { get { return ResourceManager.GetString("StrInfo", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à La partie est terminée. - /// public static string String3 { get { return ResourceManager.GetString("String3", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Bravo vous avez gagné!. - /// public static string String4 { get { return ResourceManager.GetString("String4", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Jeu en local. - /// public static string StrLocalGame { get { return ResourceManager.GetString("StrLocalGame", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à . - /// public static string StrLose { get { return ResourceManager.GetString("StrLose", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Multijoueur. - /// public static string StrMultiplayer { get { return ResourceManager.GetString("StrMultiplayer", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Nombre de cartes :. - /// public static string StrNbCards { get { return ResourceManager.GetString("StrNbCards", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Nombre de joueurs :. - /// public static string StrNbPlayers { get { return ResourceManager.GetString("StrNbPlayers", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Nombre de piles en jeu :. - /// public static string StrNbStacksInGame { get { return ResourceManager.GetString("StrNbStacksInGame", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Veuillez choisir un nombre de joueur ainsi que leur(s) nom(s). - /// public static string StrPlayerSelections { get { return ResourceManager.GetString("StrPlayerSelections", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Entrez votre pseudo :. - /// public static string StrPseudoGM { get { return ResourceManager.GetString("StrPseudoGM", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Rejouer. - /// public static string StrRetry { get { return ResourceManager.GetString("StrRetry", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à - L'objectif est de battre la machine seul et/ou en coopération. - /// - /// - Afin d'atteindre l'objectif, les joueurs disposent de 4 piles (par défaut): deux piles ascendantes vertes et deux piles descendantes rouges. - /// - /// - Sur les piles ascendantes, le joueur doit poser des cartes plus grandes et inversement sur les piles descendantes. - /// - /// - Le but est de poser les 98 cartes du jeu sur les différentes piles à votre disposition. - /// - /// - Pour jouer, il suffit de faire glisser une carte sur la pil [le reste de la chaîne a été tronqué]";. - /// public static string StrRules { get { return ResourceManager.GetString("StrRules", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à OrderStacks. - /// public static string StrTitle { get { return ResourceManager.GetString("StrTitle", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Règles. - /// public static string StrTitleRules { get { return ResourceManager.GetString("StrTitleRules", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Jouer avec des valeurs :. - /// public static string StrValueType { get { return ResourceManager.GetString("StrValueType", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Félicitation vous avez gagné. - /// public static string StrWin { get { return ResourceManager.GetString("StrWin", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à La carte choisie ne convient pas. - /// public static string StrWrongStack { get { return ResourceManager.GetString("StrWrongStack", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Fractionnées. - /// public static string TypeValuefractionated { get { return ResourceManager.GetString("TypeValuefractionated", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Décimales (2 chiffres). - /// public static string TypeValuehundredth { get { return ResourceManager.GetString("TypeValuehundredth", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Relatives. - /// public static string TypeValueRelative { get { return ResourceManager.GetString("TypeValueRelative", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Décimales (1 chiffre). - /// public static string TypeValueTens { get { return ResourceManager.GetString("TypeValueTens", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Décimales (3 chiffres). - /// public static string TypeValuethousandth { get { return ResourceManager.GetString("TypeValuethousandth", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Entière. - /// public static string TypeValueWhole { get { return ResourceManager.GetString("TypeValueWhole", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Thème clair :. - /// public static string WhiteTheme { get { return ResourceManager.GetString("WhiteTheme", resourceCulture); } } - /// - /// Recherche une chaîne localisée semblable à Erreur pseudo :. - /// public static string WrongPseudo { get { return ResourceManager.GetString("WrongPseudo", resourceCulture); diff --git a/TheGameExtreme/Resx/AppResources.Designer.cs.orig b/TheGameExtreme/Resx/AppResources.Designer.cs.orig deleted file mode 100644 index abbc9be..0000000 --- a/TheGameExtreme/Resx/AppResources.Designer.cs.orig +++ /dev/null @@ -1,262 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace TheGameExtreme.Resx { - using System; - using System.Reflection; - - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - public class AppResources { - - private static System.Resources.ResourceManager resourceMan; - - private static System.Globalization.CultureInfo resourceCulture; - - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal AppResources() { - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - public static System.Resources.ResourceManager ResourceManager { - get { - if (object.Equals(null, resourceMan)) { - System.Resources.ResourceManager temp = new System.Resources.ResourceManager("TheGameExtreme.Resx.AppResources", typeof(AppResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - public static System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - public static string StrAcendingStack { - get { - return ResourceManager.GetString("StrAcendingStack", resourceCulture); - } - } - - public static string StrBtnPlay { - get { - return ResourceManager.GetString("StrBtnPlay", resourceCulture); - } - } - - public static string StrCantGetStack { - get { - return ResourceManager.GetString("StrCantGetStack", resourceCulture); - } - } - - public static string StrCardDoesntExist { - get { - return ResourceManager.GetString("StrCardDoesntExist", resourceCulture); - } - } - - public static string StrCardPlayedLessThanTwo { - get { - return ResourceManager.GetString("StrCardPlayedLessThanTwo", resourceCulture); - } - } - - public static string StrCloseWind { - get { - return ResourceManager.GetString("StrCloseWind", resourceCulture); - } - } - - public static string StrDownStack { - get { - return ResourceManager.GetString("StrDownStack", resourceCulture); - } - } - - public static string StrEndTurn { - get { - return ResourceManager.GetString("StrEndTurn", resourceCulture); - } - } - - public static string StrEnterPseudo { - get { - return ResourceManager.GetString("StrEnterPseudo", resourceCulture); - } - } - - public static string String3 { - get { - return ResourceManager.GetString("String3", resourceCulture); - } - } - - public static string String4 { - get { - return ResourceManager.GetString("String4", resourceCulture); - } - } - - public static string StrLocalGame { - get { - return ResourceManager.GetString("StrLocalGame", resourceCulture); - } - } - - public static string StrLose { - get { - return ResourceManager.GetString("StrLose", resourceCulture); - } - } - - public static string StrMultiplayer { - get { - return ResourceManager.GetString("StrMultiplayer", resourceCulture); - } - } - - public static string StrNbCards { - get { - return ResourceManager.GetString("StrNbCards", resourceCulture); - } - } - - public static string StrNbPlayers { - get { - return ResourceManager.GetString("StrNbPlayers", resourceCulture); - } - } - - public static string StrNbStacksInGame { - get { - return ResourceManager.GetString("StrNbStacksInGame", resourceCulture); - } - } - - public static string StrPlayerSelections { - get { - return ResourceManager.GetString("StrPlayerSelections", resourceCulture); - } - } - - public static string StrPseudoGM { - get { - return ResourceManager.GetString("StrPseudoGM", resourceCulture); - } - } - -<<<<<<< HEAD - /// - /// Recherche une chaîne localisée semblable à - L'objectif est de battre la machine seul et/ou en coopération. - /// - /// - Afin d'atteindre l'objectif, les joueurs disposent de 4 piles (par defaut) : deux ascendantes(Verte) et deux descendantes(Rouge). - /// - /// - Sur les piles ascendantes, le joueur doit bien entendu poser des cartes plus grandes et inversement sur les piles descendantes. - /// - /// - Le but est de poser les 98 cartes du jeu sur les différentes piles à votre disposition. - /// (Pour ce faire confer les règles de tour de jeu ci-dessous) - /// [le reste de la chaîne a été tronqué]";. - /// -======= ->>>>>>> 3badad823975148fed6467984295274bc7006685 - public static string StrRules { - get { - return ResourceManager.GetString("StrRules", resourceCulture); - } - } - - public static string StrTitle { - get { - return ResourceManager.GetString("StrTitle", resourceCulture); - } - } - - public static string StrTitleRules { - get { - return ResourceManager.GetString("StrTitleRules", resourceCulture); - } - } - - public static string StrValueType { - get { - return ResourceManager.GetString("StrValueType", resourceCulture); - } - } - - public static string StrWin { - get { - return ResourceManager.GetString("StrWin", resourceCulture); - } - } - - public static string StrWrongStack { - get { - return ResourceManager.GetString("StrWrongStack", resourceCulture); - } - } - - public static string TypeValuefractionated { - get { - return ResourceManager.GetString("TypeValuefractionated", resourceCulture); - } - } - - public static string TypeValuehundredth { - get { - return ResourceManager.GetString("TypeValuehundredth", resourceCulture); - } - } - - public static string TypeValueRelative { - get { - return ResourceManager.GetString("TypeValueRelative", resourceCulture); - } - } - - public static string TypeValueTens { - get { - return ResourceManager.GetString("TypeValueTens", resourceCulture); - } - } - - public static string TypeValuethousandth { - get { - return ResourceManager.GetString("TypeValuethousandth", resourceCulture); - } - } - - public static string TypeValueWhole { - get { - return ResourceManager.GetString("TypeValueWhole", resourceCulture); - } - } - - public static string WhiteTheme { - get { - return ResourceManager.GetString("WhiteTheme", resourceCulture); - } - } - - public static string WrongPseudo { - get { - return ResourceManager.GetString("WrongPseudo", resourceCulture); - } - } - } -} diff --git a/TheGameExtreme/Resx/AppResources.resx b/TheGameExtreme/Resx/AppResources.resx index 83fa041..e4743f0 100644 --- a/TheGameExtreme/Resx/AppResources.resx +++ b/TheGameExtreme/Resx/AppResources.resx @@ -177,7 +177,7 @@ Une possibilité de changer le thème de l'application grâce aux images du sole Nombre de cartes : - Nombre de joueurs : + Joueurs : Nombre de piles en jeu : @@ -227,7 +227,7 @@ Une possibilité de changer le thème de l'application grâce aux images du sole Règles - Jouer avec des valeurs : + Valeurs : Félicitation vous avez gagné diff --git a/TheGameExtreme/TheGameExtreme.csproj b/TheGameExtreme/TheGameExtreme.csproj index feb8d05..3b187fc 100644 --- a/TheGameExtreme/TheGameExtreme.csproj +++ b/TheGameExtreme/TheGameExtreme.csproj @@ -6,12 +6,10 @@ - - - - + + diff --git a/TheGameExtreme/view/GamePreparationPage.xaml b/TheGameExtreme/view/GamePreparationPage.xaml index 2a38240..f7895da 100644 --- a/TheGameExtreme/view/GamePreparationPage.xaml +++ b/TheGameExtreme/view/GamePreparationPage.xaml @@ -8,20 +8,23 @@ x:Class="TheGameExtreme.view.GamePreparationPage"> + Margin="10,10,10,10"> - - + + + + + +