diff --git a/TheGameExtreme.Android/MainActivity.cs b/TheGameExtreme.Android/MainActivity.cs index 820c3d1..6d8c9e3 100644 --- a/TheGameExtreme.Android/MainActivity.cs +++ b/TheGameExtreme.Android/MainActivity.cs @@ -16,26 +16,25 @@ namespace TheGameExtreme.Droid { protected override void OnCreate(Bundle savedInstanceState) { + base.OnCreate(savedInstanceState); + TabLayoutResource = Resource.Layout.Tabbar; ToolbarResource = Resource.Layout.Toolbar; + Xamarin.Essentials.Platform.Init(this, savedInstanceState); + Forms.Init(this, savedInstanceState); + LoadApplication(new App()); - /*int uiOptions = (int)Window.DecorView.SystemUiVisibility; + int uiOptions = (int)Window.DecorView.SystemUiVisibility; uiOptions |= (int)SystemUiFlags.LowProfile; uiOptions |= (int)SystemUiFlags.Fullscreen; uiOptions |= (int)SystemUiFlags.HideNavigation; - uiOptions |= (int)SystemUiFlags.ImmersiveSticky; - Window.DecorView.SystemUiVisibility = (StatusBarVisibility)uiOptions;*/ - - base.OnCreate(savedInstanceState); - Rg.Plugins.Popup.Popup.Init(this, savedInstanceState); - Xamarin.Essentials.Platform.Init(this, savedInstanceState); - global::Xamarin.Forms.Forms.Init(this, savedInstanceState); - LoadApplication(new App()); + uiOptions |= (int)SystemUiFlags.ImmersiveSticky; + Window.DecorView.SystemUiVisibility = (StatusBarVisibility)uiOptions; Window.SetStatusBarColor(Android.Graphics.Color.Argb(255, 0, 0, 0)); - this.Window.AddFlags(WindowManagerFlags.Fullscreen | WindowManagerFlags.TurnScreenOn); - + 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 84a14d8..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 24ca1cb..4d79f6d 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/Resources/values/styles.xml b/TheGameExtreme.Android/Resources/values/styles.xml index 088e449..390dd67 100644 --- a/TheGameExtreme.Android/Resources/values/styles.xml +++ b/TheGameExtreme.Android/Resources/values/styles.xml @@ -3,7 +3,7 @@ -