From 978cb5060322e03d8480c52385071f8a481e34c3 Mon Sep 17 00:00:00 2001 From: Andrey Shabarshov Date: Wed, 19 Jan 2022 17:29:38 +0000 Subject: [PATCH] Fingerprint authentication added. --- QRBee/QRBee.Android/MainActivity.cs | 6 + .../Properties/AndroidManifest.xml | 1 + QRBee/QRBee.Android/QRBee.Android.csproj | 3 + .../Resources/Resource.designer.cs | 17258 ++++++++-------- QRBee/QRBee.iOS/QRBee.iOS.csproj | 3 + QRBee/QRBee/QRBee.csproj | 1 + QRBee/QRBee/ViewModels/LoginViewModel.cs | 25 +- QRBee/QRBee/Views/LoginPage.xaml | 14 +- 8 files changed, 8804 insertions(+), 8507 deletions(-) diff --git a/QRBee/QRBee.Android/MainActivity.cs b/QRBee/QRBee.Android/MainActivity.cs index ca18ec9..c98ddc1 100644 --- a/QRBee/QRBee.Android/MainActivity.cs +++ b/QRBee/QRBee.Android/MainActivity.cs @@ -6,6 +6,7 @@ using Android.Runtime; using Android.OS; using Android.Support.V4.Content; using AndroidX.Core.App; +using Plugin.Fingerprint; namespace QRBee.Droid { @@ -18,9 +19,13 @@ namespace QRBee.Droid base.OnCreate(savedInstanceState); Xamarin.Essentials.Platform.Init(this, savedInstanceState); + + CrossFingerprint.SetCurrentActivityResolver(()=>Xamarin.Essentials.Platform.CurrentActivity); + global::Xamarin.Forms.Forms.Init(this, savedInstanceState); LoadApplication(new App()); ZXing.Mobile.MobileBarcodeScanner.Initialize(Application); + if (ContextCompat.CheckSelfPermission(this, Manifest.Permission.Camera) == (int) Permission.Granted) { @@ -28,6 +33,7 @@ namespace QRBee.Droid else { ActivityCompat.RequestPermissions(this, new String[] { Manifest.Permission.Camera }, 0); + // ActivityCompat.RequestPermissions(this, new String[] { Manifest.Permission.UseFingerprint }, 0); } } diff --git a/QRBee/QRBee.Android/Properties/AndroidManifest.xml b/QRBee/QRBee.Android/Properties/AndroidManifest.xml index f447585..2319765 100644 --- a/QRBee/QRBee.Android/Properties/AndroidManifest.xml +++ b/QRBee/QRBee.Android/Properties/AndroidManifest.xml @@ -4,4 +4,5 @@ + \ No newline at end of file diff --git a/QRBee/QRBee.Android/QRBee.Android.csproj b/QRBee/QRBee.Android/QRBee.Android.csproj index 6db580f..4dd0699 100644 --- a/QRBee/QRBee.Android/QRBee.Android.csproj +++ b/QRBee/QRBee.Android/QRBee.Android.csproj @@ -59,6 +59,9 @@ + + 2.1.4 + 28.0.0.3 diff --git a/QRBee/QRBee.Android/Resources/Resource.designer.cs b/QRBee/QRBee.Android/Resources/Resource.designer.cs index 109fd85..97c8062 100644 --- a/QRBee/QRBee.Android/Resources/Resource.designer.cs +++ b/QRBee/QRBee.Android/Resources/Resource.designer.cs @@ -25,6 +25,177 @@ namespace QRBee.Droid public static void UpdateIdValues() { + global::Plugin.Fingerprint.Resource.Attribute.alpha = global::QRBee.Droid.Resource.Attribute.alpha; + global::Plugin.Fingerprint.Resource.Attribute.font = global::QRBee.Droid.Resource.Attribute.font; + global::Plugin.Fingerprint.Resource.Attribute.fontProviderAuthority = global::QRBee.Droid.Resource.Attribute.fontProviderAuthority; + global::Plugin.Fingerprint.Resource.Attribute.fontProviderCerts = global::QRBee.Droid.Resource.Attribute.fontProviderCerts; + global::Plugin.Fingerprint.Resource.Attribute.fontProviderFetchStrategy = global::QRBee.Droid.Resource.Attribute.fontProviderFetchStrategy; + global::Plugin.Fingerprint.Resource.Attribute.fontProviderFetchTimeout = global::QRBee.Droid.Resource.Attribute.fontProviderFetchTimeout; + global::Plugin.Fingerprint.Resource.Attribute.fontProviderPackage = global::QRBee.Droid.Resource.Attribute.fontProviderPackage; + global::Plugin.Fingerprint.Resource.Attribute.fontProviderQuery = global::QRBee.Droid.Resource.Attribute.fontProviderQuery; + global::Plugin.Fingerprint.Resource.Attribute.fontStyle = global::QRBee.Droid.Resource.Attribute.fontStyle; + global::Plugin.Fingerprint.Resource.Attribute.fontVariationSettings = global::QRBee.Droid.Resource.Attribute.fontVariationSettings; + global::Plugin.Fingerprint.Resource.Attribute.fontWeight = global::QRBee.Droid.Resource.Attribute.fontWeight; + global::Plugin.Fingerprint.Resource.Attribute.ttcIndex = global::QRBee.Droid.Resource.Attribute.ttcIndex; + global::Plugin.Fingerprint.Resource.Color.androidx_core_ripple_material_light = global::QRBee.Droid.Resource.Color.androidx_core_ripple_material_light; + global::Plugin.Fingerprint.Resource.Color.androidx_core_secondary_text_default_material_light = global::QRBee.Droid.Resource.Color.androidx_core_secondary_text_default_material_light; + global::Plugin.Fingerprint.Resource.Color.notification_action_color_filter = global::QRBee.Droid.Resource.Color.notification_action_color_filter; + global::Plugin.Fingerprint.Resource.Color.notification_icon_bg_color = global::QRBee.Droid.Resource.Color.notification_icon_bg_color; + global::Plugin.Fingerprint.Resource.Dimension.compat_button_inset_horizontal_material = global::QRBee.Droid.Resource.Dimension.compat_button_inset_horizontal_material; + global::Plugin.Fingerprint.Resource.Dimension.compat_button_inset_vertical_material = global::QRBee.Droid.Resource.Dimension.compat_button_inset_vertical_material; + global::Plugin.Fingerprint.Resource.Dimension.compat_button_padding_horizontal_material = global::QRBee.Droid.Resource.Dimension.compat_button_padding_horizontal_material; + global::Plugin.Fingerprint.Resource.Dimension.compat_button_padding_vertical_material = global::QRBee.Droid.Resource.Dimension.compat_button_padding_vertical_material; + global::Plugin.Fingerprint.Resource.Dimension.compat_control_corner_material = global::QRBee.Droid.Resource.Dimension.compat_control_corner_material; + global::Plugin.Fingerprint.Resource.Dimension.compat_notification_large_icon_max_height = global::QRBee.Droid.Resource.Dimension.compat_notification_large_icon_max_height; + global::Plugin.Fingerprint.Resource.Dimension.compat_notification_large_icon_max_width = global::QRBee.Droid.Resource.Dimension.compat_notification_large_icon_max_width; + global::Plugin.Fingerprint.Resource.Dimension.notification_action_icon_size = global::QRBee.Droid.Resource.Dimension.notification_action_icon_size; + global::Plugin.Fingerprint.Resource.Dimension.notification_action_text_size = global::QRBee.Droid.Resource.Dimension.notification_action_text_size; + global::Plugin.Fingerprint.Resource.Dimension.notification_big_circle_margin = global::QRBee.Droid.Resource.Dimension.notification_big_circle_margin; + global::Plugin.Fingerprint.Resource.Dimension.notification_content_margin_start = global::QRBee.Droid.Resource.Dimension.notification_content_margin_start; + global::Plugin.Fingerprint.Resource.Dimension.notification_large_icon_height = global::QRBee.Droid.Resource.Dimension.notification_large_icon_height; + global::Plugin.Fingerprint.Resource.Dimension.notification_large_icon_width = global::QRBee.Droid.Resource.Dimension.notification_large_icon_width; + global::Plugin.Fingerprint.Resource.Dimension.notification_main_column_padding_top = global::QRBee.Droid.Resource.Dimension.notification_main_column_padding_top; + global::Plugin.Fingerprint.Resource.Dimension.notification_media_narrow_margin = global::QRBee.Droid.Resource.Dimension.notification_media_narrow_margin; + global::Plugin.Fingerprint.Resource.Dimension.notification_right_icon_size = global::QRBee.Droid.Resource.Dimension.notification_right_icon_size; + global::Plugin.Fingerprint.Resource.Dimension.notification_right_side_padding_top = global::QRBee.Droid.Resource.Dimension.notification_right_side_padding_top; + global::Plugin.Fingerprint.Resource.Dimension.notification_small_icon_background_padding = global::QRBee.Droid.Resource.Dimension.notification_small_icon_background_padding; + global::Plugin.Fingerprint.Resource.Dimension.notification_small_icon_size_as_large = global::QRBee.Droid.Resource.Dimension.notification_small_icon_size_as_large; + global::Plugin.Fingerprint.Resource.Dimension.notification_subtext_size = global::QRBee.Droid.Resource.Dimension.notification_subtext_size; + global::Plugin.Fingerprint.Resource.Dimension.notification_top_pad = global::QRBee.Droid.Resource.Dimension.notification_top_pad; + global::Plugin.Fingerprint.Resource.Dimension.notification_top_pad_large_text = global::QRBee.Droid.Resource.Dimension.notification_top_pad_large_text; + global::Plugin.Fingerprint.Resource.Drawable.notification_action_background = global::QRBee.Droid.Resource.Drawable.notification_action_background; + global::Plugin.Fingerprint.Resource.Drawable.notification_bg = global::QRBee.Droid.Resource.Drawable.notification_bg; + global::Plugin.Fingerprint.Resource.Drawable.notification_bg_low = global::QRBee.Droid.Resource.Drawable.notification_bg_low; + global::Plugin.Fingerprint.Resource.Drawable.notification_bg_low_normal = global::QRBee.Droid.Resource.Drawable.notification_bg_low_normal; + global::Plugin.Fingerprint.Resource.Drawable.notification_bg_low_pressed = global::QRBee.Droid.Resource.Drawable.notification_bg_low_pressed; + global::Plugin.Fingerprint.Resource.Drawable.notification_bg_normal = global::QRBee.Droid.Resource.Drawable.notification_bg_normal; + global::Plugin.Fingerprint.Resource.Drawable.notification_bg_normal_pressed = global::QRBee.Droid.Resource.Drawable.notification_bg_normal_pressed; + global::Plugin.Fingerprint.Resource.Drawable.notification_icon_background = global::QRBee.Droid.Resource.Drawable.notification_icon_background; + global::Plugin.Fingerprint.Resource.Drawable.notification_template_icon_bg = global::QRBee.Droid.Resource.Drawable.notification_template_icon_bg; + global::Plugin.Fingerprint.Resource.Drawable.notification_template_icon_low_bg = global::QRBee.Droid.Resource.Drawable.notification_template_icon_low_bg; + global::Plugin.Fingerprint.Resource.Drawable.notification_tile_bg = global::QRBee.Droid.Resource.Drawable.notification_tile_bg; + global::Plugin.Fingerprint.Resource.Drawable.notify_panel_notification_icon_bg = global::QRBee.Droid.Resource.Drawable.notify_panel_notification_icon_bg; + global::Plugin.Fingerprint.Resource.Id.accessibility_action_clickable_span = global::QRBee.Droid.Resource.Id.accessibility_action_clickable_span; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_0 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_0; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_1 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_1; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_10 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_10; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_11 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_11; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_12 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_12; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_13 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_13; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_14 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_14; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_15 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_15; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_16 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_16; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_17 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_17; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_18 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_18; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_19 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_19; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_2 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_2; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_20 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_20; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_21 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_21; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_22 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_22; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_23 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_23; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_24 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_24; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_25 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_25; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_26 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_26; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_27 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_27; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_28 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_28; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_29 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_29; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_3 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_3; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_30 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_30; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_31 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_31; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_4 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_4; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_5 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_5; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_6 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_6; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_7 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_7; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_8 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_8; + global::Plugin.Fingerprint.Resource.Id.accessibility_custom_action_9 = global::QRBee.Droid.Resource.Id.accessibility_custom_action_9; + global::Plugin.Fingerprint.Resource.Id.actions = global::QRBee.Droid.Resource.Id.actions; + global::Plugin.Fingerprint.Resource.Id.action_container = global::QRBee.Droid.Resource.Id.action_container; + global::Plugin.Fingerprint.Resource.Id.action_divider = global::QRBee.Droid.Resource.Id.action_divider; + global::Plugin.Fingerprint.Resource.Id.action_image = global::QRBee.Droid.Resource.Id.action_image; + global::Plugin.Fingerprint.Resource.Id.action_text = global::QRBee.Droid.Resource.Id.action_text; + global::Plugin.Fingerprint.Resource.Id.async = global::QRBee.Droid.Resource.Id.async; + global::Plugin.Fingerprint.Resource.Id.blocking = global::QRBee.Droid.Resource.Id.blocking; + global::Plugin.Fingerprint.Resource.Id.chronometer = global::QRBee.Droid.Resource.Id.chronometer; + global::Plugin.Fingerprint.Resource.Id.dialog_button = global::QRBee.Droid.Resource.Id.dialog_button; + global::Plugin.Fingerprint.Resource.Id.forever = global::QRBee.Droid.Resource.Id.forever; + global::Plugin.Fingerprint.Resource.Id.icon = global::QRBee.Droid.Resource.Id.icon; + global::Plugin.Fingerprint.Resource.Id.icon_group = global::QRBee.Droid.Resource.Id.icon_group; + global::Plugin.Fingerprint.Resource.Id.info = global::QRBee.Droid.Resource.Id.info; + global::Plugin.Fingerprint.Resource.Id.italic = global::QRBee.Droid.Resource.Id.italic; + global::Plugin.Fingerprint.Resource.Id.line1 = global::QRBee.Droid.Resource.Id.line1; + global::Plugin.Fingerprint.Resource.Id.line3 = global::QRBee.Droid.Resource.Id.line3; + global::Plugin.Fingerprint.Resource.Id.normal = global::QRBee.Droid.Resource.Id.normal; + global::Plugin.Fingerprint.Resource.Id.notification_background = global::QRBee.Droid.Resource.Id.notification_background; + global::Plugin.Fingerprint.Resource.Id.notification_main_column = global::QRBee.Droid.Resource.Id.notification_main_column; + global::Plugin.Fingerprint.Resource.Id.notification_main_column_container = global::QRBee.Droid.Resource.Id.notification_main_column_container; + global::Plugin.Fingerprint.Resource.Id.right_icon = global::QRBee.Droid.Resource.Id.right_icon; + global::Plugin.Fingerprint.Resource.Id.right_side = global::QRBee.Droid.Resource.Id.right_side; + global::Plugin.Fingerprint.Resource.Id.tag_accessibility_actions = global::QRBee.Droid.Resource.Id.tag_accessibility_actions; + global::Plugin.Fingerprint.Resource.Id.tag_accessibility_clickable_spans = global::QRBee.Droid.Resource.Id.tag_accessibility_clickable_spans; + global::Plugin.Fingerprint.Resource.Id.tag_accessibility_heading = global::QRBee.Droid.Resource.Id.tag_accessibility_heading; + global::Plugin.Fingerprint.Resource.Id.tag_accessibility_pane_title = global::QRBee.Droid.Resource.Id.tag_accessibility_pane_title; + global::Plugin.Fingerprint.Resource.Id.tag_screen_reader_focusable = global::QRBee.Droid.Resource.Id.tag_screen_reader_focusable; + global::Plugin.Fingerprint.Resource.Id.tag_transition_group = global::QRBee.Droid.Resource.Id.tag_transition_group; + global::Plugin.Fingerprint.Resource.Id.tag_unhandled_key_event_manager = global::QRBee.Droid.Resource.Id.tag_unhandled_key_event_manager; + global::Plugin.Fingerprint.Resource.Id.tag_unhandled_key_listeners = global::QRBee.Droid.Resource.Id.tag_unhandled_key_listeners; + global::Plugin.Fingerprint.Resource.Id.text = global::QRBee.Droid.Resource.Id.text; + global::Plugin.Fingerprint.Resource.Id.text2 = global::QRBee.Droid.Resource.Id.text2; + global::Plugin.Fingerprint.Resource.Id.time = global::QRBee.Droid.Resource.Id.time; + global::Plugin.Fingerprint.Resource.Id.title = global::QRBee.Droid.Resource.Id.title; + global::Plugin.Fingerprint.Resource.Integer.status_bar_notification_info_maxnum = global::QRBee.Droid.Resource.Integer.status_bar_notification_info_maxnum; + global::Plugin.Fingerprint.Resource.Layout.custom_dialog = global::QRBee.Droid.Resource.Layout.custom_dialog; + global::Plugin.Fingerprint.Resource.Layout.notification_action = global::QRBee.Droid.Resource.Layout.notification_action; + global::Plugin.Fingerprint.Resource.Layout.notification_action_tombstone = global::QRBee.Droid.Resource.Layout.notification_action_tombstone; + global::Plugin.Fingerprint.Resource.Layout.notification_template_custom_big = global::QRBee.Droid.Resource.Layout.notification_template_custom_big; + global::Plugin.Fingerprint.Resource.Layout.notification_template_icon_group = global::QRBee.Droid.Resource.Layout.notification_template_icon_group; + global::Plugin.Fingerprint.Resource.Layout.notification_template_part_chronometer = global::QRBee.Droid.Resource.Layout.notification_template_part_chronometer; + global::Plugin.Fingerprint.Resource.Layout.notification_template_part_time = global::QRBee.Droid.Resource.Layout.notification_template_part_time; + global::Plugin.Fingerprint.Resource.String.status_bar_notification_info_overflow = global::QRBee.Droid.Resource.String.status_bar_notification_info_overflow; + global::Plugin.Fingerprint.Resource.Style.TextAppearance_Compat_Notification = global::QRBee.Droid.Resource.Style.TextAppearance_Compat_Notification; + global::Plugin.Fingerprint.Resource.Style.TextAppearance_Compat_Notification_Info = global::QRBee.Droid.Resource.Style.TextAppearance_Compat_Notification_Info; + global::Plugin.Fingerprint.Resource.Style.TextAppearance_Compat_Notification_Line2 = global::QRBee.Droid.Resource.Style.TextAppearance_Compat_Notification_Line2; + global::Plugin.Fingerprint.Resource.Style.TextAppearance_Compat_Notification_Time = global::QRBee.Droid.Resource.Style.TextAppearance_Compat_Notification_Time; + global::Plugin.Fingerprint.Resource.Style.TextAppearance_Compat_Notification_Title = global::QRBee.Droid.Resource.Style.TextAppearance_Compat_Notification_Title; + global::Plugin.Fingerprint.Resource.Style.Widget_Compat_NotificationActionContainer = global::QRBee.Droid.Resource.Style.Widget_Compat_NotificationActionContainer; + global::Plugin.Fingerprint.Resource.Style.Widget_Compat_NotificationActionText = global::QRBee.Droid.Resource.Style.Widget_Compat_NotificationActionText; + global::Plugin.Fingerprint.Resource.Styleable.ColorStateListItem = global::QRBee.Droid.Resource.Styleable.ColorStateListItem; + global::Plugin.Fingerprint.Resource.Styleable.ColorStateListItem_alpha = global::QRBee.Droid.Resource.Styleable.ColorStateListItem_alpha; + global::Plugin.Fingerprint.Resource.Styleable.ColorStateListItem_android_alpha = global::QRBee.Droid.Resource.Styleable.ColorStateListItem_android_alpha; + global::Plugin.Fingerprint.Resource.Styleable.ColorStateListItem_android_color = global::QRBee.Droid.Resource.Styleable.ColorStateListItem_android_color; + global::Plugin.Fingerprint.Resource.Styleable.FontFamily = global::QRBee.Droid.Resource.Styleable.FontFamily; + global::Plugin.Fingerprint.Resource.Styleable.FontFamilyFont = global::QRBee.Droid.Resource.Styleable.FontFamilyFont; + global::Plugin.Fingerprint.Resource.Styleable.FontFamilyFont_android_font = global::QRBee.Droid.Resource.Styleable.FontFamilyFont_android_font; + global::Plugin.Fingerprint.Resource.Styleable.FontFamilyFont_android_fontStyle = global::QRBee.Droid.Resource.Styleable.FontFamilyFont_android_fontStyle; + global::Plugin.Fingerprint.Resource.Styleable.FontFamilyFont_android_fontVariationSettings = global::QRBee.Droid.Resource.Styleable.FontFamilyFont_android_fontVariationSettings; + global::Plugin.Fingerprint.Resource.Styleable.FontFamilyFont_android_fontWeight = global::QRBee.Droid.Resource.Styleable.FontFamilyFont_android_fontWeight; + global::Plugin.Fingerprint.Resource.Styleable.FontFamilyFont_android_ttcIndex = global::QRBee.Droid.Resource.Styleable.FontFamilyFont_android_ttcIndex; + global::Plugin.Fingerprint.Resource.Styleable.FontFamilyFont_font = global::QRBee.Droid.Resource.Styleable.FontFamilyFont_font; + global::Plugin.Fingerprint.Resource.Styleable.FontFamilyFont_fontStyle = global::QRBee.Droid.Resource.Styleable.FontFamilyFont_fontStyle; + global::Plugin.Fingerprint.Resource.Styleable.FontFamilyFont_fontVariationSettings = global::QRBee.Droid.Resource.Styleable.FontFamilyFont_fontVariationSettings; + global::Plugin.Fingerprint.Resource.Styleable.FontFamilyFont_fontWeight = global::QRBee.Droid.Resource.Styleable.FontFamilyFont_fontWeight; + global::Plugin.Fingerprint.Resource.Styleable.FontFamilyFont_ttcIndex = global::QRBee.Droid.Resource.Styleable.FontFamilyFont_ttcIndex; + global::Plugin.Fingerprint.Resource.Styleable.FontFamily_fontProviderAuthority = global::QRBee.Droid.Resource.Styleable.FontFamily_fontProviderAuthority; + global::Plugin.Fingerprint.Resource.Styleable.FontFamily_fontProviderCerts = global::QRBee.Droid.Resource.Styleable.FontFamily_fontProviderCerts; + global::Plugin.Fingerprint.Resource.Styleable.FontFamily_fontProviderFetchStrategy = global::QRBee.Droid.Resource.Styleable.FontFamily_fontProviderFetchStrategy; + global::Plugin.Fingerprint.Resource.Styleable.FontFamily_fontProviderFetchTimeout = global::QRBee.Droid.Resource.Styleable.FontFamily_fontProviderFetchTimeout; + global::Plugin.Fingerprint.Resource.Styleable.FontFamily_fontProviderPackage = global::QRBee.Droid.Resource.Styleable.FontFamily_fontProviderPackage; + global::Plugin.Fingerprint.Resource.Styleable.FontFamily_fontProviderQuery = global::QRBee.Droid.Resource.Styleable.FontFamily_fontProviderQuery; + global::Plugin.Fingerprint.Resource.Styleable.GradientColor = global::QRBee.Droid.Resource.Styleable.GradientColor; + global::Plugin.Fingerprint.Resource.Styleable.GradientColorItem = global::QRBee.Droid.Resource.Styleable.GradientColorItem; + global::Plugin.Fingerprint.Resource.Styleable.GradientColorItem_android_color = global::QRBee.Droid.Resource.Styleable.GradientColorItem_android_color; + global::Plugin.Fingerprint.Resource.Styleable.GradientColorItem_android_offset = global::QRBee.Droid.Resource.Styleable.GradientColorItem_android_offset; + global::Plugin.Fingerprint.Resource.Styleable.GradientColor_android_centerColor = global::QRBee.Droid.Resource.Styleable.GradientColor_android_centerColor; + global::Plugin.Fingerprint.Resource.Styleable.GradientColor_android_centerX = global::QRBee.Droid.Resource.Styleable.GradientColor_android_centerX; + global::Plugin.Fingerprint.Resource.Styleable.GradientColor_android_centerY = global::QRBee.Droid.Resource.Styleable.GradientColor_android_centerY; + global::Plugin.Fingerprint.Resource.Styleable.GradientColor_android_endColor = global::QRBee.Droid.Resource.Styleable.GradientColor_android_endColor; + global::Plugin.Fingerprint.Resource.Styleable.GradientColor_android_endX = global::QRBee.Droid.Resource.Styleable.GradientColor_android_endX; + global::Plugin.Fingerprint.Resource.Styleable.GradientColor_android_endY = global::QRBee.Droid.Resource.Styleable.GradientColor_android_endY; + global::Plugin.Fingerprint.Resource.Styleable.GradientColor_android_gradientRadius = global::QRBee.Droid.Resource.Styleable.GradientColor_android_gradientRadius; + global::Plugin.Fingerprint.Resource.Styleable.GradientColor_android_startColor = global::QRBee.Droid.Resource.Styleable.GradientColor_android_startColor; + global::Plugin.Fingerprint.Resource.Styleable.GradientColor_android_startX = global::QRBee.Droid.Resource.Styleable.GradientColor_android_startX; + global::Plugin.Fingerprint.Resource.Styleable.GradientColor_android_startY = global::QRBee.Droid.Resource.Styleable.GradientColor_android_startY; + global::Plugin.Fingerprint.Resource.Styleable.GradientColor_android_tileMode = global::QRBee.Droid.Resource.Styleable.GradientColor_android_tileMode; + global::Plugin.Fingerprint.Resource.Styleable.GradientColor_android_type = global::QRBee.Droid.Resource.Styleable.GradientColor_android_type; global::Xamarin.Essentials.Resource.Attribute.alpha = global::QRBee.Droid.Resource.Attribute.alpha; global::Xamarin.Essentials.Resource.Attribute.font = global::QRBee.Droid.Resource.Attribute.font; global::Xamarin.Essentials.Resource.Attribute.fontProviderAuthority = global::QRBee.Droid.Resource.Attribute.fontProviderAuthority; @@ -11034,3224 +11205,3252 @@ namespace QRBee.Droid } } + public partial class Array + { + + // aapt resource value: 0x7F030000 + public const int assume_strong_biometrics_models = 2130903040; + + // aapt resource value: 0x7F030001 + public const int crypto_fingerprint_fallback_prefixes = 2130903041; + + // aapt resource value: 0x7F030002 + public const int crypto_fingerprint_fallback_vendors = 2130903042; + + // aapt resource value: 0x7F030003 + public const int delay_showing_prompt_models = 2130903043; + + // aapt resource value: 0x7F030004 + public const int hide_fingerprint_instantly_prefixes = 2130903044; + + static Array() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Array() + { + } + } + public partial class Attribute { - // aapt resource value: 0x7F030003 - public const int action = 2130903043; + // aapt resource value: 0x7F040003 + public const int action = 2130968579; - // aapt resource value: 0x7F030004 - public const int actionBarDivider = 2130903044; + // aapt resource value: 0x7F040004 + public const int actionBarDivider = 2130968580; - // aapt resource value: 0x7F030005 - public const int actionBarItemBackground = 2130903045; + // aapt resource value: 0x7F040005 + public const int actionBarItemBackground = 2130968581; - // aapt resource value: 0x7F030006 - public const int actionBarPopupTheme = 2130903046; + // aapt resource value: 0x7F040006 + public const int actionBarPopupTheme = 2130968582; - // aapt resource value: 0x7F030007 - public const int actionBarSize = 2130903047; + // aapt resource value: 0x7F040007 + public const int actionBarSize = 2130968583; - // aapt resource value: 0x7F030008 - public const int actionBarSplitStyle = 2130903048; + // aapt resource value: 0x7F040008 + public const int actionBarSplitStyle = 2130968584; - // aapt resource value: 0x7F030009 - public const int actionBarStyle = 2130903049; + // aapt resource value: 0x7F040009 + public const int actionBarStyle = 2130968585; - // aapt resource value: 0x7F03000A - public const int actionBarTabBarStyle = 2130903050; + // aapt resource value: 0x7F04000A + public const int actionBarTabBarStyle = 2130968586; - // aapt resource value: 0x7F03000B - public const int actionBarTabStyle = 2130903051; + // aapt resource value: 0x7F04000B + public const int actionBarTabStyle = 2130968587; - // aapt resource value: 0x7F03000C - public const int actionBarTabTextStyle = 2130903052; + // aapt resource value: 0x7F04000C + public const int actionBarTabTextStyle = 2130968588; - // aapt resource value: 0x7F03000D - public const int actionBarTheme = 2130903053; + // aapt resource value: 0x7F04000D + public const int actionBarTheme = 2130968589; - // aapt resource value: 0x7F03000E - public const int actionBarWidgetTheme = 2130903054; + // aapt resource value: 0x7F04000E + public const int actionBarWidgetTheme = 2130968590; - // aapt resource value: 0x7F03000F - public const int actionButtonStyle = 2130903055; + // aapt resource value: 0x7F04000F + public const int actionButtonStyle = 2130968591; - // aapt resource value: 0x7F030010 - public const int actionDropDownStyle = 2130903056; + // aapt resource value: 0x7F040010 + public const int actionDropDownStyle = 2130968592; - // aapt resource value: 0x7F030011 - public const int actionLayout = 2130903057; + // aapt resource value: 0x7F040011 + public const int actionLayout = 2130968593; - // aapt resource value: 0x7F030012 - public const int actionMenuTextAppearance = 2130903058; + // aapt resource value: 0x7F040012 + public const int actionMenuTextAppearance = 2130968594; - // aapt resource value: 0x7F030013 - public const int actionMenuTextColor = 2130903059; + // aapt resource value: 0x7F040013 + public const int actionMenuTextColor = 2130968595; - // aapt resource value: 0x7F030014 - public const int actionModeBackground = 2130903060; + // aapt resource value: 0x7F040014 + public const int actionModeBackground = 2130968596; - // aapt resource value: 0x7F030015 - public const int actionModeCloseButtonStyle = 2130903061; + // aapt resource value: 0x7F040015 + public const int actionModeCloseButtonStyle = 2130968597; - // aapt resource value: 0x7F030016 - public const int actionModeCloseContentDescription = 2130903062; + // aapt resource value: 0x7F040016 + public const int actionModeCloseContentDescription = 2130968598; - // aapt resource value: 0x7F030017 - public const int actionModeCloseDrawable = 2130903063; + // aapt resource value: 0x7F040017 + public const int actionModeCloseDrawable = 2130968599; - // aapt resource value: 0x7F030018 - public const int actionModeCopyDrawable = 2130903064; + // aapt resource value: 0x7F040018 + public const int actionModeCopyDrawable = 2130968600; - // aapt resource value: 0x7F030019 - public const int actionModeCutDrawable = 2130903065; + // aapt resource value: 0x7F040019 + public const int actionModeCutDrawable = 2130968601; - // aapt resource value: 0x7F03001A - public const int actionModeFindDrawable = 2130903066; + // aapt resource value: 0x7F04001A + public const int actionModeFindDrawable = 2130968602; - // aapt resource value: 0x7F03001B - public const int actionModePasteDrawable = 2130903067; + // aapt resource value: 0x7F04001B + public const int actionModePasteDrawable = 2130968603; - // aapt resource value: 0x7F03001C - public const int actionModePopupWindowStyle = 2130903068; + // aapt resource value: 0x7F04001C + public const int actionModePopupWindowStyle = 2130968604; - // aapt resource value: 0x7F03001D - public const int actionModeSelectAllDrawable = 2130903069; + // aapt resource value: 0x7F04001D + public const int actionModeSelectAllDrawable = 2130968605; - // aapt resource value: 0x7F03001E - public const int actionModeShareDrawable = 2130903070; + // aapt resource value: 0x7F04001E + public const int actionModeShareDrawable = 2130968606; - // aapt resource value: 0x7F03001F - public const int actionModeSplitBackground = 2130903071; + // aapt resource value: 0x7F04001F + public const int actionModeSplitBackground = 2130968607; - // aapt resource value: 0x7F030020 - public const int actionModeStyle = 2130903072; + // aapt resource value: 0x7F040020 + public const int actionModeStyle = 2130968608; - // aapt resource value: 0x7F030021 - public const int actionModeTheme = 2130903073; + // aapt resource value: 0x7F040021 + public const int actionModeTheme = 2130968609; - // aapt resource value: 0x7F030022 - public const int actionModeWebSearchDrawable = 2130903074; + // aapt resource value: 0x7F040022 + public const int actionModeWebSearchDrawable = 2130968610; - // aapt resource value: 0x7F030023 - public const int actionOverflowButtonStyle = 2130903075; + // aapt resource value: 0x7F040023 + public const int actionOverflowButtonStyle = 2130968611; - // aapt resource value: 0x7F030024 - public const int actionOverflowMenuStyle = 2130903076; + // aapt resource value: 0x7F040024 + public const int actionOverflowMenuStyle = 2130968612; - // aapt resource value: 0x7F030025 - public const int actionProviderClass = 2130903077; + // aapt resource value: 0x7F040025 + public const int actionProviderClass = 2130968613; - // aapt resource value: 0x7F030026 - public const int actionTextColorAlpha = 2130903078; + // aapt resource value: 0x7F040026 + public const int actionTextColorAlpha = 2130968614; - // aapt resource value: 0x7F030027 - public const int actionViewClass = 2130903079; + // aapt resource value: 0x7F040027 + public const int actionViewClass = 2130968615; - // aapt resource value: 0x7F030028 - public const int activityChooserViewStyle = 2130903080; + // aapt resource value: 0x7F040028 + public const int activityChooserViewStyle = 2130968616; - // aapt resource value: 0x7F030029 - public const int adjustable = 2130903081; + // aapt resource value: 0x7F040029 + public const int adjustable = 2130968617; - // aapt resource value: 0x7F03002A - public const int alertDialogButtonGroupStyle = 2130903082; + // aapt resource value: 0x7F04002A + public const int alertDialogButtonGroupStyle = 2130968618; - // aapt resource value: 0x7F03002B - public const int alertDialogCenterButtons = 2130903083; + // aapt resource value: 0x7F04002B + public const int alertDialogCenterButtons = 2130968619; - // aapt resource value: 0x7F03002C - public const int alertDialogStyle = 2130903084; + // aapt resource value: 0x7F04002C + public const int alertDialogStyle = 2130968620; - // aapt resource value: 0x7F03002D - public const int alertDialogTheme = 2130903085; + // aapt resource value: 0x7F04002D + public const int alertDialogTheme = 2130968621; - // aapt resource value: 0x7F03002E - public const int allowDividerAbove = 2130903086; + // aapt resource value: 0x7F04002E + public const int allowDividerAbove = 2130968622; - // aapt resource value: 0x7F03002F - public const int allowDividerAfterLastItem = 2130903087; + // aapt resource value: 0x7F04002F + public const int allowDividerAfterLastItem = 2130968623; - // aapt resource value: 0x7F030030 - public const int allowDividerBelow = 2130903088; + // aapt resource value: 0x7F040030 + public const int allowDividerBelow = 2130968624; - // aapt resource value: 0x7F030031 - public const int allowStacking = 2130903089; + // aapt resource value: 0x7F040031 + public const int allowStacking = 2130968625; - // aapt resource value: 0x7F030032 - public const int alpha = 2130903090; + // aapt resource value: 0x7F040032 + public const int alpha = 2130968626; - // aapt resource value: 0x7F030033 - public const int alphabeticModifiers = 2130903091; + // aapt resource value: 0x7F040033 + public const int alphabeticModifiers = 2130968627; - // aapt resource value: 0x7F030034 - public const int altSrc = 2130903092; + // aapt resource value: 0x7F040034 + public const int altSrc = 2130968628; - // aapt resource value: 0x7F030035 - public const int animateCircleAngleTo = 2130903093; + // aapt resource value: 0x7F040035 + public const int animateCircleAngleTo = 2130968629; - // aapt resource value: 0x7F030036 - public const int animateRelativeTo = 2130903094; + // aapt resource value: 0x7F040036 + public const int animateRelativeTo = 2130968630; - // aapt resource value: 0x7F030037 - public const int animationMode = 2130903095; + // aapt resource value: 0x7F040037 + public const int animationMode = 2130968631; - // aapt resource value: 0x7F030038 - public const int appBarLayoutStyle = 2130903096; + // aapt resource value: 0x7F040038 + public const int appBarLayoutStyle = 2130968632; - // aapt resource value: 0x7F030039 - public const int applyMotionScene = 2130903097; + // aapt resource value: 0x7F040039 + public const int applyMotionScene = 2130968633; - // aapt resource value: 0x7F03003A - public const int arcMode = 2130903098; + // aapt resource value: 0x7F04003A + public const int arcMode = 2130968634; - // aapt resource value: 0x7F03003B - public const int argType = 2130903099; + // aapt resource value: 0x7F04003B + public const int argType = 2130968635; - // aapt resource value: 0x7F03003C - public const int arrowHeadLength = 2130903100; + // aapt resource value: 0x7F04003C + public const int arrowHeadLength = 2130968636; - // aapt resource value: 0x7F03003D - public const int arrowShaftLength = 2130903101; + // aapt resource value: 0x7F04003D + public const int arrowShaftLength = 2130968637; - // aapt resource value: 0x7F03003E - public const int attributeName = 2130903102; + // aapt resource value: 0x7F04003E + public const int attributeName = 2130968638; - // aapt resource value: 0x7F03003F - public const int autoCompleteMode = 2130903103; + // aapt resource value: 0x7F04003F + public const int autoCompleteMode = 2130968639; - // aapt resource value: 0x7F030040 - public const int autoCompleteTextViewStyle = 2130903104; + // aapt resource value: 0x7F040040 + public const int autoCompleteTextViewStyle = 2130968640; - // aapt resource value: 0x7F030041 - public const int autoSizeMaxTextSize = 2130903105; + // aapt resource value: 0x7F040041 + public const int autoSizeMaxTextSize = 2130968641; - // aapt resource value: 0x7F030042 - public const int autoSizeMinTextSize = 2130903106; + // aapt resource value: 0x7F040042 + public const int autoSizeMinTextSize = 2130968642; - // aapt resource value: 0x7F030043 - public const int autoSizePresetSizes = 2130903107; + // aapt resource value: 0x7F040043 + public const int autoSizePresetSizes = 2130968643; - // aapt resource value: 0x7F030044 - public const int autoSizeStepGranularity = 2130903108; + // aapt resource value: 0x7F040044 + public const int autoSizeStepGranularity = 2130968644; - // aapt resource value: 0x7F030045 - public const int autoSizeTextType = 2130903109; + // aapt resource value: 0x7F040045 + public const int autoSizeTextType = 2130968645; - // aapt resource value: 0x7F030046 - public const int autoTransition = 2130903110; + // aapt resource value: 0x7F040046 + public const int autoTransition = 2130968646; - // aapt resource value: 0x7F030047 - public const int background = 2130903111; + // aapt resource value: 0x7F040047 + public const int background = 2130968647; - // aapt resource value: 0x7F030048 - public const int backgroundColor = 2130903112; + // aapt resource value: 0x7F040048 + public const int backgroundColor = 2130968648; - // aapt resource value: 0x7F030049 - public const int backgroundInsetBottom = 2130903113; + // aapt resource value: 0x7F040049 + public const int backgroundInsetBottom = 2130968649; - // aapt resource value: 0x7F03004A - public const int backgroundInsetEnd = 2130903114; + // aapt resource value: 0x7F04004A + public const int backgroundInsetEnd = 2130968650; - // aapt resource value: 0x7F03004B - public const int backgroundInsetStart = 2130903115; + // aapt resource value: 0x7F04004B + public const int backgroundInsetStart = 2130968651; - // aapt resource value: 0x7F03004C - public const int backgroundInsetTop = 2130903116; + // aapt resource value: 0x7F04004C + public const int backgroundInsetTop = 2130968652; - // aapt resource value: 0x7F03004D - public const int backgroundOverlayColorAlpha = 2130903117; + // aapt resource value: 0x7F04004D + public const int backgroundOverlayColorAlpha = 2130968653; - // aapt resource value: 0x7F03004E - public const int backgroundSplit = 2130903118; + // aapt resource value: 0x7F04004E + public const int backgroundSplit = 2130968654; - // aapt resource value: 0x7F03004F - public const int backgroundStacked = 2130903119; + // aapt resource value: 0x7F04004F + public const int backgroundStacked = 2130968655; - // aapt resource value: 0x7F030050 - public const int backgroundTint = 2130903120; + // aapt resource value: 0x7F040050 + public const int backgroundTint = 2130968656; - // aapt resource value: 0x7F030051 - public const int backgroundTintMode = 2130903121; + // aapt resource value: 0x7F040051 + public const int backgroundTintMode = 2130968657; - // aapt resource value: 0x7F030052 - public const int badgeGravity = 2130903122; + // aapt resource value: 0x7F040052 + public const int badgeGravity = 2130968658; - // aapt resource value: 0x7F030053 - public const int badgeStyle = 2130903123; + // aapt resource value: 0x7F040053 + public const int badgeStyle = 2130968659; - // aapt resource value: 0x7F030054 - public const int badgeTextColor = 2130903124; + // aapt resource value: 0x7F040054 + public const int badgeTextColor = 2130968660; - // aapt resource value: 0x7F030055 - public const int barLength = 2130903125; + // aapt resource value: 0x7F040055 + public const int barLength = 2130968661; - // aapt resource value: 0x7F030056 - public const int barrierAllowsGoneWidgets = 2130903126; + // aapt resource value: 0x7F040056 + public const int barrierAllowsGoneWidgets = 2130968662; - // aapt resource value: 0x7F030057 - public const int barrierDirection = 2130903127; + // aapt resource value: 0x7F040057 + public const int barrierDirection = 2130968663; - // aapt resource value: 0x7F030058 - public const int barrierMargin = 2130903128; + // aapt resource value: 0x7F040058 + public const int barrierMargin = 2130968664; - // aapt resource value: 0x7F030059 - public const int behavior_autoHide = 2130903129; + // aapt resource value: 0x7F040059 + public const int behavior_autoHide = 2130968665; - // aapt resource value: 0x7F03005A - public const int behavior_autoShrink = 2130903130; + // aapt resource value: 0x7F04005A + public const int behavior_autoShrink = 2130968666; - // aapt resource value: 0x7F03005B - public const int behavior_draggable = 2130903131; + // aapt resource value: 0x7F04005B + public const int behavior_draggable = 2130968667; - // aapt resource value: 0x7F03005C - public const int behavior_expandedOffset = 2130903132; + // aapt resource value: 0x7F04005C + public const int behavior_expandedOffset = 2130968668; - // aapt resource value: 0x7F03005D - public const int behavior_fitToContents = 2130903133; + // aapt resource value: 0x7F04005D + public const int behavior_fitToContents = 2130968669; - // aapt resource value: 0x7F03005E - public const int behavior_halfExpandedRatio = 2130903134; + // aapt resource value: 0x7F04005E + public const int behavior_halfExpandedRatio = 2130968670; - // aapt resource value: 0x7F03005F - public const int behavior_hideable = 2130903135; + // aapt resource value: 0x7F04005F + public const int behavior_hideable = 2130968671; - // aapt resource value: 0x7F030060 - public const int behavior_overlapTop = 2130903136; + // aapt resource value: 0x7F040060 + public const int behavior_overlapTop = 2130968672; - // aapt resource value: 0x7F030061 - public const int behavior_peekHeight = 2130903137; + // aapt resource value: 0x7F040061 + public const int behavior_peekHeight = 2130968673; - // aapt resource value: 0x7F030062 - public const int behavior_saveFlags = 2130903138; + // aapt resource value: 0x7F040062 + public const int behavior_saveFlags = 2130968674; - // aapt resource value: 0x7F030063 - public const int behavior_skipCollapsed = 2130903139; + // aapt resource value: 0x7F040063 + public const int behavior_skipCollapsed = 2130968675; - // aapt resource value: 0x7F030064 - public const int blendSrc = 2130903140; + // aapt resource value: 0x7F040064 + public const int blendSrc = 2130968676; - // aapt resource value: 0x7F030068 - public const int borderlessButtonStyle = 2130903144; + // aapt resource value: 0x7F040068 + public const int borderlessButtonStyle = 2130968680; - // aapt resource value: 0x7F030065 - public const int borderRound = 2130903141; + // aapt resource value: 0x7F040065 + public const int borderRound = 2130968677; - // aapt resource value: 0x7F030066 - public const int borderRoundPercent = 2130903142; + // aapt resource value: 0x7F040066 + public const int borderRoundPercent = 2130968678; - // aapt resource value: 0x7F030067 - public const int borderWidth = 2130903143; + // aapt resource value: 0x7F040067 + public const int borderWidth = 2130968679; - // aapt resource value: 0x7F030069 - public const int bottomAppBarStyle = 2130903145; + // aapt resource value: 0x7F040069 + public const int bottomAppBarStyle = 2130968681; - // aapt resource value: 0x7F03006A - public const int bottomNavigationStyle = 2130903146; + // aapt resource value: 0x7F04006A + public const int bottomNavigationStyle = 2130968682; - // aapt resource value: 0x7F03006B - public const int bottomSheetDialogTheme = 2130903147; + // aapt resource value: 0x7F04006B + public const int bottomSheetDialogTheme = 2130968683; - // aapt resource value: 0x7F03006C - public const int bottomSheetStyle = 2130903148; + // aapt resource value: 0x7F04006C + public const int bottomSheetStyle = 2130968684; - // aapt resource value: 0x7F03006D - public const int boxBackgroundColor = 2130903149; + // aapt resource value: 0x7F04006D + public const int boxBackgroundColor = 2130968685; - // aapt resource value: 0x7F03006E - public const int boxBackgroundMode = 2130903150; + // aapt resource value: 0x7F04006E + public const int boxBackgroundMode = 2130968686; - // aapt resource value: 0x7F03006F - public const int boxCollapsedPaddingTop = 2130903151; + // aapt resource value: 0x7F04006F + public const int boxCollapsedPaddingTop = 2130968687; - // aapt resource value: 0x7F030070 - public const int boxCornerRadiusBottomEnd = 2130903152; + // aapt resource value: 0x7F040070 + public const int boxCornerRadiusBottomEnd = 2130968688; - // aapt resource value: 0x7F030071 - public const int boxCornerRadiusBottomStart = 2130903153; + // aapt resource value: 0x7F040071 + public const int boxCornerRadiusBottomStart = 2130968689; - // aapt resource value: 0x7F030072 - public const int boxCornerRadiusTopEnd = 2130903154; + // aapt resource value: 0x7F040072 + public const int boxCornerRadiusTopEnd = 2130968690; - // aapt resource value: 0x7F030073 - public const int boxCornerRadiusTopStart = 2130903155; + // aapt resource value: 0x7F040073 + public const int boxCornerRadiusTopStart = 2130968691; - // aapt resource value: 0x7F030074 - public const int boxStrokeColor = 2130903156; + // aapt resource value: 0x7F040074 + public const int boxStrokeColor = 2130968692; - // aapt resource value: 0x7F030075 - public const int boxStrokeErrorColor = 2130903157; + // aapt resource value: 0x7F040075 + public const int boxStrokeErrorColor = 2130968693; - // aapt resource value: 0x7F030076 - public const int boxStrokeWidth = 2130903158; + // aapt resource value: 0x7F040076 + public const int boxStrokeWidth = 2130968694; - // aapt resource value: 0x7F030077 - public const int boxStrokeWidthFocused = 2130903159; + // aapt resource value: 0x7F040077 + public const int boxStrokeWidthFocused = 2130968695; - // aapt resource value: 0x7F030078 - public const int brightness = 2130903160; + // aapt resource value: 0x7F040078 + public const int brightness = 2130968696; - // aapt resource value: 0x7F030079 - public const int buttonBarButtonStyle = 2130903161; + // aapt resource value: 0x7F040079 + public const int buttonBarButtonStyle = 2130968697; - // aapt resource value: 0x7F03007A - public const int buttonBarNegativeButtonStyle = 2130903162; + // aapt resource value: 0x7F04007A + public const int buttonBarNegativeButtonStyle = 2130968698; - // aapt resource value: 0x7F03007B - public const int buttonBarNeutralButtonStyle = 2130903163; + // aapt resource value: 0x7F04007B + public const int buttonBarNeutralButtonStyle = 2130968699; - // aapt resource value: 0x7F03007C - public const int buttonBarPositiveButtonStyle = 2130903164; + // aapt resource value: 0x7F04007C + public const int buttonBarPositiveButtonStyle = 2130968700; - // aapt resource value: 0x7F03007D - public const int buttonBarStyle = 2130903165; + // aapt resource value: 0x7F04007D + public const int buttonBarStyle = 2130968701; - // aapt resource value: 0x7F03007E - public const int buttonCompat = 2130903166; + // aapt resource value: 0x7F04007E + public const int buttonCompat = 2130968702; - // aapt resource value: 0x7F03007F - public const int buttonGravity = 2130903167; + // aapt resource value: 0x7F04007F + public const int buttonGravity = 2130968703; - // aapt resource value: 0x7F030080 - public const int buttonIconDimen = 2130903168; + // aapt resource value: 0x7F040080 + public const int buttonIconDimen = 2130968704; - // aapt resource value: 0x7F030081 - public const int buttonPanelSideLayout = 2130903169; + // aapt resource value: 0x7F040081 + public const int buttonPanelSideLayout = 2130968705; - // aapt resource value: 0x7F030082 - public const int buttonStyle = 2130903170; + // aapt resource value: 0x7F040082 + public const int buttonStyle = 2130968706; - // aapt resource value: 0x7F030083 - public const int buttonStyleSmall = 2130903171; + // aapt resource value: 0x7F040083 + public const int buttonStyleSmall = 2130968707; - // aapt resource value: 0x7F030084 - public const int buttonTint = 2130903172; + // aapt resource value: 0x7F040084 + public const int buttonTint = 2130968708; - // aapt resource value: 0x7F030085 - public const int buttonTintMode = 2130903173; + // aapt resource value: 0x7F040085 + public const int buttonTintMode = 2130968709; - // aapt resource value: 0x7F030086 - public const int cardBackgroundColor = 2130903174; + // aapt resource value: 0x7F040086 + public const int cardBackgroundColor = 2130968710; - // aapt resource value: 0x7F030087 - public const int cardCornerRadius = 2130903175; + // aapt resource value: 0x7F040087 + public const int cardCornerRadius = 2130968711; - // aapt resource value: 0x7F030088 - public const int cardElevation = 2130903176; + // aapt resource value: 0x7F040088 + public const int cardElevation = 2130968712; - // aapt resource value: 0x7F030089 - public const int cardForegroundColor = 2130903177; + // aapt resource value: 0x7F040089 + public const int cardForegroundColor = 2130968713; - // aapt resource value: 0x7F03008A - public const int cardMaxElevation = 2130903178; + // aapt resource value: 0x7F04008A + public const int cardMaxElevation = 2130968714; - // aapt resource value: 0x7F03008B - public const int cardPreventCornerOverlap = 2130903179; + // aapt resource value: 0x7F04008B + public const int cardPreventCornerOverlap = 2130968715; - // aapt resource value: 0x7F03008C - public const int cardUseCompatPadding = 2130903180; + // aapt resource value: 0x7F04008C + public const int cardUseCompatPadding = 2130968716; - // aapt resource value: 0x7F03008D - public const int cardViewStyle = 2130903181; + // aapt resource value: 0x7F04008D + public const int cardViewStyle = 2130968717; - // aapt resource value: 0x7F03008E - public const int carousel_backwardTransition = 2130903182; + // aapt resource value: 0x7F04008E + public const int carousel_backwardTransition = 2130968718; - // aapt resource value: 0x7F03008F - public const int carousel_emptyViewsBehavior = 2130903183; + // aapt resource value: 0x7F04008F + public const int carousel_emptyViewsBehavior = 2130968719; - // aapt resource value: 0x7F030090 - public const int carousel_firstView = 2130903184; + // aapt resource value: 0x7F040090 + public const int carousel_firstView = 2130968720; - // aapt resource value: 0x7F030091 - public const int carousel_forwardTransition = 2130903185; + // aapt resource value: 0x7F040091 + public const int carousel_forwardTransition = 2130968721; - // aapt resource value: 0x7F030092 - public const int carousel_infinite = 2130903186; + // aapt resource value: 0x7F040092 + public const int carousel_infinite = 2130968722; - // aapt resource value: 0x7F030093 - public const int carousel_nextState = 2130903187; + // aapt resource value: 0x7F040093 + public const int carousel_nextState = 2130968723; - // aapt resource value: 0x7F030094 - public const int carousel_previousState = 2130903188; + // aapt resource value: 0x7F040094 + public const int carousel_previousState = 2130968724; - // aapt resource value: 0x7F030095 - public const int carousel_touchUpMode = 2130903189; + // aapt resource value: 0x7F040095 + public const int carousel_touchUpMode = 2130968725; - // aapt resource value: 0x7F030096 - public const int carousel_touchUp_dampeningFactor = 2130903190; + // aapt resource value: 0x7F040096 + public const int carousel_touchUp_dampeningFactor = 2130968726; - // aapt resource value: 0x7F030097 - public const int carousel_touchUp_velocityThreshold = 2130903191; + // aapt resource value: 0x7F040097 + public const int carousel_touchUp_velocityThreshold = 2130968727; - // aapt resource value: 0x7F030098 - public const int chainUseRtl = 2130903192; + // aapt resource value: 0x7F040098 + public const int chainUseRtl = 2130968728; - // aapt resource value: 0x7F030099 - public const int checkBoxPreferenceStyle = 2130903193; + // aapt resource value: 0x7F040099 + public const int checkBoxPreferenceStyle = 2130968729; - // aapt resource value: 0x7F03009A - public const int checkboxStyle = 2130903194; + // aapt resource value: 0x7F04009A + public const int checkboxStyle = 2130968730; - // aapt resource value: 0x7F03009B - public const int checkedButton = 2130903195; + // aapt resource value: 0x7F04009B + public const int checkedButton = 2130968731; - // aapt resource value: 0x7F03009C - public const int checkedChip = 2130903196; + // aapt resource value: 0x7F04009C + public const int checkedChip = 2130968732; - // aapt resource value: 0x7F03009D - public const int checkedIcon = 2130903197; + // aapt resource value: 0x7F04009D + public const int checkedIcon = 2130968733; - // aapt resource value: 0x7F03009E - public const int checkedIconEnabled = 2130903198; + // aapt resource value: 0x7F04009E + public const int checkedIconEnabled = 2130968734; - // aapt resource value: 0x7F03009F - public const int checkedIconMargin = 2130903199; + // aapt resource value: 0x7F04009F + public const int checkedIconMargin = 2130968735; - // aapt resource value: 0x7F0300A0 - public const int checkedIconSize = 2130903200; + // aapt resource value: 0x7F0400A0 + public const int checkedIconSize = 2130968736; - // aapt resource value: 0x7F0300A1 - public const int checkedIconTint = 2130903201; + // aapt resource value: 0x7F0400A1 + public const int checkedIconTint = 2130968737; - // aapt resource value: 0x7F0300A2 - public const int checkedIconVisible = 2130903202; + // aapt resource value: 0x7F0400A2 + public const int checkedIconVisible = 2130968738; - // aapt resource value: 0x7F0300A3 - public const int checkedTextViewStyle = 2130903203; + // aapt resource value: 0x7F0400A3 + public const int checkedTextViewStyle = 2130968739; - // aapt resource value: 0x7F0300A4 - public const int chipBackgroundColor = 2130903204; + // aapt resource value: 0x7F0400A4 + public const int chipBackgroundColor = 2130968740; - // aapt resource value: 0x7F0300A5 - public const int chipCornerRadius = 2130903205; + // aapt resource value: 0x7F0400A5 + public const int chipCornerRadius = 2130968741; - // aapt resource value: 0x7F0300A6 - public const int chipEndPadding = 2130903206; + // aapt resource value: 0x7F0400A6 + public const int chipEndPadding = 2130968742; - // aapt resource value: 0x7F0300A7 - public const int chipGroupStyle = 2130903207; + // aapt resource value: 0x7F0400A7 + public const int chipGroupStyle = 2130968743; - // aapt resource value: 0x7F0300A8 - public const int chipIcon = 2130903208; + // aapt resource value: 0x7F0400A8 + public const int chipIcon = 2130968744; - // aapt resource value: 0x7F0300A9 - public const int chipIconEnabled = 2130903209; + // aapt resource value: 0x7F0400A9 + public const int chipIconEnabled = 2130968745; - // aapt resource value: 0x7F0300AA - public const int chipIconSize = 2130903210; + // aapt resource value: 0x7F0400AA + public const int chipIconSize = 2130968746; - // aapt resource value: 0x7F0300AB - public const int chipIconTint = 2130903211; + // aapt resource value: 0x7F0400AB + public const int chipIconTint = 2130968747; - // aapt resource value: 0x7F0300AC - public const int chipIconVisible = 2130903212; + // aapt resource value: 0x7F0400AC + public const int chipIconVisible = 2130968748; - // aapt resource value: 0x7F0300AD - public const int chipMinHeight = 2130903213; + // aapt resource value: 0x7F0400AD + public const int chipMinHeight = 2130968749; - // aapt resource value: 0x7F0300AE - public const int chipMinTouchTargetSize = 2130903214; + // aapt resource value: 0x7F0400AE + public const int chipMinTouchTargetSize = 2130968750; - // aapt resource value: 0x7F0300AF - public const int chipSpacing = 2130903215; + // aapt resource value: 0x7F0400AF + public const int chipSpacing = 2130968751; - // aapt resource value: 0x7F0300B0 - public const int chipSpacingHorizontal = 2130903216; + // aapt resource value: 0x7F0400B0 + public const int chipSpacingHorizontal = 2130968752; - // aapt resource value: 0x7F0300B1 - public const int chipSpacingVertical = 2130903217; + // aapt resource value: 0x7F0400B1 + public const int chipSpacingVertical = 2130968753; - // aapt resource value: 0x7F0300B2 - public const int chipStandaloneStyle = 2130903218; + // aapt resource value: 0x7F0400B2 + public const int chipStandaloneStyle = 2130968754; - // aapt resource value: 0x7F0300B3 - public const int chipStartPadding = 2130903219; + // aapt resource value: 0x7F0400B3 + public const int chipStartPadding = 2130968755; - // aapt resource value: 0x7F0300B4 - public const int chipStrokeColor = 2130903220; + // aapt resource value: 0x7F0400B4 + public const int chipStrokeColor = 2130968756; - // aapt resource value: 0x7F0300B5 - public const int chipStrokeWidth = 2130903221; + // aapt resource value: 0x7F0400B5 + public const int chipStrokeWidth = 2130968757; - // aapt resource value: 0x7F0300B6 - public const int chipStyle = 2130903222; + // aapt resource value: 0x7F0400B6 + public const int chipStyle = 2130968758; - // aapt resource value: 0x7F0300B7 - public const int chipSurfaceColor = 2130903223; + // aapt resource value: 0x7F0400B7 + public const int chipSurfaceColor = 2130968759; - // aapt resource value: 0x7F0300B8 - public const int circleRadius = 2130903224; + // aapt resource value: 0x7F0400B8 + public const int circleRadius = 2130968760; - // aapt resource value: 0x7F0300BA - public const int circularflow_angles = 2130903226; + // aapt resource value: 0x7F0400BA + public const int circularflow_angles = 2130968762; - // aapt resource value: 0x7F0300BB - public const int circularflow_defaultAngle = 2130903227; + // aapt resource value: 0x7F0400BB + public const int circularflow_defaultAngle = 2130968763; - // aapt resource value: 0x7F0300BC - public const int circularflow_defaultRadius = 2130903228; + // aapt resource value: 0x7F0400BC + public const int circularflow_defaultRadius = 2130968764; - // aapt resource value: 0x7F0300BD - public const int circularflow_radiusInDP = 2130903229; + // aapt resource value: 0x7F0400BD + public const int circularflow_radiusInDP = 2130968765; - // aapt resource value: 0x7F0300BE - public const int circularflow_viewCenter = 2130903230; + // aapt resource value: 0x7F0400BE + public const int circularflow_viewCenter = 2130968766; - // aapt resource value: 0x7F0300B9 - public const int circularProgressIndicatorStyle = 2130903225; + // aapt resource value: 0x7F0400B9 + public const int circularProgressIndicatorStyle = 2130968761; - // aapt resource value: 0x7F0300BF - public const int clearsTag = 2130903231; + // aapt resource value: 0x7F0400BF + public const int clearsTag = 2130968767; - // aapt resource value: 0x7F0300C0 - public const int clickAction = 2130903232; + // aapt resource value: 0x7F0400C0 + public const int clickAction = 2130968768; - // aapt resource value: 0x7F0300C1 - public const int clockFaceBackgroundColor = 2130903233; + // aapt resource value: 0x7F0400C1 + public const int clockFaceBackgroundColor = 2130968769; - // aapt resource value: 0x7F0300C2 - public const int clockHandColor = 2130903234; + // aapt resource value: 0x7F0400C2 + public const int clockHandColor = 2130968770; - // aapt resource value: 0x7F0300C3 - public const int clockIcon = 2130903235; + // aapt resource value: 0x7F0400C3 + public const int clockIcon = 2130968771; - // aapt resource value: 0x7F0300C4 - public const int clockNumberTextColor = 2130903236; + // aapt resource value: 0x7F0400C4 + public const int clockNumberTextColor = 2130968772; - // aapt resource value: 0x7F0300C5 - public const int closeIcon = 2130903237; + // aapt resource value: 0x7F0400C5 + public const int closeIcon = 2130968773; - // aapt resource value: 0x7F0300C6 - public const int closeIconEnabled = 2130903238; + // aapt resource value: 0x7F0400C6 + public const int closeIconEnabled = 2130968774; - // aapt resource value: 0x7F0300C7 - public const int closeIconEndPadding = 2130903239; + // aapt resource value: 0x7F0400C7 + public const int closeIconEndPadding = 2130968775; - // aapt resource value: 0x7F0300C8 - public const int closeIconSize = 2130903240; + // aapt resource value: 0x7F0400C8 + public const int closeIconSize = 2130968776; - // aapt resource value: 0x7F0300C9 - public const int closeIconStartPadding = 2130903241; + // aapt resource value: 0x7F0400C9 + public const int closeIconStartPadding = 2130968777; - // aapt resource value: 0x7F0300CA - public const int closeIconTint = 2130903242; + // aapt resource value: 0x7F0400CA + public const int closeIconTint = 2130968778; - // aapt resource value: 0x7F0300CB - public const int closeIconVisible = 2130903243; + // aapt resource value: 0x7F0400CB + public const int closeIconVisible = 2130968779; - // aapt resource value: 0x7F0300CC - public const int closeItemLayout = 2130903244; + // aapt resource value: 0x7F0400CC + public const int closeItemLayout = 2130968780; - // aapt resource value: 0x7F0300CD - public const int collapseContentDescription = 2130903245; + // aapt resource value: 0x7F0400CD + public const int collapseContentDescription = 2130968781; - // aapt resource value: 0x7F0300CF - public const int collapsedSize = 2130903247; + // aapt resource value: 0x7F0400CF + public const int collapsedSize = 2130968783; - // aapt resource value: 0x7F0300D0 - public const int collapsedTitleGravity = 2130903248; + // aapt resource value: 0x7F0400D0 + public const int collapsedTitleGravity = 2130968784; - // aapt resource value: 0x7F0300D1 - public const int collapsedTitleTextAppearance = 2130903249; + // aapt resource value: 0x7F0400D1 + public const int collapsedTitleTextAppearance = 2130968785; - // aapt resource value: 0x7F0300CE - public const int collapseIcon = 2130903246; + // aapt resource value: 0x7F0400CE + public const int collapseIcon = 2130968782; - // aapt resource value: 0x7F0300D2 - public const int collapsingToolbarLayoutStyle = 2130903250; + // aapt resource value: 0x7F0400D2 + public const int collapsingToolbarLayoutStyle = 2130968786; - // aapt resource value: 0x7F0300D3 - public const int collectionViewStyle = 2130903251; + // aapt resource value: 0x7F0400D3 + public const int collectionViewStyle = 2130968787; - // aapt resource value: 0x7F0300D4 - public const int color = 2130903252; + // aapt resource value: 0x7F0400D4 + public const int color = 2130968788; - // aapt resource value: 0x7F0300D5 - public const int colorAccent = 2130903253; + // aapt resource value: 0x7F0400D5 + public const int colorAccent = 2130968789; - // aapt resource value: 0x7F0300D6 - public const int colorBackgroundFloating = 2130903254; + // aapt resource value: 0x7F0400D6 + public const int colorBackgroundFloating = 2130968790; - // aapt resource value: 0x7F0300D7 - public const int colorButtonNormal = 2130903255; + // aapt resource value: 0x7F0400D7 + public const int colorButtonNormal = 2130968791; - // aapt resource value: 0x7F0300D8 - public const int colorControlActivated = 2130903256; + // aapt resource value: 0x7F0400D8 + public const int colorControlActivated = 2130968792; - // aapt resource value: 0x7F0300D9 - public const int colorControlHighlight = 2130903257; + // aapt resource value: 0x7F0400D9 + public const int colorControlHighlight = 2130968793; - // aapt resource value: 0x7F0300DA - public const int colorControlNormal = 2130903258; + // aapt resource value: 0x7F0400DA + public const int colorControlNormal = 2130968794; - // aapt resource value: 0x7F0300DB - public const int colorError = 2130903259; + // aapt resource value: 0x7F0400DB + public const int colorError = 2130968795; - // aapt resource value: 0x7F0300DC - public const int colorOnBackground = 2130903260; + // aapt resource value: 0x7F0400DC + public const int colorOnBackground = 2130968796; - // aapt resource value: 0x7F0300DD - public const int colorOnError = 2130903261; + // aapt resource value: 0x7F0400DD + public const int colorOnError = 2130968797; - // aapt resource value: 0x7F0300DE - public const int colorOnPrimary = 2130903262; + // aapt resource value: 0x7F0400DE + public const int colorOnPrimary = 2130968798; - // aapt resource value: 0x7F0300DF - public const int colorOnPrimarySurface = 2130903263; + // aapt resource value: 0x7F0400DF + public const int colorOnPrimarySurface = 2130968799; - // aapt resource value: 0x7F0300E0 - public const int colorOnSecondary = 2130903264; + // aapt resource value: 0x7F0400E0 + public const int colorOnSecondary = 2130968800; - // aapt resource value: 0x7F0300E1 - public const int colorOnSurface = 2130903265; + // aapt resource value: 0x7F0400E1 + public const int colorOnSurface = 2130968801; - // aapt resource value: 0x7F0300E2 - public const int colorPrimary = 2130903266; + // aapt resource value: 0x7F0400E2 + public const int colorPrimary = 2130968802; - // aapt resource value: 0x7F0300E3 - public const int colorPrimaryDark = 2130903267; + // aapt resource value: 0x7F0400E3 + public const int colorPrimaryDark = 2130968803; - // aapt resource value: 0x7F0300E4 - public const int colorPrimarySurface = 2130903268; + // aapt resource value: 0x7F0400E4 + public const int colorPrimarySurface = 2130968804; - // aapt resource value: 0x7F0300E5 - public const int colorPrimaryVariant = 2130903269; + // aapt resource value: 0x7F0400E5 + public const int colorPrimaryVariant = 2130968805; - // aapt resource value: 0x7F0300E6 - public const int colorSecondary = 2130903270; + // aapt resource value: 0x7F0400E6 + public const int colorSecondary = 2130968806; - // aapt resource value: 0x7F0300E7 - public const int colorSecondaryVariant = 2130903271; + // aapt resource value: 0x7F0400E7 + public const int colorSecondaryVariant = 2130968807; - // aapt resource value: 0x7F0300E8 - public const int colorSurface = 2130903272; + // aapt resource value: 0x7F0400E8 + public const int colorSurface = 2130968808; - // aapt resource value: 0x7F0300E9 - public const int colorSwitchThumbNormal = 2130903273; + // aapt resource value: 0x7F0400E9 + public const int colorSwitchThumbNormal = 2130968809; - // aapt resource value: 0x7F0300EA - public const int commitIcon = 2130903274; + // aapt resource value: 0x7F0400EA + public const int commitIcon = 2130968810; - // aapt resource value: 0x7F030000 - public const int ConstraintRotate = 2130903040; + // aapt resource value: 0x7F040000 + public const int ConstraintRotate = 2130968576; - // aapt resource value: 0x7F0300F0 - public const int constraints = 2130903280; + // aapt resource value: 0x7F0400F0 + public const int constraints = 2130968816; - // aapt resource value: 0x7F0300EB - public const int constraintSet = 2130903275; + // aapt resource value: 0x7F0400EB + public const int constraintSet = 2130968811; - // aapt resource value: 0x7F0300EC - public const int constraintSetEnd = 2130903276; + // aapt resource value: 0x7F0400EC + public const int constraintSetEnd = 2130968812; - // aapt resource value: 0x7F0300ED - public const int constraintSetStart = 2130903277; + // aapt resource value: 0x7F0400ED + public const int constraintSetStart = 2130968813; - // aapt resource value: 0x7F0300EE - public const int constraint_referenced_ids = 2130903278; + // aapt resource value: 0x7F0400EE + public const int constraint_referenced_ids = 2130968814; - // aapt resource value: 0x7F0300EF - public const int constraint_referenced_tags = 2130903279; + // aapt resource value: 0x7F0400EF + public const int constraint_referenced_tags = 2130968815; - // aapt resource value: 0x7F0300F1 - public const int content = 2130903281; + // aapt resource value: 0x7F0400F1 + public const int content = 2130968817; - // aapt resource value: 0x7F0300F2 - public const int contentDescription = 2130903282; + // aapt resource value: 0x7F0400F2 + public const int contentDescription = 2130968818; - // aapt resource value: 0x7F0300F3 - public const int contentInsetEnd = 2130903283; + // aapt resource value: 0x7F0400F3 + public const int contentInsetEnd = 2130968819; - // aapt resource value: 0x7F0300F4 - public const int contentInsetEndWithActions = 2130903284; + // aapt resource value: 0x7F0400F4 + public const int contentInsetEndWithActions = 2130968820; - // aapt resource value: 0x7F0300F5 - public const int contentInsetLeft = 2130903285; + // aapt resource value: 0x7F0400F5 + public const int contentInsetLeft = 2130968821; - // aapt resource value: 0x7F0300F6 - public const int contentInsetRight = 2130903286; + // aapt resource value: 0x7F0400F6 + public const int contentInsetRight = 2130968822; - // aapt resource value: 0x7F0300F7 - public const int contentInsetStart = 2130903287; + // aapt resource value: 0x7F0400F7 + public const int contentInsetStart = 2130968823; - // aapt resource value: 0x7F0300F8 - public const int contentInsetStartWithNavigation = 2130903288; + // aapt resource value: 0x7F0400F8 + public const int contentInsetStartWithNavigation = 2130968824; - // aapt resource value: 0x7F0300F9 - public const int contentPadding = 2130903289; + // aapt resource value: 0x7F0400F9 + public const int contentPadding = 2130968825; - // aapt resource value: 0x7F0300FA - public const int contentPaddingBottom = 2130903290; + // aapt resource value: 0x7F0400FA + public const int contentPaddingBottom = 2130968826; - // aapt resource value: 0x7F0300FB - public const int contentPaddingEnd = 2130903291; + // aapt resource value: 0x7F0400FB + public const int contentPaddingEnd = 2130968827; - // aapt resource value: 0x7F0300FC - public const int contentPaddingLeft = 2130903292; + // aapt resource value: 0x7F0400FC + public const int contentPaddingLeft = 2130968828; - // aapt resource value: 0x7F0300FD - public const int contentPaddingRight = 2130903293; + // aapt resource value: 0x7F0400FD + public const int contentPaddingRight = 2130968829; - // aapt resource value: 0x7F0300FE - public const int contentPaddingStart = 2130903294; + // aapt resource value: 0x7F0400FE + public const int contentPaddingStart = 2130968830; - // aapt resource value: 0x7F0300FF - public const int contentPaddingTop = 2130903295; + // aapt resource value: 0x7F0400FF + public const int contentPaddingTop = 2130968831; - // aapt resource value: 0x7F030100 - public const int contentScrim = 2130903296; + // aapt resource value: 0x7F040100 + public const int contentScrim = 2130968832; - // aapt resource value: 0x7F030101 - public const int contrast = 2130903297; + // aapt resource value: 0x7F040101 + public const int contrast = 2130968833; - // aapt resource value: 0x7F030102 - public const int controlBackground = 2130903298; + // aapt resource value: 0x7F040102 + public const int controlBackground = 2130968834; - // aapt resource value: 0x7F030103 - public const int coordinatorLayoutStyle = 2130903299; + // aapt resource value: 0x7F040103 + public const int coordinatorLayoutStyle = 2130968835; - // aapt resource value: 0x7F030104 - public const int cornerFamily = 2130903300; + // aapt resource value: 0x7F040104 + public const int cornerFamily = 2130968836; - // aapt resource value: 0x7F030105 - public const int cornerFamilyBottomLeft = 2130903301; + // aapt resource value: 0x7F040105 + public const int cornerFamilyBottomLeft = 2130968837; - // aapt resource value: 0x7F030106 - public const int cornerFamilyBottomRight = 2130903302; + // aapt resource value: 0x7F040106 + public const int cornerFamilyBottomRight = 2130968838; - // aapt resource value: 0x7F030107 - public const int cornerFamilyTopLeft = 2130903303; + // aapt resource value: 0x7F040107 + public const int cornerFamilyTopLeft = 2130968839; - // aapt resource value: 0x7F030108 - public const int cornerFamilyTopRight = 2130903304; + // aapt resource value: 0x7F040108 + public const int cornerFamilyTopRight = 2130968840; - // aapt resource value: 0x7F030109 - public const int cornerRadius = 2130903305; + // aapt resource value: 0x7F040109 + public const int cornerRadius = 2130968841; - // aapt resource value: 0x7F03010A - public const int cornerSize = 2130903306; + // aapt resource value: 0x7F04010A + public const int cornerSize = 2130968842; - // aapt resource value: 0x7F03010B - public const int cornerSizeBottomLeft = 2130903307; + // aapt resource value: 0x7F04010B + public const int cornerSizeBottomLeft = 2130968843; - // aapt resource value: 0x7F03010C - public const int cornerSizeBottomRight = 2130903308; + // aapt resource value: 0x7F04010C + public const int cornerSizeBottomRight = 2130968844; - // aapt resource value: 0x7F03010D - public const int cornerSizeTopLeft = 2130903309; + // aapt resource value: 0x7F04010D + public const int cornerSizeTopLeft = 2130968845; - // aapt resource value: 0x7F03010E - public const int cornerSizeTopRight = 2130903310; + // aapt resource value: 0x7F04010E + public const int cornerSizeTopRight = 2130968846; - // aapt resource value: 0x7F03010F - public const int counterEnabled = 2130903311; + // aapt resource value: 0x7F04010F + public const int counterEnabled = 2130968847; - // aapt resource value: 0x7F030110 - public const int counterMaxLength = 2130903312; + // aapt resource value: 0x7F040110 + public const int counterMaxLength = 2130968848; - // aapt resource value: 0x7F030111 - public const int counterOverflowTextAppearance = 2130903313; + // aapt resource value: 0x7F040111 + public const int counterOverflowTextAppearance = 2130968849; - // aapt resource value: 0x7F030112 - public const int counterOverflowTextColor = 2130903314; + // aapt resource value: 0x7F040112 + public const int counterOverflowTextColor = 2130968850; - // aapt resource value: 0x7F030113 - public const int counterTextAppearance = 2130903315; + // aapt resource value: 0x7F040113 + public const int counterTextAppearance = 2130968851; - // aapt resource value: 0x7F030114 - public const int counterTextColor = 2130903316; + // aapt resource value: 0x7F040114 + public const int counterTextColor = 2130968852; - // aapt resource value: 0x7F030115 - public const int crossfade = 2130903317; + // aapt resource value: 0x7F040115 + public const int crossfade = 2130968853; - // aapt resource value: 0x7F030116 - public const int currentState = 2130903318; + // aapt resource value: 0x7F040116 + public const int currentState = 2130968854; - // aapt resource value: 0x7F030117 - public const int curveFit = 2130903319; + // aapt resource value: 0x7F040117 + public const int curveFit = 2130968855; - // aapt resource value: 0x7F030118 - public const int customBoolean = 2130903320; + // aapt resource value: 0x7F040118 + public const int customBoolean = 2130968856; - // aapt resource value: 0x7F030119 - public const int customColorDrawableValue = 2130903321; + // aapt resource value: 0x7F040119 + public const int customColorDrawableValue = 2130968857; - // aapt resource value: 0x7F03011A - public const int customColorValue = 2130903322; + // aapt resource value: 0x7F04011A + public const int customColorValue = 2130968858; - // aapt resource value: 0x7F03011B - public const int customDimension = 2130903323; + // aapt resource value: 0x7F04011B + public const int customDimension = 2130968859; - // aapt resource value: 0x7F03011C - public const int customFloatValue = 2130903324; + // aapt resource value: 0x7F04011C + public const int customFloatValue = 2130968860; - // aapt resource value: 0x7F03011D - public const int customIntegerValue = 2130903325; + // aapt resource value: 0x7F04011D + public const int customIntegerValue = 2130968861; - // aapt resource value: 0x7F03011E - public const int customNavigationLayout = 2130903326; + // aapt resource value: 0x7F04011E + public const int customNavigationLayout = 2130968862; - // aapt resource value: 0x7F03011F - public const int customPixelDimension = 2130903327; + // aapt resource value: 0x7F04011F + public const int customPixelDimension = 2130968863; - // aapt resource value: 0x7F030120 - public const int customReference = 2130903328; + // aapt resource value: 0x7F040120 + public const int customReference = 2130968864; - // aapt resource value: 0x7F030121 - public const int customStringValue = 2130903329; + // aapt resource value: 0x7F040121 + public const int customStringValue = 2130968865; - // aapt resource value: 0x7F030122 - public const int data = 2130903330; + // aapt resource value: 0x7F040122 + public const int data = 2130968866; - // aapt resource value: 0x7F030123 - public const int dataPattern = 2130903331; + // aapt resource value: 0x7F040123 + public const int dataPattern = 2130968867; - // aapt resource value: 0x7F030124 - public const int dayInvalidStyle = 2130903332; + // aapt resource value: 0x7F040124 + public const int dayInvalidStyle = 2130968868; - // aapt resource value: 0x7F030125 - public const int daySelectedStyle = 2130903333; + // aapt resource value: 0x7F040125 + public const int daySelectedStyle = 2130968869; - // aapt resource value: 0x7F030126 - public const int dayStyle = 2130903334; + // aapt resource value: 0x7F040126 + public const int dayStyle = 2130968870; - // aapt resource value: 0x7F030127 - public const int dayTodayStyle = 2130903335; + // aapt resource value: 0x7F040127 + public const int dayTodayStyle = 2130968871; - // aapt resource value: 0x7F030128 - public const int defaultDuration = 2130903336; + // aapt resource value: 0x7F040128 + public const int defaultDuration = 2130968872; - // aapt resource value: 0x7F030129 - public const int defaultQueryHint = 2130903337; + // aapt resource value: 0x7F040129 + public const int defaultQueryHint = 2130968873; - // aapt resource value: 0x7F03012A - public const int defaultState = 2130903338; + // aapt resource value: 0x7F04012A + public const int defaultState = 2130968874; - // aapt resource value: 0x7F03012B - public const int defaultValue = 2130903339; + // aapt resource value: 0x7F04012B + public const int defaultValue = 2130968875; - // aapt resource value: 0x7F03012C - public const int deltaPolarAngle = 2130903340; + // aapt resource value: 0x7F04012C + public const int deltaPolarAngle = 2130968876; - // aapt resource value: 0x7F03012D - public const int deltaPolarRadius = 2130903341; + // aapt resource value: 0x7F04012D + public const int deltaPolarRadius = 2130968877; - // aapt resource value: 0x7F03012E - public const int dependency = 2130903342; + // aapt resource value: 0x7F04012E + public const int dependency = 2130968878; - // aapt resource value: 0x7F03012F - public const int deriveConstraintsFrom = 2130903343; + // aapt resource value: 0x7F04012F + public const int deriveConstraintsFrom = 2130968879; - // aapt resource value: 0x7F030130 - public const int destination = 2130903344; + // aapt resource value: 0x7F040130 + public const int destination = 2130968880; - // aapt resource value: 0x7F030131 - public const int dialogCornerRadius = 2130903345; + // aapt resource value: 0x7F040131 + public const int dialogCornerRadius = 2130968881; - // aapt resource value: 0x7F030132 - public const int dialogIcon = 2130903346; + // aapt resource value: 0x7F040132 + public const int dialogIcon = 2130968882; - // aapt resource value: 0x7F030133 - public const int dialogLayout = 2130903347; + // aapt resource value: 0x7F040133 + public const int dialogLayout = 2130968883; - // aapt resource value: 0x7F030134 - public const int dialogMessage = 2130903348; + // aapt resource value: 0x7F040134 + public const int dialogMessage = 2130968884; - // aapt resource value: 0x7F030135 - public const int dialogPreferenceStyle = 2130903349; + // aapt resource value: 0x7F040135 + public const int dialogPreferenceStyle = 2130968885; - // aapt resource value: 0x7F030136 - public const int dialogPreferredPadding = 2130903350; + // aapt resource value: 0x7F040136 + public const int dialogPreferredPadding = 2130968886; - // aapt resource value: 0x7F030137 - public const int dialogTheme = 2130903351; + // aapt resource value: 0x7F040137 + public const int dialogTheme = 2130968887; - // aapt resource value: 0x7F030138 - public const int dialogTitle = 2130903352; + // aapt resource value: 0x7F040138 + public const int dialogTitle = 2130968888; - // aapt resource value: 0x7F030139 - public const int disableDependentsState = 2130903353; + // aapt resource value: 0x7F040139 + public const int disableDependentsState = 2130968889; - // aapt resource value: 0x7F03013A - public const int displayOptions = 2130903354; + // aapt resource value: 0x7F04013A + public const int displayOptions = 2130968890; - // aapt resource value: 0x7F03013B - public const int divider = 2130903355; + // aapt resource value: 0x7F04013B + public const int divider = 2130968891; - // aapt resource value: 0x7F03013C - public const int dividerHorizontal = 2130903356; + // aapt resource value: 0x7F04013C + public const int dividerHorizontal = 2130968892; - // aapt resource value: 0x7F03013D - public const int dividerPadding = 2130903357; + // aapt resource value: 0x7F04013D + public const int dividerPadding = 2130968893; - // aapt resource value: 0x7F03013E - public const int dividerVertical = 2130903358; + // aapt resource value: 0x7F04013E + public const int dividerVertical = 2130968894; - // aapt resource value: 0x7F03013F - public const int dragDirection = 2130903359; + // aapt resource value: 0x7F04013F + public const int dragDirection = 2130968895; - // aapt resource value: 0x7F030140 - public const int dragScale = 2130903360; + // aapt resource value: 0x7F040140 + public const int dragScale = 2130968896; - // aapt resource value: 0x7F030141 - public const int dragThreshold = 2130903361; + // aapt resource value: 0x7F040141 + public const int dragThreshold = 2130968897; - // aapt resource value: 0x7F030143 - public const int drawableBottomCompat = 2130903363; + // aapt resource value: 0x7F040143 + public const int drawableBottomCompat = 2130968899; - // aapt resource value: 0x7F030144 - public const int drawableEndCompat = 2130903364; + // aapt resource value: 0x7F040144 + public const int drawableEndCompat = 2130968900; - // aapt resource value: 0x7F030145 - public const int drawableLeftCompat = 2130903365; + // aapt resource value: 0x7F040145 + public const int drawableLeftCompat = 2130968901; - // aapt resource value: 0x7F030146 - public const int drawableRightCompat = 2130903366; + // aapt resource value: 0x7F040146 + public const int drawableRightCompat = 2130968902; - // aapt resource value: 0x7F030147 - public const int drawableSize = 2130903367; + // aapt resource value: 0x7F040147 + public const int drawableSize = 2130968903; - // aapt resource value: 0x7F030148 - public const int drawableStartCompat = 2130903368; + // aapt resource value: 0x7F040148 + public const int drawableStartCompat = 2130968904; - // aapt resource value: 0x7F030149 - public const int drawableTint = 2130903369; + // aapt resource value: 0x7F040149 + public const int drawableTint = 2130968905; - // aapt resource value: 0x7F03014A - public const int drawableTintMode = 2130903370; + // aapt resource value: 0x7F04014A + public const int drawableTintMode = 2130968906; - // aapt resource value: 0x7F03014B - public const int drawableTopCompat = 2130903371; + // aapt resource value: 0x7F04014B + public const int drawableTopCompat = 2130968907; - // aapt resource value: 0x7F03014C - public const int drawerArrowStyle = 2130903372; + // aapt resource value: 0x7F04014C + public const int drawerArrowStyle = 2130968908; - // aapt resource value: 0x7F03014D - public const int drawerLayoutStyle = 2130903373; + // aapt resource value: 0x7F04014D + public const int drawerLayoutStyle = 2130968909; - // aapt resource value: 0x7F030142 - public const int drawPath = 2130903362; + // aapt resource value: 0x7F040142 + public const int drawPath = 2130968898; - // aapt resource value: 0x7F03014F - public const int dropdownListPreferredItemHeight = 2130903375; + // aapt resource value: 0x7F04014F + public const int dropdownListPreferredItemHeight = 2130968911; - // aapt resource value: 0x7F03014E - public const int dropDownListViewStyle = 2130903374; + // aapt resource value: 0x7F04014E + public const int dropDownListViewStyle = 2130968910; - // aapt resource value: 0x7F030150 - public const int dropdownPreferenceStyle = 2130903376; + // aapt resource value: 0x7F040150 + public const int dropdownPreferenceStyle = 2130968912; - // aapt resource value: 0x7F030151 - public const int duration = 2130903377; + // aapt resource value: 0x7F040151 + public const int duration = 2130968913; - // aapt resource value: 0x7F030152 - public const int editTextBackground = 2130903378; + // aapt resource value: 0x7F040152 + public const int editTextBackground = 2130968914; - // aapt resource value: 0x7F030153 - public const int editTextColor = 2130903379; + // aapt resource value: 0x7F040153 + public const int editTextColor = 2130968915; - // aapt resource value: 0x7F030154 - public const int editTextPreferenceStyle = 2130903380; + // aapt resource value: 0x7F040154 + public const int editTextPreferenceStyle = 2130968916; - // aapt resource value: 0x7F030155 - public const int editTextStyle = 2130903381; + // aapt resource value: 0x7F040155 + public const int editTextStyle = 2130968917; - // aapt resource value: 0x7F030156 - public const int elevation = 2130903382; + // aapt resource value: 0x7F040156 + public const int elevation = 2130968918; - // aapt resource value: 0x7F030157 - public const int elevationOverlayColor = 2130903383; + // aapt resource value: 0x7F040157 + public const int elevationOverlayColor = 2130968919; - // aapt resource value: 0x7F030158 - public const int elevationOverlayEnabled = 2130903384; + // aapt resource value: 0x7F040158 + public const int elevationOverlayEnabled = 2130968920; - // aapt resource value: 0x7F030159 - public const int enableCopying = 2130903385; + // aapt resource value: 0x7F040159 + public const int enableCopying = 2130968921; - // aapt resource value: 0x7F03015B - public const int enabled = 2130903387; + // aapt resource value: 0x7F04015B + public const int enabled = 2130968923; - // aapt resource value: 0x7F03015A - public const int enableEdgeToEdge = 2130903386; + // aapt resource value: 0x7F04015A + public const int enableEdgeToEdge = 2130968922; - // aapt resource value: 0x7F03015C - public const int endIconCheckable = 2130903388; + // aapt resource value: 0x7F04015C + public const int endIconCheckable = 2130968924; - // aapt resource value: 0x7F03015D - public const int endIconContentDescription = 2130903389; + // aapt resource value: 0x7F04015D + public const int endIconContentDescription = 2130968925; - // aapt resource value: 0x7F03015E - public const int endIconDrawable = 2130903390; + // aapt resource value: 0x7F04015E + public const int endIconDrawable = 2130968926; - // aapt resource value: 0x7F03015F - public const int endIconMode = 2130903391; + // aapt resource value: 0x7F04015F + public const int endIconMode = 2130968927; - // aapt resource value: 0x7F030160 - public const int endIconTint = 2130903392; + // aapt resource value: 0x7F040160 + public const int endIconTint = 2130968928; - // aapt resource value: 0x7F030161 - public const int endIconTintMode = 2130903393; + // aapt resource value: 0x7F040161 + public const int endIconTintMode = 2130968929; - // aapt resource value: 0x7F030162 - public const int enforceMaterialTheme = 2130903394; + // aapt resource value: 0x7F040162 + public const int enforceMaterialTheme = 2130968930; - // aapt resource value: 0x7F030163 - public const int enforceTextAppearance = 2130903395; + // aapt resource value: 0x7F040163 + public const int enforceTextAppearance = 2130968931; - // aapt resource value: 0x7F030164 - public const int ensureMinTouchTargetSize = 2130903396; + // aapt resource value: 0x7F040164 + public const int ensureMinTouchTargetSize = 2130968932; - // aapt resource value: 0x7F030165 - public const int enterAnim = 2130903397; + // aapt resource value: 0x7F040165 + public const int enterAnim = 2130968933; - // aapt resource value: 0x7F030166 - public const int entries = 2130903398; + // aapt resource value: 0x7F040166 + public const int entries = 2130968934; - // aapt resource value: 0x7F030167 - public const int entryValues = 2130903399; + // aapt resource value: 0x7F040167 + public const int entryValues = 2130968935; - // aapt resource value: 0x7F030168 - public const int errorContentDescription = 2130903400; + // aapt resource value: 0x7F040168 + public const int errorContentDescription = 2130968936; - // aapt resource value: 0x7F030169 - public const int errorEnabled = 2130903401; + // aapt resource value: 0x7F040169 + public const int errorEnabled = 2130968937; - // aapt resource value: 0x7F03016A - public const int errorIconDrawable = 2130903402; + // aapt resource value: 0x7F04016A + public const int errorIconDrawable = 2130968938; - // aapt resource value: 0x7F03016B - public const int errorIconTint = 2130903403; + // aapt resource value: 0x7F04016B + public const int errorIconTint = 2130968939; - // aapt resource value: 0x7F03016C - public const int errorIconTintMode = 2130903404; + // aapt resource value: 0x7F04016C + public const int errorIconTintMode = 2130968940; - // aapt resource value: 0x7F03016D - public const int errorTextAppearance = 2130903405; + // aapt resource value: 0x7F04016D + public const int errorTextAppearance = 2130968941; - // aapt resource value: 0x7F03016E - public const int errorTextColor = 2130903406; + // aapt resource value: 0x7F04016E + public const int errorTextColor = 2130968942; - // aapt resource value: 0x7F03016F - public const int exitAnim = 2130903407; + // aapt resource value: 0x7F04016F + public const int exitAnim = 2130968943; - // aapt resource value: 0x7F030170 - public const int expandActivityOverflowButtonDrawable = 2130903408; + // aapt resource value: 0x7F040170 + public const int expandActivityOverflowButtonDrawable = 2130968944; - // aapt resource value: 0x7F030171 - public const int expanded = 2130903409; + // aapt resource value: 0x7F040171 + public const int expanded = 2130968945; - // aapt resource value: 0x7F030172 - public const int expandedHintEnabled = 2130903410; + // aapt resource value: 0x7F040172 + public const int expandedHintEnabled = 2130968946; - // aapt resource value: 0x7F030173 - public const int expandedTitleGravity = 2130903411; + // aapt resource value: 0x7F040173 + public const int expandedTitleGravity = 2130968947; - // aapt resource value: 0x7F030174 - public const int expandedTitleMargin = 2130903412; + // aapt resource value: 0x7F040174 + public const int expandedTitleMargin = 2130968948; - // aapt resource value: 0x7F030175 - public const int expandedTitleMarginBottom = 2130903413; + // aapt resource value: 0x7F040175 + public const int expandedTitleMarginBottom = 2130968949; - // aapt resource value: 0x7F030176 - public const int expandedTitleMarginEnd = 2130903414; + // aapt resource value: 0x7F040176 + public const int expandedTitleMarginEnd = 2130968950; - // aapt resource value: 0x7F030177 - public const int expandedTitleMarginStart = 2130903415; + // aapt resource value: 0x7F040177 + public const int expandedTitleMarginStart = 2130968951; - // aapt resource value: 0x7F030178 - public const int expandedTitleMarginTop = 2130903416; + // aapt resource value: 0x7F040178 + public const int expandedTitleMarginTop = 2130968952; - // aapt resource value: 0x7F030179 - public const int expandedTitleTextAppearance = 2130903417; + // aapt resource value: 0x7F040179 + public const int expandedTitleTextAppearance = 2130968953; - // aapt resource value: 0x7F03017B - public const int extendedFloatingActionButtonStyle = 2130903419; + // aapt resource value: 0x7F04017B + public const int extendedFloatingActionButtonStyle = 2130968955; - // aapt resource value: 0x7F03017A - public const int extendMotionSpec = 2130903418; + // aapt resource value: 0x7F04017A + public const int extendMotionSpec = 2130968954; - // aapt resource value: 0x7F03017C - public const int extraMultilineHeightEnabled = 2130903420; + // aapt resource value: 0x7F04017C + public const int extraMultilineHeightEnabled = 2130968956; - // aapt resource value: 0x7F03017D - public const int fabAlignmentMode = 2130903421; + // aapt resource value: 0x7F04017D + public const int fabAlignmentMode = 2130968957; - // aapt resource value: 0x7F03017E - public const int fabAnimationMode = 2130903422; + // aapt resource value: 0x7F04017E + public const int fabAnimationMode = 2130968958; - // aapt resource value: 0x7F03017F - public const int fabCradleMargin = 2130903423; + // aapt resource value: 0x7F04017F + public const int fabCradleMargin = 2130968959; - // aapt resource value: 0x7F030180 - public const int fabCradleRoundedCornerRadius = 2130903424; + // aapt resource value: 0x7F040180 + public const int fabCradleRoundedCornerRadius = 2130968960; - // aapt resource value: 0x7F030181 - public const int fabCradleVerticalOffset = 2130903425; + // aapt resource value: 0x7F040181 + public const int fabCradleVerticalOffset = 2130968961; - // aapt resource value: 0x7F030182 - public const int fabCustomSize = 2130903426; + // aapt resource value: 0x7F040182 + public const int fabCustomSize = 2130968962; - // aapt resource value: 0x7F030183 - public const int fabSize = 2130903427; + // aapt resource value: 0x7F040183 + public const int fabSize = 2130968963; - // aapt resource value: 0x7F030184 - public const int fastScrollEnabled = 2130903428; + // aapt resource value: 0x7F040184 + public const int fastScrollEnabled = 2130968964; - // aapt resource value: 0x7F030185 - public const int fastScrollHorizontalThumbDrawable = 2130903429; + // aapt resource value: 0x7F040185 + public const int fastScrollHorizontalThumbDrawable = 2130968965; - // aapt resource value: 0x7F030186 - public const int fastScrollHorizontalTrackDrawable = 2130903430; + // aapt resource value: 0x7F040186 + public const int fastScrollHorizontalTrackDrawable = 2130968966; - // aapt resource value: 0x7F030187 - public const int fastScrollVerticalThumbDrawable = 2130903431; + // aapt resource value: 0x7F040187 + public const int fastScrollVerticalThumbDrawable = 2130968967; - // aapt resource value: 0x7F030188 - public const int fastScrollVerticalTrackDrawable = 2130903432; + // aapt resource value: 0x7F040188 + public const int fastScrollVerticalTrackDrawable = 2130968968; - // aapt resource value: 0x7F030189 - public const int firstBaselineToTopHeight = 2130903433; + // aapt resource value: 0x7F040189 + public const int firstBaselineToTopHeight = 2130968969; - // aapt resource value: 0x7F03018A - public const int floatingActionButtonStyle = 2130903434; + // aapt resource value: 0x7F04018A + public const int floatingActionButtonStyle = 2130968970; - // aapt resource value: 0x7F03018B - public const int flow_firstHorizontalBias = 2130903435; + // aapt resource value: 0x7F04018B + public const int flow_firstHorizontalBias = 2130968971; - // aapt resource value: 0x7F03018C - public const int flow_firstHorizontalStyle = 2130903436; + // aapt resource value: 0x7F04018C + public const int flow_firstHorizontalStyle = 2130968972; - // aapt resource value: 0x7F03018D - public const int flow_firstVerticalBias = 2130903437; + // aapt resource value: 0x7F04018D + public const int flow_firstVerticalBias = 2130968973; - // aapt resource value: 0x7F03018E - public const int flow_firstVerticalStyle = 2130903438; + // aapt resource value: 0x7F04018E + public const int flow_firstVerticalStyle = 2130968974; - // aapt resource value: 0x7F03018F - public const int flow_horizontalAlign = 2130903439; + // aapt resource value: 0x7F04018F + public const int flow_horizontalAlign = 2130968975; - // aapt resource value: 0x7F030190 - public const int flow_horizontalBias = 2130903440; + // aapt resource value: 0x7F040190 + public const int flow_horizontalBias = 2130968976; - // aapt resource value: 0x7F030191 - public const int flow_horizontalGap = 2130903441; + // aapt resource value: 0x7F040191 + public const int flow_horizontalGap = 2130968977; - // aapt resource value: 0x7F030192 - public const int flow_horizontalStyle = 2130903442; + // aapt resource value: 0x7F040192 + public const int flow_horizontalStyle = 2130968978; - // aapt resource value: 0x7F030193 - public const int flow_lastHorizontalBias = 2130903443; + // aapt resource value: 0x7F040193 + public const int flow_lastHorizontalBias = 2130968979; - // aapt resource value: 0x7F030194 - public const int flow_lastHorizontalStyle = 2130903444; + // aapt resource value: 0x7F040194 + public const int flow_lastHorizontalStyle = 2130968980; - // aapt resource value: 0x7F030195 - public const int flow_lastVerticalBias = 2130903445; + // aapt resource value: 0x7F040195 + public const int flow_lastVerticalBias = 2130968981; - // aapt resource value: 0x7F030196 - public const int flow_lastVerticalStyle = 2130903446; + // aapt resource value: 0x7F040196 + public const int flow_lastVerticalStyle = 2130968982; - // aapt resource value: 0x7F030197 - public const int flow_maxElementsWrap = 2130903447; + // aapt resource value: 0x7F040197 + public const int flow_maxElementsWrap = 2130968983; - // aapt resource value: 0x7F030198 - public const int flow_padding = 2130903448; + // aapt resource value: 0x7F040198 + public const int flow_padding = 2130968984; - // aapt resource value: 0x7F030199 - public const int flow_verticalAlign = 2130903449; + // aapt resource value: 0x7F040199 + public const int flow_verticalAlign = 2130968985; - // aapt resource value: 0x7F03019A - public const int flow_verticalBias = 2130903450; + // aapt resource value: 0x7F04019A + public const int flow_verticalBias = 2130968986; - // aapt resource value: 0x7F03019B - public const int flow_verticalGap = 2130903451; + // aapt resource value: 0x7F04019B + public const int flow_verticalGap = 2130968987; - // aapt resource value: 0x7F03019C - public const int flow_verticalStyle = 2130903452; + // aapt resource value: 0x7F04019C + public const int flow_verticalStyle = 2130968988; - // aapt resource value: 0x7F03019D - public const int flow_wrapMode = 2130903453; + // aapt resource value: 0x7F04019D + public const int flow_wrapMode = 2130968989; - // aapt resource value: 0x7F03019E - public const int font = 2130903454; + // aapt resource value: 0x7F04019E + public const int font = 2130968990; - // aapt resource value: 0x7F03019F - public const int fontFamily = 2130903455; + // aapt resource value: 0x7F04019F + public const int fontFamily = 2130968991; - // aapt resource value: 0x7F0301A0 - public const int fontProviderAuthority = 2130903456; + // aapt resource value: 0x7F0401A0 + public const int fontProviderAuthority = 2130968992; - // aapt resource value: 0x7F0301A1 - public const int fontProviderCerts = 2130903457; + // aapt resource value: 0x7F0401A1 + public const int fontProviderCerts = 2130968993; - // aapt resource value: 0x7F0301A2 - public const int fontProviderFetchStrategy = 2130903458; + // aapt resource value: 0x7F0401A2 + public const int fontProviderFetchStrategy = 2130968994; - // aapt resource value: 0x7F0301A3 - public const int fontProviderFetchTimeout = 2130903459; + // aapt resource value: 0x7F0401A3 + public const int fontProviderFetchTimeout = 2130968995; - // aapt resource value: 0x7F0301A4 - public const int fontProviderPackage = 2130903460; + // aapt resource value: 0x7F0401A4 + public const int fontProviderPackage = 2130968996; - // aapt resource value: 0x7F0301A5 - public const int fontProviderQuery = 2130903461; + // aapt resource value: 0x7F0401A5 + public const int fontProviderQuery = 2130968997; - // aapt resource value: 0x7F0301A6 - public const int fontProviderSystemFontFamily = 2130903462; + // aapt resource value: 0x7F0401A6 + public const int fontProviderSystemFontFamily = 2130968998; - // aapt resource value: 0x7F0301A7 - public const int fontStyle = 2130903463; + // aapt resource value: 0x7F0401A7 + public const int fontStyle = 2130968999; - // aapt resource value: 0x7F0301A8 - public const int fontVariationSettings = 2130903464; + // aapt resource value: 0x7F0401A8 + public const int fontVariationSettings = 2130969000; - // aapt resource value: 0x7F0301A9 - public const int fontWeight = 2130903465; + // aapt resource value: 0x7F0401A9 + public const int fontWeight = 2130969001; - // aapt resource value: 0x7F0301AA - public const int forceApplySystemWindowInsetTop = 2130903466; + // aapt resource value: 0x7F0401AA + public const int forceApplySystemWindowInsetTop = 2130969002; - // aapt resource value: 0x7F0301AB - public const int foregroundInsidePadding = 2130903467; + // aapt resource value: 0x7F0401AB + public const int foregroundInsidePadding = 2130969003; - // aapt resource value: 0x7F0301AC - public const int fragment = 2130903468; + // aapt resource value: 0x7F0401AC + public const int fragment = 2130969004; - // aapt resource value: 0x7F0301AD - public const int framePosition = 2130903469; + // aapt resource value: 0x7F0401AD + public const int framePosition = 2130969005; - // aapt resource value: 0x7F0301AE - public const int gapBetweenBars = 2130903470; + // aapt resource value: 0x7F0401AE + public const int gapBetweenBars = 2130969006; - // aapt resource value: 0x7F0301AF - public const int gestureInsetBottomIgnored = 2130903471; + // aapt resource value: 0x7F0401AF + public const int gestureInsetBottomIgnored = 2130969007; - // aapt resource value: 0x7F0301B0 - public const int goIcon = 2130903472; + // aapt resource value: 0x7F0401B0 + public const int goIcon = 2130969008; - // aapt resource value: 0x7F0301B1 - public const int graph = 2130903473; + // aapt resource value: 0x7F0401B1 + public const int graph = 2130969009; - // aapt resource value: 0x7F0301B2 - public const int haloColor = 2130903474; + // aapt resource value: 0x7F0401B2 + public const int haloColor = 2130969010; - // aapt resource value: 0x7F0301B3 - public const int haloRadius = 2130903475; + // aapt resource value: 0x7F0401B3 + public const int haloRadius = 2130969011; - // aapt resource value: 0x7F0301B4 - public const int headerLayout = 2130903476; + // aapt resource value: 0x7F0401B4 + public const int headerLayout = 2130969012; - // aapt resource value: 0x7F0301B5 - public const int height = 2130903477; + // aapt resource value: 0x7F0401B5 + public const int height = 2130969013; - // aapt resource value: 0x7F0301B6 - public const int helperText = 2130903478; + // aapt resource value: 0x7F0401B6 + public const int helperText = 2130969014; - // aapt resource value: 0x7F0301B7 - public const int helperTextEnabled = 2130903479; + // aapt resource value: 0x7F0401B7 + public const int helperTextEnabled = 2130969015; - // aapt resource value: 0x7F0301B8 - public const int helperTextTextAppearance = 2130903480; + // aapt resource value: 0x7F0401B8 + public const int helperTextTextAppearance = 2130969016; - // aapt resource value: 0x7F0301B9 - public const int helperTextTextColor = 2130903481; + // aapt resource value: 0x7F0401B9 + public const int helperTextTextColor = 2130969017; - // aapt resource value: 0x7F0301BA - public const int hideAnimationBehavior = 2130903482; + // aapt resource value: 0x7F0401BA + public const int hideAnimationBehavior = 2130969018; - // aapt resource value: 0x7F0301BB - public const int hideMotionSpec = 2130903483; + // aapt resource value: 0x7F0401BB + public const int hideMotionSpec = 2130969019; - // aapt resource value: 0x7F0301BC - public const int hideOnContentScroll = 2130903484; + // aapt resource value: 0x7F0401BC + public const int hideOnContentScroll = 2130969020; - // aapt resource value: 0x7F0301BD - public const int hideOnScroll = 2130903485; + // aapt resource value: 0x7F0401BD + public const int hideOnScroll = 2130969021; - // aapt resource value: 0x7F0301BE - public const int hintAnimationEnabled = 2130903486; + // aapt resource value: 0x7F0401BE + public const int hintAnimationEnabled = 2130969022; - // aapt resource value: 0x7F0301BF - public const int hintEnabled = 2130903487; + // aapt resource value: 0x7F0401BF + public const int hintEnabled = 2130969023; - // aapt resource value: 0x7F0301C0 - public const int hintTextAppearance = 2130903488; + // aapt resource value: 0x7F0401C0 + public const int hintTextAppearance = 2130969024; - // aapt resource value: 0x7F0301C1 - public const int hintTextColor = 2130903489; + // aapt resource value: 0x7F0401C1 + public const int hintTextColor = 2130969025; - // aapt resource value: 0x7F0301C2 - public const int homeAsUpIndicator = 2130903490; + // aapt resource value: 0x7F0401C2 + public const int homeAsUpIndicator = 2130969026; - // aapt resource value: 0x7F0301C3 - public const int homeLayout = 2130903491; + // aapt resource value: 0x7F0401C3 + public const int homeLayout = 2130969027; - // aapt resource value: 0x7F0301C4 - public const int horizontalOffset = 2130903492; + // aapt resource value: 0x7F0401C4 + public const int horizontalOffset = 2130969028; - // aapt resource value: 0x7F0301C5 - public const int hoveredFocusedTranslationZ = 2130903493; + // aapt resource value: 0x7F0401C5 + public const int hoveredFocusedTranslationZ = 2130969029; - // aapt resource value: 0x7F0301C6 - public const int icon = 2130903494; + // aapt resource value: 0x7F0401C6 + public const int icon = 2130969030; - // aapt resource value: 0x7F0301C7 - public const int iconEndPadding = 2130903495; + // aapt resource value: 0x7F0401C7 + public const int iconEndPadding = 2130969031; - // aapt resource value: 0x7F0301C8 - public const int iconGravity = 2130903496; + // aapt resource value: 0x7F0401C8 + public const int iconGravity = 2130969032; - // aapt resource value: 0x7F0301CF - public const int iconifiedByDefault = 2130903503; + // aapt resource value: 0x7F0401CF + public const int iconifiedByDefault = 2130969039; - // aapt resource value: 0x7F0301C9 - public const int iconPadding = 2130903497; + // aapt resource value: 0x7F0401C9 + public const int iconPadding = 2130969033; - // aapt resource value: 0x7F0301CA - public const int iconSize = 2130903498; + // aapt resource value: 0x7F0401CA + public const int iconSize = 2130969034; - // aapt resource value: 0x7F0301CB - public const int iconSpaceReserved = 2130903499; + // aapt resource value: 0x7F0401CB + public const int iconSpaceReserved = 2130969035; - // aapt resource value: 0x7F0301CC - public const int iconStartPadding = 2130903500; + // aapt resource value: 0x7F0401CC + public const int iconStartPadding = 2130969036; - // aapt resource value: 0x7F0301CD - public const int iconTint = 2130903501; + // aapt resource value: 0x7F0401CD + public const int iconTint = 2130969037; - // aapt resource value: 0x7F0301CE - public const int iconTintMode = 2130903502; + // aapt resource value: 0x7F0401CE + public const int iconTintMode = 2130969038; - // aapt resource value: 0x7F0301D0 - public const int ifTagNotSet = 2130903504; + // aapt resource value: 0x7F0401D0 + public const int ifTagNotSet = 2130969040; - // aapt resource value: 0x7F0301D1 - public const int ifTagSet = 2130903505; + // aapt resource value: 0x7F0401D1 + public const int ifTagSet = 2130969041; - // aapt resource value: 0x7F0301D2 - public const int imageButtonStyle = 2130903506; + // aapt resource value: 0x7F0401D2 + public const int imageButtonStyle = 2130969042; - // aapt resource value: 0x7F0301D3 - public const int imagePanX = 2130903507; + // aapt resource value: 0x7F0401D3 + public const int imagePanX = 2130969043; - // aapt resource value: 0x7F0301D4 - public const int imagePanY = 2130903508; + // aapt resource value: 0x7F0401D4 + public const int imagePanY = 2130969044; - // aapt resource value: 0x7F0301D5 - public const int imageRotate = 2130903509; + // aapt resource value: 0x7F0401D5 + public const int imageRotate = 2130969045; - // aapt resource value: 0x7F0301D6 - public const int imageZoom = 2130903510; + // aapt resource value: 0x7F0401D6 + public const int imageZoom = 2130969046; - // aapt resource value: 0x7F0301D7 - public const int indeterminateAnimationType = 2130903511; + // aapt resource value: 0x7F0401D7 + public const int indeterminateAnimationType = 2130969047; - // aapt resource value: 0x7F0301D8 - public const int indeterminateProgressStyle = 2130903512; + // aapt resource value: 0x7F0401D8 + public const int indeterminateProgressStyle = 2130969048; - // aapt resource value: 0x7F0301D9 - public const int indicatorColor = 2130903513; + // aapt resource value: 0x7F0401D9 + public const int indicatorColor = 2130969049; - // aapt resource value: 0x7F0301DA - public const int indicatorDirectionCircular = 2130903514; + // aapt resource value: 0x7F0401DA + public const int indicatorDirectionCircular = 2130969050; - // aapt resource value: 0x7F0301DB - public const int indicatorDirectionLinear = 2130903515; + // aapt resource value: 0x7F0401DB + public const int indicatorDirectionLinear = 2130969051; - // aapt resource value: 0x7F0301DC - public const int indicatorInset = 2130903516; + // aapt resource value: 0x7F0401DC + public const int indicatorInset = 2130969052; - // aapt resource value: 0x7F0301DD - public const int indicatorSize = 2130903517; + // aapt resource value: 0x7F0401DD + public const int indicatorSize = 2130969053; - // aapt resource value: 0x7F0301DE - public const int initialActivityCount = 2130903518; + // aapt resource value: 0x7F0401DE + public const int initialActivityCount = 2130969054; - // aapt resource value: 0x7F0301DF - public const int initialExpandedChildrenCount = 2130903519; + // aapt resource value: 0x7F0401DF + public const int initialExpandedChildrenCount = 2130969055; - // aapt resource value: 0x7F0301E0 - public const int insetForeground = 2130903520; + // aapt resource value: 0x7F0401E0 + public const int insetForeground = 2130969056; - // aapt resource value: 0x7F0301E1 - public const int isLightTheme = 2130903521; + // aapt resource value: 0x7F0401E1 + public const int isLightTheme = 2130969057; - // aapt resource value: 0x7F0301E2 - public const int isMaterialTheme = 2130903522; + // aapt resource value: 0x7F0401E2 + public const int isMaterialTheme = 2130969058; - // aapt resource value: 0x7F0301E3 - public const int isPreferenceVisible = 2130903523; + // aapt resource value: 0x7F0401E3 + public const int isPreferenceVisible = 2130969059; - // aapt resource value: 0x7F0301E4 - public const int itemBackground = 2130903524; + // aapt resource value: 0x7F0401E4 + public const int itemBackground = 2130969060; - // aapt resource value: 0x7F0301E5 - public const int itemFillColor = 2130903525; + // aapt resource value: 0x7F0401E5 + public const int itemFillColor = 2130969061; - // aapt resource value: 0x7F0301E6 - public const int itemHorizontalPadding = 2130903526; + // aapt resource value: 0x7F0401E6 + public const int itemHorizontalPadding = 2130969062; - // aapt resource value: 0x7F0301E7 - public const int itemHorizontalTranslationEnabled = 2130903527; + // aapt resource value: 0x7F0401E7 + public const int itemHorizontalTranslationEnabled = 2130969063; - // aapt resource value: 0x7F0301E8 - public const int itemIconPadding = 2130903528; + // aapt resource value: 0x7F0401E8 + public const int itemIconPadding = 2130969064; - // aapt resource value: 0x7F0301E9 - public const int itemIconSize = 2130903529; + // aapt resource value: 0x7F0401E9 + public const int itemIconSize = 2130969065; - // aapt resource value: 0x7F0301EA - public const int itemIconTint = 2130903530; + // aapt resource value: 0x7F0401EA + public const int itemIconTint = 2130969066; - // aapt resource value: 0x7F0301EB - public const int itemMaxLines = 2130903531; + // aapt resource value: 0x7F0401EB + public const int itemMaxLines = 2130969067; - // aapt resource value: 0x7F0301EC - public const int itemPadding = 2130903532; + // aapt resource value: 0x7F0401EC + public const int itemPadding = 2130969068; - // aapt resource value: 0x7F0301ED - public const int itemRippleColor = 2130903533; + // aapt resource value: 0x7F0401ED + public const int itemRippleColor = 2130969069; - // aapt resource value: 0x7F0301EE - public const int itemShapeAppearance = 2130903534; + // aapt resource value: 0x7F0401EE + public const int itemShapeAppearance = 2130969070; - // aapt resource value: 0x7F0301EF - public const int itemShapeAppearanceOverlay = 2130903535; + // aapt resource value: 0x7F0401EF + public const int itemShapeAppearanceOverlay = 2130969071; - // aapt resource value: 0x7F0301F0 - public const int itemShapeFillColor = 2130903536; + // aapt resource value: 0x7F0401F0 + public const int itemShapeFillColor = 2130969072; - // aapt resource value: 0x7F0301F1 - public const int itemShapeInsetBottom = 2130903537; + // aapt resource value: 0x7F0401F1 + public const int itemShapeInsetBottom = 2130969073; - // aapt resource value: 0x7F0301F2 - public const int itemShapeInsetEnd = 2130903538; + // aapt resource value: 0x7F0401F2 + public const int itemShapeInsetEnd = 2130969074; - // aapt resource value: 0x7F0301F3 - public const int itemShapeInsetStart = 2130903539; + // aapt resource value: 0x7F0401F3 + public const int itemShapeInsetStart = 2130969075; - // aapt resource value: 0x7F0301F4 - public const int itemShapeInsetTop = 2130903540; + // aapt resource value: 0x7F0401F4 + public const int itemShapeInsetTop = 2130969076; - // aapt resource value: 0x7F0301F5 - public const int itemSpacing = 2130903541; + // aapt resource value: 0x7F0401F5 + public const int itemSpacing = 2130969077; - // aapt resource value: 0x7F0301F6 - public const int itemStrokeColor = 2130903542; + // aapt resource value: 0x7F0401F6 + public const int itemStrokeColor = 2130969078; - // aapt resource value: 0x7F0301F7 - public const int itemStrokeWidth = 2130903543; + // aapt resource value: 0x7F0401F7 + public const int itemStrokeWidth = 2130969079; - // aapt resource value: 0x7F0301F8 - public const int itemTextAppearance = 2130903544; + // aapt resource value: 0x7F0401F8 + public const int itemTextAppearance = 2130969080; - // aapt resource value: 0x7F0301F9 - public const int itemTextAppearanceActive = 2130903545; + // aapt resource value: 0x7F0401F9 + public const int itemTextAppearanceActive = 2130969081; - // aapt resource value: 0x7F0301FA - public const int itemTextAppearanceInactive = 2130903546; + // aapt resource value: 0x7F0401FA + public const int itemTextAppearanceInactive = 2130969082; - // aapt resource value: 0x7F0301FB - public const int itemTextColor = 2130903547; + // aapt resource value: 0x7F0401FB + public const int itemTextColor = 2130969083; - // aapt resource value: 0x7F0301FC - public const int key = 2130903548; + // aapt resource value: 0x7F0401FC + public const int key = 2130969084; - // aapt resource value: 0x7F0301FE - public const int keyboardIcon = 2130903550; + // aapt resource value: 0x7F0401FE + public const int keyboardIcon = 2130969086; - // aapt resource value: 0x7F0301FF - public const int keylines = 2130903551; + // aapt resource value: 0x7F0401FF + public const int keylines = 2130969087; - // aapt resource value: 0x7F0301FD - public const int keyPositionType = 2130903549; + // aapt resource value: 0x7F0401FD + public const int keyPositionType = 2130969085; - // aapt resource value: 0x7F030200 - public const int labelBehavior = 2130903552; + // aapt resource value: 0x7F040200 + public const int labelBehavior = 2130969088; - // aapt resource value: 0x7F030201 - public const int labelStyle = 2130903553; + // aapt resource value: 0x7F040201 + public const int labelStyle = 2130969089; - // aapt resource value: 0x7F030202 - public const int labelVisibilityMode = 2130903554; + // aapt resource value: 0x7F040202 + public const int labelVisibilityMode = 2130969090; - // aapt resource value: 0x7F030203 - public const int lastBaselineToBottomHeight = 2130903555; + // aapt resource value: 0x7F040203 + public const int lastBaselineToBottomHeight = 2130969091; - // aapt resource value: 0x7F030204 - public const int launchSingleTop = 2130903556; + // aapt resource value: 0x7F040204 + public const int launchSingleTop = 2130969092; - // aapt resource value: 0x7F030205 - public const int layout = 2130903557; + // aapt resource value: 0x7F040205 + public const int layout = 2130969093; - // aapt resource value: 0x7F030206 - public const int layoutDescription = 2130903558; + // aapt resource value: 0x7F040206 + public const int layoutDescription = 2130969094; - // aapt resource value: 0x7F030207 - public const int layoutDuringTransition = 2130903559; + // aapt resource value: 0x7F040207 + public const int layoutDuringTransition = 2130969095; - // aapt resource value: 0x7F030208 - public const int layoutManager = 2130903560; + // aapt resource value: 0x7F040208 + public const int layoutManager = 2130969096; - // aapt resource value: 0x7F030209 - public const int layout_anchor = 2130903561; + // aapt resource value: 0x7F040209 + public const int layout_anchor = 2130969097; - // aapt resource value: 0x7F03020A - public const int layout_anchorGravity = 2130903562; + // aapt resource value: 0x7F04020A + public const int layout_anchorGravity = 2130969098; - // aapt resource value: 0x7F03020B - public const int layout_behavior = 2130903563; + // aapt resource value: 0x7F04020B + public const int layout_behavior = 2130969099; - // aapt resource value: 0x7F03020C - public const int layout_collapseMode = 2130903564; + // aapt resource value: 0x7F04020C + public const int layout_collapseMode = 2130969100; - // aapt resource value: 0x7F03020D - public const int layout_collapseParallaxMultiplier = 2130903565; + // aapt resource value: 0x7F04020D + public const int layout_collapseParallaxMultiplier = 2130969101; - // aapt resource value: 0x7F03020E - public const int layout_constrainedHeight = 2130903566; + // aapt resource value: 0x7F04020E + public const int layout_constrainedHeight = 2130969102; - // aapt resource value: 0x7F03020F - public const int layout_constrainedWidth = 2130903567; + // aapt resource value: 0x7F04020F + public const int layout_constrainedWidth = 2130969103; - // aapt resource value: 0x7F030210 - public const int layout_constraintBaseline_creator = 2130903568; + // aapt resource value: 0x7F040210 + public const int layout_constraintBaseline_creator = 2130969104; - // aapt resource value: 0x7F030211 - public const int layout_constraintBaseline_toBaselineOf = 2130903569; + // aapt resource value: 0x7F040211 + public const int layout_constraintBaseline_toBaselineOf = 2130969105; - // aapt resource value: 0x7F030212 - public const int layout_constraintBaseline_toBottomOf = 2130903570; + // aapt resource value: 0x7F040212 + public const int layout_constraintBaseline_toBottomOf = 2130969106; - // aapt resource value: 0x7F030213 - public const int layout_constraintBaseline_toTopOf = 2130903571; + // aapt resource value: 0x7F040213 + public const int layout_constraintBaseline_toTopOf = 2130969107; - // aapt resource value: 0x7F030214 - public const int layout_constraintBottom_creator = 2130903572; + // aapt resource value: 0x7F040214 + public const int layout_constraintBottom_creator = 2130969108; - // aapt resource value: 0x7F030215 - public const int layout_constraintBottom_toBottomOf = 2130903573; + // aapt resource value: 0x7F040215 + public const int layout_constraintBottom_toBottomOf = 2130969109; - // aapt resource value: 0x7F030216 - public const int layout_constraintBottom_toTopOf = 2130903574; + // aapt resource value: 0x7F040216 + public const int layout_constraintBottom_toTopOf = 2130969110; - // aapt resource value: 0x7F030217 - public const int layout_constraintCircle = 2130903575; + // aapt resource value: 0x7F040217 + public const int layout_constraintCircle = 2130969111; - // aapt resource value: 0x7F030218 - public const int layout_constraintCircleAngle = 2130903576; + // aapt resource value: 0x7F040218 + public const int layout_constraintCircleAngle = 2130969112; - // aapt resource value: 0x7F030219 - public const int layout_constraintCircleRadius = 2130903577; + // aapt resource value: 0x7F040219 + public const int layout_constraintCircleRadius = 2130969113; - // aapt resource value: 0x7F03021A - public const int layout_constraintDimensionRatio = 2130903578; + // aapt resource value: 0x7F04021A + public const int layout_constraintDimensionRatio = 2130969114; - // aapt resource value: 0x7F03021B - public const int layout_constraintEnd_toEndOf = 2130903579; + // aapt resource value: 0x7F04021B + public const int layout_constraintEnd_toEndOf = 2130969115; - // aapt resource value: 0x7F03021C - public const int layout_constraintEnd_toStartOf = 2130903580; + // aapt resource value: 0x7F04021C + public const int layout_constraintEnd_toStartOf = 2130969116; - // aapt resource value: 0x7F03021D - public const int layout_constraintGuide_begin = 2130903581; + // aapt resource value: 0x7F04021D + public const int layout_constraintGuide_begin = 2130969117; - // aapt resource value: 0x7F03021E - public const int layout_constraintGuide_end = 2130903582; + // aapt resource value: 0x7F04021E + public const int layout_constraintGuide_end = 2130969118; - // aapt resource value: 0x7F03021F - public const int layout_constraintGuide_percent = 2130903583; + // aapt resource value: 0x7F04021F + public const int layout_constraintGuide_percent = 2130969119; - // aapt resource value: 0x7F030220 - public const int layout_constraintHeight = 2130903584; + // aapt resource value: 0x7F040220 + public const int layout_constraintHeight = 2130969120; - // aapt resource value: 0x7F030221 - public const int layout_constraintHeight_default = 2130903585; + // aapt resource value: 0x7F040221 + public const int layout_constraintHeight_default = 2130969121; - // aapt resource value: 0x7F030222 - public const int layout_constraintHeight_max = 2130903586; + // aapt resource value: 0x7F040222 + public const int layout_constraintHeight_max = 2130969122; - // aapt resource value: 0x7F030223 - public const int layout_constraintHeight_min = 2130903587; + // aapt resource value: 0x7F040223 + public const int layout_constraintHeight_min = 2130969123; - // aapt resource value: 0x7F030224 - public const int layout_constraintHeight_percent = 2130903588; + // aapt resource value: 0x7F040224 + public const int layout_constraintHeight_percent = 2130969124; - // aapt resource value: 0x7F030225 - public const int layout_constraintHorizontal_bias = 2130903589; + // aapt resource value: 0x7F040225 + public const int layout_constraintHorizontal_bias = 2130969125; - // aapt resource value: 0x7F030226 - public const int layout_constraintHorizontal_chainStyle = 2130903590; + // aapt resource value: 0x7F040226 + public const int layout_constraintHorizontal_chainStyle = 2130969126; - // aapt resource value: 0x7F030227 - public const int layout_constraintHorizontal_weight = 2130903591; + // aapt resource value: 0x7F040227 + public const int layout_constraintHorizontal_weight = 2130969127; - // aapt resource value: 0x7F030228 - public const int layout_constraintLeft_creator = 2130903592; + // aapt resource value: 0x7F040228 + public const int layout_constraintLeft_creator = 2130969128; - // aapt resource value: 0x7F030229 - public const int layout_constraintLeft_toLeftOf = 2130903593; + // aapt resource value: 0x7F040229 + public const int layout_constraintLeft_toLeftOf = 2130969129; - // aapt resource value: 0x7F03022A - public const int layout_constraintLeft_toRightOf = 2130903594; + // aapt resource value: 0x7F04022A + public const int layout_constraintLeft_toRightOf = 2130969130; - // aapt resource value: 0x7F03022B - public const int layout_constraintRight_creator = 2130903595; + // aapt resource value: 0x7F04022B + public const int layout_constraintRight_creator = 2130969131; - // aapt resource value: 0x7F03022C - public const int layout_constraintRight_toLeftOf = 2130903596; + // aapt resource value: 0x7F04022C + public const int layout_constraintRight_toLeftOf = 2130969132; - // aapt resource value: 0x7F03022D - public const int layout_constraintRight_toRightOf = 2130903597; + // aapt resource value: 0x7F04022D + public const int layout_constraintRight_toRightOf = 2130969133; - // aapt resource value: 0x7F03022E - public const int layout_constraintStart_toEndOf = 2130903598; + // aapt resource value: 0x7F04022E + public const int layout_constraintStart_toEndOf = 2130969134; - // aapt resource value: 0x7F03022F - public const int layout_constraintStart_toStartOf = 2130903599; + // aapt resource value: 0x7F04022F + public const int layout_constraintStart_toStartOf = 2130969135; - // aapt resource value: 0x7F030230 - public const int layout_constraintTag = 2130903600; + // aapt resource value: 0x7F040230 + public const int layout_constraintTag = 2130969136; - // aapt resource value: 0x7F030231 - public const int layout_constraintTop_creator = 2130903601; + // aapt resource value: 0x7F040231 + public const int layout_constraintTop_creator = 2130969137; - // aapt resource value: 0x7F030232 - public const int layout_constraintTop_toBottomOf = 2130903602; + // aapt resource value: 0x7F040232 + public const int layout_constraintTop_toBottomOf = 2130969138; - // aapt resource value: 0x7F030233 - public const int layout_constraintTop_toTopOf = 2130903603; + // aapt resource value: 0x7F040233 + public const int layout_constraintTop_toTopOf = 2130969139; - // aapt resource value: 0x7F030234 - public const int layout_constraintVertical_bias = 2130903604; + // aapt resource value: 0x7F040234 + public const int layout_constraintVertical_bias = 2130969140; - // aapt resource value: 0x7F030235 - public const int layout_constraintVertical_chainStyle = 2130903605; + // aapt resource value: 0x7F040235 + public const int layout_constraintVertical_chainStyle = 2130969141; - // aapt resource value: 0x7F030236 - public const int layout_constraintVertical_weight = 2130903606; + // aapt resource value: 0x7F040236 + public const int layout_constraintVertical_weight = 2130969142; - // aapt resource value: 0x7F030237 - public const int layout_constraintWidth = 2130903607; + // aapt resource value: 0x7F040237 + public const int layout_constraintWidth = 2130969143; - // aapt resource value: 0x7F030238 - public const int layout_constraintWidth_default = 2130903608; + // aapt resource value: 0x7F040238 + public const int layout_constraintWidth_default = 2130969144; - // aapt resource value: 0x7F030239 - public const int layout_constraintWidth_max = 2130903609; + // aapt resource value: 0x7F040239 + public const int layout_constraintWidth_max = 2130969145; - // aapt resource value: 0x7F03023A - public const int layout_constraintWidth_min = 2130903610; + // aapt resource value: 0x7F04023A + public const int layout_constraintWidth_min = 2130969146; - // aapt resource value: 0x7F03023B - public const int layout_constraintWidth_percent = 2130903611; + // aapt resource value: 0x7F04023B + public const int layout_constraintWidth_percent = 2130969147; - // aapt resource value: 0x7F03023C - public const int layout_dodgeInsetEdges = 2130903612; + // aapt resource value: 0x7F04023C + public const int layout_dodgeInsetEdges = 2130969148; - // aapt resource value: 0x7F03023D - public const int layout_editor_absoluteX = 2130903613; + // aapt resource value: 0x7F04023D + public const int layout_editor_absoluteX = 2130969149; - // aapt resource value: 0x7F03023E - public const int layout_editor_absoluteY = 2130903614; + // aapt resource value: 0x7F04023E + public const int layout_editor_absoluteY = 2130969150; - // aapt resource value: 0x7F03023F - public const int layout_goneMarginBaseline = 2130903615; + // aapt resource value: 0x7F04023F + public const int layout_goneMarginBaseline = 2130969151; - // aapt resource value: 0x7F030240 - public const int layout_goneMarginBottom = 2130903616; + // aapt resource value: 0x7F040240 + public const int layout_goneMarginBottom = 2130969152; - // aapt resource value: 0x7F030241 - public const int layout_goneMarginEnd = 2130903617; + // aapt resource value: 0x7F040241 + public const int layout_goneMarginEnd = 2130969153; - // aapt resource value: 0x7F030242 - public const int layout_goneMarginLeft = 2130903618; + // aapt resource value: 0x7F040242 + public const int layout_goneMarginLeft = 2130969154; - // aapt resource value: 0x7F030243 - public const int layout_goneMarginRight = 2130903619; + // aapt resource value: 0x7F040243 + public const int layout_goneMarginRight = 2130969155; - // aapt resource value: 0x7F030244 - public const int layout_goneMarginStart = 2130903620; + // aapt resource value: 0x7F040244 + public const int layout_goneMarginStart = 2130969156; - // aapt resource value: 0x7F030245 - public const int layout_goneMarginTop = 2130903621; + // aapt resource value: 0x7F040245 + public const int layout_goneMarginTop = 2130969157; - // aapt resource value: 0x7F030246 - public const int layout_insetEdge = 2130903622; + // aapt resource value: 0x7F040246 + public const int layout_insetEdge = 2130969158; - // aapt resource value: 0x7F030247 - public const int layout_keyline = 2130903623; + // aapt resource value: 0x7F040247 + public const int layout_keyline = 2130969159; - // aapt resource value: 0x7F030248 - public const int layout_marginBaseline = 2130903624; + // aapt resource value: 0x7F040248 + public const int layout_marginBaseline = 2130969160; - // aapt resource value: 0x7F030249 - public const int layout_optimizationLevel = 2130903625; + // aapt resource value: 0x7F040249 + public const int layout_optimizationLevel = 2130969161; - // aapt resource value: 0x7F03024A - public const int layout_scrollFlags = 2130903626; + // aapt resource value: 0x7F04024A + public const int layout_scrollFlags = 2130969162; - // aapt resource value: 0x7F03024B - public const int layout_scrollInterpolator = 2130903627; + // aapt resource value: 0x7F04024B + public const int layout_scrollInterpolator = 2130969163; - // aapt resource value: 0x7F03024C - public const int layout_wrapBehaviorInParent = 2130903628; + // aapt resource value: 0x7F04024C + public const int layout_wrapBehaviorInParent = 2130969164; - // aapt resource value: 0x7F03024D - public const int liftOnScroll = 2130903629; + // aapt resource value: 0x7F04024D + public const int liftOnScroll = 2130969165; - // aapt resource value: 0x7F03024E - public const int liftOnScrollTargetViewId = 2130903630; + // aapt resource value: 0x7F04024E + public const int liftOnScrollTargetViewId = 2130969166; - // aapt resource value: 0x7F03024F - public const int limitBoundsTo = 2130903631; + // aapt resource value: 0x7F04024F + public const int limitBoundsTo = 2130969167; - // aapt resource value: 0x7F030252 - public const int linearProgressIndicatorStyle = 2130903634; + // aapt resource value: 0x7F040252 + public const int linearProgressIndicatorStyle = 2130969170; - // aapt resource value: 0x7F030250 - public const int lineHeight = 2130903632; + // aapt resource value: 0x7F040250 + public const int lineHeight = 2130969168; - // aapt resource value: 0x7F030251 - public const int lineSpacing = 2130903633; + // aapt resource value: 0x7F040251 + public const int lineSpacing = 2130969169; - // aapt resource value: 0x7F030253 - public const int listChoiceBackgroundIndicator = 2130903635; + // aapt resource value: 0x7F040253 + public const int listChoiceBackgroundIndicator = 2130969171; - // aapt resource value: 0x7F030254 - public const int listChoiceIndicatorMultipleAnimated = 2130903636; + // aapt resource value: 0x7F040254 + public const int listChoiceIndicatorMultipleAnimated = 2130969172; - // aapt resource value: 0x7F030255 - public const int listChoiceIndicatorSingleAnimated = 2130903637; + // aapt resource value: 0x7F040255 + public const int listChoiceIndicatorSingleAnimated = 2130969173; - // aapt resource value: 0x7F030256 - public const int listDividerAlertDialog = 2130903638; + // aapt resource value: 0x7F040256 + public const int listDividerAlertDialog = 2130969174; - // aapt resource value: 0x7F030257 - public const int listItemLayout = 2130903639; + // aapt resource value: 0x7F040257 + public const int listItemLayout = 2130969175; - // aapt resource value: 0x7F030258 - public const int listLayout = 2130903640; + // aapt resource value: 0x7F040258 + public const int listLayout = 2130969176; - // aapt resource value: 0x7F030259 - public const int listMenuViewStyle = 2130903641; + // aapt resource value: 0x7F040259 + public const int listMenuViewStyle = 2130969177; - // aapt resource value: 0x7F03025A - public const int listPopupWindowStyle = 2130903642; + // aapt resource value: 0x7F04025A + public const int listPopupWindowStyle = 2130969178; - // aapt resource value: 0x7F03025B - public const int listPreferredItemHeight = 2130903643; + // aapt resource value: 0x7F04025B + public const int listPreferredItemHeight = 2130969179; - // aapt resource value: 0x7F03025C - public const int listPreferredItemHeightLarge = 2130903644; + // aapt resource value: 0x7F04025C + public const int listPreferredItemHeightLarge = 2130969180; - // aapt resource value: 0x7F03025D - public const int listPreferredItemHeightSmall = 2130903645; + // aapt resource value: 0x7F04025D + public const int listPreferredItemHeightSmall = 2130969181; - // aapt resource value: 0x7F03025E - public const int listPreferredItemPaddingEnd = 2130903646; + // aapt resource value: 0x7F04025E + public const int listPreferredItemPaddingEnd = 2130969182; - // aapt resource value: 0x7F03025F - public const int listPreferredItemPaddingLeft = 2130903647; + // aapt resource value: 0x7F04025F + public const int listPreferredItemPaddingLeft = 2130969183; - // aapt resource value: 0x7F030260 - public const int listPreferredItemPaddingRight = 2130903648; + // aapt resource value: 0x7F040260 + public const int listPreferredItemPaddingRight = 2130969184; - // aapt resource value: 0x7F030261 - public const int listPreferredItemPaddingStart = 2130903649; + // aapt resource value: 0x7F040261 + public const int listPreferredItemPaddingStart = 2130969185; - // aapt resource value: 0x7F030262 - public const int logo = 2130903650; + // aapt resource value: 0x7F040262 + public const int logo = 2130969186; - // aapt resource value: 0x7F030263 - public const int logoDescription = 2130903651; + // aapt resource value: 0x7F040263 + public const int logoDescription = 2130969187; - // aapt resource value: 0x7F030264 - public const int materialAlertDialogBodyTextStyle = 2130903652; + // aapt resource value: 0x7F040264 + public const int materialAlertDialogBodyTextStyle = 2130969188; - // aapt resource value: 0x7F030265 - public const int materialAlertDialogTheme = 2130903653; + // aapt resource value: 0x7F040265 + public const int materialAlertDialogTheme = 2130969189; - // aapt resource value: 0x7F030266 - public const int materialAlertDialogTitleIconStyle = 2130903654; + // aapt resource value: 0x7F040266 + public const int materialAlertDialogTitleIconStyle = 2130969190; - // aapt resource value: 0x7F030267 - public const int materialAlertDialogTitlePanelStyle = 2130903655; + // aapt resource value: 0x7F040267 + public const int materialAlertDialogTitlePanelStyle = 2130969191; - // aapt resource value: 0x7F030268 - public const int materialAlertDialogTitleTextStyle = 2130903656; + // aapt resource value: 0x7F040268 + public const int materialAlertDialogTitleTextStyle = 2130969192; - // aapt resource value: 0x7F030269 - public const int materialButtonOutlinedStyle = 2130903657; + // aapt resource value: 0x7F040269 + public const int materialButtonOutlinedStyle = 2130969193; - // aapt resource value: 0x7F03026A - public const int materialButtonStyle = 2130903658; + // aapt resource value: 0x7F04026A + public const int materialButtonStyle = 2130969194; - // aapt resource value: 0x7F03026B - public const int materialButtonToggleGroupStyle = 2130903659; + // aapt resource value: 0x7F04026B + public const int materialButtonToggleGroupStyle = 2130969195; - // aapt resource value: 0x7F03026C - public const int materialCalendarDay = 2130903660; + // aapt resource value: 0x7F04026C + public const int materialCalendarDay = 2130969196; - // aapt resource value: 0x7F03026D - public const int materialCalendarFullscreenTheme = 2130903661; + // aapt resource value: 0x7F04026D + public const int materialCalendarFullscreenTheme = 2130969197; - // aapt resource value: 0x7F03026E - public const int materialCalendarHeaderCancelButton = 2130903662; + // aapt resource value: 0x7F04026E + public const int materialCalendarHeaderCancelButton = 2130969198; - // aapt resource value: 0x7F03026F - public const int materialCalendarHeaderConfirmButton = 2130903663; + // aapt resource value: 0x7F04026F + public const int materialCalendarHeaderConfirmButton = 2130969199; - // aapt resource value: 0x7F030270 - public const int materialCalendarHeaderDivider = 2130903664; + // aapt resource value: 0x7F040270 + public const int materialCalendarHeaderDivider = 2130969200; - // aapt resource value: 0x7F030271 - public const int materialCalendarHeaderLayout = 2130903665; + // aapt resource value: 0x7F040271 + public const int materialCalendarHeaderLayout = 2130969201; - // aapt resource value: 0x7F030272 - public const int materialCalendarHeaderSelection = 2130903666; + // aapt resource value: 0x7F040272 + public const int materialCalendarHeaderSelection = 2130969202; - // aapt resource value: 0x7F030273 - public const int materialCalendarHeaderTitle = 2130903667; + // aapt resource value: 0x7F040273 + public const int materialCalendarHeaderTitle = 2130969203; - // aapt resource value: 0x7F030274 - public const int materialCalendarHeaderToggleButton = 2130903668; + // aapt resource value: 0x7F040274 + public const int materialCalendarHeaderToggleButton = 2130969204; - // aapt resource value: 0x7F030275 - public const int materialCalendarMonth = 2130903669; + // aapt resource value: 0x7F040275 + public const int materialCalendarMonth = 2130969205; - // aapt resource value: 0x7F030276 - public const int materialCalendarMonthNavigationButton = 2130903670; + // aapt resource value: 0x7F040276 + public const int materialCalendarMonthNavigationButton = 2130969206; - // aapt resource value: 0x7F030277 - public const int materialCalendarStyle = 2130903671; + // aapt resource value: 0x7F040277 + public const int materialCalendarStyle = 2130969207; - // aapt resource value: 0x7F030278 - public const int materialCalendarTheme = 2130903672; + // aapt resource value: 0x7F040278 + public const int materialCalendarTheme = 2130969208; - // aapt resource value: 0x7F030279 - public const int materialCalendarYearNavigationButton = 2130903673; + // aapt resource value: 0x7F040279 + public const int materialCalendarYearNavigationButton = 2130969209; - // aapt resource value: 0x7F03027A - public const int materialCardViewStyle = 2130903674; + // aapt resource value: 0x7F04027A + public const int materialCardViewStyle = 2130969210; - // aapt resource value: 0x7F03027B - public const int materialCircleRadius = 2130903675; + // aapt resource value: 0x7F04027B + public const int materialCircleRadius = 2130969211; - // aapt resource value: 0x7F03027C - public const int materialClockStyle = 2130903676; + // aapt resource value: 0x7F04027C + public const int materialClockStyle = 2130969212; - // aapt resource value: 0x7F03027D - public const int materialThemeOverlay = 2130903677; + // aapt resource value: 0x7F04027D + public const int materialThemeOverlay = 2130969213; - // aapt resource value: 0x7F03027E - public const int materialTimePickerStyle = 2130903678; + // aapt resource value: 0x7F04027E + public const int materialTimePickerStyle = 2130969214; - // aapt resource value: 0x7F03027F - public const int materialTimePickerTheme = 2130903679; + // aapt resource value: 0x7F04027F + public const int materialTimePickerTheme = 2130969215; - // aapt resource value: 0x7F030280 - public const int maxAcceleration = 2130903680; + // aapt resource value: 0x7F040280 + public const int maxAcceleration = 2130969216; - // aapt resource value: 0x7F030281 - public const int maxActionInlineWidth = 2130903681; + // aapt resource value: 0x7F040281 + public const int maxActionInlineWidth = 2130969217; - // aapt resource value: 0x7F030282 - public const int maxButtonHeight = 2130903682; + // aapt resource value: 0x7F040282 + public const int maxButtonHeight = 2130969218; - // aapt resource value: 0x7F030283 - public const int maxCharacterCount = 2130903683; + // aapt resource value: 0x7F040283 + public const int maxCharacterCount = 2130969219; - // aapt resource value: 0x7F030284 - public const int maxHeight = 2130903684; + // aapt resource value: 0x7F040284 + public const int maxHeight = 2130969220; - // aapt resource value: 0x7F030285 - public const int maxImageSize = 2130903685; + // aapt resource value: 0x7F040285 + public const int maxImageSize = 2130969221; - // aapt resource value: 0x7F030286 - public const int maxLines = 2130903686; + // aapt resource value: 0x7F040286 + public const int maxLines = 2130969222; - // aapt resource value: 0x7F030287 - public const int maxVelocity = 2130903687; + // aapt resource value: 0x7F040287 + public const int maxVelocity = 2130969223; - // aapt resource value: 0x7F030288 - public const int maxWidth = 2130903688; + // aapt resource value: 0x7F040288 + public const int maxWidth = 2130969224; - // aapt resource value: 0x7F030289 - public const int measureWithLargestChild = 2130903689; + // aapt resource value: 0x7F040289 + public const int measureWithLargestChild = 2130969225; - // aapt resource value: 0x7F03028A - public const int menu = 2130903690; + // aapt resource value: 0x7F04028A + public const int menu = 2130969226; - // aapt resource value: 0x7F03028B - public const int menuGravity = 2130903691; + // aapt resource value: 0x7F04028B + public const int menuGravity = 2130969227; - // aapt resource value: 0x7F03028C - public const int methodName = 2130903692; + // aapt resource value: 0x7F04028C + public const int methodName = 2130969228; - // aapt resource value: 0x7F03028D - public const int mimeType = 2130903693; + // aapt resource value: 0x7F04028D + public const int mimeType = 2130969229; - // aapt resource value: 0x7F03028E - public const int min = 2130903694; + // aapt resource value: 0x7F04028E + public const int min = 2130969230; - // aapt resource value: 0x7F03028F - public const int minHeight = 2130903695; + // aapt resource value: 0x7F04028F + public const int minHeight = 2130969231; - // aapt resource value: 0x7F030290 - public const int minHideDelay = 2130903696; + // aapt resource value: 0x7F040290 + public const int minHideDelay = 2130969232; - // aapt resource value: 0x7F030291 - public const int minSeparation = 2130903697; + // aapt resource value: 0x7F040291 + public const int minSeparation = 2130969233; - // aapt resource value: 0x7F030292 - public const int minTouchTargetSize = 2130903698; + // aapt resource value: 0x7F040292 + public const int minTouchTargetSize = 2130969234; - // aapt resource value: 0x7F030293 - public const int minWidth = 2130903699; + // aapt resource value: 0x7F040293 + public const int minWidth = 2130969235; - // aapt resource value: 0x7F030294 - public const int mock_diagonalsColor = 2130903700; + // aapt resource value: 0x7F040294 + public const int mock_diagonalsColor = 2130969236; - // aapt resource value: 0x7F030295 - public const int mock_label = 2130903701; + // aapt resource value: 0x7F040295 + public const int mock_label = 2130969237; - // aapt resource value: 0x7F030296 - public const int mock_labelBackgroundColor = 2130903702; + // aapt resource value: 0x7F040296 + public const int mock_labelBackgroundColor = 2130969238; - // aapt resource value: 0x7F030297 - public const int mock_labelColor = 2130903703; + // aapt resource value: 0x7F040297 + public const int mock_labelColor = 2130969239; - // aapt resource value: 0x7F030298 - public const int mock_showDiagonals = 2130903704; + // aapt resource value: 0x7F040298 + public const int mock_showDiagonals = 2130969240; - // aapt resource value: 0x7F030299 - public const int mock_showLabel = 2130903705; + // aapt resource value: 0x7F040299 + public const int mock_showLabel = 2130969241; - // aapt resource value: 0x7F03029A - public const int motionDebug = 2130903706; + // aapt resource value: 0x7F04029A + public const int motionDebug = 2130969242; - // aapt resource value: 0x7F03029B - public const int motionDurationLong1 = 2130903707; + // aapt resource value: 0x7F04029B + public const int motionDurationLong1 = 2130969243; - // aapt resource value: 0x7F03029C - public const int motionDurationLong2 = 2130903708; + // aapt resource value: 0x7F04029C + public const int motionDurationLong2 = 2130969244; - // aapt resource value: 0x7F03029D - public const int motionDurationMedium1 = 2130903709; + // aapt resource value: 0x7F04029D + public const int motionDurationMedium1 = 2130969245; - // aapt resource value: 0x7F03029E - public const int motionDurationMedium2 = 2130903710; + // aapt resource value: 0x7F04029E + public const int motionDurationMedium2 = 2130969246; - // aapt resource value: 0x7F03029F - public const int motionDurationShort1 = 2130903711; + // aapt resource value: 0x7F04029F + public const int motionDurationShort1 = 2130969247; - // aapt resource value: 0x7F0302A0 - public const int motionDurationShort2 = 2130903712; + // aapt resource value: 0x7F0402A0 + public const int motionDurationShort2 = 2130969248; - // aapt resource value: 0x7F0302A1 - public const int motionEasingAccelerated = 2130903713; + // aapt resource value: 0x7F0402A1 + public const int motionEasingAccelerated = 2130969249; - // aapt resource value: 0x7F0302A2 - public const int motionEasingDecelerated = 2130903714; + // aapt resource value: 0x7F0402A2 + public const int motionEasingDecelerated = 2130969250; - // aapt resource value: 0x7F0302A3 - public const int motionEasingEmphasized = 2130903715; + // aapt resource value: 0x7F0402A3 + public const int motionEasingEmphasized = 2130969251; - // aapt resource value: 0x7F0302A4 - public const int motionEasingLinear = 2130903716; + // aapt resource value: 0x7F0402A4 + public const int motionEasingLinear = 2130969252; - // aapt resource value: 0x7F0302A5 - public const int motionEasingStandard = 2130903717; + // aapt resource value: 0x7F0402A5 + public const int motionEasingStandard = 2130969253; - // aapt resource value: 0x7F0302A6 - public const int motionEffect_alpha = 2130903718; + // aapt resource value: 0x7F0402A6 + public const int motionEffect_alpha = 2130969254; - // aapt resource value: 0x7F0302A7 - public const int motionEffect_end = 2130903719; + // aapt resource value: 0x7F0402A7 + public const int motionEffect_end = 2130969255; - // aapt resource value: 0x7F0302A8 - public const int motionEffect_move = 2130903720; + // aapt resource value: 0x7F0402A8 + public const int motionEffect_move = 2130969256; - // aapt resource value: 0x7F0302A9 - public const int motionEffect_start = 2130903721; + // aapt resource value: 0x7F0402A9 + public const int motionEffect_start = 2130969257; - // aapt resource value: 0x7F0302AA - public const int motionEffect_strict = 2130903722; + // aapt resource value: 0x7F0402AA + public const int motionEffect_strict = 2130969258; - // aapt resource value: 0x7F0302AB - public const int motionEffect_translationX = 2130903723; + // aapt resource value: 0x7F0402AB + public const int motionEffect_translationX = 2130969259; - // aapt resource value: 0x7F0302AC - public const int motionEffect_translationY = 2130903724; + // aapt resource value: 0x7F0402AC + public const int motionEffect_translationY = 2130969260; - // aapt resource value: 0x7F0302AD - public const int motionEffect_viewTransition = 2130903725; + // aapt resource value: 0x7F0402AD + public const int motionEffect_viewTransition = 2130969261; - // aapt resource value: 0x7F0302AE - public const int motionInterpolator = 2130903726; + // aapt resource value: 0x7F0402AE + public const int motionInterpolator = 2130969262; - // aapt resource value: 0x7F0302AF - public const int motionPath = 2130903727; + // aapt resource value: 0x7F0402AF + public const int motionPath = 2130969263; - // aapt resource value: 0x7F0302B0 - public const int motionPathRotate = 2130903728; + // aapt resource value: 0x7F0402B0 + public const int motionPathRotate = 2130969264; - // aapt resource value: 0x7F0302B1 - public const int motionProgress = 2130903729; + // aapt resource value: 0x7F0402B1 + public const int motionProgress = 2130969265; - // aapt resource value: 0x7F0302B2 - public const int motionStagger = 2130903730; + // aapt resource value: 0x7F0402B2 + public const int motionStagger = 2130969266; - // aapt resource value: 0x7F0302B3 - public const int motionTarget = 2130903731; + // aapt resource value: 0x7F0402B3 + public const int motionTarget = 2130969267; - // aapt resource value: 0x7F0302B4 - public const int motion_postLayoutCollision = 2130903732; + // aapt resource value: 0x7F0402B4 + public const int motion_postLayoutCollision = 2130969268; - // aapt resource value: 0x7F0302B5 - public const int motion_triggerOnCollision = 2130903733; + // aapt resource value: 0x7F0402B5 + public const int motion_triggerOnCollision = 2130969269; - // aapt resource value: 0x7F0302B6 - public const int moveWhenScrollAtTop = 2130903734; + // aapt resource value: 0x7F0402B6 + public const int moveWhenScrollAtTop = 2130969270; - // aapt resource value: 0x7F0302B7 - public const int multiChoiceItemLayout = 2130903735; + // aapt resource value: 0x7F0402B7 + public const int multiChoiceItemLayout = 2130969271; - // aapt resource value: 0x7F0302B8 - public const int navGraph = 2130903736; + // aapt resource value: 0x7F0402B8 + public const int navGraph = 2130969272; - // aapt resource value: 0x7F0302B9 - public const int navigationContentDescription = 2130903737; + // aapt resource value: 0x7F0402B9 + public const int navigationContentDescription = 2130969273; - // aapt resource value: 0x7F0302BA - public const int navigationIcon = 2130903738; + // aapt resource value: 0x7F0402BA + public const int navigationIcon = 2130969274; - // aapt resource value: 0x7F0302BB - public const int navigationIconTint = 2130903739; + // aapt resource value: 0x7F0402BB + public const int navigationIconTint = 2130969275; - // aapt resource value: 0x7F0302BC - public const int navigationMode = 2130903740; + // aapt resource value: 0x7F0402BC + public const int navigationMode = 2130969276; - // aapt resource value: 0x7F0302BD - public const int navigationRailStyle = 2130903741; + // aapt resource value: 0x7F0402BD + public const int navigationRailStyle = 2130969277; - // aapt resource value: 0x7F0302BE - public const int navigationViewStyle = 2130903742; + // aapt resource value: 0x7F0402BE + public const int navigationViewStyle = 2130969278; - // aapt resource value: 0x7F0302BF - public const int negativeButtonText = 2130903743; + // aapt resource value: 0x7F0402BF + public const int negativeButtonText = 2130969279; - // aapt resource value: 0x7F0302C2 - public const int nestedScrollable = 2130903746; + // aapt resource value: 0x7F0402C2 + public const int nestedScrollable = 2130969282; - // aapt resource value: 0x7F0302C0 - public const int nestedScrollFlags = 2130903744; + // aapt resource value: 0x7F0402C0 + public const int nestedScrollFlags = 2130969280; - // aapt resource value: 0x7F0302C1 - public const int nestedScrollViewStyle = 2130903745; + // aapt resource value: 0x7F0402C1 + public const int nestedScrollViewStyle = 2130969281; - // aapt resource value: 0x7F0302C3 - public const int nullable = 2130903747; + // aapt resource value: 0x7F0402C3 + public const int nullable = 2130969283; - // aapt resource value: 0x7F0302C4 - public const int number = 2130903748; + // aapt resource value: 0x7F0402C4 + public const int number = 2130969284; - // aapt resource value: 0x7F0302C5 - public const int numericModifiers = 2130903749; + // aapt resource value: 0x7F0402C5 + public const int numericModifiers = 2130969285; - // aapt resource value: 0x7F0302C6 - public const int onCross = 2130903750; + // aapt resource value: 0x7F0402C6 + public const int onCross = 2130969286; - // aapt resource value: 0x7F0302C7 - public const int onHide = 2130903751; + // aapt resource value: 0x7F0402C7 + public const int onHide = 2130969287; - // aapt resource value: 0x7F0302C8 - public const int onNegativeCross = 2130903752; + // aapt resource value: 0x7F0402C8 + public const int onNegativeCross = 2130969288; - // aapt resource value: 0x7F0302C9 - public const int onPositiveCross = 2130903753; + // aapt resource value: 0x7F0402C9 + public const int onPositiveCross = 2130969289; - // aapt resource value: 0x7F0302CA - public const int onShow = 2130903754; + // aapt resource value: 0x7F0402CA + public const int onShow = 2130969290; - // aapt resource value: 0x7F0302CB - public const int onStateTransition = 2130903755; + // aapt resource value: 0x7F0402CB + public const int onStateTransition = 2130969291; - // aapt resource value: 0x7F0302CC - public const int onTouchUp = 2130903756; + // aapt resource value: 0x7F0402CC + public const int onTouchUp = 2130969292; - // aapt resource value: 0x7F0302CD - public const int order = 2130903757; + // aapt resource value: 0x7F0402CD + public const int order = 2130969293; - // aapt resource value: 0x7F0302CE - public const int orderingFromXml = 2130903758; + // aapt resource value: 0x7F0402CE + public const int orderingFromXml = 2130969294; - // aapt resource value: 0x7F0302CF - public const int overlapAnchor = 2130903759; + // aapt resource value: 0x7F0402CF + public const int overlapAnchor = 2130969295; - // aapt resource value: 0x7F0302D0 - public const int overlay = 2130903760; + // aapt resource value: 0x7F0402D0 + public const int overlay = 2130969296; - // aapt resource value: 0x7F0302D1 - public const int paddingBottomNoButtons = 2130903761; + // aapt resource value: 0x7F0402D1 + public const int paddingBottomNoButtons = 2130969297; - // aapt resource value: 0x7F0302D2 - public const int paddingBottomSystemWindowInsets = 2130903762; + // aapt resource value: 0x7F0402D2 + public const int paddingBottomSystemWindowInsets = 2130969298; - // aapt resource value: 0x7F0302D3 - public const int paddingEnd = 2130903763; + // aapt resource value: 0x7F0402D3 + public const int paddingEnd = 2130969299; - // aapt resource value: 0x7F0302D4 - public const int paddingLeftSystemWindowInsets = 2130903764; + // aapt resource value: 0x7F0402D4 + public const int paddingLeftSystemWindowInsets = 2130969300; - // aapt resource value: 0x7F0302D5 - public const int paddingRightSystemWindowInsets = 2130903765; + // aapt resource value: 0x7F0402D5 + public const int paddingRightSystemWindowInsets = 2130969301; - // aapt resource value: 0x7F0302D6 - public const int paddingStart = 2130903766; + // aapt resource value: 0x7F0402D6 + public const int paddingStart = 2130969302; - // aapt resource value: 0x7F0302D7 - public const int paddingTopNoTitle = 2130903767; + // aapt resource value: 0x7F0402D7 + public const int paddingTopNoTitle = 2130969303; - // aapt resource value: 0x7F0302D8 - public const int paddingTopSystemWindowInsets = 2130903768; + // aapt resource value: 0x7F0402D8 + public const int paddingTopSystemWindowInsets = 2130969304; - // aapt resource value: 0x7F0302D9 - public const int panelBackground = 2130903769; + // aapt resource value: 0x7F0402D9 + public const int panelBackground = 2130969305; - // aapt resource value: 0x7F0302DA - public const int panelMenuListTheme = 2130903770; + // aapt resource value: 0x7F0402DA + public const int panelMenuListTheme = 2130969306; - // aapt resource value: 0x7F0302DB - public const int panelMenuListWidth = 2130903771; + // aapt resource value: 0x7F0402DB + public const int panelMenuListWidth = 2130969307; - // aapt resource value: 0x7F0302DC - public const int passwordToggleContentDescription = 2130903772; + // aapt resource value: 0x7F0402DC + public const int passwordToggleContentDescription = 2130969308; - // aapt resource value: 0x7F0302DD - public const int passwordToggleDrawable = 2130903773; + // aapt resource value: 0x7F0402DD + public const int passwordToggleDrawable = 2130969309; - // aapt resource value: 0x7F0302DE - public const int passwordToggleEnabled = 2130903774; + // aapt resource value: 0x7F0402DE + public const int passwordToggleEnabled = 2130969310; - // aapt resource value: 0x7F0302DF - public const int passwordToggleTint = 2130903775; + // aapt resource value: 0x7F0402DF + public const int passwordToggleTint = 2130969311; - // aapt resource value: 0x7F0302E0 - public const int passwordToggleTintMode = 2130903776; + // aapt resource value: 0x7F0402E0 + public const int passwordToggleTintMode = 2130969312; - // aapt resource value: 0x7F0302E1 - public const int pathMotionArc = 2130903777; + // aapt resource value: 0x7F0402E1 + public const int pathMotionArc = 2130969313; - // aapt resource value: 0x7F0302E2 - public const int path_percent = 2130903778; + // aapt resource value: 0x7F0402E2 + public const int path_percent = 2130969314; - // aapt resource value: 0x7F0302E3 - public const int percentHeight = 2130903779; + // aapt resource value: 0x7F0402E3 + public const int percentHeight = 2130969315; - // aapt resource value: 0x7F0302E4 - public const int percentWidth = 2130903780; + // aapt resource value: 0x7F0402E4 + public const int percentWidth = 2130969316; - // aapt resource value: 0x7F0302E5 - public const int percentX = 2130903781; + // aapt resource value: 0x7F0402E5 + public const int percentX = 2130969317; - // aapt resource value: 0x7F0302E6 - public const int percentY = 2130903782; + // aapt resource value: 0x7F0402E6 + public const int percentY = 2130969318; - // aapt resource value: 0x7F0302E7 - public const int perpendicularPath_percent = 2130903783; + // aapt resource value: 0x7F0402E7 + public const int perpendicularPath_percent = 2130969319; - // aapt resource value: 0x7F0302E8 - public const int persistent = 2130903784; + // aapt resource value: 0x7F0402E8 + public const int persistent = 2130969320; - // aapt resource value: 0x7F0302E9 - public const int pivotAnchor = 2130903785; + // aapt resource value: 0x7F0402E9 + public const int pivotAnchor = 2130969321; - // aapt resource value: 0x7F0302EA - public const int placeholderText = 2130903786; + // aapt resource value: 0x7F0402EA + public const int placeholderText = 2130969322; - // aapt resource value: 0x7F0302EB - public const int placeholderTextAppearance = 2130903787; + // aapt resource value: 0x7F0402EB + public const int placeholderTextAppearance = 2130969323; - // aapt resource value: 0x7F0302EC - public const int placeholderTextColor = 2130903788; + // aapt resource value: 0x7F0402EC + public const int placeholderTextColor = 2130969324; - // aapt resource value: 0x7F0302ED - public const int placeholder_emptyVisibility = 2130903789; + // aapt resource value: 0x7F0402ED + public const int placeholder_emptyVisibility = 2130969325; - // aapt resource value: 0x7F0302EE - public const int polarRelativeTo = 2130903790; + // aapt resource value: 0x7F0402EE + public const int polarRelativeTo = 2130969326; - // aapt resource value: 0x7F0302EF - public const int popEnterAnim = 2130903791; + // aapt resource value: 0x7F0402EF + public const int popEnterAnim = 2130969327; - // aapt resource value: 0x7F0302F0 - public const int popExitAnim = 2130903792; + // aapt resource value: 0x7F0402F0 + public const int popExitAnim = 2130969328; - // aapt resource value: 0x7F0302F3 - public const int popupMenuBackground = 2130903795; + // aapt resource value: 0x7F0402F3 + public const int popupMenuBackground = 2130969331; - // aapt resource value: 0x7F0302F4 - public const int popupMenuStyle = 2130903796; + // aapt resource value: 0x7F0402F4 + public const int popupMenuStyle = 2130969332; - // aapt resource value: 0x7F0302F5 - public const int popupTheme = 2130903797; + // aapt resource value: 0x7F0402F5 + public const int popupTheme = 2130969333; - // aapt resource value: 0x7F0302F1 - public const int popUpTo = 2130903793; + // aapt resource value: 0x7F0402F1 + public const int popUpTo = 2130969329; - // aapt resource value: 0x7F0302F2 - public const int popUpToInclusive = 2130903794; + // aapt resource value: 0x7F0402F2 + public const int popUpToInclusive = 2130969330; - // aapt resource value: 0x7F0302F6 - public const int popupWindowStyle = 2130903798; + // aapt resource value: 0x7F0402F6 + public const int popupWindowStyle = 2130969334; - // aapt resource value: 0x7F0302F7 - public const int positiveButtonText = 2130903799; + // aapt resource value: 0x7F0402F7 + public const int positiveButtonText = 2130969335; - // aapt resource value: 0x7F0302F8 - public const int preferenceCategoryStyle = 2130903800; + // aapt resource value: 0x7F0402F8 + public const int preferenceCategoryStyle = 2130969336; - // aapt resource value: 0x7F0302F9 - public const int preferenceCategoryTitleTextAppearance = 2130903801; + // aapt resource value: 0x7F0402F9 + public const int preferenceCategoryTitleTextAppearance = 2130969337; - // aapt resource value: 0x7F0302FA - public const int preferenceFragmentCompatStyle = 2130903802; + // aapt resource value: 0x7F0402FA + public const int preferenceFragmentCompatStyle = 2130969338; - // aapt resource value: 0x7F0302FB - public const int preferenceFragmentListStyle = 2130903803; + // aapt resource value: 0x7F0402FB + public const int preferenceFragmentListStyle = 2130969339; - // aapt resource value: 0x7F0302FC - public const int preferenceFragmentStyle = 2130903804; + // aapt resource value: 0x7F0402FC + public const int preferenceFragmentStyle = 2130969340; - // aapt resource value: 0x7F0302FD - public const int preferenceInformationStyle = 2130903805; + // aapt resource value: 0x7F0402FD + public const int preferenceInformationStyle = 2130969341; - // aapt resource value: 0x7F0302FE - public const int preferenceScreenStyle = 2130903806; + // aapt resource value: 0x7F0402FE + public const int preferenceScreenStyle = 2130969342; - // aapt resource value: 0x7F0302FF - public const int preferenceStyle = 2130903807; + // aapt resource value: 0x7F0402FF + public const int preferenceStyle = 2130969343; - // aapt resource value: 0x7F030300 - public const int preferenceTheme = 2130903808; + // aapt resource value: 0x7F040300 + public const int preferenceTheme = 2130969344; - // aapt resource value: 0x7F030301 - public const int prefixText = 2130903809; + // aapt resource value: 0x7F040301 + public const int prefixText = 2130969345; - // aapt resource value: 0x7F030302 - public const int prefixTextAppearance = 2130903810; + // aapt resource value: 0x7F040302 + public const int prefixTextAppearance = 2130969346; - // aapt resource value: 0x7F030303 - public const int prefixTextColor = 2130903811; + // aapt resource value: 0x7F040303 + public const int prefixTextColor = 2130969347; - // aapt resource value: 0x7F030304 - public const int preserveIconSpacing = 2130903812; + // aapt resource value: 0x7F040304 + public const int preserveIconSpacing = 2130969348; - // aapt resource value: 0x7F030305 - public const int pressedTranslationZ = 2130903813; + // aapt resource value: 0x7F040305 + public const int pressedTranslationZ = 2130969349; - // aapt resource value: 0x7F030306 - public const int progressBarPadding = 2130903814; + // aapt resource value: 0x7F040306 + public const int progressBarPadding = 2130969350; - // aapt resource value: 0x7F030307 - public const int progressBarStyle = 2130903815; + // aapt resource value: 0x7F040307 + public const int progressBarStyle = 2130969351; - // aapt resource value: 0x7F030308 - public const int quantizeMotionInterpolator = 2130903816; + // aapt resource value: 0x7F040308 + public const int quantizeMotionInterpolator = 2130969352; - // aapt resource value: 0x7F030309 - public const int quantizeMotionPhase = 2130903817; + // aapt resource value: 0x7F040309 + public const int quantizeMotionPhase = 2130969353; - // aapt resource value: 0x7F03030A - public const int quantizeMotionSteps = 2130903818; + // aapt resource value: 0x7F04030A + public const int quantizeMotionSteps = 2130969354; - // aapt resource value: 0x7F03030B - public const int queryBackground = 2130903819; + // aapt resource value: 0x7F04030B + public const int queryBackground = 2130969355; - // aapt resource value: 0x7F03030C - public const int queryHint = 2130903820; + // aapt resource value: 0x7F04030C + public const int queryHint = 2130969356; - // aapt resource value: 0x7F03030D - public const int queryPatterns = 2130903821; + // aapt resource value: 0x7F04030D + public const int queryPatterns = 2130969357; - // aapt resource value: 0x7F03030E - public const int radioButtonStyle = 2130903822; + // aapt resource value: 0x7F04030E + public const int radioButtonStyle = 2130969358; - // aapt resource value: 0x7F03030F - public const int rangeFillColor = 2130903823; + // aapt resource value: 0x7F04030F + public const int rangeFillColor = 2130969359; - // aapt resource value: 0x7F030310 - public const int ratingBarStyle = 2130903824; + // aapt resource value: 0x7F040310 + public const int ratingBarStyle = 2130969360; - // aapt resource value: 0x7F030311 - public const int ratingBarStyleIndicator = 2130903825; + // aapt resource value: 0x7F040311 + public const int ratingBarStyleIndicator = 2130969361; - // aapt resource value: 0x7F030312 - public const int ratingBarStyleSmall = 2130903826; + // aapt resource value: 0x7F040312 + public const int ratingBarStyleSmall = 2130969362; - // aapt resource value: 0x7F030313 - public const int reactiveGuide_animateChange = 2130903827; + // aapt resource value: 0x7F040313 + public const int reactiveGuide_animateChange = 2130969363; - // aapt resource value: 0x7F030314 - public const int reactiveGuide_applyToAllConstraintSets = 2130903828; + // aapt resource value: 0x7F040314 + public const int reactiveGuide_applyToAllConstraintSets = 2130969364; - // aapt resource value: 0x7F030315 - public const int reactiveGuide_applyToConstraintSet = 2130903829; + // aapt resource value: 0x7F040315 + public const int reactiveGuide_applyToConstraintSet = 2130969365; - // aapt resource value: 0x7F030316 - public const int reactiveGuide_valueId = 2130903830; + // aapt resource value: 0x7F040316 + public const int reactiveGuide_valueId = 2130969366; - // aapt resource value: 0x7F030317 - public const int recyclerViewStyle = 2130903831; + // aapt resource value: 0x7F040317 + public const int recyclerViewStyle = 2130969367; - // aapt resource value: 0x7F030318 - public const int region_heightLessThan = 2130903832; + // aapt resource value: 0x7F040318 + public const int region_heightLessThan = 2130969368; - // aapt resource value: 0x7F030319 - public const int region_heightMoreThan = 2130903833; + // aapt resource value: 0x7F040319 + public const int region_heightMoreThan = 2130969369; - // aapt resource value: 0x7F03031A - public const int region_widthLessThan = 2130903834; + // aapt resource value: 0x7F04031A + public const int region_widthLessThan = 2130969370; - // aapt resource value: 0x7F03031B - public const int region_widthMoreThan = 2130903835; + // aapt resource value: 0x7F04031B + public const int region_widthMoreThan = 2130969371; - // aapt resource value: 0x7F03031C - public const int reverseLayout = 2130903836; + // aapt resource value: 0x7F04031C + public const int reverseLayout = 2130969372; - // aapt resource value: 0x7F03031D - public const int rippleColor = 2130903837; + // aapt resource value: 0x7F04031D + public const int rippleColor = 2130969373; - // aapt resource value: 0x7F03031E - public const int rotationCenterId = 2130903838; + // aapt resource value: 0x7F04031E + public const int rotationCenterId = 2130969374; - // aapt resource value: 0x7F03031F - public const int round = 2130903839; + // aapt resource value: 0x7F04031F + public const int round = 2130969375; - // aapt resource value: 0x7F030320 - public const int roundPercent = 2130903840; + // aapt resource value: 0x7F040320 + public const int roundPercent = 2130969376; - // aapt resource value: 0x7F030321 - public const int saturation = 2130903841; + // aapt resource value: 0x7F040321 + public const int saturation = 2130969377; - // aapt resource value: 0x7F030322 - public const int scaleFromTextSize = 2130903842; + // aapt resource value: 0x7F040322 + public const int scaleFromTextSize = 2130969378; - // aapt resource value: 0x7F030323 - public const int scrimAnimationDuration = 2130903843; + // aapt resource value: 0x7F040323 + public const int scrimAnimationDuration = 2130969379; - // aapt resource value: 0x7F030324 - public const int scrimBackground = 2130903844; + // aapt resource value: 0x7F040324 + public const int scrimBackground = 2130969380; - // aapt resource value: 0x7F030325 - public const int scrimVisibleHeightTrigger = 2130903845; + // aapt resource value: 0x7F040325 + public const int scrimVisibleHeightTrigger = 2130969381; - // aapt resource value: 0x7F030326 - public const int scrollViewStyle = 2130903846; + // aapt resource value: 0x7F040326 + public const int scrollViewStyle = 2130969382; - // aapt resource value: 0x7F030327 - public const int searchHintIcon = 2130903847; + // aapt resource value: 0x7F040327 + public const int searchHintIcon = 2130969383; - // aapt resource value: 0x7F030328 - public const int searchIcon = 2130903848; + // aapt resource value: 0x7F040328 + public const int searchIcon = 2130969384; - // aapt resource value: 0x7F030329 - public const int searchViewStyle = 2130903849; + // aapt resource value: 0x7F040329 + public const int searchViewStyle = 2130969385; - // aapt resource value: 0x7F03032A - public const int seekBarIncrement = 2130903850; + // aapt resource value: 0x7F04032A + public const int seekBarIncrement = 2130969386; - // aapt resource value: 0x7F03032B - public const int seekBarPreferenceStyle = 2130903851; + // aapt resource value: 0x7F04032B + public const int seekBarPreferenceStyle = 2130969387; - // aapt resource value: 0x7F03032C - public const int seekBarStyle = 2130903852; + // aapt resource value: 0x7F04032C + public const int seekBarStyle = 2130969388; - // aapt resource value: 0x7F03032D - public const int selectable = 2130903853; + // aapt resource value: 0x7F04032D + public const int selectable = 2130969389; - // aapt resource value: 0x7F03032E - public const int selectableItemBackground = 2130903854; + // aapt resource value: 0x7F04032E + public const int selectableItemBackground = 2130969390; - // aapt resource value: 0x7F03032F - public const int selectableItemBackgroundBorderless = 2130903855; + // aapt resource value: 0x7F04032F + public const int selectableItemBackgroundBorderless = 2130969391; - // aapt resource value: 0x7F030330 - public const int selectionRequired = 2130903856; + // aapt resource value: 0x7F040330 + public const int selectionRequired = 2130969392; - // aapt resource value: 0x7F030331 - public const int selectorSize = 2130903857; + // aapt resource value: 0x7F040331 + public const int selectorSize = 2130969393; - // aapt resource value: 0x7F030332 - public const int setsTag = 2130903858; + // aapt resource value: 0x7F040332 + public const int setsTag = 2130969394; - // aapt resource value: 0x7F030333 - public const int shapeAppearance = 2130903859; + // aapt resource value: 0x7F040333 + public const int shapeAppearance = 2130969395; - // aapt resource value: 0x7F030334 - public const int shapeAppearanceLargeComponent = 2130903860; + // aapt resource value: 0x7F040334 + public const int shapeAppearanceLargeComponent = 2130969396; - // aapt resource value: 0x7F030335 - public const int shapeAppearanceMediumComponent = 2130903861; + // aapt resource value: 0x7F040335 + public const int shapeAppearanceMediumComponent = 2130969397; - // aapt resource value: 0x7F030336 - public const int shapeAppearanceOverlay = 2130903862; + // aapt resource value: 0x7F040336 + public const int shapeAppearanceOverlay = 2130969398; - // aapt resource value: 0x7F030337 - public const int shapeAppearanceSmallComponent = 2130903863; + // aapt resource value: 0x7F040337 + public const int shapeAppearanceSmallComponent = 2130969399; - // aapt resource value: 0x7F030001 - public const int SharedValue = 2130903041; + // aapt resource value: 0x7F040001 + public const int SharedValue = 2130968577; - // aapt resource value: 0x7F030002 - public const int SharedValueId = 2130903042; + // aapt resource value: 0x7F040002 + public const int SharedValueId = 2130968578; - // aapt resource value: 0x7F030338 - public const int shortcutMatchRequired = 2130903864; + // aapt resource value: 0x7F040338 + public const int shortcutMatchRequired = 2130969400; - // aapt resource value: 0x7F030339 - public const int shouldDisableView = 2130903865; + // aapt resource value: 0x7F040339 + public const int shouldDisableView = 2130969401; - // aapt resource value: 0x7F03033A - public const int showAnimationBehavior = 2130903866; + // aapt resource value: 0x7F04033A + public const int showAnimationBehavior = 2130969402; - // aapt resource value: 0x7F03033B - public const int showAsAction = 2130903867; + // aapt resource value: 0x7F04033B + public const int showAsAction = 2130969403; - // aapt resource value: 0x7F03033C - public const int showDelay = 2130903868; + // aapt resource value: 0x7F04033C + public const int showDelay = 2130969404; - // aapt resource value: 0x7F03033D - public const int showDividers = 2130903869; + // aapt resource value: 0x7F04033D + public const int showDividers = 2130969405; - // aapt resource value: 0x7F03033E - public const int showMotionSpec = 2130903870; + // aapt resource value: 0x7F04033E + public const int showMotionSpec = 2130969406; - // aapt resource value: 0x7F03033F - public const int showPaths = 2130903871; + // aapt resource value: 0x7F04033F + public const int showPaths = 2130969407; - // aapt resource value: 0x7F030340 - public const int showSeekBarValue = 2130903872; + // aapt resource value: 0x7F040340 + public const int showSeekBarValue = 2130969408; - // aapt resource value: 0x7F030341 - public const int showText = 2130903873; + // aapt resource value: 0x7F040341 + public const int showText = 2130969409; - // aapt resource value: 0x7F030342 - public const int showTitle = 2130903874; + // aapt resource value: 0x7F040342 + public const int showTitle = 2130969410; - // aapt resource value: 0x7F030343 - public const int shrinkMotionSpec = 2130903875; + // aapt resource value: 0x7F040343 + public const int shrinkMotionSpec = 2130969411; - // aapt resource value: 0x7F030344 - public const int singleChoiceItemLayout = 2130903876; + // aapt resource value: 0x7F040344 + public const int singleChoiceItemLayout = 2130969412; - // aapt resource value: 0x7F030345 - public const int singleLine = 2130903877; + // aapt resource value: 0x7F040345 + public const int singleLine = 2130969413; - // aapt resource value: 0x7F030346 - public const int singleLineTitle = 2130903878; + // aapt resource value: 0x7F040346 + public const int singleLineTitle = 2130969414; - // aapt resource value: 0x7F030347 - public const int singleSelection = 2130903879; + // aapt resource value: 0x7F040347 + public const int singleSelection = 2130969415; - // aapt resource value: 0x7F030348 - public const int sizePercent = 2130903880; + // aapt resource value: 0x7F040348 + public const int sizePercent = 2130969416; - // aapt resource value: 0x7F030349 - public const int sliderStyle = 2130903881; + // aapt resource value: 0x7F040349 + public const int sliderStyle = 2130969417; - // aapt resource value: 0x7F03034A - public const int snackbarButtonStyle = 2130903882; + // aapt resource value: 0x7F04034A + public const int snackbarButtonStyle = 2130969418; - // aapt resource value: 0x7F03034B - public const int snackbarStyle = 2130903883; + // aapt resource value: 0x7F04034B + public const int snackbarStyle = 2130969419; - // aapt resource value: 0x7F03034C - public const int snackbarTextViewStyle = 2130903884; + // aapt resource value: 0x7F04034C + public const int snackbarTextViewStyle = 2130969420; - // aapt resource value: 0x7F03034D - public const int spanCount = 2130903885; + // aapt resource value: 0x7F04034D + public const int spanCount = 2130969421; - // aapt resource value: 0x7F03034E - public const int spinBars = 2130903886; + // aapt resource value: 0x7F04034E + public const int spinBars = 2130969422; - // aapt resource value: 0x7F03034F - public const int spinnerDropDownItemStyle = 2130903887; + // aapt resource value: 0x7F04034F + public const int spinnerDropDownItemStyle = 2130969423; - // aapt resource value: 0x7F030350 - public const int spinnerStyle = 2130903888; + // aapt resource value: 0x7F040350 + public const int spinnerStyle = 2130969424; - // aapt resource value: 0x7F030351 - public const int splitTrack = 2130903889; + // aapt resource value: 0x7F040351 + public const int splitTrack = 2130969425; - // aapt resource value: 0x7F030352 - public const int springBoundary = 2130903890; + // aapt resource value: 0x7F040352 + public const int springBoundary = 2130969426; - // aapt resource value: 0x7F030353 - public const int springDamping = 2130903891; + // aapt resource value: 0x7F040353 + public const int springDamping = 2130969427; - // aapt resource value: 0x7F030354 - public const int springMass = 2130903892; + // aapt resource value: 0x7F040354 + public const int springMass = 2130969428; - // aapt resource value: 0x7F030355 - public const int springStiffness = 2130903893; + // aapt resource value: 0x7F040355 + public const int springStiffness = 2130969429; - // aapt resource value: 0x7F030356 - public const int springStopThreshold = 2130903894; + // aapt resource value: 0x7F040356 + public const int springStopThreshold = 2130969430; - // aapt resource value: 0x7F030357 - public const int srcCompat = 2130903895; + // aapt resource value: 0x7F040357 + public const int srcCompat = 2130969431; - // aapt resource value: 0x7F030358 - public const int stackFromEnd = 2130903896; + // aapt resource value: 0x7F040358 + public const int stackFromEnd = 2130969432; - // aapt resource value: 0x7F030359 - public const int staggered = 2130903897; + // aapt resource value: 0x7F040359 + public const int staggered = 2130969433; - // aapt resource value: 0x7F03035A - public const int startDestination = 2130903898; + // aapt resource value: 0x7F04035A + public const int startDestination = 2130969434; - // aapt resource value: 0x7F03035B - public const int startIconCheckable = 2130903899; + // aapt resource value: 0x7F04035B + public const int startIconCheckable = 2130969435; - // aapt resource value: 0x7F03035C - public const int startIconContentDescription = 2130903900; + // aapt resource value: 0x7F04035C + public const int startIconContentDescription = 2130969436; - // aapt resource value: 0x7F03035D - public const int startIconDrawable = 2130903901; + // aapt resource value: 0x7F04035D + public const int startIconDrawable = 2130969437; - // aapt resource value: 0x7F03035E - public const int startIconTint = 2130903902; + // aapt resource value: 0x7F04035E + public const int startIconTint = 2130969438; - // aapt resource value: 0x7F03035F - public const int startIconTintMode = 2130903903; + // aapt resource value: 0x7F04035F + public const int startIconTintMode = 2130969439; - // aapt resource value: 0x7F030360 - public const int state_above_anchor = 2130903904; + // aapt resource value: 0x7F040360 + public const int state_above_anchor = 2130969440; - // aapt resource value: 0x7F030361 - public const int state_collapsed = 2130903905; + // aapt resource value: 0x7F040361 + public const int state_collapsed = 2130969441; - // aapt resource value: 0x7F030362 - public const int state_collapsible = 2130903906; + // aapt resource value: 0x7F040362 + public const int state_collapsible = 2130969442; - // aapt resource value: 0x7F030363 - public const int state_dragged = 2130903907; + // aapt resource value: 0x7F040363 + public const int state_dragged = 2130969443; - // aapt resource value: 0x7F030364 - public const int state_liftable = 2130903908; + // aapt resource value: 0x7F040364 + public const int state_liftable = 2130969444; - // aapt resource value: 0x7F030365 - public const int state_lifted = 2130903909; + // aapt resource value: 0x7F040365 + public const int state_lifted = 2130969445; - // aapt resource value: 0x7F030366 - public const int statusBarBackground = 2130903910; + // aapt resource value: 0x7F040366 + public const int statusBarBackground = 2130969446; - // aapt resource value: 0x7F030367 - public const int statusBarForeground = 2130903911; + // aapt resource value: 0x7F040367 + public const int statusBarForeground = 2130969447; - // aapt resource value: 0x7F030368 - public const int statusBarScrim = 2130903912; + // aapt resource value: 0x7F040368 + public const int statusBarScrim = 2130969448; - // aapt resource value: 0x7F030369 - public const int strokeColor = 2130903913; + // aapt resource value: 0x7F040369 + public const int strokeColor = 2130969449; - // aapt resource value: 0x7F03036A - public const int strokeWidth = 2130903914; + // aapt resource value: 0x7F04036A + public const int strokeWidth = 2130969450; - // aapt resource value: 0x7F03036B - public const int subMenuArrow = 2130903915; + // aapt resource value: 0x7F04036B + public const int subMenuArrow = 2130969451; - // aapt resource value: 0x7F03036C - public const int submitBackground = 2130903916; + // aapt resource value: 0x7F04036C + public const int submitBackground = 2130969452; - // aapt resource value: 0x7F03036D - public const int subtitle = 2130903917; + // aapt resource value: 0x7F04036D + public const int subtitle = 2130969453; - // aapt resource value: 0x7F03036E - public const int subtitleCentered = 2130903918; + // aapt resource value: 0x7F04036E + public const int subtitleCentered = 2130969454; - // aapt resource value: 0x7F03036F - public const int subtitleTextAppearance = 2130903919; + // aapt resource value: 0x7F04036F + public const int subtitleTextAppearance = 2130969455; - // aapt resource value: 0x7F030370 - public const int subtitleTextColor = 2130903920; + // aapt resource value: 0x7F040370 + public const int subtitleTextColor = 2130969456; - // aapt resource value: 0x7F030371 - public const int subtitleTextStyle = 2130903921; + // aapt resource value: 0x7F040371 + public const int subtitleTextStyle = 2130969457; - // aapt resource value: 0x7F030372 - public const int suffixText = 2130903922; + // aapt resource value: 0x7F040372 + public const int suffixText = 2130969458; - // aapt resource value: 0x7F030373 - public const int suffixTextAppearance = 2130903923; + // aapt resource value: 0x7F040373 + public const int suffixTextAppearance = 2130969459; - // aapt resource value: 0x7F030374 - public const int suffixTextColor = 2130903924; + // aapt resource value: 0x7F040374 + public const int suffixTextColor = 2130969460; - // aapt resource value: 0x7F030375 - public const int suggestionRowLayout = 2130903925; + // aapt resource value: 0x7F040375 + public const int suggestionRowLayout = 2130969461; - // aapt resource value: 0x7F030376 - public const int summary = 2130903926; + // aapt resource value: 0x7F040376 + public const int summary = 2130969462; - // aapt resource value: 0x7F030377 - public const int summaryOff = 2130903927; + // aapt resource value: 0x7F040377 + public const int summaryOff = 2130969463; - // aapt resource value: 0x7F030378 - public const int summaryOn = 2130903928; + // aapt resource value: 0x7F040378 + public const int summaryOn = 2130969464; - // aapt resource value: 0x7F030379 - public const int swipeRefreshLayoutProgressSpinnerBackgroundColor = 2130903929; + // aapt resource value: 0x7F040379 + public const int swipeRefreshLayoutProgressSpinnerBackgroundColor = 2130969465; - // aapt resource value: 0x7F03037A - public const int switchMinWidth = 2130903930; + // aapt resource value: 0x7F04037A + public const int switchMinWidth = 2130969466; - // aapt resource value: 0x7F03037B - public const int switchPadding = 2130903931; + // aapt resource value: 0x7F04037B + public const int switchPadding = 2130969467; - // aapt resource value: 0x7F03037C - public const int switchPreferenceCompatStyle = 2130903932; + // aapt resource value: 0x7F04037C + public const int switchPreferenceCompatStyle = 2130969468; - // aapt resource value: 0x7F03037D - public const int switchPreferenceStyle = 2130903933; + // aapt resource value: 0x7F04037D + public const int switchPreferenceStyle = 2130969469; - // aapt resource value: 0x7F03037E - public const int switchStyle = 2130903934; + // aapt resource value: 0x7F04037E + public const int switchStyle = 2130969470; - // aapt resource value: 0x7F03037F - public const int switchTextAppearance = 2130903935; + // aapt resource value: 0x7F04037F + public const int switchTextAppearance = 2130969471; - // aapt resource value: 0x7F030380 - public const int switchTextOff = 2130903936; + // aapt resource value: 0x7F040380 + public const int switchTextOff = 2130969472; - // aapt resource value: 0x7F030381 - public const int switchTextOn = 2130903937; + // aapt resource value: 0x7F040381 + public const int switchTextOn = 2130969473; - // aapt resource value: 0x7F030382 - public const int tabBackground = 2130903938; + // aapt resource value: 0x7F040382 + public const int tabBackground = 2130969474; - // aapt resource value: 0x7F030383 - public const int tabContentStart = 2130903939; + // aapt resource value: 0x7F040383 + public const int tabContentStart = 2130969475; - // aapt resource value: 0x7F030384 - public const int tabGravity = 2130903940; + // aapt resource value: 0x7F040384 + public const int tabGravity = 2130969476; - // aapt resource value: 0x7F030385 - public const int tabIconTint = 2130903941; + // aapt resource value: 0x7F040385 + public const int tabIconTint = 2130969477; - // aapt resource value: 0x7F030386 - public const int tabIconTintMode = 2130903942; + // aapt resource value: 0x7F040386 + public const int tabIconTintMode = 2130969478; - // aapt resource value: 0x7F030387 - public const int tabIndicator = 2130903943; + // aapt resource value: 0x7F040387 + public const int tabIndicator = 2130969479; - // aapt resource value: 0x7F030388 - public const int tabIndicatorAnimationDuration = 2130903944; + // aapt resource value: 0x7F040388 + public const int tabIndicatorAnimationDuration = 2130969480; - // aapt resource value: 0x7F030389 - public const int tabIndicatorAnimationMode = 2130903945; + // aapt resource value: 0x7F040389 + public const int tabIndicatorAnimationMode = 2130969481; - // aapt resource value: 0x7F03038A - public const int tabIndicatorColor = 2130903946; + // aapt resource value: 0x7F04038A + public const int tabIndicatorColor = 2130969482; - // aapt resource value: 0x7F03038B - public const int tabIndicatorFullWidth = 2130903947; + // aapt resource value: 0x7F04038B + public const int tabIndicatorFullWidth = 2130969483; - // aapt resource value: 0x7F03038C - public const int tabIndicatorGravity = 2130903948; + // aapt resource value: 0x7F04038C + public const int tabIndicatorGravity = 2130969484; - // aapt resource value: 0x7F03038D - public const int tabIndicatorHeight = 2130903949; + // aapt resource value: 0x7F04038D + public const int tabIndicatorHeight = 2130969485; - // aapt resource value: 0x7F03038E - public const int tabInlineLabel = 2130903950; + // aapt resource value: 0x7F04038E + public const int tabInlineLabel = 2130969486; - // aapt resource value: 0x7F03038F - public const int tabMaxWidth = 2130903951; + // aapt resource value: 0x7F04038F + public const int tabMaxWidth = 2130969487; - // aapt resource value: 0x7F030390 - public const int tabMinWidth = 2130903952; + // aapt resource value: 0x7F040390 + public const int tabMinWidth = 2130969488; - // aapt resource value: 0x7F030391 - public const int tabMode = 2130903953; + // aapt resource value: 0x7F040391 + public const int tabMode = 2130969489; - // aapt resource value: 0x7F030392 - public const int tabPadding = 2130903954; + // aapt resource value: 0x7F040392 + public const int tabPadding = 2130969490; - // aapt resource value: 0x7F030393 - public const int tabPaddingBottom = 2130903955; + // aapt resource value: 0x7F040393 + public const int tabPaddingBottom = 2130969491; - // aapt resource value: 0x7F030394 - public const int tabPaddingEnd = 2130903956; + // aapt resource value: 0x7F040394 + public const int tabPaddingEnd = 2130969492; - // aapt resource value: 0x7F030395 - public const int tabPaddingStart = 2130903957; + // aapt resource value: 0x7F040395 + public const int tabPaddingStart = 2130969493; - // aapt resource value: 0x7F030396 - public const int tabPaddingTop = 2130903958; + // aapt resource value: 0x7F040396 + public const int tabPaddingTop = 2130969494; - // aapt resource value: 0x7F030397 - public const int tabRippleColor = 2130903959; + // aapt resource value: 0x7F040397 + public const int tabRippleColor = 2130969495; - // aapt resource value: 0x7F030398 - public const int tabSelectedTextColor = 2130903960; + // aapt resource value: 0x7F040398 + public const int tabSelectedTextColor = 2130969496; - // aapt resource value: 0x7F030399 - public const int tabStyle = 2130903961; + // aapt resource value: 0x7F040399 + public const int tabStyle = 2130969497; - // aapt resource value: 0x7F03039A - public const int tabTextAppearance = 2130903962; + // aapt resource value: 0x7F04039A + public const int tabTextAppearance = 2130969498; - // aapt resource value: 0x7F03039B - public const int tabTextColor = 2130903963; + // aapt resource value: 0x7F04039B + public const int tabTextColor = 2130969499; - // aapt resource value: 0x7F03039C - public const int tabUnboundedRipple = 2130903964; + // aapt resource value: 0x7F04039C + public const int tabUnboundedRipple = 2130969500; - // aapt resource value: 0x7F03039D - public const int targetId = 2130903965; + // aapt resource value: 0x7F04039D + public const int targetId = 2130969501; - // aapt resource value: 0x7F03039E - public const int targetPackage = 2130903966; + // aapt resource value: 0x7F04039E + public const int targetPackage = 2130969502; - // aapt resource value: 0x7F03039F - public const int telltales_tailColor = 2130903967; + // aapt resource value: 0x7F04039F + public const int telltales_tailColor = 2130969503; - // aapt resource value: 0x7F0303A0 - public const int telltales_tailScale = 2130903968; + // aapt resource value: 0x7F0403A0 + public const int telltales_tailScale = 2130969504; - // aapt resource value: 0x7F0303A1 - public const int telltales_velocityMode = 2130903969; + // aapt resource value: 0x7F0403A1 + public const int telltales_velocityMode = 2130969505; - // aapt resource value: 0x7F0303A2 - public const int textAllCaps = 2130903970; + // aapt resource value: 0x7F0403A2 + public const int textAllCaps = 2130969506; - // aapt resource value: 0x7F0303A3 - public const int textAppearanceBody1 = 2130903971; + // aapt resource value: 0x7F0403A3 + public const int textAppearanceBody1 = 2130969507; - // aapt resource value: 0x7F0303A4 - public const int textAppearanceBody2 = 2130903972; + // aapt resource value: 0x7F0403A4 + public const int textAppearanceBody2 = 2130969508; - // aapt resource value: 0x7F0303A5 - public const int textAppearanceButton = 2130903973; + // aapt resource value: 0x7F0403A5 + public const int textAppearanceButton = 2130969509; - // aapt resource value: 0x7F0303A6 - public const int textAppearanceCaption = 2130903974; + // aapt resource value: 0x7F0403A6 + public const int textAppearanceCaption = 2130969510; - // aapt resource value: 0x7F0303A7 - public const int textAppearanceHeadline1 = 2130903975; + // aapt resource value: 0x7F0403A7 + public const int textAppearanceHeadline1 = 2130969511; - // aapt resource value: 0x7F0303A8 - public const int textAppearanceHeadline2 = 2130903976; + // aapt resource value: 0x7F0403A8 + public const int textAppearanceHeadline2 = 2130969512; - // aapt resource value: 0x7F0303A9 - public const int textAppearanceHeadline3 = 2130903977; + // aapt resource value: 0x7F0403A9 + public const int textAppearanceHeadline3 = 2130969513; - // aapt resource value: 0x7F0303AA - public const int textAppearanceHeadline4 = 2130903978; + // aapt resource value: 0x7F0403AA + public const int textAppearanceHeadline4 = 2130969514; - // aapt resource value: 0x7F0303AB - public const int textAppearanceHeadline5 = 2130903979; + // aapt resource value: 0x7F0403AB + public const int textAppearanceHeadline5 = 2130969515; - // aapt resource value: 0x7F0303AC - public const int textAppearanceHeadline6 = 2130903980; + // aapt resource value: 0x7F0403AC + public const int textAppearanceHeadline6 = 2130969516; - // aapt resource value: 0x7F0303AD - public const int textAppearanceLargePopupMenu = 2130903981; + // aapt resource value: 0x7F0403AD + public const int textAppearanceLargePopupMenu = 2130969517; - // aapt resource value: 0x7F0303AE - public const int textAppearanceLineHeightEnabled = 2130903982; + // aapt resource value: 0x7F0403AE + public const int textAppearanceLineHeightEnabled = 2130969518; - // aapt resource value: 0x7F0303AF - public const int textAppearanceListItem = 2130903983; + // aapt resource value: 0x7F0403AF + public const int textAppearanceListItem = 2130969519; - // aapt resource value: 0x7F0303B0 - public const int textAppearanceListItemSecondary = 2130903984; + // aapt resource value: 0x7F0403B0 + public const int textAppearanceListItemSecondary = 2130969520; - // aapt resource value: 0x7F0303B1 - public const int textAppearanceListItemSmall = 2130903985; + // aapt resource value: 0x7F0403B1 + public const int textAppearanceListItemSmall = 2130969521; - // aapt resource value: 0x7F0303B2 - public const int textAppearanceOverline = 2130903986; + // aapt resource value: 0x7F0403B2 + public const int textAppearanceOverline = 2130969522; - // aapt resource value: 0x7F0303B3 - public const int textAppearancePopupMenuHeader = 2130903987; + // aapt resource value: 0x7F0403B3 + public const int textAppearancePopupMenuHeader = 2130969523; - // aapt resource value: 0x7F0303B4 - public const int textAppearanceSearchResultSubtitle = 2130903988; + // aapt resource value: 0x7F0403B4 + public const int textAppearanceSearchResultSubtitle = 2130969524; - // aapt resource value: 0x7F0303B5 - public const int textAppearanceSearchResultTitle = 2130903989; + // aapt resource value: 0x7F0403B5 + public const int textAppearanceSearchResultTitle = 2130969525; - // aapt resource value: 0x7F0303B6 - public const int textAppearanceSmallPopupMenu = 2130903990; + // aapt resource value: 0x7F0403B6 + public const int textAppearanceSmallPopupMenu = 2130969526; - // aapt resource value: 0x7F0303B7 - public const int textAppearanceSubtitle1 = 2130903991; + // aapt resource value: 0x7F0403B7 + public const int textAppearanceSubtitle1 = 2130969527; - // aapt resource value: 0x7F0303B8 - public const int textAppearanceSubtitle2 = 2130903992; + // aapt resource value: 0x7F0403B8 + public const int textAppearanceSubtitle2 = 2130969528; - // aapt resource value: 0x7F0303B9 - public const int textBackground = 2130903993; + // aapt resource value: 0x7F0403B9 + public const int textBackground = 2130969529; - // aapt resource value: 0x7F0303BA - public const int textBackgroundPanX = 2130903994; + // aapt resource value: 0x7F0403BA + public const int textBackgroundPanX = 2130969530; - // aapt resource value: 0x7F0303BB - public const int textBackgroundPanY = 2130903995; + // aapt resource value: 0x7F0403BB + public const int textBackgroundPanY = 2130969531; - // aapt resource value: 0x7F0303BC - public const int textBackgroundRotate = 2130903996; + // aapt resource value: 0x7F0403BC + public const int textBackgroundRotate = 2130969532; - // aapt resource value: 0x7F0303BD - public const int textBackgroundZoom = 2130903997; + // aapt resource value: 0x7F0403BD + public const int textBackgroundZoom = 2130969533; - // aapt resource value: 0x7F0303BE - public const int textColorAlertDialogListItem = 2130903998; + // aapt resource value: 0x7F0403BE + public const int textColorAlertDialogListItem = 2130969534; - // aapt resource value: 0x7F0303BF - public const int textColorSearchUrl = 2130903999; + // aapt resource value: 0x7F0403BF + public const int textColorSearchUrl = 2130969535; - // aapt resource value: 0x7F0303C0 - public const int textEndPadding = 2130904000; + // aapt resource value: 0x7F0403C0 + public const int textEndPadding = 2130969536; - // aapt resource value: 0x7F0303C1 - public const int textFillColor = 2130904001; + // aapt resource value: 0x7F0403C1 + public const int textFillColor = 2130969537; - // aapt resource value: 0x7F0303C2 - public const int textInputLayoutFocusedRectEnabled = 2130904002; + // aapt resource value: 0x7F0403C2 + public const int textInputLayoutFocusedRectEnabled = 2130969538; - // aapt resource value: 0x7F0303C3 - public const int textInputStyle = 2130904003; + // aapt resource value: 0x7F0403C3 + public const int textInputStyle = 2130969539; - // aapt resource value: 0x7F0303C4 - public const int textLocale = 2130904004; + // aapt resource value: 0x7F0403C4 + public const int textLocale = 2130969540; - // aapt resource value: 0x7F0303C5 - public const int textOutlineColor = 2130904005; + // aapt resource value: 0x7F0403C5 + public const int textOutlineColor = 2130969541; - // aapt resource value: 0x7F0303C6 - public const int textOutlineThickness = 2130904006; + // aapt resource value: 0x7F0403C6 + public const int textOutlineThickness = 2130969542; - // aapt resource value: 0x7F0303C7 - public const int textPanX = 2130904007; + // aapt resource value: 0x7F0403C7 + public const int textPanX = 2130969543; - // aapt resource value: 0x7F0303C8 - public const int textPanY = 2130904008; + // aapt resource value: 0x7F0403C8 + public const int textPanY = 2130969544; - // aapt resource value: 0x7F0303C9 - public const int textStartPadding = 2130904009; + // aapt resource value: 0x7F0403C9 + public const int textStartPadding = 2130969545; - // aapt resource value: 0x7F0303CA - public const int textureBlurFactor = 2130904010; + // aapt resource value: 0x7F0403CA + public const int textureBlurFactor = 2130969546; - // aapt resource value: 0x7F0303CB - public const int textureEffect = 2130904011; + // aapt resource value: 0x7F0403CB + public const int textureEffect = 2130969547; - // aapt resource value: 0x7F0303CC - public const int textureHeight = 2130904012; + // aapt resource value: 0x7F0403CC + public const int textureHeight = 2130969548; - // aapt resource value: 0x7F0303CD - public const int textureWidth = 2130904013; + // aapt resource value: 0x7F0403CD + public const int textureWidth = 2130969549; - // aapt resource value: 0x7F0303CE - public const int theme = 2130904014; + // aapt resource value: 0x7F0403CE + public const int theme = 2130969550; - // aapt resource value: 0x7F0303CF - public const int themeLineHeight = 2130904015; + // aapt resource value: 0x7F0403CF + public const int themeLineHeight = 2130969551; - // aapt resource value: 0x7F0303D0 - public const int thickness = 2130904016; + // aapt resource value: 0x7F0403D0 + public const int thickness = 2130969552; - // aapt resource value: 0x7F0303D1 - public const int thumbColor = 2130904017; + // aapt resource value: 0x7F0403D1 + public const int thumbColor = 2130969553; - // aapt resource value: 0x7F0303D2 - public const int thumbElevation = 2130904018; + // aapt resource value: 0x7F0403D2 + public const int thumbElevation = 2130969554; - // aapt resource value: 0x7F0303D3 - public const int thumbRadius = 2130904019; + // aapt resource value: 0x7F0403D3 + public const int thumbRadius = 2130969555; - // aapt resource value: 0x7F0303D4 - public const int thumbStrokeColor = 2130904020; + // aapt resource value: 0x7F0403D4 + public const int thumbStrokeColor = 2130969556; - // aapt resource value: 0x7F0303D5 - public const int thumbStrokeWidth = 2130904021; + // aapt resource value: 0x7F0403D5 + public const int thumbStrokeWidth = 2130969557; - // aapt resource value: 0x7F0303D6 - public const int thumbTextPadding = 2130904022; + // aapt resource value: 0x7F0403D6 + public const int thumbTextPadding = 2130969558; - // aapt resource value: 0x7F0303D7 - public const int thumbTint = 2130904023; + // aapt resource value: 0x7F0403D7 + public const int thumbTint = 2130969559; - // aapt resource value: 0x7F0303D8 - public const int thumbTintMode = 2130904024; + // aapt resource value: 0x7F0403D8 + public const int thumbTintMode = 2130969560; - // aapt resource value: 0x7F0303D9 - public const int tickColor = 2130904025; + // aapt resource value: 0x7F0403D9 + public const int tickColor = 2130969561; - // aapt resource value: 0x7F0303DA - public const int tickColorActive = 2130904026; + // aapt resource value: 0x7F0403DA + public const int tickColorActive = 2130969562; - // aapt resource value: 0x7F0303DB - public const int tickColorInactive = 2130904027; + // aapt resource value: 0x7F0403DB + public const int tickColorInactive = 2130969563; - // aapt resource value: 0x7F0303DC - public const int tickMark = 2130904028; + // aapt resource value: 0x7F0403DC + public const int tickMark = 2130969564; - // aapt resource value: 0x7F0303DD - public const int tickMarkTint = 2130904029; + // aapt resource value: 0x7F0403DD + public const int tickMarkTint = 2130969565; - // aapt resource value: 0x7F0303DE - public const int tickMarkTintMode = 2130904030; + // aapt resource value: 0x7F0403DE + public const int tickMarkTintMode = 2130969566; - // aapt resource value: 0x7F0303DF - public const int tickVisible = 2130904031; + // aapt resource value: 0x7F0403DF + public const int tickVisible = 2130969567; - // aapt resource value: 0x7F0303E0 - public const int tint = 2130904032; + // aapt resource value: 0x7F0403E0 + public const int tint = 2130969568; - // aapt resource value: 0x7F0303E1 - public const int tintMode = 2130904033; + // aapt resource value: 0x7F0403E1 + public const int tintMode = 2130969569; - // aapt resource value: 0x7F0303E2 - public const int title = 2130904034; + // aapt resource value: 0x7F0403E2 + public const int title = 2130969570; - // aapt resource value: 0x7F0303E3 - public const int titleCentered = 2130904035; + // aapt resource value: 0x7F0403E3 + public const int titleCentered = 2130969571; - // aapt resource value: 0x7F0303E4 - public const int titleCollapseMode = 2130904036; + // aapt resource value: 0x7F0403E4 + public const int titleCollapseMode = 2130969572; - // aapt resource value: 0x7F0303E5 - public const int titleEnabled = 2130904037; + // aapt resource value: 0x7F0403E5 + public const int titleEnabled = 2130969573; - // aapt resource value: 0x7F0303E6 - public const int titleMargin = 2130904038; + // aapt resource value: 0x7F0403E6 + public const int titleMargin = 2130969574; - // aapt resource value: 0x7F0303E7 - public const int titleMarginBottom = 2130904039; + // aapt resource value: 0x7F0403E7 + public const int titleMarginBottom = 2130969575; - // aapt resource value: 0x7F0303E8 - public const int titleMarginEnd = 2130904040; + // aapt resource value: 0x7F0403E8 + public const int titleMarginEnd = 2130969576; - // aapt resource value: 0x7F0303EB - public const int titleMargins = 2130904043; + // aapt resource value: 0x7F0403EB + public const int titleMargins = 2130969579; - // aapt resource value: 0x7F0303E9 - public const int titleMarginStart = 2130904041; + // aapt resource value: 0x7F0403E9 + public const int titleMarginStart = 2130969577; - // aapt resource value: 0x7F0303EA - public const int titleMarginTop = 2130904042; + // aapt resource value: 0x7F0403EA + public const int titleMarginTop = 2130969578; - // aapt resource value: 0x7F0303EC - public const int titleTextAppearance = 2130904044; + // aapt resource value: 0x7F0403EC + public const int titleTextAppearance = 2130969580; - // aapt resource value: 0x7F0303ED - public const int titleTextColor = 2130904045; + // aapt resource value: 0x7F0403ED + public const int titleTextColor = 2130969581; - // aapt resource value: 0x7F0303EE - public const int titleTextStyle = 2130904046; + // aapt resource value: 0x7F0403EE + public const int titleTextStyle = 2130969582; - // aapt resource value: 0x7F0303EF - public const int toolbarId = 2130904047; + // aapt resource value: 0x7F0403EF + public const int toolbarId = 2130969583; - // aapt resource value: 0x7F0303F0 - public const int toolbarNavigationButtonStyle = 2130904048; + // aapt resource value: 0x7F0403F0 + public const int toolbarNavigationButtonStyle = 2130969584; - // aapt resource value: 0x7F0303F1 - public const int toolbarStyle = 2130904049; + // aapt resource value: 0x7F0403F1 + public const int toolbarStyle = 2130969585; - // aapt resource value: 0x7F0303F2 - public const int tooltipForegroundColor = 2130904050; + // aapt resource value: 0x7F0403F2 + public const int tooltipForegroundColor = 2130969586; - // aapt resource value: 0x7F0303F3 - public const int tooltipFrameBackground = 2130904051; + // aapt resource value: 0x7F0403F3 + public const int tooltipFrameBackground = 2130969587; - // aapt resource value: 0x7F0303F4 - public const int tooltipStyle = 2130904052; + // aapt resource value: 0x7F0403F4 + public const int tooltipStyle = 2130969588; - // aapt resource value: 0x7F0303F5 - public const int tooltipText = 2130904053; + // aapt resource value: 0x7F0403F5 + public const int tooltipText = 2130969589; - // aapt resource value: 0x7F0303F6 - public const int touchAnchorId = 2130904054; + // aapt resource value: 0x7F0403F6 + public const int touchAnchorId = 2130969590; - // aapt resource value: 0x7F0303F7 - public const int touchAnchorSide = 2130904055; + // aapt resource value: 0x7F0403F7 + public const int touchAnchorSide = 2130969591; - // aapt resource value: 0x7F0303F8 - public const int touchRegionId = 2130904056; + // aapt resource value: 0x7F0403F8 + public const int touchRegionId = 2130969592; - // aapt resource value: 0x7F0303F9 - public const int track = 2130904057; + // aapt resource value: 0x7F0403F9 + public const int track = 2130969593; - // aapt resource value: 0x7F0303FA - public const int trackColor = 2130904058; + // aapt resource value: 0x7F0403FA + public const int trackColor = 2130969594; - // aapt resource value: 0x7F0303FB - public const int trackColorActive = 2130904059; + // aapt resource value: 0x7F0403FB + public const int trackColorActive = 2130969595; - // aapt resource value: 0x7F0303FC - public const int trackColorInactive = 2130904060; + // aapt resource value: 0x7F0403FC + public const int trackColorInactive = 2130969596; - // aapt resource value: 0x7F0303FD - public const int trackCornerRadius = 2130904061; + // aapt resource value: 0x7F0403FD + public const int trackCornerRadius = 2130969597; - // aapt resource value: 0x7F0303FE - public const int trackHeight = 2130904062; + // aapt resource value: 0x7F0403FE + public const int trackHeight = 2130969598; - // aapt resource value: 0x7F0303FF - public const int trackThickness = 2130904063; + // aapt resource value: 0x7F0403FF + public const int trackThickness = 2130969599; - // aapt resource value: 0x7F030400 - public const int trackTint = 2130904064; + // aapt resource value: 0x7F040400 + public const int trackTint = 2130969600; - // aapt resource value: 0x7F030401 - public const int trackTintMode = 2130904065; + // aapt resource value: 0x7F040401 + public const int trackTintMode = 2130969601; - // aapt resource value: 0x7F030402 - public const int transformPivotTarget = 2130904066; + // aapt resource value: 0x7F040402 + public const int transformPivotTarget = 2130969602; - // aapt resource value: 0x7F030403 - public const int transitionDisable = 2130904067; + // aapt resource value: 0x7F040403 + public const int transitionDisable = 2130969603; - // aapt resource value: 0x7F030404 - public const int transitionEasing = 2130904068; + // aapt resource value: 0x7F040404 + public const int transitionEasing = 2130969604; - // aapt resource value: 0x7F030405 - public const int transitionFlags = 2130904069; + // aapt resource value: 0x7F040405 + public const int transitionFlags = 2130969605; - // aapt resource value: 0x7F030406 - public const int transitionPathRotate = 2130904070; + // aapt resource value: 0x7F040406 + public const int transitionPathRotate = 2130969606; - // aapt resource value: 0x7F030407 - public const int transitionShapeAppearance = 2130904071; + // aapt resource value: 0x7F040407 + public const int transitionShapeAppearance = 2130969607; - // aapt resource value: 0x7F030408 - public const int triggerId = 2130904072; + // aapt resource value: 0x7F040408 + public const int triggerId = 2130969608; - // aapt resource value: 0x7F030409 - public const int triggerReceiver = 2130904073; + // aapt resource value: 0x7F040409 + public const int triggerReceiver = 2130969609; - // aapt resource value: 0x7F03040A - public const int triggerSlack = 2130904074; + // aapt resource value: 0x7F04040A + public const int triggerSlack = 2130969610; - // aapt resource value: 0x7F03040B - public const int ttcIndex = 2130904075; + // aapt resource value: 0x7F04040B + public const int ttcIndex = 2130969611; - // aapt resource value: 0x7F03040D - public const int updatesContinuously = 2130904077; + // aapt resource value: 0x7F04040D + public const int updatesContinuously = 2130969613; - // aapt resource value: 0x7F03040C - public const int upDuration = 2130904076; + // aapt resource value: 0x7F04040C + public const int upDuration = 2130969612; - // aapt resource value: 0x7F03040E - public const int uri = 2130904078; + // aapt resource value: 0x7F04040E + public const int uri = 2130969614; - // aapt resource value: 0x7F03040F - public const int useCompatPadding = 2130904079; + // aapt resource value: 0x7F04040F + public const int useCompatPadding = 2130969615; - // aapt resource value: 0x7F030410 - public const int useMaterialThemeColors = 2130904080; + // aapt resource value: 0x7F040410 + public const int useMaterialThemeColors = 2130969616; - // aapt resource value: 0x7F030411 - public const int useSimpleSummaryProvider = 2130904081; + // aapt resource value: 0x7F040411 + public const int useSimpleSummaryProvider = 2130969617; - // aapt resource value: 0x7F030412 - public const int values = 2130904082; + // aapt resource value: 0x7F040412 + public const int values = 2130969618; - // aapt resource value: 0x7F030413 - public const int verticalOffset = 2130904083; + // aapt resource value: 0x7F040413 + public const int verticalOffset = 2130969619; - // aapt resource value: 0x7F030414 - public const int viewInflaterClass = 2130904084; + // aapt resource value: 0x7F040414 + public const int viewInflaterClass = 2130969620; - // aapt resource value: 0x7F030415 - public const int viewTransitionMode = 2130904085; + // aapt resource value: 0x7F040415 + public const int viewTransitionMode = 2130969621; - // aapt resource value: 0x7F030416 - public const int viewTransitionOnCross = 2130904086; + // aapt resource value: 0x7F040416 + public const int viewTransitionOnCross = 2130969622; - // aapt resource value: 0x7F030417 - public const int viewTransitionOnNegativeCross = 2130904087; + // aapt resource value: 0x7F040417 + public const int viewTransitionOnNegativeCross = 2130969623; - // aapt resource value: 0x7F030418 - public const int viewTransitionOnPositiveCross = 2130904088; + // aapt resource value: 0x7F040418 + public const int viewTransitionOnPositiveCross = 2130969624; - // aapt resource value: 0x7F030419 - public const int visibilityMode = 2130904089; + // aapt resource value: 0x7F040419 + public const int visibilityMode = 2130969625; - // aapt resource value: 0x7F03041A - public const int voiceIcon = 2130904090; + // aapt resource value: 0x7F04041A + public const int voiceIcon = 2130969626; - // aapt resource value: 0x7F03041B - public const int warmth = 2130904091; + // aapt resource value: 0x7F04041B + public const int warmth = 2130969627; - // aapt resource value: 0x7F03041C - public const int waveDecay = 2130904092; + // aapt resource value: 0x7F04041C + public const int waveDecay = 2130969628; - // aapt resource value: 0x7F03041D - public const int waveOffset = 2130904093; + // aapt resource value: 0x7F04041D + public const int waveOffset = 2130969629; - // aapt resource value: 0x7F03041E - public const int wavePeriod = 2130904094; + // aapt resource value: 0x7F04041E + public const int wavePeriod = 2130969630; - // aapt resource value: 0x7F03041F - public const int wavePhase = 2130904095; + // aapt resource value: 0x7F04041F + public const int wavePhase = 2130969631; - // aapt resource value: 0x7F030420 - public const int waveShape = 2130904096; + // aapt resource value: 0x7F040420 + public const int waveShape = 2130969632; - // aapt resource value: 0x7F030421 - public const int waveVariesBy = 2130904097; + // aapt resource value: 0x7F040421 + public const int waveVariesBy = 2130969633; - // aapt resource value: 0x7F030422 - public const int widgetLayout = 2130904098; + // aapt resource value: 0x7F040422 + public const int widgetLayout = 2130969634; - // aapt resource value: 0x7F030423 - public const int windowActionBar = 2130904099; + // aapt resource value: 0x7F040423 + public const int windowActionBar = 2130969635; - // aapt resource value: 0x7F030424 - public const int windowActionBarOverlay = 2130904100; + // aapt resource value: 0x7F040424 + public const int windowActionBarOverlay = 2130969636; - // aapt resource value: 0x7F030425 - public const int windowActionModeOverlay = 2130904101; + // aapt resource value: 0x7F040425 + public const int windowActionModeOverlay = 2130969637; - // aapt resource value: 0x7F030426 - public const int windowFixedHeightMajor = 2130904102; + // aapt resource value: 0x7F040426 + public const int windowFixedHeightMajor = 2130969638; - // aapt resource value: 0x7F030427 - public const int windowFixedHeightMinor = 2130904103; + // aapt resource value: 0x7F040427 + public const int windowFixedHeightMinor = 2130969639; - // aapt resource value: 0x7F030428 - public const int windowFixedWidthMajor = 2130904104; + // aapt resource value: 0x7F040428 + public const int windowFixedWidthMajor = 2130969640; - // aapt resource value: 0x7F030429 - public const int windowFixedWidthMinor = 2130904105; + // aapt resource value: 0x7F040429 + public const int windowFixedWidthMinor = 2130969641; - // aapt resource value: 0x7F03042A - public const int windowMinWidthMajor = 2130904106; + // aapt resource value: 0x7F04042A + public const int windowMinWidthMajor = 2130969642; - // aapt resource value: 0x7F03042B - public const int windowMinWidthMinor = 2130904107; + // aapt resource value: 0x7F04042B + public const int windowMinWidthMinor = 2130969643; - // aapt resource value: 0x7F03042C - public const int windowNoTitle = 2130904108; + // aapt resource value: 0x7F04042C + public const int windowNoTitle = 2130969644; - // aapt resource value: 0x7F03042D - public const int yearSelectedStyle = 2130904109; + // aapt resource value: 0x7F04042D + public const int yearSelectedStyle = 2130969645; - // aapt resource value: 0x7F03042E - public const int yearStyle = 2130904110; + // aapt resource value: 0x7F04042E + public const int yearStyle = 2130969646; - // aapt resource value: 0x7F03042F - public const int yearTodayStyle = 2130904111; + // aapt resource value: 0x7F04042F + public const int yearTodayStyle = 2130969647; static Attribute() { @@ -14266,17 +14465,17 @@ namespace QRBee.Droid public partial class Boolean { - // aapt resource value: 0x7F040000 - public const int abc_action_bar_embed_tabs = 2130968576; + // aapt resource value: 0x7F050000 + public const int abc_action_bar_embed_tabs = 2131034112; - // aapt resource value: 0x7F040001 - public const int abc_config_actionMenuItemAllCaps = 2130968577; + // aapt resource value: 0x7F050001 + public const int abc_config_actionMenuItemAllCaps = 2131034113; - // aapt resource value: 0x7F040002 - public const int config_materialPreferenceIconSpaceReserved = 2130968578; + // aapt resource value: 0x7F050002 + public const int config_materialPreferenceIconSpaceReserved = 2131034114; - // aapt resource value: 0x7F040003 - public const int mtrl_btn_textappearance_all_caps = 2130968579; + // aapt resource value: 0x7F050003 + public const int mtrl_btn_textappearance_all_caps = 2131034115; static Boolean() { @@ -14291,653 +14490,656 @@ namespace QRBee.Droid public partial class Color { - // aapt resource value: 0x7F050000 - public const int abc_background_cache_hint_selector_material_dark = 2131034112; + // aapt resource value: 0x7F060000 + public const int abc_background_cache_hint_selector_material_dark = 2131099648; - // aapt resource value: 0x7F050001 - public const int abc_background_cache_hint_selector_material_light = 2131034113; + // aapt resource value: 0x7F060001 + public const int abc_background_cache_hint_selector_material_light = 2131099649; - // aapt resource value: 0x7F050002 - public const int abc_btn_colored_borderless_text_material = 2131034114; + // aapt resource value: 0x7F060002 + public const int abc_btn_colored_borderless_text_material = 2131099650; - // aapt resource value: 0x7F050003 - public const int abc_btn_colored_text_material = 2131034115; + // aapt resource value: 0x7F060003 + public const int abc_btn_colored_text_material = 2131099651; - // aapt resource value: 0x7F050004 - public const int abc_color_highlight_material = 2131034116; + // aapt resource value: 0x7F060004 + public const int abc_color_highlight_material = 2131099652; - // aapt resource value: 0x7F050005 - public const int abc_decor_view_status_guard = 2131034117; + // aapt resource value: 0x7F060005 + public const int abc_decor_view_status_guard = 2131099653; - // aapt resource value: 0x7F050006 - public const int abc_decor_view_status_guard_light = 2131034118; + // aapt resource value: 0x7F060006 + public const int abc_decor_view_status_guard_light = 2131099654; - // aapt resource value: 0x7F050007 - public const int abc_hint_foreground_material_dark = 2131034119; + // aapt resource value: 0x7F060007 + public const int abc_hint_foreground_material_dark = 2131099655; - // aapt resource value: 0x7F050008 - public const int abc_hint_foreground_material_light = 2131034120; + // aapt resource value: 0x7F060008 + public const int abc_hint_foreground_material_light = 2131099656; - // aapt resource value: 0x7F050009 - public const int abc_primary_text_disable_only_material_dark = 2131034121; + // aapt resource value: 0x7F060009 + public const int abc_primary_text_disable_only_material_dark = 2131099657; - // aapt resource value: 0x7F05000A - public const int abc_primary_text_disable_only_material_light = 2131034122; + // aapt resource value: 0x7F06000A + public const int abc_primary_text_disable_only_material_light = 2131099658; - // aapt resource value: 0x7F05000B - public const int abc_primary_text_material_dark = 2131034123; + // aapt resource value: 0x7F06000B + public const int abc_primary_text_material_dark = 2131099659; - // aapt resource value: 0x7F05000C - public const int abc_primary_text_material_light = 2131034124; + // aapt resource value: 0x7F06000C + public const int abc_primary_text_material_light = 2131099660; - // aapt resource value: 0x7F05000D - public const int abc_search_url_text = 2131034125; + // aapt resource value: 0x7F06000D + public const int abc_search_url_text = 2131099661; - // aapt resource value: 0x7F05000E - public const int abc_search_url_text_normal = 2131034126; + // aapt resource value: 0x7F06000E + public const int abc_search_url_text_normal = 2131099662; - // aapt resource value: 0x7F05000F - public const int abc_search_url_text_pressed = 2131034127; + // aapt resource value: 0x7F06000F + public const int abc_search_url_text_pressed = 2131099663; - // aapt resource value: 0x7F050010 - public const int abc_search_url_text_selected = 2131034128; + // aapt resource value: 0x7F060010 + public const int abc_search_url_text_selected = 2131099664; - // aapt resource value: 0x7F050011 - public const int abc_secondary_text_material_dark = 2131034129; + // aapt resource value: 0x7F060011 + public const int abc_secondary_text_material_dark = 2131099665; - // aapt resource value: 0x7F050012 - public const int abc_secondary_text_material_light = 2131034130; + // aapt resource value: 0x7F060012 + public const int abc_secondary_text_material_light = 2131099666; - // aapt resource value: 0x7F050013 - public const int abc_tint_btn_checkable = 2131034131; + // aapt resource value: 0x7F060013 + public const int abc_tint_btn_checkable = 2131099667; - // aapt resource value: 0x7F050014 - public const int abc_tint_default = 2131034132; + // aapt resource value: 0x7F060014 + public const int abc_tint_default = 2131099668; - // aapt resource value: 0x7F050015 - public const int abc_tint_edittext = 2131034133; + // aapt resource value: 0x7F060015 + public const int abc_tint_edittext = 2131099669; - // aapt resource value: 0x7F050016 - public const int abc_tint_seek_thumb = 2131034134; + // aapt resource value: 0x7F060016 + public const int abc_tint_seek_thumb = 2131099670; - // aapt resource value: 0x7F050017 - public const int abc_tint_spinner = 2131034135; + // aapt resource value: 0x7F060017 + public const int abc_tint_spinner = 2131099671; - // aapt resource value: 0x7F050018 - public const int abc_tint_switch_track = 2131034136; + // aapt resource value: 0x7F060018 + public const int abc_tint_switch_track = 2131099672; - // aapt resource value: 0x7F050019 - public const int accent_material_dark = 2131034137; + // aapt resource value: 0x7F060019 + public const int accent_material_dark = 2131099673; - // aapt resource value: 0x7F05001A - public const int accent_material_light = 2131034138; + // aapt resource value: 0x7F06001A + public const int accent_material_light = 2131099674; - // aapt resource value: 0x7F05001B - public const int androidx_core_ripple_material_light = 2131034139; + // aapt resource value: 0x7F06001B + public const int androidx_core_ripple_material_light = 2131099675; - // aapt resource value: 0x7F05001C - public const int androidx_core_secondary_text_default_material_light = 2131034140; + // aapt resource value: 0x7F06001C + public const int androidx_core_secondary_text_default_material_light = 2131099676; - // aapt resource value: 0x7F05001D - public const int background_floating_material_dark = 2131034141; + // aapt resource value: 0x7F06001D + public const int background_floating_material_dark = 2131099677; - // aapt resource value: 0x7F05001E - public const int background_floating_material_light = 2131034142; + // aapt resource value: 0x7F06001E + public const int background_floating_material_light = 2131099678; - // aapt resource value: 0x7F05001F - public const int background_material_dark = 2131034143; + // aapt resource value: 0x7F06001F + public const int background_material_dark = 2131099679; - // aapt resource value: 0x7F050020 - public const int background_material_light = 2131034144; + // aapt resource value: 0x7F060020 + public const int background_material_light = 2131099680; - // aapt resource value: 0x7F050021 - public const int bright_foreground_disabled_material_dark = 2131034145; + // aapt resource value: 0x7F060021 + public const int biometric_error_color = 2131099681; - // aapt resource value: 0x7F050022 - public const int bright_foreground_disabled_material_light = 2131034146; + // aapt resource value: 0x7F060022 + public const int bright_foreground_disabled_material_dark = 2131099682; - // aapt resource value: 0x7F050023 - public const int bright_foreground_inverse_material_dark = 2131034147; + // aapt resource value: 0x7F060023 + public const int bright_foreground_disabled_material_light = 2131099683; - // aapt resource value: 0x7F050024 - public const int bright_foreground_inverse_material_light = 2131034148; + // aapt resource value: 0x7F060024 + public const int bright_foreground_inverse_material_dark = 2131099684; - // aapt resource value: 0x7F050025 - public const int bright_foreground_material_dark = 2131034149; + // aapt resource value: 0x7F060025 + public const int bright_foreground_inverse_material_light = 2131099685; - // aapt resource value: 0x7F050026 - public const int bright_foreground_material_light = 2131034150; + // aapt resource value: 0x7F060026 + public const int bright_foreground_material_dark = 2131099686; - // aapt resource value: 0x7F050027 - public const int browser_actions_bg_grey = 2131034151; + // aapt resource value: 0x7F060027 + public const int bright_foreground_material_light = 2131099687; - // aapt resource value: 0x7F050028 - public const int browser_actions_divider_color = 2131034152; + // aapt resource value: 0x7F060028 + public const int browser_actions_bg_grey = 2131099688; - // aapt resource value: 0x7F050029 - public const int browser_actions_text_color = 2131034153; + // aapt resource value: 0x7F060029 + public const int browser_actions_divider_color = 2131099689; - // aapt resource value: 0x7F05002A - public const int browser_actions_title_color = 2131034154; + // aapt resource value: 0x7F06002A + public const int browser_actions_text_color = 2131099690; - // aapt resource value: 0x7F05002B - public const int button_material_dark = 2131034155; + // aapt resource value: 0x7F06002B + public const int browser_actions_title_color = 2131099691; - // aapt resource value: 0x7F05002C - public const int button_material_light = 2131034156; + // aapt resource value: 0x7F06002C + public const int button_material_dark = 2131099692; - // aapt resource value: 0x7F05002D - public const int cardview_dark_background = 2131034157; + // aapt resource value: 0x7F06002D + public const int button_material_light = 2131099693; - // aapt resource value: 0x7F05002E - public const int cardview_light_background = 2131034158; + // aapt resource value: 0x7F06002E + public const int cardview_dark_background = 2131099694; - // aapt resource value: 0x7F05002F - public const int cardview_shadow_end_color = 2131034159; + // aapt resource value: 0x7F06002F + public const int cardview_light_background = 2131099695; - // aapt resource value: 0x7F050030 - public const int cardview_shadow_start_color = 2131034160; + // aapt resource value: 0x7F060030 + public const int cardview_shadow_end_color = 2131099696; - // aapt resource value: 0x7F050031 - public const int checkbox_themeable_attribute_color = 2131034161; + // aapt resource value: 0x7F060031 + public const int cardview_shadow_start_color = 2131099697; - // aapt resource value: 0x7F050032 - public const int colorAccent = 2131034162; + // aapt resource value: 0x7F060032 + public const int checkbox_themeable_attribute_color = 2131099698; - // aapt resource value: 0x7F050033 - public const int colorPrimary = 2131034163; + // aapt resource value: 0x7F060033 + public const int colorAccent = 2131099699; - // aapt resource value: 0x7F050034 - public const int colorPrimaryDark = 2131034164; + // aapt resource value: 0x7F060034 + public const int colorPrimary = 2131099700; - // aapt resource value: 0x7F050035 - public const int design_bottom_navigation_shadow_color = 2131034165; + // aapt resource value: 0x7F060035 + public const int colorPrimaryDark = 2131099701; - // aapt resource value: 0x7F050036 - public const int design_box_stroke_color = 2131034166; + // aapt resource value: 0x7F060036 + public const int design_bottom_navigation_shadow_color = 2131099702; - // aapt resource value: 0x7F050037 - public const int design_dark_default_color_background = 2131034167; + // aapt resource value: 0x7F060037 + public const int design_box_stroke_color = 2131099703; - // aapt resource value: 0x7F050038 - public const int design_dark_default_color_error = 2131034168; + // aapt resource value: 0x7F060038 + public const int design_dark_default_color_background = 2131099704; - // aapt resource value: 0x7F050039 - public const int design_dark_default_color_on_background = 2131034169; + // aapt resource value: 0x7F060039 + public const int design_dark_default_color_error = 2131099705; - // aapt resource value: 0x7F05003A - public const int design_dark_default_color_on_error = 2131034170; + // aapt resource value: 0x7F06003A + public const int design_dark_default_color_on_background = 2131099706; - // aapt resource value: 0x7F05003B - public const int design_dark_default_color_on_primary = 2131034171; + // aapt resource value: 0x7F06003B + public const int design_dark_default_color_on_error = 2131099707; - // aapt resource value: 0x7F05003C - public const int design_dark_default_color_on_secondary = 2131034172; + // aapt resource value: 0x7F06003C + public const int design_dark_default_color_on_primary = 2131099708; - // aapt resource value: 0x7F05003D - public const int design_dark_default_color_on_surface = 2131034173; + // aapt resource value: 0x7F06003D + public const int design_dark_default_color_on_secondary = 2131099709; - // aapt resource value: 0x7F05003E - public const int design_dark_default_color_primary = 2131034174; + // aapt resource value: 0x7F06003E + public const int design_dark_default_color_on_surface = 2131099710; - // aapt resource value: 0x7F05003F - public const int design_dark_default_color_primary_dark = 2131034175; + // aapt resource value: 0x7F06003F + public const int design_dark_default_color_primary = 2131099711; - // aapt resource value: 0x7F050040 - public const int design_dark_default_color_primary_variant = 2131034176; + // aapt resource value: 0x7F060040 + public const int design_dark_default_color_primary_dark = 2131099712; - // aapt resource value: 0x7F050041 - public const int design_dark_default_color_secondary = 2131034177; + // aapt resource value: 0x7F060041 + public const int design_dark_default_color_primary_variant = 2131099713; - // aapt resource value: 0x7F050042 - public const int design_dark_default_color_secondary_variant = 2131034178; + // aapt resource value: 0x7F060042 + public const int design_dark_default_color_secondary = 2131099714; - // aapt resource value: 0x7F050043 - public const int design_dark_default_color_surface = 2131034179; + // aapt resource value: 0x7F060043 + public const int design_dark_default_color_secondary_variant = 2131099715; - // aapt resource value: 0x7F050044 - public const int design_default_color_background = 2131034180; + // aapt resource value: 0x7F060044 + public const int design_dark_default_color_surface = 2131099716; - // aapt resource value: 0x7F050045 - public const int design_default_color_error = 2131034181; + // aapt resource value: 0x7F060045 + public const int design_default_color_background = 2131099717; - // aapt resource value: 0x7F050046 - public const int design_default_color_on_background = 2131034182; + // aapt resource value: 0x7F060046 + public const int design_default_color_error = 2131099718; - // aapt resource value: 0x7F050047 - public const int design_default_color_on_error = 2131034183; + // aapt resource value: 0x7F060047 + public const int design_default_color_on_background = 2131099719; - // aapt resource value: 0x7F050048 - public const int design_default_color_on_primary = 2131034184; + // aapt resource value: 0x7F060048 + public const int design_default_color_on_error = 2131099720; - // aapt resource value: 0x7F050049 - public const int design_default_color_on_secondary = 2131034185; + // aapt resource value: 0x7F060049 + public const int design_default_color_on_primary = 2131099721; - // aapt resource value: 0x7F05004A - public const int design_default_color_on_surface = 2131034186; + // aapt resource value: 0x7F06004A + public const int design_default_color_on_secondary = 2131099722; - // aapt resource value: 0x7F05004B - public const int design_default_color_primary = 2131034187; + // aapt resource value: 0x7F06004B + public const int design_default_color_on_surface = 2131099723; - // aapt resource value: 0x7F05004C - public const int design_default_color_primary_dark = 2131034188; + // aapt resource value: 0x7F06004C + public const int design_default_color_primary = 2131099724; - // aapt resource value: 0x7F05004D - public const int design_default_color_primary_variant = 2131034189; + // aapt resource value: 0x7F06004D + public const int design_default_color_primary_dark = 2131099725; - // aapt resource value: 0x7F05004E - public const int design_default_color_secondary = 2131034190; + // aapt resource value: 0x7F06004E + public const int design_default_color_primary_variant = 2131099726; - // aapt resource value: 0x7F05004F - public const int design_default_color_secondary_variant = 2131034191; + // aapt resource value: 0x7F06004F + public const int design_default_color_secondary = 2131099727; - // aapt resource value: 0x7F050050 - public const int design_default_color_surface = 2131034192; + // aapt resource value: 0x7F060050 + public const int design_default_color_secondary_variant = 2131099728; - // aapt resource value: 0x7F050051 - public const int design_error = 2131034193; + // aapt resource value: 0x7F060051 + public const int design_default_color_surface = 2131099729; - // aapt resource value: 0x7F050052 - public const int design_fab_shadow_end_color = 2131034194; + // aapt resource value: 0x7F060052 + public const int design_error = 2131099730; - // aapt resource value: 0x7F050053 - public const int design_fab_shadow_mid_color = 2131034195; + // aapt resource value: 0x7F060053 + public const int design_fab_shadow_end_color = 2131099731; - // aapt resource value: 0x7F050054 - public const int design_fab_shadow_start_color = 2131034196; + // aapt resource value: 0x7F060054 + public const int design_fab_shadow_mid_color = 2131099732; - // aapt resource value: 0x7F050055 - public const int design_fab_stroke_end_inner_color = 2131034197; + // aapt resource value: 0x7F060055 + public const int design_fab_shadow_start_color = 2131099733; - // aapt resource value: 0x7F050056 - public const int design_fab_stroke_end_outer_color = 2131034198; + // aapt resource value: 0x7F060056 + public const int design_fab_stroke_end_inner_color = 2131099734; - // aapt resource value: 0x7F050057 - public const int design_fab_stroke_top_inner_color = 2131034199; + // aapt resource value: 0x7F060057 + public const int design_fab_stroke_end_outer_color = 2131099735; - // aapt resource value: 0x7F050058 - public const int design_fab_stroke_top_outer_color = 2131034200; + // aapt resource value: 0x7F060058 + public const int design_fab_stroke_top_inner_color = 2131099736; - // aapt resource value: 0x7F050059 - public const int design_icon_tint = 2131034201; + // aapt resource value: 0x7F060059 + public const int design_fab_stroke_top_outer_color = 2131099737; - // aapt resource value: 0x7F05005A - public const int design_snackbar_background_color = 2131034202; + // aapt resource value: 0x7F06005A + public const int design_icon_tint = 2131099738; - // aapt resource value: 0x7F05005B - public const int dim_foreground_disabled_material_dark = 2131034203; + // aapt resource value: 0x7F06005B + public const int design_snackbar_background_color = 2131099739; - // aapt resource value: 0x7F05005C - public const int dim_foreground_disabled_material_light = 2131034204; + // aapt resource value: 0x7F06005C + public const int dim_foreground_disabled_material_dark = 2131099740; - // aapt resource value: 0x7F05005D - public const int dim_foreground_material_dark = 2131034205; + // aapt resource value: 0x7F06005D + public const int dim_foreground_disabled_material_light = 2131099741; - // aapt resource value: 0x7F05005E - public const int dim_foreground_material_light = 2131034206; + // aapt resource value: 0x7F06005E + public const int dim_foreground_material_dark = 2131099742; - // aapt resource value: 0x7F05005F - public const int error_color_material_dark = 2131034207; + // aapt resource value: 0x7F06005F + public const int dim_foreground_material_light = 2131099743; - // aapt resource value: 0x7F050060 - public const int error_color_material_light = 2131034208; + // aapt resource value: 0x7F060060 + public const int error_color_material_dark = 2131099744; - // aapt resource value: 0x7F050061 - public const int foreground_material_dark = 2131034209; + // aapt resource value: 0x7F060061 + public const int error_color_material_light = 2131099745; - // aapt resource value: 0x7F050062 - public const int foreground_material_light = 2131034210; + // aapt resource value: 0x7F060062 + public const int foreground_material_dark = 2131099746; - // aapt resource value: 0x7F050063 - public const int highlighted_text_material_dark = 2131034211; + // aapt resource value: 0x7F060063 + public const int foreground_material_light = 2131099747; - // aapt resource value: 0x7F050064 - public const int highlighted_text_material_light = 2131034212; + // aapt resource value: 0x7F060064 + public const int highlighted_text_material_dark = 2131099748; - // aapt resource value: 0x7F050065 - public const int launcher_background = 2131034213; + // aapt resource value: 0x7F060065 + public const int highlighted_text_material_light = 2131099749; - // aapt resource value: 0x7F050066 - public const int material_blue_grey_800 = 2131034214; + // aapt resource value: 0x7F060066 + public const int launcher_background = 2131099750; - // aapt resource value: 0x7F050067 - public const int material_blue_grey_900 = 2131034215; + // aapt resource value: 0x7F060067 + public const int material_blue_grey_800 = 2131099751; - // aapt resource value: 0x7F050068 - public const int material_blue_grey_950 = 2131034216; + // aapt resource value: 0x7F060068 + public const int material_blue_grey_900 = 2131099752; - // aapt resource value: 0x7F050069 - public const int material_cursor_color = 2131034217; + // aapt resource value: 0x7F060069 + public const int material_blue_grey_950 = 2131099753; - // aapt resource value: 0x7F05006A - public const int material_deep_teal_200 = 2131034218; + // aapt resource value: 0x7F06006A + public const int material_cursor_color = 2131099754; - // aapt resource value: 0x7F05006B - public const int material_deep_teal_500 = 2131034219; + // aapt resource value: 0x7F06006B + public const int material_deep_teal_200 = 2131099755; - // aapt resource value: 0x7F05006C - public const int material_grey_100 = 2131034220; + // aapt resource value: 0x7F06006C + public const int material_deep_teal_500 = 2131099756; - // aapt resource value: 0x7F05006D - public const int material_grey_300 = 2131034221; + // aapt resource value: 0x7F06006D + public const int material_grey_100 = 2131099757; - // aapt resource value: 0x7F05006E - public const int material_grey_50 = 2131034222; + // aapt resource value: 0x7F06006E + public const int material_grey_300 = 2131099758; - // aapt resource value: 0x7F05006F - public const int material_grey_600 = 2131034223; + // aapt resource value: 0x7F06006F + public const int material_grey_50 = 2131099759; - // aapt resource value: 0x7F050070 - public const int material_grey_800 = 2131034224; + // aapt resource value: 0x7F060070 + public const int material_grey_600 = 2131099760; - // aapt resource value: 0x7F050071 - public const int material_grey_850 = 2131034225; + // aapt resource value: 0x7F060071 + public const int material_grey_800 = 2131099761; - // aapt resource value: 0x7F050072 - public const int material_grey_900 = 2131034226; + // aapt resource value: 0x7F060072 + public const int material_grey_850 = 2131099762; - // aapt resource value: 0x7F050073 - public const int material_on_background_disabled = 2131034227; + // aapt resource value: 0x7F060073 + public const int material_grey_900 = 2131099763; - // aapt resource value: 0x7F050074 - public const int material_on_background_emphasis_high_type = 2131034228; + // aapt resource value: 0x7F060074 + public const int material_on_background_disabled = 2131099764; - // aapt resource value: 0x7F050075 - public const int material_on_background_emphasis_medium = 2131034229; + // aapt resource value: 0x7F060075 + public const int material_on_background_emphasis_high_type = 2131099765; - // aapt resource value: 0x7F050076 - public const int material_on_primary_disabled = 2131034230; + // aapt resource value: 0x7F060076 + public const int material_on_background_emphasis_medium = 2131099766; - // aapt resource value: 0x7F050077 - public const int material_on_primary_emphasis_high_type = 2131034231; + // aapt resource value: 0x7F060077 + public const int material_on_primary_disabled = 2131099767; - // aapt resource value: 0x7F050078 - public const int material_on_primary_emphasis_medium = 2131034232; + // aapt resource value: 0x7F060078 + public const int material_on_primary_emphasis_high_type = 2131099768; - // aapt resource value: 0x7F050079 - public const int material_on_surface_disabled = 2131034233; + // aapt resource value: 0x7F060079 + public const int material_on_primary_emphasis_medium = 2131099769; - // aapt resource value: 0x7F05007A - public const int material_on_surface_emphasis_high_type = 2131034234; + // aapt resource value: 0x7F06007A + public const int material_on_surface_disabled = 2131099770; - // aapt resource value: 0x7F05007B - public const int material_on_surface_emphasis_medium = 2131034235; + // aapt resource value: 0x7F06007B + public const int material_on_surface_emphasis_high_type = 2131099771; - // aapt resource value: 0x7F05007C - public const int material_on_surface_stroke = 2131034236; + // aapt resource value: 0x7F06007C + public const int material_on_surface_emphasis_medium = 2131099772; - // aapt resource value: 0x7F05007D - public const int material_slider_active_tick_marks_color = 2131034237; + // aapt resource value: 0x7F06007D + public const int material_on_surface_stroke = 2131099773; - // aapt resource value: 0x7F05007E - public const int material_slider_active_track_color = 2131034238; + // aapt resource value: 0x7F06007E + public const int material_slider_active_tick_marks_color = 2131099774; - // aapt resource value: 0x7F05007F - public const int material_slider_halo_color = 2131034239; + // aapt resource value: 0x7F06007F + public const int material_slider_active_track_color = 2131099775; - // aapt resource value: 0x7F050080 - public const int material_slider_inactive_tick_marks_color = 2131034240; + // aapt resource value: 0x7F060080 + public const int material_slider_halo_color = 2131099776; - // aapt resource value: 0x7F050081 - public const int material_slider_inactive_track_color = 2131034241; + // aapt resource value: 0x7F060081 + public const int material_slider_inactive_tick_marks_color = 2131099777; - // aapt resource value: 0x7F050082 - public const int material_slider_thumb_color = 2131034242; + // aapt resource value: 0x7F060082 + public const int material_slider_inactive_track_color = 2131099778; - // aapt resource value: 0x7F050083 - public const int material_timepicker_button_background = 2131034243; + // aapt resource value: 0x7F060083 + public const int material_slider_thumb_color = 2131099779; - // aapt resource value: 0x7F050084 - public const int material_timepicker_button_stroke = 2131034244; + // aapt resource value: 0x7F060084 + public const int material_timepicker_button_background = 2131099780; - // aapt resource value: 0x7F050086 - public const int material_timepicker_clockface = 2131034246; + // aapt resource value: 0x7F060085 + public const int material_timepicker_button_stroke = 2131099781; - // aapt resource value: 0x7F050085 - public const int material_timepicker_clock_text_color = 2131034245; + // aapt resource value: 0x7F060087 + public const int material_timepicker_clockface = 2131099783; - // aapt resource value: 0x7F050087 - public const int material_timepicker_modebutton_tint = 2131034247; + // aapt resource value: 0x7F060086 + public const int material_timepicker_clock_text_color = 2131099782; - // aapt resource value: 0x7F050088 - public const int mtrl_btn_bg_color_selector = 2131034248; + // aapt resource value: 0x7F060088 + public const int material_timepicker_modebutton_tint = 2131099784; - // aapt resource value: 0x7F050089 - public const int mtrl_btn_ripple_color = 2131034249; + // aapt resource value: 0x7F060089 + public const int mtrl_btn_bg_color_selector = 2131099785; - // aapt resource value: 0x7F05008A - public const int mtrl_btn_stroke_color_selector = 2131034250; + // aapt resource value: 0x7F06008A + public const int mtrl_btn_ripple_color = 2131099786; - // aapt resource value: 0x7F05008B - public const int mtrl_btn_text_btn_bg_color_selector = 2131034251; + // aapt resource value: 0x7F06008B + public const int mtrl_btn_stroke_color_selector = 2131099787; - // aapt resource value: 0x7F05008C - public const int mtrl_btn_text_btn_ripple_color = 2131034252; + // aapt resource value: 0x7F06008C + public const int mtrl_btn_text_btn_bg_color_selector = 2131099788; - // aapt resource value: 0x7F05008D - public const int mtrl_btn_text_color_disabled = 2131034253; + // aapt resource value: 0x7F06008D + public const int mtrl_btn_text_btn_ripple_color = 2131099789; - // aapt resource value: 0x7F05008E - public const int mtrl_btn_text_color_selector = 2131034254; + // aapt resource value: 0x7F06008E + public const int mtrl_btn_text_color_disabled = 2131099790; - // aapt resource value: 0x7F05008F - public const int mtrl_btn_transparent_bg_color = 2131034255; + // aapt resource value: 0x7F06008F + public const int mtrl_btn_text_color_selector = 2131099791; - // aapt resource value: 0x7F050090 - public const int mtrl_calendar_item_stroke_color = 2131034256; + // aapt resource value: 0x7F060090 + public const int mtrl_btn_transparent_bg_color = 2131099792; - // aapt resource value: 0x7F050091 - public const int mtrl_calendar_selected_range = 2131034257; + // aapt resource value: 0x7F060091 + public const int mtrl_calendar_item_stroke_color = 2131099793; - // aapt resource value: 0x7F050092 - public const int mtrl_card_view_foreground = 2131034258; + // aapt resource value: 0x7F060092 + public const int mtrl_calendar_selected_range = 2131099794; - // aapt resource value: 0x7F050093 - public const int mtrl_card_view_ripple = 2131034259; + // aapt resource value: 0x7F060093 + public const int mtrl_card_view_foreground = 2131099795; - // aapt resource value: 0x7F050094 - public const int mtrl_chip_background_color = 2131034260; + // aapt resource value: 0x7F060094 + public const int mtrl_card_view_ripple = 2131099796; - // aapt resource value: 0x7F050095 - public const int mtrl_chip_close_icon_tint = 2131034261; + // aapt resource value: 0x7F060095 + public const int mtrl_chip_background_color = 2131099797; - // aapt resource value: 0x7F050096 - public const int mtrl_chip_surface_color = 2131034262; + // aapt resource value: 0x7F060096 + public const int mtrl_chip_close_icon_tint = 2131099798; - // aapt resource value: 0x7F050097 - public const int mtrl_chip_text_color = 2131034263; + // aapt resource value: 0x7F060097 + public const int mtrl_chip_surface_color = 2131099799; - // aapt resource value: 0x7F050098 - public const int mtrl_choice_chip_background_color = 2131034264; + // aapt resource value: 0x7F060098 + public const int mtrl_chip_text_color = 2131099800; - // aapt resource value: 0x7F050099 - public const int mtrl_choice_chip_ripple_color = 2131034265; + // aapt resource value: 0x7F060099 + public const int mtrl_choice_chip_background_color = 2131099801; - // aapt resource value: 0x7F05009A - public const int mtrl_choice_chip_text_color = 2131034266; + // aapt resource value: 0x7F06009A + public const int mtrl_choice_chip_ripple_color = 2131099802; - // aapt resource value: 0x7F05009B - public const int mtrl_error = 2131034267; + // aapt resource value: 0x7F06009B + public const int mtrl_choice_chip_text_color = 2131099803; - // aapt resource value: 0x7F05009C - public const int mtrl_fab_bg_color_selector = 2131034268; + // aapt resource value: 0x7F06009C + public const int mtrl_error = 2131099804; - // aapt resource value: 0x7F05009D - public const int mtrl_fab_icon_text_color_selector = 2131034269; + // aapt resource value: 0x7F06009D + public const int mtrl_fab_bg_color_selector = 2131099805; - // aapt resource value: 0x7F05009E - public const int mtrl_fab_ripple_color = 2131034270; + // aapt resource value: 0x7F06009E + public const int mtrl_fab_icon_text_color_selector = 2131099806; - // aapt resource value: 0x7F05009F - public const int mtrl_filled_background_color = 2131034271; + // aapt resource value: 0x7F06009F + public const int mtrl_fab_ripple_color = 2131099807; - // aapt resource value: 0x7F0500A0 - public const int mtrl_filled_icon_tint = 2131034272; + // aapt resource value: 0x7F0600A0 + public const int mtrl_filled_background_color = 2131099808; - // aapt resource value: 0x7F0500A1 - public const int mtrl_filled_stroke_color = 2131034273; + // aapt resource value: 0x7F0600A1 + public const int mtrl_filled_icon_tint = 2131099809; - // aapt resource value: 0x7F0500A2 - public const int mtrl_indicator_text_color = 2131034274; + // aapt resource value: 0x7F0600A2 + public const int mtrl_filled_stroke_color = 2131099810; - // aapt resource value: 0x7F0500A3 - public const int mtrl_navigation_bar_colored_item_tint = 2131034275; + // aapt resource value: 0x7F0600A3 + public const int mtrl_indicator_text_color = 2131099811; - // aapt resource value: 0x7F0500A4 - public const int mtrl_navigation_bar_colored_ripple_color = 2131034276; + // aapt resource value: 0x7F0600A4 + public const int mtrl_navigation_bar_colored_item_tint = 2131099812; - // aapt resource value: 0x7F0500A5 - public const int mtrl_navigation_bar_item_tint = 2131034277; + // aapt resource value: 0x7F0600A5 + public const int mtrl_navigation_bar_colored_ripple_color = 2131099813; - // aapt resource value: 0x7F0500A6 - public const int mtrl_navigation_bar_ripple_color = 2131034278; + // aapt resource value: 0x7F0600A6 + public const int mtrl_navigation_bar_item_tint = 2131099814; - // aapt resource value: 0x7F0500A7 - public const int mtrl_navigation_item_background_color = 2131034279; + // aapt resource value: 0x7F0600A7 + public const int mtrl_navigation_bar_ripple_color = 2131099815; - // aapt resource value: 0x7F0500A8 - public const int mtrl_navigation_item_icon_tint = 2131034280; + // aapt resource value: 0x7F0600A8 + public const int mtrl_navigation_item_background_color = 2131099816; - // aapt resource value: 0x7F0500A9 - public const int mtrl_navigation_item_text_color = 2131034281; + // aapt resource value: 0x7F0600A9 + public const int mtrl_navigation_item_icon_tint = 2131099817; - // aapt resource value: 0x7F0500AA - public const int mtrl_on_primary_text_btn_text_color_selector = 2131034282; + // aapt resource value: 0x7F0600AA + public const int mtrl_navigation_item_text_color = 2131099818; - // aapt resource value: 0x7F0500AB - public const int mtrl_on_surface_ripple_color = 2131034283; + // aapt resource value: 0x7F0600AB + public const int mtrl_on_primary_text_btn_text_color_selector = 2131099819; - // aapt resource value: 0x7F0500AC - public const int mtrl_outlined_icon_tint = 2131034284; + // aapt resource value: 0x7F0600AC + public const int mtrl_on_surface_ripple_color = 2131099820; - // aapt resource value: 0x7F0500AD - public const int mtrl_outlined_stroke_color = 2131034285; + // aapt resource value: 0x7F0600AD + public const int mtrl_outlined_icon_tint = 2131099821; - // aapt resource value: 0x7F0500AE - public const int mtrl_popupmenu_overlay_color = 2131034286; + // aapt resource value: 0x7F0600AE + public const int mtrl_outlined_stroke_color = 2131099822; - // aapt resource value: 0x7F0500AF - public const int mtrl_scrim_color = 2131034287; + // aapt resource value: 0x7F0600AF + public const int mtrl_popupmenu_overlay_color = 2131099823; - // aapt resource value: 0x7F0500B0 - public const int mtrl_tabs_colored_ripple_color = 2131034288; + // aapt resource value: 0x7F0600B0 + public const int mtrl_scrim_color = 2131099824; - // aapt resource value: 0x7F0500B1 - public const int mtrl_tabs_icon_color_selector = 2131034289; + // aapt resource value: 0x7F0600B1 + public const int mtrl_tabs_colored_ripple_color = 2131099825; - // aapt resource value: 0x7F0500B2 - public const int mtrl_tabs_icon_color_selector_colored = 2131034290; + // aapt resource value: 0x7F0600B2 + public const int mtrl_tabs_icon_color_selector = 2131099826; - // aapt resource value: 0x7F0500B3 - public const int mtrl_tabs_legacy_text_color_selector = 2131034291; + // aapt resource value: 0x7F0600B3 + public const int mtrl_tabs_icon_color_selector_colored = 2131099827; - // aapt resource value: 0x7F0500B4 - public const int mtrl_tabs_ripple_color = 2131034292; + // aapt resource value: 0x7F0600B4 + public const int mtrl_tabs_legacy_text_color_selector = 2131099828; - // aapt resource value: 0x7F0500B6 - public const int mtrl_textinput_default_box_stroke_color = 2131034294; + // aapt resource value: 0x7F0600B5 + public const int mtrl_tabs_ripple_color = 2131099829; - // aapt resource value: 0x7F0500B7 - public const int mtrl_textinput_disabled_color = 2131034295; + // aapt resource value: 0x7F0600B7 + public const int mtrl_textinput_default_box_stroke_color = 2131099831; - // aapt resource value: 0x7F0500B8 - public const int mtrl_textinput_filled_box_default_background_color = 2131034296; + // aapt resource value: 0x7F0600B8 + public const int mtrl_textinput_disabled_color = 2131099832; - // aapt resource value: 0x7F0500B9 - public const int mtrl_textinput_focused_box_stroke_color = 2131034297; + // aapt resource value: 0x7F0600B9 + public const int mtrl_textinput_filled_box_default_background_color = 2131099833; - // aapt resource value: 0x7F0500BA - public const int mtrl_textinput_hovered_box_stroke_color = 2131034298; + // aapt resource value: 0x7F0600BA + public const int mtrl_textinput_focused_box_stroke_color = 2131099834; - // aapt resource value: 0x7F0500B5 - public const int mtrl_text_btn_text_color_selector = 2131034293; + // aapt resource value: 0x7F0600BB + public const int mtrl_textinput_hovered_box_stroke_color = 2131099835; - // aapt resource value: 0x7F0500BB - public const int notification_action_color_filter = 2131034299; + // aapt resource value: 0x7F0600B6 + public const int mtrl_text_btn_text_color_selector = 2131099830; - // aapt resource value: 0x7F0500BC - public const int notification_icon_bg_color = 2131034300; + // aapt resource value: 0x7F0600BC + public const int notification_action_color_filter = 2131099836; - // aapt resource value: 0x7F0500BD - public const int notification_material_background_media_default_color = 2131034301; + // aapt resource value: 0x7F0600BD + public const int notification_icon_bg_color = 2131099837; - // aapt resource value: 0x7F0500BE - public const int preference_fallback_accent_color = 2131034302; + // aapt resource value: 0x7F0600BE + public const int notification_material_background_media_default_color = 2131099838; - // aapt resource value: 0x7F0500BF - public const int primary_dark_material_dark = 2131034303; + // aapt resource value: 0x7F0600BF + public const int preference_fallback_accent_color = 2131099839; - // aapt resource value: 0x7F0500C0 - public const int primary_dark_material_light = 2131034304; + // aapt resource value: 0x7F0600C0 + public const int primary_dark_material_dark = 2131099840; - // aapt resource value: 0x7F0500C1 - public const int primary_material_dark = 2131034305; + // aapt resource value: 0x7F0600C1 + public const int primary_dark_material_light = 2131099841; - // aapt resource value: 0x7F0500C2 - public const int primary_material_light = 2131034306; + // aapt resource value: 0x7F0600C2 + public const int primary_material_dark = 2131099842; - // aapt resource value: 0x7F0500C3 - public const int primary_text_default_material_dark = 2131034307; + // aapt resource value: 0x7F0600C3 + public const int primary_material_light = 2131099843; - // aapt resource value: 0x7F0500C4 - public const int primary_text_default_material_light = 2131034308; + // aapt resource value: 0x7F0600C4 + public const int primary_text_default_material_dark = 2131099844; - // aapt resource value: 0x7F0500C5 - public const int primary_text_disabled_material_dark = 2131034309; + // aapt resource value: 0x7F0600C5 + public const int primary_text_default_material_light = 2131099845; - // aapt resource value: 0x7F0500C6 - public const int primary_text_disabled_material_light = 2131034310; + // aapt resource value: 0x7F0600C6 + public const int primary_text_disabled_material_dark = 2131099846; - // aapt resource value: 0x7F0500C7 - public const int radiobutton_themeable_attribute_color = 2131034311; + // aapt resource value: 0x7F0600C7 + public const int primary_text_disabled_material_light = 2131099847; - // aapt resource value: 0x7F0500C8 - public const int ripple_material_dark = 2131034312; + // aapt resource value: 0x7F0600C8 + public const int radiobutton_themeable_attribute_color = 2131099848; - // aapt resource value: 0x7F0500C9 - public const int ripple_material_light = 2131034313; + // aapt resource value: 0x7F0600C9 + public const int ripple_material_dark = 2131099849; - // aapt resource value: 0x7F0500CA - public const int secondary_text_default_material_dark = 2131034314; + // aapt resource value: 0x7F0600CA + public const int ripple_material_light = 2131099850; - // aapt resource value: 0x7F0500CB - public const int secondary_text_default_material_light = 2131034315; + // aapt resource value: 0x7F0600CB + public const int secondary_text_default_material_dark = 2131099851; - // aapt resource value: 0x7F0500CC - public const int secondary_text_disabled_material_dark = 2131034316; + // aapt resource value: 0x7F0600CC + public const int secondary_text_default_material_light = 2131099852; - // aapt resource value: 0x7F0500CD - public const int secondary_text_disabled_material_light = 2131034317; + // aapt resource value: 0x7F0600CD + public const int secondary_text_disabled_material_dark = 2131099853; - // aapt resource value: 0x7F0500CE - public const int switch_thumb_disabled_material_dark = 2131034318; + // aapt resource value: 0x7F0600CE + public const int secondary_text_disabled_material_light = 2131099854; - // aapt resource value: 0x7F0500CF - public const int switch_thumb_disabled_material_light = 2131034319; + // aapt resource value: 0x7F0600CF + public const int switch_thumb_disabled_material_dark = 2131099855; - // aapt resource value: 0x7F0500D0 - public const int switch_thumb_material_dark = 2131034320; + // aapt resource value: 0x7F0600D0 + public const int switch_thumb_disabled_material_light = 2131099856; - // aapt resource value: 0x7F0500D1 - public const int switch_thumb_material_light = 2131034321; + // aapt resource value: 0x7F0600D1 + public const int switch_thumb_material_dark = 2131099857; - // aapt resource value: 0x7F0500D2 - public const int switch_thumb_normal_material_dark = 2131034322; + // aapt resource value: 0x7F0600D2 + public const int switch_thumb_material_light = 2131099858; - // aapt resource value: 0x7F0500D3 - public const int switch_thumb_normal_material_light = 2131034323; + // aapt resource value: 0x7F0600D3 + public const int switch_thumb_normal_material_dark = 2131099859; - // aapt resource value: 0x7F0500D4 - public const int test_mtrl_calendar_day = 2131034324; + // aapt resource value: 0x7F0600D4 + public const int switch_thumb_normal_material_light = 2131099860; - // aapt resource value: 0x7F0500D5 - public const int test_mtrl_calendar_day_selected = 2131034325; + // aapt resource value: 0x7F0600D5 + public const int test_mtrl_calendar_day = 2131099861; - // aapt resource value: 0x7F0500D6 - public const int tooltip_background_dark = 2131034326; + // aapt resource value: 0x7F0600D6 + public const int test_mtrl_calendar_day_selected = 2131099862; - // aapt resource value: 0x7F0500D7 - public const int tooltip_background_light = 2131034327; + // aapt resource value: 0x7F0600D7 + public const int tooltip_background_dark = 2131099863; + + // aapt resource value: 0x7F0600D8 + public const int tooltip_background_light = 2131099864; static Color() { @@ -14952,1295 +15154,1298 @@ namespace QRBee.Droid public partial class Dimension { - // aapt resource value: 0x7F060000 - public const int abc_action_bar_content_inset_material = 2131099648; + // aapt resource value: 0x7F070000 + public const int abc_action_bar_content_inset_material = 2131165184; - // aapt resource value: 0x7F060001 - public const int abc_action_bar_content_inset_with_nav = 2131099649; + // aapt resource value: 0x7F070001 + public const int abc_action_bar_content_inset_with_nav = 2131165185; - // aapt resource value: 0x7F060002 - public const int abc_action_bar_default_height_material = 2131099650; + // aapt resource value: 0x7F070002 + public const int abc_action_bar_default_height_material = 2131165186; - // aapt resource value: 0x7F060003 - public const int abc_action_bar_default_padding_end_material = 2131099651; + // aapt resource value: 0x7F070003 + public const int abc_action_bar_default_padding_end_material = 2131165187; - // aapt resource value: 0x7F060004 - public const int abc_action_bar_default_padding_start_material = 2131099652; + // aapt resource value: 0x7F070004 + public const int abc_action_bar_default_padding_start_material = 2131165188; - // aapt resource value: 0x7F060005 - public const int abc_action_bar_elevation_material = 2131099653; + // aapt resource value: 0x7F070005 + public const int abc_action_bar_elevation_material = 2131165189; - // aapt resource value: 0x7F060006 - public const int abc_action_bar_icon_vertical_padding_material = 2131099654; + // aapt resource value: 0x7F070006 + public const int abc_action_bar_icon_vertical_padding_material = 2131165190; - // aapt resource value: 0x7F060007 - public const int abc_action_bar_overflow_padding_end_material = 2131099655; + // aapt resource value: 0x7F070007 + public const int abc_action_bar_overflow_padding_end_material = 2131165191; - // aapt resource value: 0x7F060008 - public const int abc_action_bar_overflow_padding_start_material = 2131099656; + // aapt resource value: 0x7F070008 + public const int abc_action_bar_overflow_padding_start_material = 2131165192; - // aapt resource value: 0x7F060009 - public const int abc_action_bar_stacked_max_height = 2131099657; + // aapt resource value: 0x7F070009 + public const int abc_action_bar_stacked_max_height = 2131165193; - // aapt resource value: 0x7F06000A - public const int abc_action_bar_stacked_tab_max_width = 2131099658; + // aapt resource value: 0x7F07000A + public const int abc_action_bar_stacked_tab_max_width = 2131165194; - // aapt resource value: 0x7F06000B - public const int abc_action_bar_subtitle_bottom_margin_material = 2131099659; + // aapt resource value: 0x7F07000B + public const int abc_action_bar_subtitle_bottom_margin_material = 2131165195; - // aapt resource value: 0x7F06000C - public const int abc_action_bar_subtitle_top_margin_material = 2131099660; + // aapt resource value: 0x7F07000C + public const int abc_action_bar_subtitle_top_margin_material = 2131165196; - // aapt resource value: 0x7F06000D - public const int abc_action_button_min_height_material = 2131099661; + // aapt resource value: 0x7F07000D + public const int abc_action_button_min_height_material = 2131165197; - // aapt resource value: 0x7F06000E - public const int abc_action_button_min_width_material = 2131099662; + // aapt resource value: 0x7F07000E + public const int abc_action_button_min_width_material = 2131165198; - // aapt resource value: 0x7F06000F - public const int abc_action_button_min_width_overflow_material = 2131099663; + // aapt resource value: 0x7F07000F + public const int abc_action_button_min_width_overflow_material = 2131165199; - // aapt resource value: 0x7F060010 - public const int abc_alert_dialog_button_bar_height = 2131099664; + // aapt resource value: 0x7F070010 + public const int abc_alert_dialog_button_bar_height = 2131165200; - // aapt resource value: 0x7F060011 - public const int abc_alert_dialog_button_dimen = 2131099665; + // aapt resource value: 0x7F070011 + public const int abc_alert_dialog_button_dimen = 2131165201; - // aapt resource value: 0x7F060012 - public const int abc_button_inset_horizontal_material = 2131099666; + // aapt resource value: 0x7F070012 + public const int abc_button_inset_horizontal_material = 2131165202; - // aapt resource value: 0x7F060013 - public const int abc_button_inset_vertical_material = 2131099667; + // aapt resource value: 0x7F070013 + public const int abc_button_inset_vertical_material = 2131165203; - // aapt resource value: 0x7F060014 - public const int abc_button_padding_horizontal_material = 2131099668; + // aapt resource value: 0x7F070014 + public const int abc_button_padding_horizontal_material = 2131165204; - // aapt resource value: 0x7F060015 - public const int abc_button_padding_vertical_material = 2131099669; + // aapt resource value: 0x7F070015 + public const int abc_button_padding_vertical_material = 2131165205; - // aapt resource value: 0x7F060016 - public const int abc_cascading_menus_min_smallest_width = 2131099670; + // aapt resource value: 0x7F070016 + public const int abc_cascading_menus_min_smallest_width = 2131165206; - // aapt resource value: 0x7F060017 - public const int abc_config_prefDialogWidth = 2131099671; + // aapt resource value: 0x7F070017 + public const int abc_config_prefDialogWidth = 2131165207; - // aapt resource value: 0x7F060018 - public const int abc_control_corner_material = 2131099672; + // aapt resource value: 0x7F070018 + public const int abc_control_corner_material = 2131165208; - // aapt resource value: 0x7F060019 - public const int abc_control_inset_material = 2131099673; + // aapt resource value: 0x7F070019 + public const int abc_control_inset_material = 2131165209; - // aapt resource value: 0x7F06001A - public const int abc_control_padding_material = 2131099674; + // aapt resource value: 0x7F07001A + public const int abc_control_padding_material = 2131165210; - // aapt resource value: 0x7F06001B - public const int abc_dialog_corner_radius_material = 2131099675; + // aapt resource value: 0x7F07001B + public const int abc_dialog_corner_radius_material = 2131165211; - // aapt resource value: 0x7F06001C - public const int abc_dialog_fixed_height_major = 2131099676; + // aapt resource value: 0x7F07001C + public const int abc_dialog_fixed_height_major = 2131165212; - // aapt resource value: 0x7F06001D - public const int abc_dialog_fixed_height_minor = 2131099677; + // aapt resource value: 0x7F07001D + public const int abc_dialog_fixed_height_minor = 2131165213; - // aapt resource value: 0x7F06001E - public const int abc_dialog_fixed_width_major = 2131099678; + // aapt resource value: 0x7F07001E + public const int abc_dialog_fixed_width_major = 2131165214; - // aapt resource value: 0x7F06001F - public const int abc_dialog_fixed_width_minor = 2131099679; + // aapt resource value: 0x7F07001F + public const int abc_dialog_fixed_width_minor = 2131165215; - // aapt resource value: 0x7F060020 - public const int abc_dialog_list_padding_bottom_no_buttons = 2131099680; + // aapt resource value: 0x7F070020 + public const int abc_dialog_list_padding_bottom_no_buttons = 2131165216; - // aapt resource value: 0x7F060021 - public const int abc_dialog_list_padding_top_no_title = 2131099681; + // aapt resource value: 0x7F070021 + public const int abc_dialog_list_padding_top_no_title = 2131165217; - // aapt resource value: 0x7F060022 - public const int abc_dialog_min_width_major = 2131099682; + // aapt resource value: 0x7F070022 + public const int abc_dialog_min_width_major = 2131165218; - // aapt resource value: 0x7F060023 - public const int abc_dialog_min_width_minor = 2131099683; + // aapt resource value: 0x7F070023 + public const int abc_dialog_min_width_minor = 2131165219; - // aapt resource value: 0x7F060024 - public const int abc_dialog_padding_material = 2131099684; + // aapt resource value: 0x7F070024 + public const int abc_dialog_padding_material = 2131165220; - // aapt resource value: 0x7F060025 - public const int abc_dialog_padding_top_material = 2131099685; + // aapt resource value: 0x7F070025 + public const int abc_dialog_padding_top_material = 2131165221; - // aapt resource value: 0x7F060026 - public const int abc_dialog_title_divider_material = 2131099686; + // aapt resource value: 0x7F070026 + public const int abc_dialog_title_divider_material = 2131165222; - // aapt resource value: 0x7F060027 - public const int abc_disabled_alpha_material_dark = 2131099687; + // aapt resource value: 0x7F070027 + public const int abc_disabled_alpha_material_dark = 2131165223; - // aapt resource value: 0x7F060028 - public const int abc_disabled_alpha_material_light = 2131099688; + // aapt resource value: 0x7F070028 + public const int abc_disabled_alpha_material_light = 2131165224; - // aapt resource value: 0x7F060029 - public const int abc_dropdownitem_icon_width = 2131099689; + // aapt resource value: 0x7F070029 + public const int abc_dropdownitem_icon_width = 2131165225; - // aapt resource value: 0x7F06002A - public const int abc_dropdownitem_text_padding_left = 2131099690; + // aapt resource value: 0x7F07002A + public const int abc_dropdownitem_text_padding_left = 2131165226; - // aapt resource value: 0x7F06002B - public const int abc_dropdownitem_text_padding_right = 2131099691; + // aapt resource value: 0x7F07002B + public const int abc_dropdownitem_text_padding_right = 2131165227; - // aapt resource value: 0x7F06002C - public const int abc_edit_text_inset_bottom_material = 2131099692; + // aapt resource value: 0x7F07002C + public const int abc_edit_text_inset_bottom_material = 2131165228; - // aapt resource value: 0x7F06002D - public const int abc_edit_text_inset_horizontal_material = 2131099693; + // aapt resource value: 0x7F07002D + public const int abc_edit_text_inset_horizontal_material = 2131165229; - // aapt resource value: 0x7F06002E - public const int abc_edit_text_inset_top_material = 2131099694; + // aapt resource value: 0x7F07002E + public const int abc_edit_text_inset_top_material = 2131165230; - // aapt resource value: 0x7F06002F - public const int abc_floating_window_z = 2131099695; + // aapt resource value: 0x7F07002F + public const int abc_floating_window_z = 2131165231; - // aapt resource value: 0x7F060030 - public const int abc_list_item_height_large_material = 2131099696; + // aapt resource value: 0x7F070030 + public const int abc_list_item_height_large_material = 2131165232; - // aapt resource value: 0x7F060031 - public const int abc_list_item_height_material = 2131099697; + // aapt resource value: 0x7F070031 + public const int abc_list_item_height_material = 2131165233; - // aapt resource value: 0x7F060032 - public const int abc_list_item_height_small_material = 2131099698; + // aapt resource value: 0x7F070032 + public const int abc_list_item_height_small_material = 2131165234; - // aapt resource value: 0x7F060033 - public const int abc_list_item_padding_horizontal_material = 2131099699; + // aapt resource value: 0x7F070033 + public const int abc_list_item_padding_horizontal_material = 2131165235; - // aapt resource value: 0x7F060034 - public const int abc_panel_menu_list_width = 2131099700; + // aapt resource value: 0x7F070034 + public const int abc_panel_menu_list_width = 2131165236; - // aapt resource value: 0x7F060035 - public const int abc_progress_bar_height_material = 2131099701; + // aapt resource value: 0x7F070035 + public const int abc_progress_bar_height_material = 2131165237; - // aapt resource value: 0x7F060036 - public const int abc_search_view_preferred_height = 2131099702; + // aapt resource value: 0x7F070036 + public const int abc_search_view_preferred_height = 2131165238; - // aapt resource value: 0x7F060037 - public const int abc_search_view_preferred_width = 2131099703; + // aapt resource value: 0x7F070037 + public const int abc_search_view_preferred_width = 2131165239; - // aapt resource value: 0x7F060038 - public const int abc_seekbar_track_background_height_material = 2131099704; + // aapt resource value: 0x7F070038 + public const int abc_seekbar_track_background_height_material = 2131165240; - // aapt resource value: 0x7F060039 - public const int abc_seekbar_track_progress_height_material = 2131099705; + // aapt resource value: 0x7F070039 + public const int abc_seekbar_track_progress_height_material = 2131165241; - // aapt resource value: 0x7F06003A - public const int abc_select_dialog_padding_start_material = 2131099706; + // aapt resource value: 0x7F07003A + public const int abc_select_dialog_padding_start_material = 2131165242; - // aapt resource value: 0x7F06003B - public const int abc_star_big = 2131099707; + // aapt resource value: 0x7F07003B + public const int abc_star_big = 2131165243; - // aapt resource value: 0x7F06003C - public const int abc_star_medium = 2131099708; + // aapt resource value: 0x7F07003C + public const int abc_star_medium = 2131165244; - // aapt resource value: 0x7F06003D - public const int abc_star_small = 2131099709; + // aapt resource value: 0x7F07003D + public const int abc_star_small = 2131165245; - // aapt resource value: 0x7F06003E - public const int abc_switch_padding = 2131099710; + // aapt resource value: 0x7F07003E + public const int abc_switch_padding = 2131165246; - // aapt resource value: 0x7F06003F - public const int abc_text_size_body_1_material = 2131099711; + // aapt resource value: 0x7F07003F + public const int abc_text_size_body_1_material = 2131165247; - // aapt resource value: 0x7F060040 - public const int abc_text_size_body_2_material = 2131099712; + // aapt resource value: 0x7F070040 + public const int abc_text_size_body_2_material = 2131165248; - // aapt resource value: 0x7F060041 - public const int abc_text_size_button_material = 2131099713; + // aapt resource value: 0x7F070041 + public const int abc_text_size_button_material = 2131165249; - // aapt resource value: 0x7F060042 - public const int abc_text_size_caption_material = 2131099714; + // aapt resource value: 0x7F070042 + public const int abc_text_size_caption_material = 2131165250; - // aapt resource value: 0x7F060043 - public const int abc_text_size_display_1_material = 2131099715; + // aapt resource value: 0x7F070043 + public const int abc_text_size_display_1_material = 2131165251; - // aapt resource value: 0x7F060044 - public const int abc_text_size_display_2_material = 2131099716; + // aapt resource value: 0x7F070044 + public const int abc_text_size_display_2_material = 2131165252; - // aapt resource value: 0x7F060045 - public const int abc_text_size_display_3_material = 2131099717; + // aapt resource value: 0x7F070045 + public const int abc_text_size_display_3_material = 2131165253; - // aapt resource value: 0x7F060046 - public const int abc_text_size_display_4_material = 2131099718; + // aapt resource value: 0x7F070046 + public const int abc_text_size_display_4_material = 2131165254; - // aapt resource value: 0x7F060047 - public const int abc_text_size_headline_material = 2131099719; + // aapt resource value: 0x7F070047 + public const int abc_text_size_headline_material = 2131165255; - // aapt resource value: 0x7F060048 - public const int abc_text_size_large_material = 2131099720; + // aapt resource value: 0x7F070048 + public const int abc_text_size_large_material = 2131165256; - // aapt resource value: 0x7F060049 - public const int abc_text_size_medium_material = 2131099721; + // aapt resource value: 0x7F070049 + public const int abc_text_size_medium_material = 2131165257; - // aapt resource value: 0x7F06004A - public const int abc_text_size_menu_header_material = 2131099722; + // aapt resource value: 0x7F07004A + public const int abc_text_size_menu_header_material = 2131165258; - // aapt resource value: 0x7F06004B - public const int abc_text_size_menu_material = 2131099723; + // aapt resource value: 0x7F07004B + public const int abc_text_size_menu_material = 2131165259; - // aapt resource value: 0x7F06004C - public const int abc_text_size_small_material = 2131099724; + // aapt resource value: 0x7F07004C + public const int abc_text_size_small_material = 2131165260; - // aapt resource value: 0x7F06004D - public const int abc_text_size_subhead_material = 2131099725; + // aapt resource value: 0x7F07004D + public const int abc_text_size_subhead_material = 2131165261; - // aapt resource value: 0x7F06004E - public const int abc_text_size_subtitle_material_toolbar = 2131099726; + // aapt resource value: 0x7F07004E + public const int abc_text_size_subtitle_material_toolbar = 2131165262; - // aapt resource value: 0x7F06004F - public const int abc_text_size_title_material = 2131099727; + // aapt resource value: 0x7F07004F + public const int abc_text_size_title_material = 2131165263; - // aapt resource value: 0x7F060050 - public const int abc_text_size_title_material_toolbar = 2131099728; + // aapt resource value: 0x7F070050 + public const int abc_text_size_title_material_toolbar = 2131165264; - // aapt resource value: 0x7F060051 - public const int action_bar_size = 2131099729; + // aapt resource value: 0x7F070051 + public const int action_bar_size = 2131165265; - // aapt resource value: 0x7F060052 - public const int appcompat_dialog_background_inset = 2131099730; + // aapt resource value: 0x7F070052 + public const int appcompat_dialog_background_inset = 2131165266; - // aapt resource value: 0x7F060053 - public const int browser_actions_context_menu_max_width = 2131099731; + // aapt resource value: 0x7F070053 + public const int browser_actions_context_menu_max_width = 2131165267; - // aapt resource value: 0x7F060054 - public const int browser_actions_context_menu_min_padding = 2131099732; + // aapt resource value: 0x7F070054 + public const int browser_actions_context_menu_min_padding = 2131165268; - // aapt resource value: 0x7F060055 - public const int cardview_compat_inset_shadow = 2131099733; + // aapt resource value: 0x7F070055 + public const int cardview_compat_inset_shadow = 2131165269; - // aapt resource value: 0x7F060056 - public const int cardview_default_elevation = 2131099734; + // aapt resource value: 0x7F070056 + public const int cardview_default_elevation = 2131165270; - // aapt resource value: 0x7F060057 - public const int cardview_default_radius = 2131099735; + // aapt resource value: 0x7F070057 + public const int cardview_default_radius = 2131165271; - // aapt resource value: 0x7F060058 - public const int clock_face_margin_start = 2131099736; + // aapt resource value: 0x7F070058 + public const int clock_face_margin_start = 2131165272; - // aapt resource value: 0x7F060059 - public const int compat_button_inset_horizontal_material = 2131099737; + // aapt resource value: 0x7F070059 + public const int compat_button_inset_horizontal_material = 2131165273; - // aapt resource value: 0x7F06005A - public const int compat_button_inset_vertical_material = 2131099738; + // aapt resource value: 0x7F07005A + public const int compat_button_inset_vertical_material = 2131165274; - // aapt resource value: 0x7F06005B - public const int compat_button_padding_horizontal_material = 2131099739; + // aapt resource value: 0x7F07005B + public const int compat_button_padding_horizontal_material = 2131165275; - // aapt resource value: 0x7F06005C - public const int compat_button_padding_vertical_material = 2131099740; + // aapt resource value: 0x7F07005C + public const int compat_button_padding_vertical_material = 2131165276; - // aapt resource value: 0x7F06005D - public const int compat_control_corner_material = 2131099741; + // aapt resource value: 0x7F07005D + public const int compat_control_corner_material = 2131165277; - // aapt resource value: 0x7F06005E - public const int compat_notification_large_icon_max_height = 2131099742; + // aapt resource value: 0x7F07005E + public const int compat_notification_large_icon_max_height = 2131165278; - // aapt resource value: 0x7F06005F - public const int compat_notification_large_icon_max_width = 2131099743; + // aapt resource value: 0x7F07005F + public const int compat_notification_large_icon_max_width = 2131165279; - // aapt resource value: 0x7F060061 - public const int default_dimension = 2131099745; + // aapt resource value: 0x7F070061 + public const int default_dimension = 2131165281; - // aapt resource value: 0x7F060060 - public const int def_drawer_elevation = 2131099744; + // aapt resource value: 0x7F070060 + public const int def_drawer_elevation = 2131165280; - // aapt resource value: 0x7F060062 - public const int design_appbar_elevation = 2131099746; + // aapt resource value: 0x7F070062 + public const int design_appbar_elevation = 2131165282; - // aapt resource value: 0x7F060063 - public const int design_bottom_navigation_active_item_max_width = 2131099747; + // aapt resource value: 0x7F070063 + public const int design_bottom_navigation_active_item_max_width = 2131165283; - // aapt resource value: 0x7F060064 - public const int design_bottom_navigation_active_item_min_width = 2131099748; + // aapt resource value: 0x7F070064 + public const int design_bottom_navigation_active_item_min_width = 2131165284; - // aapt resource value: 0x7F060065 - public const int design_bottom_navigation_active_text_size = 2131099749; + // aapt resource value: 0x7F070065 + public const int design_bottom_navigation_active_text_size = 2131165285; - // aapt resource value: 0x7F060066 - public const int design_bottom_navigation_elevation = 2131099750; + // aapt resource value: 0x7F070066 + public const int design_bottom_navigation_elevation = 2131165286; - // aapt resource value: 0x7F060067 - public const int design_bottom_navigation_height = 2131099751; + // aapt resource value: 0x7F070067 + public const int design_bottom_navigation_height = 2131165287; - // aapt resource value: 0x7F060068 - public const int design_bottom_navigation_icon_size = 2131099752; + // aapt resource value: 0x7F070068 + public const int design_bottom_navigation_icon_size = 2131165288; - // aapt resource value: 0x7F060069 - public const int design_bottom_navigation_item_max_width = 2131099753; + // aapt resource value: 0x7F070069 + public const int design_bottom_navigation_item_max_width = 2131165289; - // aapt resource value: 0x7F06006A - public const int design_bottom_navigation_item_min_width = 2131099754; + // aapt resource value: 0x7F07006A + public const int design_bottom_navigation_item_min_width = 2131165290; - // aapt resource value: 0x7F06006B - public const int design_bottom_navigation_label_padding = 2131099755; + // aapt resource value: 0x7F07006B + public const int design_bottom_navigation_label_padding = 2131165291; - // aapt resource value: 0x7F06006C - public const int design_bottom_navigation_margin = 2131099756; + // aapt resource value: 0x7F07006C + public const int design_bottom_navigation_margin = 2131165292; - // aapt resource value: 0x7F06006D - public const int design_bottom_navigation_shadow_height = 2131099757; + // aapt resource value: 0x7F07006D + public const int design_bottom_navigation_shadow_height = 2131165293; - // aapt resource value: 0x7F06006E - public const int design_bottom_navigation_text_size = 2131099758; + // aapt resource value: 0x7F07006E + public const int design_bottom_navigation_text_size = 2131165294; - // aapt resource value: 0x7F06006F - public const int design_bottom_sheet_elevation = 2131099759; + // aapt resource value: 0x7F07006F + public const int design_bottom_sheet_elevation = 2131165295; - // aapt resource value: 0x7F060070 - public const int design_bottom_sheet_modal_elevation = 2131099760; + // aapt resource value: 0x7F070070 + public const int design_bottom_sheet_modal_elevation = 2131165296; - // aapt resource value: 0x7F060071 - public const int design_bottom_sheet_peek_height_min = 2131099761; + // aapt resource value: 0x7F070071 + public const int design_bottom_sheet_peek_height_min = 2131165297; - // aapt resource value: 0x7F060072 - public const int design_fab_border_width = 2131099762; + // aapt resource value: 0x7F070072 + public const int design_fab_border_width = 2131165298; - // aapt resource value: 0x7F060073 - public const int design_fab_elevation = 2131099763; + // aapt resource value: 0x7F070073 + public const int design_fab_elevation = 2131165299; - // aapt resource value: 0x7F060074 - public const int design_fab_image_size = 2131099764; + // aapt resource value: 0x7F070074 + public const int design_fab_image_size = 2131165300; - // aapt resource value: 0x7F060075 - public const int design_fab_size_mini = 2131099765; + // aapt resource value: 0x7F070075 + public const int design_fab_size_mini = 2131165301; - // aapt resource value: 0x7F060076 - public const int design_fab_size_normal = 2131099766; + // aapt resource value: 0x7F070076 + public const int design_fab_size_normal = 2131165302; - // aapt resource value: 0x7F060077 - public const int design_fab_translation_z_hovered_focused = 2131099767; + // aapt resource value: 0x7F070077 + public const int design_fab_translation_z_hovered_focused = 2131165303; - // aapt resource value: 0x7F060078 - public const int design_fab_translation_z_pressed = 2131099768; + // aapt resource value: 0x7F070078 + public const int design_fab_translation_z_pressed = 2131165304; - // aapt resource value: 0x7F060079 - public const int design_navigation_elevation = 2131099769; + // aapt resource value: 0x7F070079 + public const int design_navigation_elevation = 2131165305; - // aapt resource value: 0x7F06007A - public const int design_navigation_icon_padding = 2131099770; + // aapt resource value: 0x7F07007A + public const int design_navigation_icon_padding = 2131165306; - // aapt resource value: 0x7F06007B - public const int design_navigation_icon_size = 2131099771; + // aapt resource value: 0x7F07007B + public const int design_navigation_icon_size = 2131165307; - // aapt resource value: 0x7F06007C - public const int design_navigation_item_horizontal_padding = 2131099772; + // aapt resource value: 0x7F07007C + public const int design_navigation_item_horizontal_padding = 2131165308; - // aapt resource value: 0x7F06007D - public const int design_navigation_item_icon_padding = 2131099773; + // aapt resource value: 0x7F07007D + public const int design_navigation_item_icon_padding = 2131165309; - // aapt resource value: 0x7F06007E - public const int design_navigation_max_width = 2131099774; + // aapt resource value: 0x7F07007E + public const int design_navigation_max_width = 2131165310; - // aapt resource value: 0x7F06007F - public const int design_navigation_padding_bottom = 2131099775; + // aapt resource value: 0x7F07007F + public const int design_navigation_padding_bottom = 2131165311; - // aapt resource value: 0x7F060080 - public const int design_navigation_separator_vertical_padding = 2131099776; + // aapt resource value: 0x7F070080 + public const int design_navigation_separator_vertical_padding = 2131165312; - // aapt resource value: 0x7F060081 - public const int design_snackbar_action_inline_max_width = 2131099777; + // aapt resource value: 0x7F070081 + public const int design_snackbar_action_inline_max_width = 2131165313; - // aapt resource value: 0x7F060082 - public const int design_snackbar_action_text_color_alpha = 2131099778; + // aapt resource value: 0x7F070082 + public const int design_snackbar_action_text_color_alpha = 2131165314; - // aapt resource value: 0x7F060083 - public const int design_snackbar_background_corner_radius = 2131099779; + // aapt resource value: 0x7F070083 + public const int design_snackbar_background_corner_radius = 2131165315; - // aapt resource value: 0x7F060084 - public const int design_snackbar_elevation = 2131099780; + // aapt resource value: 0x7F070084 + public const int design_snackbar_elevation = 2131165316; - // aapt resource value: 0x7F060085 - public const int design_snackbar_extra_spacing_horizontal = 2131099781; + // aapt resource value: 0x7F070085 + public const int design_snackbar_extra_spacing_horizontal = 2131165317; - // aapt resource value: 0x7F060086 - public const int design_snackbar_max_width = 2131099782; + // aapt resource value: 0x7F070086 + public const int design_snackbar_max_width = 2131165318; - // aapt resource value: 0x7F060087 - public const int design_snackbar_min_width = 2131099783; + // aapt resource value: 0x7F070087 + public const int design_snackbar_min_width = 2131165319; - // aapt resource value: 0x7F060088 - public const int design_snackbar_padding_horizontal = 2131099784; + // aapt resource value: 0x7F070088 + public const int design_snackbar_padding_horizontal = 2131165320; - // aapt resource value: 0x7F060089 - public const int design_snackbar_padding_vertical = 2131099785; + // aapt resource value: 0x7F070089 + public const int design_snackbar_padding_vertical = 2131165321; - // aapt resource value: 0x7F06008A - public const int design_snackbar_padding_vertical_2lines = 2131099786; + // aapt resource value: 0x7F07008A + public const int design_snackbar_padding_vertical_2lines = 2131165322; - // aapt resource value: 0x7F06008B - public const int design_snackbar_text_size = 2131099787; + // aapt resource value: 0x7F07008B + public const int design_snackbar_text_size = 2131165323; - // aapt resource value: 0x7F06008C - public const int design_tab_max_width = 2131099788; + // aapt resource value: 0x7F07008C + public const int design_tab_max_width = 2131165324; - // aapt resource value: 0x7F06008D - public const int design_tab_scrollable_min_width = 2131099789; + // aapt resource value: 0x7F07008D + public const int design_tab_scrollable_min_width = 2131165325; - // aapt resource value: 0x7F06008E - public const int design_tab_text_size = 2131099790; + // aapt resource value: 0x7F07008E + public const int design_tab_text_size = 2131165326; - // aapt resource value: 0x7F06008F - public const int design_tab_text_size_2line = 2131099791; + // aapt resource value: 0x7F07008F + public const int design_tab_text_size_2line = 2131165327; - // aapt resource value: 0x7F060090 - public const int design_textinput_caption_translate_y = 2131099792; + // aapt resource value: 0x7F070090 + public const int design_textinput_caption_translate_y = 2131165328; - // aapt resource value: 0x7F060091 - public const int disabled_alpha_material_dark = 2131099793; + // aapt resource value: 0x7F070091 + public const int disabled_alpha_material_dark = 2131165329; - // aapt resource value: 0x7F060092 - public const int disabled_alpha_material_light = 2131099794; + // aapt resource value: 0x7F070092 + public const int disabled_alpha_material_light = 2131165330; - // aapt resource value: 0x7F060093 - public const int fastscroll_default_thickness = 2131099795; + // aapt resource value: 0x7F070093 + public const int fastscroll_default_thickness = 2131165331; - // aapt resource value: 0x7F060094 - public const int fastscroll_margin = 2131099796; + // aapt resource value: 0x7F070094 + public const int fastscroll_margin = 2131165332; - // aapt resource value: 0x7F060095 - public const int fastscroll_minimum_range = 2131099797; + // aapt resource value: 0x7F070095 + public const int fastscroll_minimum_range = 2131165333; - // aapt resource value: 0x7F060096 - public const int highlight_alpha_material_colored = 2131099798; + // aapt resource value: 0x7F070096 + public const int fingerprint_icon_size = 2131165334; - // aapt resource value: 0x7F060097 - public const int highlight_alpha_material_dark = 2131099799; + // aapt resource value: 0x7F070097 + public const int highlight_alpha_material_colored = 2131165335; - // aapt resource value: 0x7F060098 - public const int highlight_alpha_material_light = 2131099800; + // aapt resource value: 0x7F070098 + public const int highlight_alpha_material_dark = 2131165336; - // aapt resource value: 0x7F060099 - public const int hint_alpha_material_dark = 2131099801; + // aapt resource value: 0x7F070099 + public const int highlight_alpha_material_light = 2131165337; - // aapt resource value: 0x7F06009A - public const int hint_alpha_material_light = 2131099802; + // aapt resource value: 0x7F07009A + public const int hint_alpha_material_dark = 2131165338; - // aapt resource value: 0x7F06009B - public const int hint_pressed_alpha_material_dark = 2131099803; + // aapt resource value: 0x7F07009B + public const int hint_alpha_material_light = 2131165339; - // aapt resource value: 0x7F06009C - public const int hint_pressed_alpha_material_light = 2131099804; + // aapt resource value: 0x7F07009C + public const int hint_pressed_alpha_material_dark = 2131165340; - // aapt resource value: 0x7F06009D - public const int item_touch_helper_max_drag_scroll_per_frame = 2131099805; + // aapt resource value: 0x7F07009D + public const int hint_pressed_alpha_material_light = 2131165341; - // aapt resource value: 0x7F06009E - public const int item_touch_helper_swipe_escape_max_velocity = 2131099806; + // aapt resource value: 0x7F07009E + public const int item_touch_helper_max_drag_scroll_per_frame = 2131165342; - // aapt resource value: 0x7F06009F - public const int item_touch_helper_swipe_escape_velocity = 2131099807; + // aapt resource value: 0x7F07009F + public const int item_touch_helper_swipe_escape_max_velocity = 2131165343; - // aapt resource value: 0x7F0600A0 - public const int material_bottom_sheet_max_width = 2131099808; + // aapt resource value: 0x7F0700A0 + public const int item_touch_helper_swipe_escape_velocity = 2131165344; - // aapt resource value: 0x7F0600A1 - public const int material_clock_display_padding = 2131099809; + // aapt resource value: 0x7F0700A1 + public const int material_bottom_sheet_max_width = 2131165345; - // aapt resource value: 0x7F0600A2 - public const int material_clock_face_margin_top = 2131099810; + // aapt resource value: 0x7F0700A2 + public const int material_clock_display_padding = 2131165346; - // aapt resource value: 0x7F0600A3 - public const int material_clock_hand_center_dot_radius = 2131099811; + // aapt resource value: 0x7F0700A3 + public const int material_clock_face_margin_top = 2131165347; - // aapt resource value: 0x7F0600A4 - public const int material_clock_hand_padding = 2131099812; + // aapt resource value: 0x7F0700A4 + public const int material_clock_hand_center_dot_radius = 2131165348; - // aapt resource value: 0x7F0600A5 - public const int material_clock_hand_stroke_width = 2131099813; + // aapt resource value: 0x7F0700A5 + public const int material_clock_hand_padding = 2131165349; - // aapt resource value: 0x7F0600A6 - public const int material_clock_number_text_size = 2131099814; + // aapt resource value: 0x7F0700A6 + public const int material_clock_hand_stroke_width = 2131165350; - // aapt resource value: 0x7F0600A7 - public const int material_clock_period_toggle_height = 2131099815; + // aapt resource value: 0x7F0700A7 + public const int material_clock_number_text_size = 2131165351; - // aapt resource value: 0x7F0600A8 - public const int material_clock_period_toggle_margin_left = 2131099816; + // aapt resource value: 0x7F0700A8 + public const int material_clock_period_toggle_height = 2131165352; - // aapt resource value: 0x7F0600A9 - public const int material_clock_period_toggle_width = 2131099817; + // aapt resource value: 0x7F0700A9 + public const int material_clock_period_toggle_margin_left = 2131165353; - // aapt resource value: 0x7F0600AA - public const int material_clock_size = 2131099818; + // aapt resource value: 0x7F0700AA + public const int material_clock_period_toggle_width = 2131165354; - // aapt resource value: 0x7F0600AB - public const int material_cursor_inset_bottom = 2131099819; + // aapt resource value: 0x7F0700AB + public const int material_clock_size = 2131165355; - // aapt resource value: 0x7F0600AC - public const int material_cursor_inset_top = 2131099820; + // aapt resource value: 0x7F0700AC + public const int material_cursor_inset_bottom = 2131165356; - // aapt resource value: 0x7F0600AD - public const int material_cursor_width = 2131099821; + // aapt resource value: 0x7F0700AD + public const int material_cursor_inset_top = 2131165357; - // aapt resource value: 0x7F0600AE - public const int material_emphasis_disabled = 2131099822; + // aapt resource value: 0x7F0700AE + public const int material_cursor_width = 2131165358; - // aapt resource value: 0x7F0600AF - public const int material_emphasis_high_type = 2131099823; + // aapt resource value: 0x7F0700AF + public const int material_emphasis_disabled = 2131165359; - // aapt resource value: 0x7F0600B0 - public const int material_emphasis_medium = 2131099824; + // aapt resource value: 0x7F0700B0 + public const int material_emphasis_high_type = 2131165360; - // aapt resource value: 0x7F0600B1 - public const int material_filled_edittext_font_1_3_padding_bottom = 2131099825; + // aapt resource value: 0x7F0700B1 + public const int material_emphasis_medium = 2131165361; - // aapt resource value: 0x7F0600B2 - public const int material_filled_edittext_font_1_3_padding_top = 2131099826; + // aapt resource value: 0x7F0700B2 + public const int material_filled_edittext_font_1_3_padding_bottom = 2131165362; - // aapt resource value: 0x7F0600B3 - public const int material_filled_edittext_font_2_0_padding_bottom = 2131099827; + // aapt resource value: 0x7F0700B3 + public const int material_filled_edittext_font_1_3_padding_top = 2131165363; - // aapt resource value: 0x7F0600B4 - public const int material_filled_edittext_font_2_0_padding_top = 2131099828; + // aapt resource value: 0x7F0700B4 + public const int material_filled_edittext_font_2_0_padding_bottom = 2131165364; - // aapt resource value: 0x7F0600B5 - public const int material_font_1_3_box_collapsed_padding_top = 2131099829; + // aapt resource value: 0x7F0700B5 + public const int material_filled_edittext_font_2_0_padding_top = 2131165365; - // aapt resource value: 0x7F0600B6 - public const int material_font_2_0_box_collapsed_padding_top = 2131099830; + // aapt resource value: 0x7F0700B6 + public const int material_font_1_3_box_collapsed_padding_top = 2131165366; - // aapt resource value: 0x7F0600B7 - public const int material_helper_text_default_padding_top = 2131099831; + // aapt resource value: 0x7F0700B7 + public const int material_font_2_0_box_collapsed_padding_top = 2131165367; - // aapt resource value: 0x7F0600B8 - public const int material_helper_text_font_1_3_padding_horizontal = 2131099832; + // aapt resource value: 0x7F0700B8 + public const int material_helper_text_default_padding_top = 2131165368; - // aapt resource value: 0x7F0600B9 - public const int material_helper_text_font_1_3_padding_top = 2131099833; + // aapt resource value: 0x7F0700B9 + public const int material_helper_text_font_1_3_padding_horizontal = 2131165369; - // aapt resource value: 0x7F0600BA - public const int material_input_text_to_prefix_suffix_padding = 2131099834; + // aapt resource value: 0x7F0700BA + public const int material_helper_text_font_1_3_padding_top = 2131165370; - // aapt resource value: 0x7F0600BD - public const int material_textinput_default_width = 2131099837; + // aapt resource value: 0x7F0700BB + public const int material_input_text_to_prefix_suffix_padding = 2131165371; - // aapt resource value: 0x7F0600BE - public const int material_textinput_max_width = 2131099838; + // aapt resource value: 0x7F0700BE + public const int material_textinput_default_width = 2131165374; - // aapt resource value: 0x7F0600BF - public const int material_textinput_min_width = 2131099839; + // aapt resource value: 0x7F0700BF + public const int material_textinput_max_width = 2131165375; - // aapt resource value: 0x7F0600BB - public const int material_text_view_test_line_height = 2131099835; + // aapt resource value: 0x7F0700C0 + public const int material_textinput_min_width = 2131165376; - // aapt resource value: 0x7F0600BC - public const int material_text_view_test_line_height_override = 2131099836; + // aapt resource value: 0x7F0700BC + public const int material_text_view_test_line_height = 2131165372; - // aapt resource value: 0x7F0600C2 - public const int material_timepicker_dialog_buttons_margin_top = 2131099842; + // aapt resource value: 0x7F0700BD + public const int material_text_view_test_line_height_override = 2131165373; - // aapt resource value: 0x7F0600C0 - public const int material_time_picker_minimum_screen_height = 2131099840; + // aapt resource value: 0x7F0700C3 + public const int material_timepicker_dialog_buttons_margin_top = 2131165379; - // aapt resource value: 0x7F0600C1 - public const int material_time_picker_minimum_screen_width = 2131099841; + // aapt resource value: 0x7F0700C1 + public const int material_time_picker_minimum_screen_height = 2131165377; - // aapt resource value: 0x7F0600C3 - public const int mtrl_alert_dialog_background_inset_bottom = 2131099843; + // aapt resource value: 0x7F0700C2 + public const int material_time_picker_minimum_screen_width = 2131165378; - // aapt resource value: 0x7F0600C4 - public const int mtrl_alert_dialog_background_inset_end = 2131099844; + // aapt resource value: 0x7F0700C4 + public const int mtrl_alert_dialog_background_inset_bottom = 2131165380; - // aapt resource value: 0x7F0600C5 - public const int mtrl_alert_dialog_background_inset_start = 2131099845; + // aapt resource value: 0x7F0700C5 + public const int mtrl_alert_dialog_background_inset_end = 2131165381; - // aapt resource value: 0x7F0600C6 - public const int mtrl_alert_dialog_background_inset_top = 2131099846; + // aapt resource value: 0x7F0700C6 + public const int mtrl_alert_dialog_background_inset_start = 2131165382; - // aapt resource value: 0x7F0600C7 - public const int mtrl_alert_dialog_picker_background_inset = 2131099847; + // aapt resource value: 0x7F0700C7 + public const int mtrl_alert_dialog_background_inset_top = 2131165383; - // aapt resource value: 0x7F0600C8 - public const int mtrl_badge_horizontal_edge_offset = 2131099848; + // aapt resource value: 0x7F0700C8 + public const int mtrl_alert_dialog_picker_background_inset = 2131165384; - // aapt resource value: 0x7F0600C9 - public const int mtrl_badge_long_text_horizontal_padding = 2131099849; + // aapt resource value: 0x7F0700C9 + public const int mtrl_badge_horizontal_edge_offset = 2131165385; - // aapt resource value: 0x7F0600CA - public const int mtrl_badge_radius = 2131099850; + // aapt resource value: 0x7F0700CA + public const int mtrl_badge_long_text_horizontal_padding = 2131165386; - // aapt resource value: 0x7F0600CB - public const int mtrl_badge_text_horizontal_edge_offset = 2131099851; + // aapt resource value: 0x7F0700CB + public const int mtrl_badge_radius = 2131165387; - // aapt resource value: 0x7F0600CC - public const int mtrl_badge_text_size = 2131099852; + // aapt resource value: 0x7F0700CC + public const int mtrl_badge_text_horizontal_edge_offset = 2131165388; - // aapt resource value: 0x7F0600CD - public const int mtrl_badge_toolbar_action_menu_item_horizontal_offset = 2131099853; + // aapt resource value: 0x7F0700CD + public const int mtrl_badge_text_size = 2131165389; - // aapt resource value: 0x7F0600CE - public const int mtrl_badge_toolbar_action_menu_item_vertical_offset = 2131099854; + // aapt resource value: 0x7F0700CE + public const int mtrl_badge_toolbar_action_menu_item_horizontal_offset = 2131165390; - // aapt resource value: 0x7F0600CF - public const int mtrl_badge_with_text_radius = 2131099855; + // aapt resource value: 0x7F0700CF + public const int mtrl_badge_toolbar_action_menu_item_vertical_offset = 2131165391; - // aapt resource value: 0x7F0600D0 - public const int mtrl_bottomappbar_fabOffsetEndMode = 2131099856; + // aapt resource value: 0x7F0700D0 + public const int mtrl_badge_with_text_radius = 2131165392; - // aapt resource value: 0x7F0600D1 - public const int mtrl_bottomappbar_fab_bottom_margin = 2131099857; + // aapt resource value: 0x7F0700D1 + public const int mtrl_bottomappbar_fabOffsetEndMode = 2131165393; - // aapt resource value: 0x7F0600D2 - public const int mtrl_bottomappbar_fab_cradle_margin = 2131099858; + // aapt resource value: 0x7F0700D2 + public const int mtrl_bottomappbar_fab_bottom_margin = 2131165394; - // aapt resource value: 0x7F0600D3 - public const int mtrl_bottomappbar_fab_cradle_rounded_corner_radius = 2131099859; + // aapt resource value: 0x7F0700D3 + public const int mtrl_bottomappbar_fab_cradle_margin = 2131165395; - // aapt resource value: 0x7F0600D4 - public const int mtrl_bottomappbar_fab_cradle_vertical_offset = 2131099860; + // aapt resource value: 0x7F0700D4 + public const int mtrl_bottomappbar_fab_cradle_rounded_corner_radius = 2131165396; - // aapt resource value: 0x7F0600D5 - public const int mtrl_bottomappbar_height = 2131099861; + // aapt resource value: 0x7F0700D5 + public const int mtrl_bottomappbar_fab_cradle_vertical_offset = 2131165397; - // aapt resource value: 0x7F0600D6 - public const int mtrl_btn_corner_radius = 2131099862; + // aapt resource value: 0x7F0700D6 + public const int mtrl_bottomappbar_height = 2131165398; - // aapt resource value: 0x7F0600D7 - public const int mtrl_btn_dialog_btn_min_width = 2131099863; + // aapt resource value: 0x7F0700D7 + public const int mtrl_btn_corner_radius = 2131165399; - // aapt resource value: 0x7F0600D8 - public const int mtrl_btn_disabled_elevation = 2131099864; + // aapt resource value: 0x7F0700D8 + public const int mtrl_btn_dialog_btn_min_width = 2131165400; - // aapt resource value: 0x7F0600D9 - public const int mtrl_btn_disabled_z = 2131099865; + // aapt resource value: 0x7F0700D9 + public const int mtrl_btn_disabled_elevation = 2131165401; - // aapt resource value: 0x7F0600DA - public const int mtrl_btn_elevation = 2131099866; + // aapt resource value: 0x7F0700DA + public const int mtrl_btn_disabled_z = 2131165402; - // aapt resource value: 0x7F0600DB - public const int mtrl_btn_focused_z = 2131099867; + // aapt resource value: 0x7F0700DB + public const int mtrl_btn_elevation = 2131165403; - // aapt resource value: 0x7F0600DC - public const int mtrl_btn_hovered_z = 2131099868; + // aapt resource value: 0x7F0700DC + public const int mtrl_btn_focused_z = 2131165404; - // aapt resource value: 0x7F0600DD - public const int mtrl_btn_icon_btn_padding_left = 2131099869; + // aapt resource value: 0x7F0700DD + public const int mtrl_btn_hovered_z = 2131165405; - // aapt resource value: 0x7F0600DE - public const int mtrl_btn_icon_padding = 2131099870; + // aapt resource value: 0x7F0700DE + public const int mtrl_btn_icon_btn_padding_left = 2131165406; - // aapt resource value: 0x7F0600DF - public const int mtrl_btn_inset = 2131099871; + // aapt resource value: 0x7F0700DF + public const int mtrl_btn_icon_padding = 2131165407; - // aapt resource value: 0x7F0600E0 - public const int mtrl_btn_letter_spacing = 2131099872; + // aapt resource value: 0x7F0700E0 + public const int mtrl_btn_inset = 2131165408; - // aapt resource value: 0x7F0600E1 - public const int mtrl_btn_max_width = 2131099873; + // aapt resource value: 0x7F0700E1 + public const int mtrl_btn_letter_spacing = 2131165409; - // aapt resource value: 0x7F0600E2 - public const int mtrl_btn_padding_bottom = 2131099874; + // aapt resource value: 0x7F0700E2 + public const int mtrl_btn_max_width = 2131165410; - // aapt resource value: 0x7F0600E3 - public const int mtrl_btn_padding_left = 2131099875; + // aapt resource value: 0x7F0700E3 + public const int mtrl_btn_padding_bottom = 2131165411; - // aapt resource value: 0x7F0600E4 - public const int mtrl_btn_padding_right = 2131099876; + // aapt resource value: 0x7F0700E4 + public const int mtrl_btn_padding_left = 2131165412; - // aapt resource value: 0x7F0600E5 - public const int mtrl_btn_padding_top = 2131099877; + // aapt resource value: 0x7F0700E5 + public const int mtrl_btn_padding_right = 2131165413; - // aapt resource value: 0x7F0600E6 - public const int mtrl_btn_pressed_z = 2131099878; + // aapt resource value: 0x7F0700E6 + public const int mtrl_btn_padding_top = 2131165414; - // aapt resource value: 0x7F0600E7 - public const int mtrl_btn_snackbar_margin_horizontal = 2131099879; + // aapt resource value: 0x7F0700E7 + public const int mtrl_btn_pressed_z = 2131165415; - // aapt resource value: 0x7F0600E8 - public const int mtrl_btn_stroke_size = 2131099880; + // aapt resource value: 0x7F0700E8 + public const int mtrl_btn_snackbar_margin_horizontal = 2131165416; - // aapt resource value: 0x7F0600E9 - public const int mtrl_btn_text_btn_icon_padding = 2131099881; + // aapt resource value: 0x7F0700E9 + public const int mtrl_btn_stroke_size = 2131165417; - // aapt resource value: 0x7F0600EA - public const int mtrl_btn_text_btn_padding_left = 2131099882; + // aapt resource value: 0x7F0700EA + public const int mtrl_btn_text_btn_icon_padding = 2131165418; - // aapt resource value: 0x7F0600EB - public const int mtrl_btn_text_btn_padding_right = 2131099883; + // aapt resource value: 0x7F0700EB + public const int mtrl_btn_text_btn_padding_left = 2131165419; - // aapt resource value: 0x7F0600EC - public const int mtrl_btn_text_size = 2131099884; + // aapt resource value: 0x7F0700EC + public const int mtrl_btn_text_btn_padding_right = 2131165420; - // aapt resource value: 0x7F0600ED - public const int mtrl_btn_z = 2131099885; + // aapt resource value: 0x7F0700ED + public const int mtrl_btn_text_size = 2131165421; - // aapt resource value: 0x7F0600EE - public const int mtrl_calendar_action_confirm_button_min_width = 2131099886; + // aapt resource value: 0x7F0700EE + public const int mtrl_btn_z = 2131165422; - // aapt resource value: 0x7F0600EF - public const int mtrl_calendar_action_height = 2131099887; + // aapt resource value: 0x7F0700EF + public const int mtrl_calendar_action_confirm_button_min_width = 2131165423; - // aapt resource value: 0x7F0600F0 - public const int mtrl_calendar_action_padding = 2131099888; + // aapt resource value: 0x7F0700F0 + public const int mtrl_calendar_action_height = 2131165424; - // aapt resource value: 0x7F0600F1 - public const int mtrl_calendar_bottom_padding = 2131099889; + // aapt resource value: 0x7F0700F1 + public const int mtrl_calendar_action_padding = 2131165425; - // aapt resource value: 0x7F0600F2 - public const int mtrl_calendar_content_padding = 2131099890; + // aapt resource value: 0x7F0700F2 + public const int mtrl_calendar_bottom_padding = 2131165426; - // aapt resource value: 0x7F0600F9 - public const int mtrl_calendar_days_of_week_height = 2131099897; + // aapt resource value: 0x7F0700F3 + public const int mtrl_calendar_content_padding = 2131165427; - // aapt resource value: 0x7F0600F3 - public const int mtrl_calendar_day_corner = 2131099891; + // aapt resource value: 0x7F0700FA + public const int mtrl_calendar_days_of_week_height = 2131165434; - // aapt resource value: 0x7F0600F4 - public const int mtrl_calendar_day_height = 2131099892; + // aapt resource value: 0x7F0700F4 + public const int mtrl_calendar_day_corner = 2131165428; - // aapt resource value: 0x7F0600F5 - public const int mtrl_calendar_day_horizontal_padding = 2131099893; + // aapt resource value: 0x7F0700F5 + public const int mtrl_calendar_day_height = 2131165429; - // aapt resource value: 0x7F0600F6 - public const int mtrl_calendar_day_today_stroke = 2131099894; + // aapt resource value: 0x7F0700F6 + public const int mtrl_calendar_day_horizontal_padding = 2131165430; - // aapt resource value: 0x7F0600F7 - public const int mtrl_calendar_day_vertical_padding = 2131099895; + // aapt resource value: 0x7F0700F7 + public const int mtrl_calendar_day_today_stroke = 2131165431; - // aapt resource value: 0x7F0600F8 - public const int mtrl_calendar_day_width = 2131099896; + // aapt resource value: 0x7F0700F8 + public const int mtrl_calendar_day_vertical_padding = 2131165432; - // aapt resource value: 0x7F0600FA - public const int mtrl_calendar_dialog_background_inset = 2131099898; + // aapt resource value: 0x7F0700F9 + public const int mtrl_calendar_day_width = 2131165433; - // aapt resource value: 0x7F0600FB - public const int mtrl_calendar_header_content_padding = 2131099899; + // aapt resource value: 0x7F0700FB + public const int mtrl_calendar_dialog_background_inset = 2131165435; - // aapt resource value: 0x7F0600FC - public const int mtrl_calendar_header_content_padding_fullscreen = 2131099900; + // aapt resource value: 0x7F0700FC + public const int mtrl_calendar_header_content_padding = 2131165436; - // aapt resource value: 0x7F0600FD - public const int mtrl_calendar_header_divider_thickness = 2131099901; + // aapt resource value: 0x7F0700FD + public const int mtrl_calendar_header_content_padding_fullscreen = 2131165437; - // aapt resource value: 0x7F0600FE - public const int mtrl_calendar_header_height = 2131099902; + // aapt resource value: 0x7F0700FE + public const int mtrl_calendar_header_divider_thickness = 2131165438; - // aapt resource value: 0x7F0600FF - public const int mtrl_calendar_header_height_fullscreen = 2131099903; + // aapt resource value: 0x7F0700FF + public const int mtrl_calendar_header_height = 2131165439; - // aapt resource value: 0x7F060100 - public const int mtrl_calendar_header_selection_line_height = 2131099904; + // aapt resource value: 0x7F070100 + public const int mtrl_calendar_header_height_fullscreen = 2131165440; - // aapt resource value: 0x7F060101 - public const int mtrl_calendar_header_text_padding = 2131099905; + // aapt resource value: 0x7F070101 + public const int mtrl_calendar_header_selection_line_height = 2131165441; - // aapt resource value: 0x7F060102 - public const int mtrl_calendar_header_toggle_margin_bottom = 2131099906; + // aapt resource value: 0x7F070102 + public const int mtrl_calendar_header_text_padding = 2131165442; - // aapt resource value: 0x7F060103 - public const int mtrl_calendar_header_toggle_margin_top = 2131099907; + // aapt resource value: 0x7F070103 + public const int mtrl_calendar_header_toggle_margin_bottom = 2131165443; - // aapt resource value: 0x7F060104 - public const int mtrl_calendar_landscape_header_width = 2131099908; + // aapt resource value: 0x7F070104 + public const int mtrl_calendar_header_toggle_margin_top = 2131165444; - // aapt resource value: 0x7F060105 - public const int mtrl_calendar_maximum_default_fullscreen_minor_axis = 2131099909; + // aapt resource value: 0x7F070105 + public const int mtrl_calendar_landscape_header_width = 2131165445; - // aapt resource value: 0x7F060106 - public const int mtrl_calendar_month_horizontal_padding = 2131099910; + // aapt resource value: 0x7F070106 + public const int mtrl_calendar_maximum_default_fullscreen_minor_axis = 2131165446; - // aapt resource value: 0x7F060107 - public const int mtrl_calendar_month_vertical_padding = 2131099911; + // aapt resource value: 0x7F070107 + public const int mtrl_calendar_month_horizontal_padding = 2131165447; - // aapt resource value: 0x7F060108 - public const int mtrl_calendar_navigation_bottom_padding = 2131099912; + // aapt resource value: 0x7F070108 + public const int mtrl_calendar_month_vertical_padding = 2131165448; - // aapt resource value: 0x7F060109 - public const int mtrl_calendar_navigation_height = 2131099913; + // aapt resource value: 0x7F070109 + public const int mtrl_calendar_navigation_bottom_padding = 2131165449; - // aapt resource value: 0x7F06010A - public const int mtrl_calendar_navigation_top_padding = 2131099914; + // aapt resource value: 0x7F07010A + public const int mtrl_calendar_navigation_height = 2131165450; - // aapt resource value: 0x7F06010B - public const int mtrl_calendar_pre_l_text_clip_padding = 2131099915; + // aapt resource value: 0x7F07010B + public const int mtrl_calendar_navigation_top_padding = 2131165451; - // aapt resource value: 0x7F06010C - public const int mtrl_calendar_selection_baseline_to_top_fullscreen = 2131099916; + // aapt resource value: 0x7F07010C + public const int mtrl_calendar_pre_l_text_clip_padding = 2131165452; - // aapt resource value: 0x7F06010D - public const int mtrl_calendar_selection_text_baseline_to_bottom = 2131099917; + // aapt resource value: 0x7F07010D + public const int mtrl_calendar_selection_baseline_to_top_fullscreen = 2131165453; - // aapt resource value: 0x7F06010E - public const int mtrl_calendar_selection_text_baseline_to_bottom_fullscreen = 2131099918; + // aapt resource value: 0x7F07010E + public const int mtrl_calendar_selection_text_baseline_to_bottom = 2131165454; - // aapt resource value: 0x7F06010F - public const int mtrl_calendar_selection_text_baseline_to_top = 2131099919; + // aapt resource value: 0x7F07010F + public const int mtrl_calendar_selection_text_baseline_to_bottom_fullscreen = 2131165455; - // aapt resource value: 0x7F060110 - public const int mtrl_calendar_text_input_padding_top = 2131099920; + // aapt resource value: 0x7F070110 + public const int mtrl_calendar_selection_text_baseline_to_top = 2131165456; - // aapt resource value: 0x7F060111 - public const int mtrl_calendar_title_baseline_to_top = 2131099921; + // aapt resource value: 0x7F070111 + public const int mtrl_calendar_text_input_padding_top = 2131165457; - // aapt resource value: 0x7F060112 - public const int mtrl_calendar_title_baseline_to_top_fullscreen = 2131099922; + // aapt resource value: 0x7F070112 + public const int mtrl_calendar_title_baseline_to_top = 2131165458; - // aapt resource value: 0x7F060113 - public const int mtrl_calendar_year_corner = 2131099923; + // aapt resource value: 0x7F070113 + public const int mtrl_calendar_title_baseline_to_top_fullscreen = 2131165459; - // aapt resource value: 0x7F060114 - public const int mtrl_calendar_year_height = 2131099924; + // aapt resource value: 0x7F070114 + public const int mtrl_calendar_year_corner = 2131165460; - // aapt resource value: 0x7F060115 - public const int mtrl_calendar_year_horizontal_padding = 2131099925; + // aapt resource value: 0x7F070115 + public const int mtrl_calendar_year_height = 2131165461; - // aapt resource value: 0x7F060116 - public const int mtrl_calendar_year_vertical_padding = 2131099926; + // aapt resource value: 0x7F070116 + public const int mtrl_calendar_year_horizontal_padding = 2131165462; - // aapt resource value: 0x7F060117 - public const int mtrl_calendar_year_width = 2131099927; + // aapt resource value: 0x7F070117 + public const int mtrl_calendar_year_vertical_padding = 2131165463; - // aapt resource value: 0x7F060118 - public const int mtrl_card_checked_icon_margin = 2131099928; + // aapt resource value: 0x7F070118 + public const int mtrl_calendar_year_width = 2131165464; - // aapt resource value: 0x7F060119 - public const int mtrl_card_checked_icon_size = 2131099929; + // aapt resource value: 0x7F070119 + public const int mtrl_card_checked_icon_margin = 2131165465; - // aapt resource value: 0x7F06011A - public const int mtrl_card_corner_radius = 2131099930; + // aapt resource value: 0x7F07011A + public const int mtrl_card_checked_icon_size = 2131165466; - // aapt resource value: 0x7F06011B - public const int mtrl_card_dragged_z = 2131099931; + // aapt resource value: 0x7F07011B + public const int mtrl_card_corner_radius = 2131165467; - // aapt resource value: 0x7F06011C - public const int mtrl_card_elevation = 2131099932; + // aapt resource value: 0x7F07011C + public const int mtrl_card_dragged_z = 2131165468; - // aapt resource value: 0x7F06011D - public const int mtrl_card_spacing = 2131099933; + // aapt resource value: 0x7F07011D + public const int mtrl_card_elevation = 2131165469; - // aapt resource value: 0x7F06011E - public const int mtrl_chip_pressed_translation_z = 2131099934; + // aapt resource value: 0x7F07011E + public const int mtrl_card_spacing = 2131165470; - // aapt resource value: 0x7F06011F - public const int mtrl_chip_text_size = 2131099935; + // aapt resource value: 0x7F07011F + public const int mtrl_chip_pressed_translation_z = 2131165471; - // aapt resource value: 0x7F060120 - public const int mtrl_edittext_rectangle_top_offset = 2131099936; + // aapt resource value: 0x7F070120 + public const int mtrl_chip_text_size = 2131165472; - // aapt resource value: 0x7F060121 - public const int mtrl_exposed_dropdown_menu_popup_elevation = 2131099937; + // aapt resource value: 0x7F070121 + public const int mtrl_edittext_rectangle_top_offset = 2131165473; - // aapt resource value: 0x7F060122 - public const int mtrl_exposed_dropdown_menu_popup_vertical_offset = 2131099938; + // aapt resource value: 0x7F070122 + public const int mtrl_exposed_dropdown_menu_popup_elevation = 2131165474; - // aapt resource value: 0x7F060123 - public const int mtrl_exposed_dropdown_menu_popup_vertical_padding = 2131099939; + // aapt resource value: 0x7F070123 + public const int mtrl_exposed_dropdown_menu_popup_vertical_offset = 2131165475; - // aapt resource value: 0x7F060124 - public const int mtrl_extended_fab_bottom_padding = 2131099940; + // aapt resource value: 0x7F070124 + public const int mtrl_exposed_dropdown_menu_popup_vertical_padding = 2131165476; - // aapt resource value: 0x7F060125 - public const int mtrl_extended_fab_corner_radius = 2131099941; + // aapt resource value: 0x7F070125 + public const int mtrl_extended_fab_bottom_padding = 2131165477; - // aapt resource value: 0x7F060126 - public const int mtrl_extended_fab_disabled_elevation = 2131099942; + // aapt resource value: 0x7F070126 + public const int mtrl_extended_fab_corner_radius = 2131165478; - // aapt resource value: 0x7F060127 - public const int mtrl_extended_fab_disabled_translation_z = 2131099943; + // aapt resource value: 0x7F070127 + public const int mtrl_extended_fab_disabled_elevation = 2131165479; - // aapt resource value: 0x7F060128 - public const int mtrl_extended_fab_elevation = 2131099944; + // aapt resource value: 0x7F070128 + public const int mtrl_extended_fab_disabled_translation_z = 2131165480; - // aapt resource value: 0x7F060129 - public const int mtrl_extended_fab_end_padding = 2131099945; + // aapt resource value: 0x7F070129 + public const int mtrl_extended_fab_elevation = 2131165481; - // aapt resource value: 0x7F06012A - public const int mtrl_extended_fab_end_padding_icon = 2131099946; + // aapt resource value: 0x7F07012A + public const int mtrl_extended_fab_end_padding = 2131165482; - // aapt resource value: 0x7F06012B - public const int mtrl_extended_fab_icon_size = 2131099947; + // aapt resource value: 0x7F07012B + public const int mtrl_extended_fab_end_padding_icon = 2131165483; - // aapt resource value: 0x7F06012C - public const int mtrl_extended_fab_icon_text_spacing = 2131099948; + // aapt resource value: 0x7F07012C + public const int mtrl_extended_fab_icon_size = 2131165484; - // aapt resource value: 0x7F06012D - public const int mtrl_extended_fab_min_height = 2131099949; + // aapt resource value: 0x7F07012D + public const int mtrl_extended_fab_icon_text_spacing = 2131165485; - // aapt resource value: 0x7F06012E - public const int mtrl_extended_fab_min_width = 2131099950; + // aapt resource value: 0x7F07012E + public const int mtrl_extended_fab_min_height = 2131165486; - // aapt resource value: 0x7F06012F - public const int mtrl_extended_fab_start_padding = 2131099951; + // aapt resource value: 0x7F07012F + public const int mtrl_extended_fab_min_width = 2131165487; - // aapt resource value: 0x7F060130 - public const int mtrl_extended_fab_start_padding_icon = 2131099952; + // aapt resource value: 0x7F070130 + public const int mtrl_extended_fab_start_padding = 2131165488; - // aapt resource value: 0x7F060131 - public const int mtrl_extended_fab_top_padding = 2131099953; + // aapt resource value: 0x7F070131 + public const int mtrl_extended_fab_start_padding_icon = 2131165489; - // aapt resource value: 0x7F060132 - public const int mtrl_extended_fab_translation_z_base = 2131099954; + // aapt resource value: 0x7F070132 + public const int mtrl_extended_fab_top_padding = 2131165490; - // aapt resource value: 0x7F060133 - public const int mtrl_extended_fab_translation_z_hovered_focused = 2131099955; + // aapt resource value: 0x7F070133 + public const int mtrl_extended_fab_translation_z_base = 2131165491; - // aapt resource value: 0x7F060134 - public const int mtrl_extended_fab_translation_z_pressed = 2131099956; + // aapt resource value: 0x7F070134 + public const int mtrl_extended_fab_translation_z_hovered_focused = 2131165492; - // aapt resource value: 0x7F060135 - public const int mtrl_fab_elevation = 2131099957; + // aapt resource value: 0x7F070135 + public const int mtrl_extended_fab_translation_z_pressed = 2131165493; - // aapt resource value: 0x7F060136 - public const int mtrl_fab_min_touch_target = 2131099958; + // aapt resource value: 0x7F070136 + public const int mtrl_fab_elevation = 2131165494; - // aapt resource value: 0x7F060137 - public const int mtrl_fab_translation_z_hovered_focused = 2131099959; + // aapt resource value: 0x7F070137 + public const int mtrl_fab_min_touch_target = 2131165495; - // aapt resource value: 0x7F060138 - public const int mtrl_fab_translation_z_pressed = 2131099960; + // aapt resource value: 0x7F070138 + public const int mtrl_fab_translation_z_hovered_focused = 2131165496; - // aapt resource value: 0x7F060139 - public const int mtrl_high_ripple_default_alpha = 2131099961; + // aapt resource value: 0x7F070139 + public const int mtrl_fab_translation_z_pressed = 2131165497; - // aapt resource value: 0x7F06013A - public const int mtrl_high_ripple_focused_alpha = 2131099962; + // aapt resource value: 0x7F07013A + public const int mtrl_high_ripple_default_alpha = 2131165498; - // aapt resource value: 0x7F06013B - public const int mtrl_high_ripple_hovered_alpha = 2131099963; + // aapt resource value: 0x7F07013B + public const int mtrl_high_ripple_focused_alpha = 2131165499; - // aapt resource value: 0x7F06013C - public const int mtrl_high_ripple_pressed_alpha = 2131099964; + // aapt resource value: 0x7F07013C + public const int mtrl_high_ripple_hovered_alpha = 2131165500; - // aapt resource value: 0x7F06013D - public const int mtrl_large_touch_target = 2131099965; + // aapt resource value: 0x7F07013D + public const int mtrl_high_ripple_pressed_alpha = 2131165501; - // aapt resource value: 0x7F06013E - public const int mtrl_low_ripple_default_alpha = 2131099966; + // aapt resource value: 0x7F07013E + public const int mtrl_large_touch_target = 2131165502; - // aapt resource value: 0x7F06013F - public const int mtrl_low_ripple_focused_alpha = 2131099967; + // aapt resource value: 0x7F07013F + public const int mtrl_low_ripple_default_alpha = 2131165503; - // aapt resource value: 0x7F060140 - public const int mtrl_low_ripple_hovered_alpha = 2131099968; + // aapt resource value: 0x7F070140 + public const int mtrl_low_ripple_focused_alpha = 2131165504; - // aapt resource value: 0x7F060141 - public const int mtrl_low_ripple_pressed_alpha = 2131099969; + // aapt resource value: 0x7F070141 + public const int mtrl_low_ripple_hovered_alpha = 2131165505; - // aapt resource value: 0x7F060142 - public const int mtrl_min_touch_target_size = 2131099970; + // aapt resource value: 0x7F070142 + public const int mtrl_low_ripple_pressed_alpha = 2131165506; - // aapt resource value: 0x7F060143 - public const int mtrl_navigation_bar_item_default_icon_size = 2131099971; + // aapt resource value: 0x7F070143 + public const int mtrl_min_touch_target_size = 2131165507; - // aapt resource value: 0x7F060144 - public const int mtrl_navigation_bar_item_default_margin = 2131099972; + // aapt resource value: 0x7F070144 + public const int mtrl_navigation_bar_item_default_icon_size = 2131165508; - // aapt resource value: 0x7F060145 - public const int mtrl_navigation_elevation = 2131099973; + // aapt resource value: 0x7F070145 + public const int mtrl_navigation_bar_item_default_margin = 2131165509; - // aapt resource value: 0x7F060146 - public const int mtrl_navigation_item_horizontal_padding = 2131099974; + // aapt resource value: 0x7F070146 + public const int mtrl_navigation_elevation = 2131165510; - // aapt resource value: 0x7F060147 - public const int mtrl_navigation_item_icon_padding = 2131099975; + // aapt resource value: 0x7F070147 + public const int mtrl_navigation_item_horizontal_padding = 2131165511; - // aapt resource value: 0x7F060148 - public const int mtrl_navigation_item_icon_size = 2131099976; + // aapt resource value: 0x7F070148 + public const int mtrl_navigation_item_icon_padding = 2131165512; - // aapt resource value: 0x7F060149 - public const int mtrl_navigation_item_shape_horizontal_margin = 2131099977; + // aapt resource value: 0x7F070149 + public const int mtrl_navigation_item_icon_size = 2131165513; - // aapt resource value: 0x7F06014A - public const int mtrl_navigation_item_shape_vertical_margin = 2131099978; + // aapt resource value: 0x7F07014A + public const int mtrl_navigation_item_shape_horizontal_margin = 2131165514; - // aapt resource value: 0x7F06014B - public const int mtrl_navigation_rail_active_text_size = 2131099979; + // aapt resource value: 0x7F07014B + public const int mtrl_navigation_item_shape_vertical_margin = 2131165515; - // aapt resource value: 0x7F06014C - public const int mtrl_navigation_rail_compact_width = 2131099980; + // aapt resource value: 0x7F07014C + public const int mtrl_navigation_rail_active_text_size = 2131165516; - // aapt resource value: 0x7F06014D - public const int mtrl_navigation_rail_default_width = 2131099981; + // aapt resource value: 0x7F07014D + public const int mtrl_navigation_rail_compact_width = 2131165517; - // aapt resource value: 0x7F06014E - public const int mtrl_navigation_rail_elevation = 2131099982; + // aapt resource value: 0x7F07014E + public const int mtrl_navigation_rail_default_width = 2131165518; - // aapt resource value: 0x7F06014F - public const int mtrl_navigation_rail_icon_margin = 2131099983; + // aapt resource value: 0x7F07014F + public const int mtrl_navigation_rail_elevation = 2131165519; - // aapt resource value: 0x7F060150 - public const int mtrl_navigation_rail_icon_size = 2131099984; + // aapt resource value: 0x7F070150 + public const int mtrl_navigation_rail_icon_margin = 2131165520; - // aapt resource value: 0x7F060151 - public const int mtrl_navigation_rail_margin = 2131099985; + // aapt resource value: 0x7F070151 + public const int mtrl_navigation_rail_icon_size = 2131165521; - // aapt resource value: 0x7F060152 - public const int mtrl_navigation_rail_text_bottom_margin = 2131099986; + // aapt resource value: 0x7F070152 + public const int mtrl_navigation_rail_margin = 2131165522; - // aapt resource value: 0x7F060153 - public const int mtrl_navigation_rail_text_size = 2131099987; + // aapt resource value: 0x7F070153 + public const int mtrl_navigation_rail_text_bottom_margin = 2131165523; - // aapt resource value: 0x7F060154 - public const int mtrl_progress_circular_inset = 2131099988; + // aapt resource value: 0x7F070154 + public const int mtrl_navigation_rail_text_size = 2131165524; - // aapt resource value: 0x7F060155 - public const int mtrl_progress_circular_inset_extra_small = 2131099989; + // aapt resource value: 0x7F070155 + public const int mtrl_progress_circular_inset = 2131165525; - // aapt resource value: 0x7F060156 - public const int mtrl_progress_circular_inset_medium = 2131099990; + // aapt resource value: 0x7F070156 + public const int mtrl_progress_circular_inset_extra_small = 2131165526; - // aapt resource value: 0x7F060157 - public const int mtrl_progress_circular_inset_small = 2131099991; + // aapt resource value: 0x7F070157 + public const int mtrl_progress_circular_inset_medium = 2131165527; - // aapt resource value: 0x7F060158 - public const int mtrl_progress_circular_radius = 2131099992; + // aapt resource value: 0x7F070158 + public const int mtrl_progress_circular_inset_small = 2131165528; - // aapt resource value: 0x7F060159 - public const int mtrl_progress_circular_size = 2131099993; + // aapt resource value: 0x7F070159 + public const int mtrl_progress_circular_radius = 2131165529; - // aapt resource value: 0x7F06015A - public const int mtrl_progress_circular_size_extra_small = 2131099994; + // aapt resource value: 0x7F07015A + public const int mtrl_progress_circular_size = 2131165530; - // aapt resource value: 0x7F06015B - public const int mtrl_progress_circular_size_medium = 2131099995; + // aapt resource value: 0x7F07015B + public const int mtrl_progress_circular_size_extra_small = 2131165531; - // aapt resource value: 0x7F06015C - public const int mtrl_progress_circular_size_small = 2131099996; + // aapt resource value: 0x7F07015C + public const int mtrl_progress_circular_size_medium = 2131165532; - // aapt resource value: 0x7F06015D - public const int mtrl_progress_circular_track_thickness_extra_small = 2131099997; + // aapt resource value: 0x7F07015D + public const int mtrl_progress_circular_size_small = 2131165533; - // aapt resource value: 0x7F06015E - public const int mtrl_progress_circular_track_thickness_medium = 2131099998; + // aapt resource value: 0x7F07015E + public const int mtrl_progress_circular_track_thickness_extra_small = 2131165534; - // aapt resource value: 0x7F06015F - public const int mtrl_progress_circular_track_thickness_small = 2131099999; + // aapt resource value: 0x7F07015F + public const int mtrl_progress_circular_track_thickness_medium = 2131165535; - // aapt resource value: 0x7F060160 - public const int mtrl_progress_indicator_full_rounded_corner_radius = 2131100000; + // aapt resource value: 0x7F070160 + public const int mtrl_progress_circular_track_thickness_small = 2131165536; - // aapt resource value: 0x7F060161 - public const int mtrl_progress_track_thickness = 2131100001; + // aapt resource value: 0x7F070161 + public const int mtrl_progress_indicator_full_rounded_corner_radius = 2131165537; - // aapt resource value: 0x7F060162 - public const int mtrl_shape_corner_size_large_component = 2131100002; + // aapt resource value: 0x7F070162 + public const int mtrl_progress_track_thickness = 2131165538; - // aapt resource value: 0x7F060163 - public const int mtrl_shape_corner_size_medium_component = 2131100003; + // aapt resource value: 0x7F070163 + public const int mtrl_shape_corner_size_large_component = 2131165539; - // aapt resource value: 0x7F060164 - public const int mtrl_shape_corner_size_small_component = 2131100004; + // aapt resource value: 0x7F070164 + public const int mtrl_shape_corner_size_medium_component = 2131165540; - // aapt resource value: 0x7F060165 - public const int mtrl_slider_halo_radius = 2131100005; + // aapt resource value: 0x7F070165 + public const int mtrl_shape_corner_size_small_component = 2131165541; - // aapt resource value: 0x7F060166 - public const int mtrl_slider_label_padding = 2131100006; + // aapt resource value: 0x7F070166 + public const int mtrl_slider_halo_radius = 2131165542; - // aapt resource value: 0x7F060167 - public const int mtrl_slider_label_radius = 2131100007; + // aapt resource value: 0x7F070167 + public const int mtrl_slider_label_padding = 2131165543; - // aapt resource value: 0x7F060168 - public const int mtrl_slider_label_square_side = 2131100008; + // aapt resource value: 0x7F070168 + public const int mtrl_slider_label_radius = 2131165544; - // aapt resource value: 0x7F060169 - public const int mtrl_slider_thumb_elevation = 2131100009; + // aapt resource value: 0x7F070169 + public const int mtrl_slider_label_square_side = 2131165545; - // aapt resource value: 0x7F06016A - public const int mtrl_slider_thumb_radius = 2131100010; + // aapt resource value: 0x7F07016A + public const int mtrl_slider_thumb_elevation = 2131165546; - // aapt resource value: 0x7F06016B - public const int mtrl_slider_track_height = 2131100011; + // aapt resource value: 0x7F07016B + public const int mtrl_slider_thumb_radius = 2131165547; - // aapt resource value: 0x7F06016C - public const int mtrl_slider_track_side_padding = 2131100012; + // aapt resource value: 0x7F07016C + public const int mtrl_slider_track_height = 2131165548; - // aapt resource value: 0x7F06016D - public const int mtrl_slider_track_top = 2131100013; + // aapt resource value: 0x7F07016D + public const int mtrl_slider_track_side_padding = 2131165549; - // aapt resource value: 0x7F06016E - public const int mtrl_slider_widget_height = 2131100014; + // aapt resource value: 0x7F07016E + public const int mtrl_slider_track_top = 2131165550; - // aapt resource value: 0x7F06016F - public const int mtrl_snackbar_action_text_color_alpha = 2131100015; + // aapt resource value: 0x7F07016F + public const int mtrl_slider_widget_height = 2131165551; - // aapt resource value: 0x7F060170 - public const int mtrl_snackbar_background_corner_radius = 2131100016; + // aapt resource value: 0x7F070170 + public const int mtrl_snackbar_action_text_color_alpha = 2131165552; - // aapt resource value: 0x7F060171 - public const int mtrl_snackbar_background_overlay_color_alpha = 2131100017; + // aapt resource value: 0x7F070171 + public const int mtrl_snackbar_background_corner_radius = 2131165553; - // aapt resource value: 0x7F060172 - public const int mtrl_snackbar_margin = 2131100018; + // aapt resource value: 0x7F070172 + public const int mtrl_snackbar_background_overlay_color_alpha = 2131165554; - // aapt resource value: 0x7F060173 - public const int mtrl_snackbar_message_margin_horizontal = 2131100019; + // aapt resource value: 0x7F070173 + public const int mtrl_snackbar_margin = 2131165555; - // aapt resource value: 0x7F060174 - public const int mtrl_snackbar_padding_horizontal = 2131100020; + // aapt resource value: 0x7F070174 + public const int mtrl_snackbar_message_margin_horizontal = 2131165556; - // aapt resource value: 0x7F060175 - public const int mtrl_switch_thumb_elevation = 2131100021; + // aapt resource value: 0x7F070175 + public const int mtrl_snackbar_padding_horizontal = 2131165557; - // aapt resource value: 0x7F060176 - public const int mtrl_textinput_box_corner_radius_medium = 2131100022; + // aapt resource value: 0x7F070176 + public const int mtrl_switch_thumb_elevation = 2131165558; - // aapt resource value: 0x7F060177 - public const int mtrl_textinput_box_corner_radius_small = 2131100023; + // aapt resource value: 0x7F070177 + public const int mtrl_textinput_box_corner_radius_medium = 2131165559; - // aapt resource value: 0x7F060178 - public const int mtrl_textinput_box_label_cutout_padding = 2131100024; + // aapt resource value: 0x7F070178 + public const int mtrl_textinput_box_corner_radius_small = 2131165560; - // aapt resource value: 0x7F060179 - public const int mtrl_textinput_box_stroke_width_default = 2131100025; + // aapt resource value: 0x7F070179 + public const int mtrl_textinput_box_label_cutout_padding = 2131165561; - // aapt resource value: 0x7F06017A - public const int mtrl_textinput_box_stroke_width_focused = 2131100026; + // aapt resource value: 0x7F07017A + public const int mtrl_textinput_box_stroke_width_default = 2131165562; - // aapt resource value: 0x7F06017B - public const int mtrl_textinput_counter_margin_start = 2131100027; + // aapt resource value: 0x7F07017B + public const int mtrl_textinput_box_stroke_width_focused = 2131165563; - // aapt resource value: 0x7F06017C - public const int mtrl_textinput_end_icon_margin_start = 2131100028; + // aapt resource value: 0x7F07017C + public const int mtrl_textinput_counter_margin_start = 2131165564; - // aapt resource value: 0x7F06017D - public const int mtrl_textinput_outline_box_expanded_padding = 2131100029; + // aapt resource value: 0x7F07017D + public const int mtrl_textinput_end_icon_margin_start = 2131165565; - // aapt resource value: 0x7F06017E - public const int mtrl_textinput_start_icon_margin_end = 2131100030; + // aapt resource value: 0x7F07017E + public const int mtrl_textinput_outline_box_expanded_padding = 2131165566; - // aapt resource value: 0x7F06017F - public const int mtrl_toolbar_default_height = 2131100031; + // aapt resource value: 0x7F07017F + public const int mtrl_textinput_start_icon_margin_end = 2131165567; - // aapt resource value: 0x7F060180 - public const int mtrl_tooltip_arrowSize = 2131100032; + // aapt resource value: 0x7F070180 + public const int mtrl_toolbar_default_height = 2131165568; - // aapt resource value: 0x7F060181 - public const int mtrl_tooltip_cornerSize = 2131100033; + // aapt resource value: 0x7F070181 + public const int mtrl_tooltip_arrowSize = 2131165569; - // aapt resource value: 0x7F060182 - public const int mtrl_tooltip_minHeight = 2131100034; + // aapt resource value: 0x7F070182 + public const int mtrl_tooltip_cornerSize = 2131165570; - // aapt resource value: 0x7F060183 - public const int mtrl_tooltip_minWidth = 2131100035; + // aapt resource value: 0x7F070183 + public const int mtrl_tooltip_minHeight = 2131165571; - // aapt resource value: 0x7F060184 - public const int mtrl_tooltip_padding = 2131100036; + // aapt resource value: 0x7F070184 + public const int mtrl_tooltip_minWidth = 2131165572; - // aapt resource value: 0x7F060185 - public const int mtrl_transition_shared_axis_slide_distance = 2131100037; + // aapt resource value: 0x7F070185 + public const int mtrl_tooltip_padding = 2131165573; - // aapt resource value: 0x7F060186 - public const int notification_action_icon_size = 2131100038; + // aapt resource value: 0x7F070186 + public const int mtrl_transition_shared_axis_slide_distance = 2131165574; - // aapt resource value: 0x7F060187 - public const int notification_action_text_size = 2131100039; + // aapt resource value: 0x7F070187 + public const int notification_action_icon_size = 2131165575; - // aapt resource value: 0x7F060188 - public const int notification_big_circle_margin = 2131100040; + // aapt resource value: 0x7F070188 + public const int notification_action_text_size = 2131165576; - // aapt resource value: 0x7F060189 - public const int notification_content_margin_start = 2131100041; + // aapt resource value: 0x7F070189 + public const int notification_big_circle_margin = 2131165577; - // aapt resource value: 0x7F06018A - public const int notification_large_icon_height = 2131100042; + // aapt resource value: 0x7F07018A + public const int notification_content_margin_start = 2131165578; - // aapt resource value: 0x7F06018B - public const int notification_large_icon_width = 2131100043; + // aapt resource value: 0x7F07018B + public const int notification_large_icon_height = 2131165579; - // aapt resource value: 0x7F06018C - public const int notification_main_column_padding_top = 2131100044; + // aapt resource value: 0x7F07018C + public const int notification_large_icon_width = 2131165580; - // aapt resource value: 0x7F06018D - public const int notification_media_narrow_margin = 2131100045; + // aapt resource value: 0x7F07018D + public const int notification_main_column_padding_top = 2131165581; - // aapt resource value: 0x7F06018E - public const int notification_right_icon_size = 2131100046; + // aapt resource value: 0x7F07018E + public const int notification_media_narrow_margin = 2131165582; - // aapt resource value: 0x7F06018F - public const int notification_right_side_padding_top = 2131100047; + // aapt resource value: 0x7F07018F + public const int notification_right_icon_size = 2131165583; - // aapt resource value: 0x7F060190 - public const int notification_small_icon_background_padding = 2131100048; + // aapt resource value: 0x7F070190 + public const int notification_right_side_padding_top = 2131165584; - // aapt resource value: 0x7F060191 - public const int notification_small_icon_size_as_large = 2131100049; + // aapt resource value: 0x7F070191 + public const int notification_small_icon_background_padding = 2131165585; - // aapt resource value: 0x7F060192 - public const int notification_subtext_size = 2131100050; + // aapt resource value: 0x7F070192 + public const int notification_small_icon_size_as_large = 2131165586; - // aapt resource value: 0x7F060193 - public const int notification_top_pad = 2131100051; + // aapt resource value: 0x7F070193 + public const int notification_subtext_size = 2131165587; - // aapt resource value: 0x7F060194 - public const int notification_top_pad_large_text = 2131100052; + // aapt resource value: 0x7F070194 + public const int notification_top_pad = 2131165588; - // aapt resource value: 0x7F060195 - public const int preference_dropdown_padding_start = 2131100053; + // aapt resource value: 0x7F070195 + public const int notification_top_pad_large_text = 2131165589; - // aapt resource value: 0x7F060196 - public const int preference_icon_minWidth = 2131100054; + // aapt resource value: 0x7F070196 + public const int preference_dropdown_padding_start = 2131165590; - // aapt resource value: 0x7F060197 - public const int preference_seekbar_padding_horizontal = 2131100055; + // aapt resource value: 0x7F070197 + public const int preference_icon_minWidth = 2131165591; - // aapt resource value: 0x7F060198 - public const int preference_seekbar_padding_vertical = 2131100056; + // aapt resource value: 0x7F070198 + public const int preference_seekbar_padding_horizontal = 2131165592; - // aapt resource value: 0x7F060199 - public const int preference_seekbar_value_minWidth = 2131100057; + // aapt resource value: 0x7F070199 + public const int preference_seekbar_padding_vertical = 2131165593; - // aapt resource value: 0x7F06019A - public const int test_mtrl_calendar_day_cornerSize = 2131100058; + // aapt resource value: 0x7F07019A + public const int preference_seekbar_value_minWidth = 2131165594; - // aapt resource value: 0x7F06019B - public const int test_navigation_bar_active_item_max_width = 2131100059; + // aapt resource value: 0x7F07019B + public const int test_mtrl_calendar_day_cornerSize = 2131165595; - // aapt resource value: 0x7F06019C - public const int test_navigation_bar_active_item_min_width = 2131100060; + // aapt resource value: 0x7F07019C + public const int test_navigation_bar_active_item_max_width = 2131165596; - // aapt resource value: 0x7F06019D - public const int test_navigation_bar_active_text_size = 2131100061; + // aapt resource value: 0x7F07019D + public const int test_navigation_bar_active_item_min_width = 2131165597; - // aapt resource value: 0x7F06019E - public const int test_navigation_bar_elevation = 2131100062; + // aapt resource value: 0x7F07019E + public const int test_navigation_bar_active_text_size = 2131165598; - // aapt resource value: 0x7F06019F - public const int test_navigation_bar_height = 2131100063; + // aapt resource value: 0x7F07019F + public const int test_navigation_bar_elevation = 2131165599; - // aapt resource value: 0x7F0601A0 - public const int test_navigation_bar_icon_size = 2131100064; + // aapt resource value: 0x7F0701A0 + public const int test_navigation_bar_height = 2131165600; - // aapt resource value: 0x7F0601A1 - public const int test_navigation_bar_item_max_width = 2131100065; + // aapt resource value: 0x7F0701A1 + public const int test_navigation_bar_icon_size = 2131165601; - // aapt resource value: 0x7F0601A2 - public const int test_navigation_bar_item_min_width = 2131100066; + // aapt resource value: 0x7F0701A2 + public const int test_navigation_bar_item_max_width = 2131165602; - // aapt resource value: 0x7F0601A3 - public const int test_navigation_bar_label_padding = 2131100067; + // aapt resource value: 0x7F0701A3 + public const int test_navigation_bar_item_min_width = 2131165603; - // aapt resource value: 0x7F0601A4 - public const int test_navigation_bar_shadow_height = 2131100068; + // aapt resource value: 0x7F0701A4 + public const int test_navigation_bar_label_padding = 2131165604; - // aapt resource value: 0x7F0601A5 - public const int test_navigation_bar_text_size = 2131100069; + // aapt resource value: 0x7F0701A5 + public const int test_navigation_bar_shadow_height = 2131165605; - // aapt resource value: 0x7F0601A6 - public const int tooltip_corner_radius = 2131100070; + // aapt resource value: 0x7F0701A6 + public const int test_navigation_bar_text_size = 2131165606; - // aapt resource value: 0x7F0601A7 - public const int tooltip_horizontal_padding = 2131100071; + // aapt resource value: 0x7F0701A7 + public const int tooltip_corner_radius = 2131165607; - // aapt resource value: 0x7F0601A8 - public const int tooltip_margin = 2131100072; + // aapt resource value: 0x7F0701A8 + public const int tooltip_horizontal_padding = 2131165608; - // aapt resource value: 0x7F0601A9 - public const int tooltip_precise_anchor_extra_offset = 2131100073; + // aapt resource value: 0x7F0701A9 + public const int tooltip_margin = 2131165609; - // aapt resource value: 0x7F0601AA - public const int tooltip_precise_anchor_threshold = 2131100074; + // aapt resource value: 0x7F0701AA + public const int tooltip_precise_anchor_extra_offset = 2131165610; - // aapt resource value: 0x7F0601AB - public const int tooltip_vertical_padding = 2131100075; + // aapt resource value: 0x7F0701AB + public const int tooltip_precise_anchor_threshold = 2131165611; - // aapt resource value: 0x7F0601AC - public const int tooltip_y_offset_non_touch = 2131100076; + // aapt resource value: 0x7F0701AC + public const int tooltip_vertical_padding = 2131165612; - // aapt resource value: 0x7F0601AD - public const int tooltip_y_offset_touch = 2131100077; + // aapt resource value: 0x7F0701AD + public const int tooltip_y_offset_non_touch = 2131165613; + + // aapt resource value: 0x7F0701AE + public const int tooltip_y_offset_touch = 2131165614; static Dimension() { @@ -16255,428 +16460,434 @@ namespace QRBee.Droid public partial class Drawable { - // aapt resource value: 0x7F070006 - public const int abc_ab_share_pack_mtrl_alpha = 2131165190; + // aapt resource value: 0x7F080006 + public const int abc_ab_share_pack_mtrl_alpha = 2131230726; - // aapt resource value: 0x7F070007 - public const int abc_action_bar_item_background_material = 2131165191; + // aapt resource value: 0x7F080007 + public const int abc_action_bar_item_background_material = 2131230727; - // aapt resource value: 0x7F070008 - public const int abc_btn_borderless_material = 2131165192; + // aapt resource value: 0x7F080008 + public const int abc_btn_borderless_material = 2131230728; - // aapt resource value: 0x7F070009 - public const int abc_btn_check_material = 2131165193; + // aapt resource value: 0x7F080009 + public const int abc_btn_check_material = 2131230729; - // aapt resource value: 0x7F07000A - public const int abc_btn_check_material_anim = 2131165194; + // aapt resource value: 0x7F08000A + public const int abc_btn_check_material_anim = 2131230730; - // aapt resource value: 0x7F07000B - public const int abc_btn_check_to_on_mtrl_000 = 2131165195; + // aapt resource value: 0x7F08000B + public const int abc_btn_check_to_on_mtrl_000 = 2131230731; - // aapt resource value: 0x7F07000C - public const int abc_btn_check_to_on_mtrl_015 = 2131165196; + // aapt resource value: 0x7F08000C + public const int abc_btn_check_to_on_mtrl_015 = 2131230732; - // aapt resource value: 0x7F07000D - public const int abc_btn_colored_material = 2131165197; + // aapt resource value: 0x7F08000D + public const int abc_btn_colored_material = 2131230733; - // aapt resource value: 0x7F07000E - public const int abc_btn_default_mtrl_shape = 2131165198; + // aapt resource value: 0x7F08000E + public const int abc_btn_default_mtrl_shape = 2131230734; - // aapt resource value: 0x7F07000F - public const int abc_btn_radio_material = 2131165199; + // aapt resource value: 0x7F08000F + public const int abc_btn_radio_material = 2131230735; - // aapt resource value: 0x7F070010 - public const int abc_btn_radio_material_anim = 2131165200; + // aapt resource value: 0x7F080010 + public const int abc_btn_radio_material_anim = 2131230736; - // aapt resource value: 0x7F070011 - public const int abc_btn_radio_to_on_mtrl_000 = 2131165201; + // aapt resource value: 0x7F080011 + public const int abc_btn_radio_to_on_mtrl_000 = 2131230737; - // aapt resource value: 0x7F070012 - public const int abc_btn_radio_to_on_mtrl_015 = 2131165202; + // aapt resource value: 0x7F080012 + public const int abc_btn_radio_to_on_mtrl_015 = 2131230738; - // aapt resource value: 0x7F070013 - public const int abc_btn_switch_to_on_mtrl_00001 = 2131165203; + // aapt resource value: 0x7F080013 + public const int abc_btn_switch_to_on_mtrl_00001 = 2131230739; - // aapt resource value: 0x7F070014 - public const int abc_btn_switch_to_on_mtrl_00012 = 2131165204; + // aapt resource value: 0x7F080014 + public const int abc_btn_switch_to_on_mtrl_00012 = 2131230740; - // aapt resource value: 0x7F070015 - public const int abc_cab_background_internal_bg = 2131165205; + // aapt resource value: 0x7F080015 + public const int abc_cab_background_internal_bg = 2131230741; - // aapt resource value: 0x7F070016 - public const int abc_cab_background_top_material = 2131165206; + // aapt resource value: 0x7F080016 + public const int abc_cab_background_top_material = 2131230742; - // aapt resource value: 0x7F070017 - public const int abc_cab_background_top_mtrl_alpha = 2131165207; + // aapt resource value: 0x7F080017 + public const int abc_cab_background_top_mtrl_alpha = 2131230743; - // aapt resource value: 0x7F070018 - public const int abc_control_background_material = 2131165208; + // aapt resource value: 0x7F080018 + public const int abc_control_background_material = 2131230744; - // aapt resource value: 0x7F070019 - public const int abc_dialog_material_background = 2131165209; + // aapt resource value: 0x7F080019 + public const int abc_dialog_material_background = 2131230745; - // aapt resource value: 0x7F07001A - public const int abc_edit_text_material = 2131165210; + // aapt resource value: 0x7F08001A + public const int abc_edit_text_material = 2131230746; - // aapt resource value: 0x7F07001B - public const int abc_ic_ab_back_material = 2131165211; + // aapt resource value: 0x7F08001B + public const int abc_ic_ab_back_material = 2131230747; - // aapt resource value: 0x7F07001C - public const int abc_ic_arrow_drop_right_black_24dp = 2131165212; + // aapt resource value: 0x7F08001C + public const int abc_ic_arrow_drop_right_black_24dp = 2131230748; - // aapt resource value: 0x7F07001D - public const int abc_ic_clear_material = 2131165213; + // aapt resource value: 0x7F08001D + public const int abc_ic_clear_material = 2131230749; - // aapt resource value: 0x7F07001E - public const int abc_ic_commit_search_api_mtrl_alpha = 2131165214; + // aapt resource value: 0x7F08001E + public const int abc_ic_commit_search_api_mtrl_alpha = 2131230750; - // aapt resource value: 0x7F07001F - public const int abc_ic_go_search_api_material = 2131165215; + // aapt resource value: 0x7F08001F + public const int abc_ic_go_search_api_material = 2131230751; - // aapt resource value: 0x7F070020 - public const int abc_ic_menu_copy_mtrl_am_alpha = 2131165216; + // aapt resource value: 0x7F080020 + public const int abc_ic_menu_copy_mtrl_am_alpha = 2131230752; - // aapt resource value: 0x7F070021 - public const int abc_ic_menu_cut_mtrl_alpha = 2131165217; + // aapt resource value: 0x7F080021 + public const int abc_ic_menu_cut_mtrl_alpha = 2131230753; - // aapt resource value: 0x7F070022 - public const int abc_ic_menu_overflow_material = 2131165218; + // aapt resource value: 0x7F080022 + public const int abc_ic_menu_overflow_material = 2131230754; - // aapt resource value: 0x7F070023 - public const int abc_ic_menu_paste_mtrl_am_alpha = 2131165219; + // aapt resource value: 0x7F080023 + public const int abc_ic_menu_paste_mtrl_am_alpha = 2131230755; - // aapt resource value: 0x7F070024 - public const int abc_ic_menu_selectall_mtrl_alpha = 2131165220; + // aapt resource value: 0x7F080024 + public const int abc_ic_menu_selectall_mtrl_alpha = 2131230756; - // aapt resource value: 0x7F070025 - public const int abc_ic_menu_share_mtrl_alpha = 2131165221; + // aapt resource value: 0x7F080025 + public const int abc_ic_menu_share_mtrl_alpha = 2131230757; - // aapt resource value: 0x7F070026 - public const int abc_ic_search_api_material = 2131165222; + // aapt resource value: 0x7F080026 + public const int abc_ic_search_api_material = 2131230758; - // aapt resource value: 0x7F070027 - public const int abc_ic_voice_search_api_material = 2131165223; + // aapt resource value: 0x7F080027 + public const int abc_ic_voice_search_api_material = 2131230759; - // aapt resource value: 0x7F070028 - public const int abc_item_background_holo_dark = 2131165224; + // aapt resource value: 0x7F080028 + public const int abc_item_background_holo_dark = 2131230760; - // aapt resource value: 0x7F070029 - public const int abc_item_background_holo_light = 2131165225; + // aapt resource value: 0x7F080029 + public const int abc_item_background_holo_light = 2131230761; - // aapt resource value: 0x7F07002A - public const int abc_list_divider_material = 2131165226; + // aapt resource value: 0x7F08002A + public const int abc_list_divider_material = 2131230762; - // aapt resource value: 0x7F07002B - public const int abc_list_divider_mtrl_alpha = 2131165227; + // aapt resource value: 0x7F08002B + public const int abc_list_divider_mtrl_alpha = 2131230763; - // aapt resource value: 0x7F07002C - public const int abc_list_focused_holo = 2131165228; + // aapt resource value: 0x7F08002C + public const int abc_list_focused_holo = 2131230764; - // aapt resource value: 0x7F07002D - public const int abc_list_longpressed_holo = 2131165229; + // aapt resource value: 0x7F08002D + public const int abc_list_longpressed_holo = 2131230765; - // aapt resource value: 0x7F07002E - public const int abc_list_pressed_holo_dark = 2131165230; + // aapt resource value: 0x7F08002E + public const int abc_list_pressed_holo_dark = 2131230766; - // aapt resource value: 0x7F07002F - public const int abc_list_pressed_holo_light = 2131165231; + // aapt resource value: 0x7F08002F + public const int abc_list_pressed_holo_light = 2131230767; - // aapt resource value: 0x7F070030 - public const int abc_list_selector_background_transition_holo_dark = 2131165232; + // aapt resource value: 0x7F080030 + public const int abc_list_selector_background_transition_holo_dark = 2131230768; - // aapt resource value: 0x7F070031 - public const int abc_list_selector_background_transition_holo_light = 2131165233; + // aapt resource value: 0x7F080031 + public const int abc_list_selector_background_transition_holo_light = 2131230769; - // aapt resource value: 0x7F070032 - public const int abc_list_selector_disabled_holo_dark = 2131165234; + // aapt resource value: 0x7F080032 + public const int abc_list_selector_disabled_holo_dark = 2131230770; - // aapt resource value: 0x7F070033 - public const int abc_list_selector_disabled_holo_light = 2131165235; + // aapt resource value: 0x7F080033 + public const int abc_list_selector_disabled_holo_light = 2131230771; - // aapt resource value: 0x7F070034 - public const int abc_list_selector_holo_dark = 2131165236; + // aapt resource value: 0x7F080034 + public const int abc_list_selector_holo_dark = 2131230772; - // aapt resource value: 0x7F070035 - public const int abc_list_selector_holo_light = 2131165237; + // aapt resource value: 0x7F080035 + public const int abc_list_selector_holo_light = 2131230773; - // aapt resource value: 0x7F070036 - public const int abc_menu_hardkey_panel_mtrl_mult = 2131165238; + // aapt resource value: 0x7F080036 + public const int abc_menu_hardkey_panel_mtrl_mult = 2131230774; - // aapt resource value: 0x7F070037 - public const int abc_popup_background_mtrl_mult = 2131165239; + // aapt resource value: 0x7F080037 + public const int abc_popup_background_mtrl_mult = 2131230775; - // aapt resource value: 0x7F070038 - public const int abc_ratingbar_indicator_material = 2131165240; + // aapt resource value: 0x7F080038 + public const int abc_ratingbar_indicator_material = 2131230776; - // aapt resource value: 0x7F070039 - public const int abc_ratingbar_material = 2131165241; + // aapt resource value: 0x7F080039 + public const int abc_ratingbar_material = 2131230777; - // aapt resource value: 0x7F07003A - public const int abc_ratingbar_small_material = 2131165242; + // aapt resource value: 0x7F08003A + public const int abc_ratingbar_small_material = 2131230778; - // aapt resource value: 0x7F07003B - public const int abc_scrubber_control_off_mtrl_alpha = 2131165243; + // aapt resource value: 0x7F08003B + public const int abc_scrubber_control_off_mtrl_alpha = 2131230779; - // aapt resource value: 0x7F07003C - public const int abc_scrubber_control_to_pressed_mtrl_000 = 2131165244; + // aapt resource value: 0x7F08003C + public const int abc_scrubber_control_to_pressed_mtrl_000 = 2131230780; - // aapt resource value: 0x7F07003D - public const int abc_scrubber_control_to_pressed_mtrl_005 = 2131165245; + // aapt resource value: 0x7F08003D + public const int abc_scrubber_control_to_pressed_mtrl_005 = 2131230781; - // aapt resource value: 0x7F07003E - public const int abc_scrubber_primary_mtrl_alpha = 2131165246; + // aapt resource value: 0x7F08003E + public const int abc_scrubber_primary_mtrl_alpha = 2131230782; - // aapt resource value: 0x7F07003F - public const int abc_scrubber_track_mtrl_alpha = 2131165247; + // aapt resource value: 0x7F08003F + public const int abc_scrubber_track_mtrl_alpha = 2131230783; - // aapt resource value: 0x7F070040 - public const int abc_seekbar_thumb_material = 2131165248; + // aapt resource value: 0x7F080040 + public const int abc_seekbar_thumb_material = 2131230784; - // aapt resource value: 0x7F070041 - public const int abc_seekbar_tick_mark_material = 2131165249; + // aapt resource value: 0x7F080041 + public const int abc_seekbar_tick_mark_material = 2131230785; - // aapt resource value: 0x7F070042 - public const int abc_seekbar_track_material = 2131165250; + // aapt resource value: 0x7F080042 + public const int abc_seekbar_track_material = 2131230786; - // aapt resource value: 0x7F070043 - public const int abc_spinner_mtrl_am_alpha = 2131165251; + // aapt resource value: 0x7F080043 + public const int abc_spinner_mtrl_am_alpha = 2131230787; - // aapt resource value: 0x7F070044 - public const int abc_spinner_textfield_background_material = 2131165252; + // aapt resource value: 0x7F080044 + public const int abc_spinner_textfield_background_material = 2131230788; - // aapt resource value: 0x7F070045 - public const int abc_star_black_48dp = 2131165253; + // aapt resource value: 0x7F080045 + public const int abc_star_black_48dp = 2131230789; - // aapt resource value: 0x7F070046 - public const int abc_star_half_black_48dp = 2131165254; + // aapt resource value: 0x7F080046 + public const int abc_star_half_black_48dp = 2131230790; - // aapt resource value: 0x7F070047 - public const int abc_switch_thumb_material = 2131165255; + // aapt resource value: 0x7F080047 + public const int abc_switch_thumb_material = 2131230791; - // aapt resource value: 0x7F070048 - public const int abc_switch_track_mtrl_alpha = 2131165256; + // aapt resource value: 0x7F080048 + public const int abc_switch_track_mtrl_alpha = 2131230792; - // aapt resource value: 0x7F070049 - public const int abc_tab_indicator_material = 2131165257; + // aapt resource value: 0x7F080049 + public const int abc_tab_indicator_material = 2131230793; - // aapt resource value: 0x7F07004A - public const int abc_tab_indicator_mtrl_alpha = 2131165258; + // aapt resource value: 0x7F08004A + public const int abc_tab_indicator_mtrl_alpha = 2131230794; - // aapt resource value: 0x7F07004F - public const int abc_textfield_activated_mtrl_alpha = 2131165263; + // aapt resource value: 0x7F08004F + public const int abc_textfield_activated_mtrl_alpha = 2131230799; - // aapt resource value: 0x7F070050 - public const int abc_textfield_default_mtrl_alpha = 2131165264; + // aapt resource value: 0x7F080050 + public const int abc_textfield_default_mtrl_alpha = 2131230800; - // aapt resource value: 0x7F070051 - public const int abc_textfield_search_activated_mtrl_alpha = 2131165265; + // aapt resource value: 0x7F080051 + public const int abc_textfield_search_activated_mtrl_alpha = 2131230801; - // aapt resource value: 0x7F070052 - public const int abc_textfield_search_default_mtrl_alpha = 2131165266; + // aapt resource value: 0x7F080052 + public const int abc_textfield_search_default_mtrl_alpha = 2131230802; - // aapt resource value: 0x7F070053 - public const int abc_textfield_search_material = 2131165267; + // aapt resource value: 0x7F080053 + public const int abc_textfield_search_material = 2131230803; - // aapt resource value: 0x7F07004B - public const int abc_text_cursor_material = 2131165259; + // aapt resource value: 0x7F08004B + public const int abc_text_cursor_material = 2131230795; - // aapt resource value: 0x7F07004C - public const int abc_text_select_handle_left_mtrl = 2131165260; + // aapt resource value: 0x7F08004C + public const int abc_text_select_handle_left_mtrl = 2131230796; - // aapt resource value: 0x7F07004D - public const int abc_text_select_handle_middle_mtrl = 2131165261; + // aapt resource value: 0x7F08004D + public const int abc_text_select_handle_middle_mtrl = 2131230797; - // aapt resource value: 0x7F07004E - public const int abc_text_select_handle_right_mtrl = 2131165262; + // aapt resource value: 0x7F08004E + public const int abc_text_select_handle_right_mtrl = 2131230798; - // aapt resource value: 0x7F070054 - public const int abc_vector_test = 2131165268; + // aapt resource value: 0x7F080054 + public const int abc_vector_test = 2131230804; - // aapt resource value: 0x7F070055 - public const int avd_hide_password = 2131165269; + // aapt resource value: 0x7F080055 + public const int avd_hide_password = 2131230805; - // aapt resource value: 0x7F070056 - public const int avd_show_password = 2131165270; + // aapt resource value: 0x7F080056 + public const int avd_show_password = 2131230806; - // aapt resource value: 0x7F070057 - public const int btn_checkbox_checked_mtrl = 2131165271; + // aapt resource value: 0x7F080057 + public const int btn_checkbox_checked_mtrl = 2131230807; - // aapt resource value: 0x7F070058 - public const int btn_checkbox_checked_to_unchecked_mtrl_animation = 2131165272; + // aapt resource value: 0x7F080058 + public const int btn_checkbox_checked_to_unchecked_mtrl_animation = 2131230808; - // aapt resource value: 0x7F070059 - public const int btn_checkbox_unchecked_mtrl = 2131165273; + // aapt resource value: 0x7F080059 + public const int btn_checkbox_unchecked_mtrl = 2131230809; - // aapt resource value: 0x7F07005A - public const int btn_checkbox_unchecked_to_checked_mtrl_animation = 2131165274; + // aapt resource value: 0x7F08005A + public const int btn_checkbox_unchecked_to_checked_mtrl_animation = 2131230810; - // aapt resource value: 0x7F07005B - public const int btn_radio_off_mtrl = 2131165275; + // aapt resource value: 0x7F08005B + public const int btn_radio_off_mtrl = 2131230811; - // aapt resource value: 0x7F07005C - public const int btn_radio_off_to_on_mtrl_animation = 2131165276; + // aapt resource value: 0x7F08005C + public const int btn_radio_off_to_on_mtrl_animation = 2131230812; - // aapt resource value: 0x7F07005D - public const int btn_radio_on_mtrl = 2131165277; + // aapt resource value: 0x7F08005D + public const int btn_radio_on_mtrl = 2131230813; - // aapt resource value: 0x7F07005E - public const int btn_radio_on_to_off_mtrl_animation = 2131165278; + // aapt resource value: 0x7F08005E + public const int btn_radio_on_to_off_mtrl_animation = 2131230814; - // aapt resource value: 0x7F07005F - public const int design_fab_background = 2131165279; + // aapt resource value: 0x7F08005F + public const int design_fab_background = 2131230815; - // aapt resource value: 0x7F070060 - public const int design_ic_visibility = 2131165280; + // aapt resource value: 0x7F080060 + public const int design_ic_visibility = 2131230816; - // aapt resource value: 0x7F070061 - public const int design_ic_visibility_off = 2131165281; + // aapt resource value: 0x7F080061 + public const int design_ic_visibility_off = 2131230817; - // aapt resource value: 0x7F070062 - public const int design_password_eye = 2131165282; + // aapt resource value: 0x7F080062 + public const int design_password_eye = 2131230818; - // aapt resource value: 0x7F070063 - public const int design_snackbar_background = 2131165283; + // aapt resource value: 0x7F080063 + public const int design_snackbar_background = 2131230819; - // aapt resource value: 0x7F07006B - public const int icon_about = 2131165291; + // aapt resource value: 0x7F080064 + public const int fingerprint_dialog_error = 2131230820; - // aapt resource value: 0x7F07006C - public const int icon_feed = 2131165292; + // aapt resource value: 0x7F080065 + public const int fingerprint_dialog_fp_icon = 2131230821; - // aapt resource value: 0x7F070064 - public const int ic_arrow_down_24dp = 2131165284; + // aapt resource value: 0x7F08006D + public const int icon_about = 2131230829; - // aapt resource value: 0x7F070065 - public const int ic_clock_black_24dp = 2131165285; + // aapt resource value: 0x7F08006E + public const int icon_feed = 2131230830; - // aapt resource value: 0x7F070066 - public const int ic_keyboard_black_24dp = 2131165286; + // aapt resource value: 0x7F080066 + public const int ic_arrow_down_24dp = 2131230822; - // aapt resource value: 0x7F070067 - public const int ic_mtrl_checked_circle = 2131165287; + // aapt resource value: 0x7F080067 + public const int ic_clock_black_24dp = 2131230823; - // aapt resource value: 0x7F070068 - public const int ic_mtrl_chip_checked_black = 2131165288; + // aapt resource value: 0x7F080068 + public const int ic_keyboard_black_24dp = 2131230824; - // aapt resource value: 0x7F070069 - public const int ic_mtrl_chip_checked_circle = 2131165289; + // aapt resource value: 0x7F080069 + public const int ic_mtrl_checked_circle = 2131230825; - // aapt resource value: 0x7F07006A - public const int ic_mtrl_chip_close_circle = 2131165290; + // aapt resource value: 0x7F08006A + public const int ic_mtrl_chip_checked_black = 2131230826; - // aapt resource value: 0x7F07006D - public const int material_cursor_drawable = 2131165293; + // aapt resource value: 0x7F08006B + public const int ic_mtrl_chip_checked_circle = 2131230827; - // aapt resource value: 0x7F07006E - public const int material_ic_calendar_black_24dp = 2131165294; + // aapt resource value: 0x7F08006C + public const int ic_mtrl_chip_close_circle = 2131230828; - // aapt resource value: 0x7F07006F - public const int material_ic_clear_black_24dp = 2131165295; + // aapt resource value: 0x7F08006F + public const int material_cursor_drawable = 2131230831; - // aapt resource value: 0x7F070070 - public const int material_ic_edit_black_24dp = 2131165296; + // aapt resource value: 0x7F080070 + public const int material_ic_calendar_black_24dp = 2131230832; - // aapt resource value: 0x7F070071 - public const int material_ic_keyboard_arrow_left_black_24dp = 2131165297; + // aapt resource value: 0x7F080071 + public const int material_ic_clear_black_24dp = 2131230833; - // aapt resource value: 0x7F070072 - public const int material_ic_keyboard_arrow_next_black_24dp = 2131165298; + // aapt resource value: 0x7F080072 + public const int material_ic_edit_black_24dp = 2131230834; - // aapt resource value: 0x7F070073 - public const int material_ic_keyboard_arrow_previous_black_24dp = 2131165299; + // aapt resource value: 0x7F080073 + public const int material_ic_keyboard_arrow_left_black_24dp = 2131230835; - // aapt resource value: 0x7F070074 - public const int material_ic_keyboard_arrow_right_black_24dp = 2131165300; + // aapt resource value: 0x7F080074 + public const int material_ic_keyboard_arrow_next_black_24dp = 2131230836; - // aapt resource value: 0x7F070075 - public const int material_ic_menu_arrow_down_black_24dp = 2131165301; + // aapt resource value: 0x7F080075 + public const int material_ic_keyboard_arrow_previous_black_24dp = 2131230837; - // aapt resource value: 0x7F070076 - public const int material_ic_menu_arrow_up_black_24dp = 2131165302; + // aapt resource value: 0x7F080076 + public const int material_ic_keyboard_arrow_right_black_24dp = 2131230838; - // aapt resource value: 0x7F070077 - public const int mtrl_dialog_background = 2131165303; + // aapt resource value: 0x7F080077 + public const int material_ic_menu_arrow_down_black_24dp = 2131230839; - // aapt resource value: 0x7F070078 - public const int mtrl_dropdown_arrow = 2131165304; + // aapt resource value: 0x7F080078 + public const int material_ic_menu_arrow_up_black_24dp = 2131230840; - // aapt resource value: 0x7F070079 - public const int mtrl_ic_arrow_drop_down = 2131165305; + // aapt resource value: 0x7F080079 + public const int mtrl_dialog_background = 2131230841; - // aapt resource value: 0x7F07007A - public const int mtrl_ic_arrow_drop_up = 2131165306; + // aapt resource value: 0x7F08007A + public const int mtrl_dropdown_arrow = 2131230842; - // aapt resource value: 0x7F07007B - public const int mtrl_ic_cancel = 2131165307; + // aapt resource value: 0x7F08007B + public const int mtrl_ic_arrow_drop_down = 2131230843; - // aapt resource value: 0x7F07007C - public const int mtrl_ic_error = 2131165308; + // aapt resource value: 0x7F08007C + public const int mtrl_ic_arrow_drop_up = 2131230844; - // aapt resource value: 0x7F07007D - public const int mtrl_navigation_bar_item_background = 2131165309; + // aapt resource value: 0x7F08007D + public const int mtrl_ic_cancel = 2131230845; - // aapt resource value: 0x7F07007E - public const int mtrl_popupmenu_background = 2131165310; + // aapt resource value: 0x7F08007E + public const int mtrl_ic_error = 2131230846; - // aapt resource value: 0x7F07007F - public const int mtrl_popupmenu_background_dark = 2131165311; + // aapt resource value: 0x7F08007F + public const int mtrl_navigation_bar_item_background = 2131230847; - // aapt resource value: 0x7F070080 - public const int mtrl_tabs_default_indicator = 2131165312; + // aapt resource value: 0x7F080080 + public const int mtrl_popupmenu_background = 2131230848; - // aapt resource value: 0x7F070081 - public const int navigation_empty_icon = 2131165313; + // aapt resource value: 0x7F080081 + public const int mtrl_popupmenu_background_dark = 2131230849; - // aapt resource value: 0x7F070082 - public const int notification_action_background = 2131165314; + // aapt resource value: 0x7F080082 + public const int mtrl_tabs_default_indicator = 2131230850; - // aapt resource value: 0x7F070083 - public const int notification_bg = 2131165315; + // aapt resource value: 0x7F080083 + public const int navigation_empty_icon = 2131230851; - // aapt resource value: 0x7F070084 - public const int notification_bg_low = 2131165316; + // aapt resource value: 0x7F080084 + public const int notification_action_background = 2131230852; - // aapt resource value: 0x7F070085 - public const int notification_bg_low_normal = 2131165317; + // aapt resource value: 0x7F080085 + public const int notification_bg = 2131230853; - // aapt resource value: 0x7F070086 - public const int notification_bg_low_pressed = 2131165318; + // aapt resource value: 0x7F080086 + public const int notification_bg_low = 2131230854; - // aapt resource value: 0x7F070087 - public const int notification_bg_normal = 2131165319; + // aapt resource value: 0x7F080087 + public const int notification_bg_low_normal = 2131230855; - // aapt resource value: 0x7F070088 - public const int notification_bg_normal_pressed = 2131165320; + // aapt resource value: 0x7F080088 + public const int notification_bg_low_pressed = 2131230856; - // aapt resource value: 0x7F070089 - public const int notification_icon_background = 2131165321; + // aapt resource value: 0x7F080089 + public const int notification_bg_normal = 2131230857; - // aapt resource value: 0x7F07008A - public const int notification_template_icon_bg = 2131165322; + // aapt resource value: 0x7F08008A + public const int notification_bg_normal_pressed = 2131230858; - // aapt resource value: 0x7F07008B - public const int notification_template_icon_low_bg = 2131165323; + // aapt resource value: 0x7F08008B + public const int notification_icon_background = 2131230859; - // aapt resource value: 0x7F07008C - public const int notification_tile_bg = 2131165324; + // aapt resource value: 0x7F08008C + public const int notification_template_icon_bg = 2131230860; - // aapt resource value: 0x7F07008D - public const int notify_panel_notification_icon_bg = 2131165325; + // aapt resource value: 0x7F08008D + public const int notification_template_icon_low_bg = 2131230861; - // aapt resource value: 0x7F07008E - public const int preference_list_divider_material = 2131165326; + // aapt resource value: 0x7F08008E + public const int notification_tile_bg = 2131230862; - // aapt resource value: 0x7F07008F - public const int test_custom_background = 2131165327; + // aapt resource value: 0x7F08008F + public const int notify_panel_notification_icon_bg = 2131230863; - // aapt resource value: 0x7F070090 - public const int tooltip_frame_dark = 2131165328; + // aapt resource value: 0x7F080090 + public const int preference_list_divider_material = 2131230864; - // aapt resource value: 0x7F070091 - public const int tooltip_frame_light = 2131165329; + // aapt resource value: 0x7F080091 + public const int test_custom_background = 2131230865; - // aapt resource value: 0x7F070092 - public const int xamarin_logo = 2131165330; + // aapt resource value: 0x7F080092 + public const int tooltip_frame_dark = 2131230866; + + // aapt resource value: 0x7F080093 + public const int tooltip_frame_light = 2131230867; + + // aapt resource value: 0x7F080094 + public const int xamarin_logo = 2131230868; static Drawable() { @@ -16691,1493 +16902,1505 @@ namespace QRBee.Droid public partial class Id { - // aapt resource value: 0x7F08000E - public const int accelerate = 2131230734; + // aapt resource value: 0x7F09000E + public const int accelerate = 2131296270; - // aapt resource value: 0x7F08000F - public const int accessibility_action_clickable_span = 2131230735; + // aapt resource value: 0x7F09000F + public const int accessibility_action_clickable_span = 2131296271; - // aapt resource value: 0x7F080010 - public const int accessibility_custom_action_0 = 2131230736; + // aapt resource value: 0x7F090010 + public const int accessibility_custom_action_0 = 2131296272; - // aapt resource value: 0x7F080011 - public const int accessibility_custom_action_1 = 2131230737; + // aapt resource value: 0x7F090011 + public const int accessibility_custom_action_1 = 2131296273; - // aapt resource value: 0x7F080012 - public const int accessibility_custom_action_10 = 2131230738; + // aapt resource value: 0x7F090012 + public const int accessibility_custom_action_10 = 2131296274; - // aapt resource value: 0x7F080013 - public const int accessibility_custom_action_11 = 2131230739; + // aapt resource value: 0x7F090013 + public const int accessibility_custom_action_11 = 2131296275; - // aapt resource value: 0x7F080014 - public const int accessibility_custom_action_12 = 2131230740; + // aapt resource value: 0x7F090014 + public const int accessibility_custom_action_12 = 2131296276; - // aapt resource value: 0x7F080015 - public const int accessibility_custom_action_13 = 2131230741; + // aapt resource value: 0x7F090015 + public const int accessibility_custom_action_13 = 2131296277; - // aapt resource value: 0x7F080016 - public const int accessibility_custom_action_14 = 2131230742; + // aapt resource value: 0x7F090016 + public const int accessibility_custom_action_14 = 2131296278; - // aapt resource value: 0x7F080017 - public const int accessibility_custom_action_15 = 2131230743; + // aapt resource value: 0x7F090017 + public const int accessibility_custom_action_15 = 2131296279; - // aapt resource value: 0x7F080018 - public const int accessibility_custom_action_16 = 2131230744; + // aapt resource value: 0x7F090018 + public const int accessibility_custom_action_16 = 2131296280; - // aapt resource value: 0x7F080019 - public const int accessibility_custom_action_17 = 2131230745; + // aapt resource value: 0x7F090019 + public const int accessibility_custom_action_17 = 2131296281; - // aapt resource value: 0x7F08001A - public const int accessibility_custom_action_18 = 2131230746; + // aapt resource value: 0x7F09001A + public const int accessibility_custom_action_18 = 2131296282; - // aapt resource value: 0x7F08001B - public const int accessibility_custom_action_19 = 2131230747; + // aapt resource value: 0x7F09001B + public const int accessibility_custom_action_19 = 2131296283; - // aapt resource value: 0x7F08001C - public const int accessibility_custom_action_2 = 2131230748; + // aapt resource value: 0x7F09001C + public const int accessibility_custom_action_2 = 2131296284; - // aapt resource value: 0x7F08001D - public const int accessibility_custom_action_20 = 2131230749; + // aapt resource value: 0x7F09001D + public const int accessibility_custom_action_20 = 2131296285; - // aapt resource value: 0x7F08001E - public const int accessibility_custom_action_21 = 2131230750; + // aapt resource value: 0x7F09001E + public const int accessibility_custom_action_21 = 2131296286; - // aapt resource value: 0x7F08001F - public const int accessibility_custom_action_22 = 2131230751; + // aapt resource value: 0x7F09001F + public const int accessibility_custom_action_22 = 2131296287; - // aapt resource value: 0x7F080020 - public const int accessibility_custom_action_23 = 2131230752; + // aapt resource value: 0x7F090020 + public const int accessibility_custom_action_23 = 2131296288; - // aapt resource value: 0x7F080021 - public const int accessibility_custom_action_24 = 2131230753; + // aapt resource value: 0x7F090021 + public const int accessibility_custom_action_24 = 2131296289; - // aapt resource value: 0x7F080022 - public const int accessibility_custom_action_25 = 2131230754; + // aapt resource value: 0x7F090022 + public const int accessibility_custom_action_25 = 2131296290; - // aapt resource value: 0x7F080023 - public const int accessibility_custom_action_26 = 2131230755; + // aapt resource value: 0x7F090023 + public const int accessibility_custom_action_26 = 2131296291; - // aapt resource value: 0x7F080024 - public const int accessibility_custom_action_27 = 2131230756; + // aapt resource value: 0x7F090024 + public const int accessibility_custom_action_27 = 2131296292; - // aapt resource value: 0x7F080025 - public const int accessibility_custom_action_28 = 2131230757; + // aapt resource value: 0x7F090025 + public const int accessibility_custom_action_28 = 2131296293; - // aapt resource value: 0x7F080026 - public const int accessibility_custom_action_29 = 2131230758; + // aapt resource value: 0x7F090026 + public const int accessibility_custom_action_29 = 2131296294; - // aapt resource value: 0x7F080027 - public const int accessibility_custom_action_3 = 2131230759; + // aapt resource value: 0x7F090027 + public const int accessibility_custom_action_3 = 2131296295; - // aapt resource value: 0x7F080028 - public const int accessibility_custom_action_30 = 2131230760; + // aapt resource value: 0x7F090028 + public const int accessibility_custom_action_30 = 2131296296; - // aapt resource value: 0x7F080029 - public const int accessibility_custom_action_31 = 2131230761; + // aapt resource value: 0x7F090029 + public const int accessibility_custom_action_31 = 2131296297; - // aapt resource value: 0x7F08002A - public const int accessibility_custom_action_4 = 2131230762; + // aapt resource value: 0x7F09002A + public const int accessibility_custom_action_4 = 2131296298; - // aapt resource value: 0x7F08002B - public const int accessibility_custom_action_5 = 2131230763; + // aapt resource value: 0x7F09002B + public const int accessibility_custom_action_5 = 2131296299; - // aapt resource value: 0x7F08002C - public const int accessibility_custom_action_6 = 2131230764; + // aapt resource value: 0x7F09002C + public const int accessibility_custom_action_6 = 2131296300; - // aapt resource value: 0x7F08002D - public const int accessibility_custom_action_7 = 2131230765; + // aapt resource value: 0x7F09002D + public const int accessibility_custom_action_7 = 2131296301; - // aapt resource value: 0x7F08002E - public const int accessibility_custom_action_8 = 2131230766; + // aapt resource value: 0x7F09002E + public const int accessibility_custom_action_8 = 2131296302; - // aapt resource value: 0x7F08002F - public const int accessibility_custom_action_9 = 2131230767; + // aapt resource value: 0x7F09002F + public const int accessibility_custom_action_9 = 2131296303; - // aapt resource value: 0x7F080030 - public const int action0 = 2131230768; + // aapt resource value: 0x7F090030 + public const int action0 = 2131296304; - // aapt resource value: 0x7F080031 - public const int actionDown = 2131230769; + // aapt resource value: 0x7F090031 + public const int actionDown = 2131296305; - // aapt resource value: 0x7F080032 - public const int actionDownUp = 2131230770; + // aapt resource value: 0x7F090032 + public const int actionDownUp = 2131296306; - // aapt resource value: 0x7F080045 - public const int actions = 2131230789; + // aapt resource value: 0x7F090045 + public const int actions = 2131296325; - // aapt resource value: 0x7F080033 - public const int actionUp = 2131230771; + // aapt resource value: 0x7F090033 + public const int actionUp = 2131296307; - // aapt resource value: 0x7F080034 - public const int action_bar = 2131230772; + // aapt resource value: 0x7F090034 + public const int action_bar = 2131296308; - // aapt resource value: 0x7F080035 - public const int action_bar_activity_content = 2131230773; + // aapt resource value: 0x7F090035 + public const int action_bar_activity_content = 2131296309; - // aapt resource value: 0x7F080036 - public const int action_bar_container = 2131230774; + // aapt resource value: 0x7F090036 + public const int action_bar_container = 2131296310; - // aapt resource value: 0x7F080037 - public const int action_bar_root = 2131230775; + // aapt resource value: 0x7F090037 + public const int action_bar_root = 2131296311; - // aapt resource value: 0x7F080038 - public const int action_bar_spinner = 2131230776; + // aapt resource value: 0x7F090038 + public const int action_bar_spinner = 2131296312; - // aapt resource value: 0x7F080039 - public const int action_bar_subtitle = 2131230777; + // aapt resource value: 0x7F090039 + public const int action_bar_subtitle = 2131296313; - // aapt resource value: 0x7F08003A - public const int action_bar_title = 2131230778; + // aapt resource value: 0x7F09003A + public const int action_bar_title = 2131296314; - // aapt resource value: 0x7F08003B - public const int action_container = 2131230779; + // aapt resource value: 0x7F09003B + public const int action_container = 2131296315; - // aapt resource value: 0x7F08003C - public const int action_context_bar = 2131230780; + // aapt resource value: 0x7F09003C + public const int action_context_bar = 2131296316; - // aapt resource value: 0x7F08003D - public const int action_divider = 2131230781; + // aapt resource value: 0x7F09003D + public const int action_divider = 2131296317; - // aapt resource value: 0x7F08003E - public const int action_image = 2131230782; + // aapt resource value: 0x7F09003E + public const int action_image = 2131296318; - // aapt resource value: 0x7F08003F - public const int action_menu_divider = 2131230783; + // aapt resource value: 0x7F09003F + public const int action_menu_divider = 2131296319; - // aapt resource value: 0x7F080040 - public const int action_menu_presenter = 2131230784; + // aapt resource value: 0x7F090040 + public const int action_menu_presenter = 2131296320; - // aapt resource value: 0x7F080041 - public const int action_mode_bar = 2131230785; + // aapt resource value: 0x7F090041 + public const int action_mode_bar = 2131296321; - // aapt resource value: 0x7F080042 - public const int action_mode_bar_stub = 2131230786; + // aapt resource value: 0x7F090042 + public const int action_mode_bar_stub = 2131296322; - // aapt resource value: 0x7F080043 - public const int action_mode_close_button = 2131230787; + // aapt resource value: 0x7F090043 + public const int action_mode_close_button = 2131296323; - // aapt resource value: 0x7F080044 - public const int action_text = 2131230788; + // aapt resource value: 0x7F090044 + public const int action_text = 2131296324; - // aapt resource value: 0x7F080046 - public const int activity_chooser_view_content = 2131230790; + // aapt resource value: 0x7F090046 + public const int activity_chooser_view_content = 2131296326; - // aapt resource value: 0x7F080047 - public const int add = 2131230791; + // aapt resource value: 0x7F090047 + public const int add = 2131296327; - // aapt resource value: 0x7F080048 - public const int alertTitle = 2131230792; + // aapt resource value: 0x7F090048 + public const int alertTitle = 2131296328; - // aapt resource value: 0x7F080049 - public const int aligned = 2131230793; + // aapt resource value: 0x7F090049 + public const int aligned = 2131296329; - // aapt resource value: 0x7F08004A - public const int all = 2131230794; + // aapt resource value: 0x7F09004A + public const int all = 2131296330; - // aapt resource value: 0x7F08004B - public const int allStates = 2131230795; + // aapt resource value: 0x7F09004B + public const int allStates = 2131296331; - // aapt resource value: 0x7F080000 - public const int ALT = 2131230720; + // aapt resource value: 0x7F090000 + public const int ALT = 2131296256; - // aapt resource value: 0x7F08004C - public const int always = 2131230796; + // aapt resource value: 0x7F09004C + public const int always = 2131296332; - // aapt resource value: 0x7F08004D - public const int animateToEnd = 2131230797; + // aapt resource value: 0x7F09004D + public const int animateToEnd = 2131296333; - // aapt resource value: 0x7F08004E - public const int animateToStart = 2131230798; + // aapt resource value: 0x7F09004E + public const int animateToStart = 2131296334; - // aapt resource value: 0x7F080050 - public const int anticipate = 2131230800; + // aapt resource value: 0x7F090050 + public const int anticipate = 2131296336; - // aapt resource value: 0x7F08004F - public const int antiClockwise = 2131230799; + // aapt resource value: 0x7F09004F + public const int antiClockwise = 2131296335; - // aapt resource value: 0x7F080051 - public const int arc = 2131230801; + // aapt resource value: 0x7F090051 + public const int arc = 2131296337; - // aapt resource value: 0x7F080052 - public const int asConfigured = 2131230802; + // aapt resource value: 0x7F090052 + public const int asConfigured = 2131296338; - // aapt resource value: 0x7F080053 - public const int async = 2131230803; + // aapt resource value: 0x7F090053 + public const int async = 2131296339; - // aapt resource value: 0x7F080054 - public const int auto = 2131230804; + // aapt resource value: 0x7F090054 + public const int auto = 2131296340; - // aapt resource value: 0x7F080055 - public const int autoComplete = 2131230805; + // aapt resource value: 0x7F090055 + public const int autoComplete = 2131296341; - // aapt resource value: 0x7F080056 - public const int autoCompleteToEnd = 2131230806; + // aapt resource value: 0x7F090056 + public const int autoCompleteToEnd = 2131296342; - // aapt resource value: 0x7F080057 - public const int autoCompleteToStart = 2131230807; + // aapt resource value: 0x7F090057 + public const int autoCompleteToStart = 2131296343; - // aapt resource value: 0x7F080058 - public const int barrier = 2131230808; + // aapt resource value: 0x7F090058 + public const int barrier = 2131296344; - // aapt resource value: 0x7F080059 - public const int baseline = 2131230809; + // aapt resource value: 0x7F090059 + public const int baseline = 2131296345; - // aapt resource value: 0x7F08005B - public const int beginning = 2131230811; + // aapt resource value: 0x7F09005B + public const int beginning = 2131296347; - // aapt resource value: 0x7F08005A - public const int beginOnFirstDraw = 2131230810; + // aapt resource value: 0x7F09005A + public const int beginOnFirstDraw = 2131296346; - // aapt resource value: 0x7F08005C - public const int bestChoice = 2131230812; + // aapt resource value: 0x7F09005C + public const int bestChoice = 2131296348; - // aapt resource value: 0x7F08005D - public const int blocking = 2131230813; + // aapt resource value: 0x7F09005D + public const int blocking = 2131296349; - // aapt resource value: 0x7F08005E - public const int bottom = 2131230814; + // aapt resource value: 0x7F09005E + public const int bottom = 2131296350; - // aapt resource value: 0x7F08005F - public const int bottomtab_navarea = 2131230815; + // aapt resource value: 0x7F09005F + public const int bottomtab_navarea = 2131296351; - // aapt resource value: 0x7F080060 - public const int bottomtab_tabbar = 2131230816; + // aapt resource value: 0x7F090060 + public const int bottomtab_tabbar = 2131296352; - // aapt resource value: 0x7F080001 - public const int BOTTOM_END = 2131230721; + // aapt resource value: 0x7F090001 + public const int BOTTOM_END = 2131296257; - // aapt resource value: 0x7F080002 - public const int BOTTOM_START = 2131230722; + // aapt resource value: 0x7F090002 + public const int BOTTOM_START = 2131296258; - // aapt resource value: 0x7F080061 - public const int bounce = 2131230817; + // aapt resource value: 0x7F090061 + public const int bounce = 2131296353; - // aapt resource value: 0x7F080062 - public const int bounceBoth = 2131230818; + // aapt resource value: 0x7F090062 + public const int bounceBoth = 2131296354; - // aapt resource value: 0x7F080063 - public const int bounceEnd = 2131230819; + // aapt resource value: 0x7F090063 + public const int bounceEnd = 2131296355; - // aapt resource value: 0x7F080064 - public const int bounceStart = 2131230820; + // aapt resource value: 0x7F090064 + public const int bounceStart = 2131296356; - // aapt resource value: 0x7F080065 - public const int browser_actions_header_text = 2131230821; + // aapt resource value: 0x7F090065 + public const int browser_actions_header_text = 2131296357; - // aapt resource value: 0x7F080068 - public const int browser_actions_menu_items = 2131230824; + // aapt resource value: 0x7F090068 + public const int browser_actions_menu_items = 2131296360; - // aapt resource value: 0x7F080066 - public const int browser_actions_menu_item_icon = 2131230822; + // aapt resource value: 0x7F090066 + public const int browser_actions_menu_item_icon = 2131296358; - // aapt resource value: 0x7F080067 - public const int browser_actions_menu_item_text = 2131230823; + // aapt resource value: 0x7F090067 + public const int browser_actions_menu_item_text = 2131296359; - // aapt resource value: 0x7F080069 - public const int browser_actions_menu_view = 2131230825; + // aapt resource value: 0x7F090069 + public const int browser_actions_menu_view = 2131296361; - // aapt resource value: 0x7F08006A - public const int buttonPanel = 2131230826; + // aapt resource value: 0x7F09006A + public const int buttonPanel = 2131296362; - // aapt resource value: 0x7F08006B - public const int cache_measures = 2131230827; + // aapt resource value: 0x7F09006B + public const int cache_measures = 2131296363; - // aapt resource value: 0x7F08006C - public const int cancel_action = 2131230828; + // aapt resource value: 0x7F09006C + public const int cancel_action = 2131296364; - // aapt resource value: 0x7F08006D - public const int cancel_button = 2131230829; + // aapt resource value: 0x7F09006D + public const int cancel_button = 2131296365; - // aapt resource value: 0x7F08006E - public const int carryVelocity = 2131230830; + // aapt resource value: 0x7F09006E + public const int carryVelocity = 2131296366; - // aapt resource value: 0x7F08006F - public const int center = 2131230831; + // aapt resource value: 0x7F09006F + public const int center = 2131296367; - // aapt resource value: 0x7F080070 - public const int center_horizontal = 2131230832; + // aapt resource value: 0x7F090070 + public const int center_horizontal = 2131296368; - // aapt resource value: 0x7F080071 - public const int center_vertical = 2131230833; + // aapt resource value: 0x7F090071 + public const int center_vertical = 2131296369; - // aapt resource value: 0x7F080072 - public const int chain = 2131230834; + // aapt resource value: 0x7F090072 + public const int chain = 2131296370; - // aapt resource value: 0x7F080073 - public const int chains = 2131230835; + // aapt resource value: 0x7F090073 + public const int chains = 2131296371; - // aapt resource value: 0x7F080074 - public const int checkbox = 2131230836; + // aapt resource value: 0x7F090074 + public const int checkbox = 2131296372; - // aapt resource value: 0x7F080075 - public const int @checked = 2131230837; + // aapt resource value: 0x7F090075 + public const int @checked = 2131296373; - // aapt resource value: 0x7F080076 - public const int chip = 2131230838; + // aapt resource value: 0x7F090076 + public const int chip = 2131296374; - // aapt resource value: 0x7F080077 - public const int chip1 = 2131230839; + // aapt resource value: 0x7F090077 + public const int chip1 = 2131296375; - // aapt resource value: 0x7F080078 - public const int chip2 = 2131230840; + // aapt resource value: 0x7F090078 + public const int chip2 = 2131296376; - // aapt resource value: 0x7F080079 - public const int chip3 = 2131230841; + // aapt resource value: 0x7F090079 + public const int chip3 = 2131296377; - // aapt resource value: 0x7F08007A - public const int chip_group = 2131230842; + // aapt resource value: 0x7F09007A + public const int chip_group = 2131296378; - // aapt resource value: 0x7F08007B - public const int chronometer = 2131230843; + // aapt resource value: 0x7F09007B + public const int chronometer = 2131296379; - // aapt resource value: 0x7F08007C - public const int circle_center = 2131230844; + // aapt resource value: 0x7F09007C + public const int circle_center = 2131296380; - // aapt resource value: 0x7F08007D - public const int clear_text = 2131230845; + // aapt resource value: 0x7F09007D + public const int clear_text = 2131296381; - // aapt resource value: 0x7F08007E - public const int clip_horizontal = 2131230846; + // aapt resource value: 0x7F09007E + public const int clip_horizontal = 2131296382; - // aapt resource value: 0x7F08007F - public const int clip_vertical = 2131230847; + // aapt resource value: 0x7F09007F + public const int clip_vertical = 2131296383; - // aapt resource value: 0x7F080080 - public const int clockwise = 2131230848; + // aapt resource value: 0x7F090080 + public const int clockwise = 2131296384; - // aapt resource value: 0x7F080081 - public const int closest = 2131230849; + // aapt resource value: 0x7F090081 + public const int closest = 2131296385; - // aapt resource value: 0x7F080082 - public const int collapseActionView = 2131230850; + // aapt resource value: 0x7F090082 + public const int collapseActionView = 2131296386; - // aapt resource value: 0x7F080083 - public const int confirm_button = 2131230851; + // aapt resource value: 0x7F090083 + public const int confirm_button = 2131296387; - // aapt resource value: 0x7F080084 - public const int constraint = 2131230852; + // aapt resource value: 0x7F090084 + public const int constraint = 2131296388; - // aapt resource value: 0x7F080085 - public const int container = 2131230853; + // aapt resource value: 0x7F090085 + public const int container = 2131296389; - // aapt resource value: 0x7F080086 - public const int content = 2131230854; + // aapt resource value: 0x7F090086 + public const int content = 2131296390; - // aapt resource value: 0x7F080087 - public const int contentFrame = 2131230855; + // aapt resource value: 0x7F090087 + public const int contentFrame = 2131296391; - // aapt resource value: 0x7F080088 - public const int contentPanel = 2131230856; + // aapt resource value: 0x7F090088 + public const int contentPanel = 2131296392; - // aapt resource value: 0x7F080089 - public const int contiguous = 2131230857; + // aapt resource value: 0x7F090089 + public const int contiguous = 2131296393; - // aapt resource value: 0x7F08008A - public const int continuousVelocity = 2131230858; + // aapt resource value: 0x7F09008A + public const int continuousVelocity = 2131296394; - // aapt resource value: 0x7F08008B - public const int coordinator = 2131230859; + // aapt resource value: 0x7F09008B + public const int coordinator = 2131296395; - // aapt resource value: 0x7F08008C - public const int cos = 2131230860; + // aapt resource value: 0x7F09008C + public const int cos = 2131296396; - // aapt resource value: 0x7F08008D - public const int counterclockwise = 2131230861; + // aapt resource value: 0x7F09008D + public const int counterclockwise = 2131296397; - // aapt resource value: 0x7F080003 - public const int CTRL = 2131230723; + // aapt resource value: 0x7F090003 + public const int CTRL = 2131296259; - // aapt resource value: 0x7F08008E - public const int currentState = 2131230862; + // aapt resource value: 0x7F09008E + public const int currentState = 2131296398; - // aapt resource value: 0x7F08008F - public const int custom = 2131230863; + // aapt resource value: 0x7F09008F + public const int custom = 2131296399; - // aapt resource value: 0x7F080090 - public const int customPanel = 2131230864; + // aapt resource value: 0x7F090090 + public const int customPanel = 2131296400; - // aapt resource value: 0x7F080091 - public const int cut = 2131230865; + // aapt resource value: 0x7F090091 + public const int cut = 2131296401; - // aapt resource value: 0x7F080092 - public const int date_picker_actions = 2131230866; + // aapt resource value: 0x7F090092 + public const int date_picker_actions = 2131296402; - // aapt resource value: 0x7F080093 - public const int decelerate = 2131230867; + // aapt resource value: 0x7F090093 + public const int decelerate = 2131296403; - // aapt resource value: 0x7F080094 - public const int decelerateAndComplete = 2131230868; + // aapt resource value: 0x7F090094 + public const int decelerateAndComplete = 2131296404; - // aapt resource value: 0x7F080095 - public const int decor_content_parent = 2131230869; + // aapt resource value: 0x7F090095 + public const int decor_content_parent = 2131296405; - // aapt resource value: 0x7F080096 - public const int default_activity_button = 2131230870; + // aapt resource value: 0x7F090096 + public const int default_activity_button = 2131296406; - // aapt resource value: 0x7F080097 - public const int deltaRelative = 2131230871; + // aapt resource value: 0x7F090097 + public const int deltaRelative = 2131296407; - // aapt resource value: 0x7F080098 - public const int dependency_ordering = 2131230872; + // aapt resource value: 0x7F090098 + public const int dependency_ordering = 2131296408; - // aapt resource value: 0x7F080099 - public const int design_bottom_sheet = 2131230873; + // aapt resource value: 0x7F090099 + public const int design_bottom_sheet = 2131296409; - // aapt resource value: 0x7F08009A - public const int design_menu_item_action_area = 2131230874; + // aapt resource value: 0x7F09009A + public const int design_menu_item_action_area = 2131296410; - // aapt resource value: 0x7F08009B - public const int design_menu_item_action_area_stub = 2131230875; + // aapt resource value: 0x7F09009B + public const int design_menu_item_action_area_stub = 2131296411; - // aapt resource value: 0x7F08009C - public const int design_menu_item_text = 2131230876; + // aapt resource value: 0x7F09009C + public const int design_menu_item_text = 2131296412; - // aapt resource value: 0x7F08009D - public const int design_navigation_view = 2131230877; + // aapt resource value: 0x7F09009D + public const int design_navigation_view = 2131296413; - // aapt resource value: 0x7F08009E - public const int dialog_button = 2131230878; + // aapt resource value: 0x7F09009E + public const int dialog_button = 2131296414; - // aapt resource value: 0x7F08009F - public const int dimensions = 2131230879; + // aapt resource value: 0x7F09009F + public const int dimensions = 2131296415; - // aapt resource value: 0x7F0800A0 - public const int direct = 2131230880; + // aapt resource value: 0x7F0900A0 + public const int direct = 2131296416; - // aapt resource value: 0x7F0800A1 - public const int disableHome = 2131230881; + // aapt resource value: 0x7F0900A1 + public const int disableHome = 2131296417; - // aapt resource value: 0x7F0800A2 - public const int disableIntraAutoTransition = 2131230882; + // aapt resource value: 0x7F0900A2 + public const int disableIntraAutoTransition = 2131296418; - // aapt resource value: 0x7F0800A3 - public const int disablePostScroll = 2131230883; + // aapt resource value: 0x7F0900A3 + public const int disablePostScroll = 2131296419; - // aapt resource value: 0x7F0800A4 - public const int disableScroll = 2131230884; + // aapt resource value: 0x7F0900A4 + public const int disableScroll = 2131296420; - // aapt resource value: 0x7F0800A5 - public const int disjoint = 2131230885; + // aapt resource value: 0x7F0900A5 + public const int disjoint = 2131296421; - // aapt resource value: 0x7F0800A6 - public const int dragAnticlockwise = 2131230886; + // aapt resource value: 0x7F0900A6 + public const int dragAnticlockwise = 2131296422; - // aapt resource value: 0x7F0800A7 - public const int dragClockwise = 2131230887; + // aapt resource value: 0x7F0900A7 + public const int dragClockwise = 2131296423; - // aapt resource value: 0x7F0800A8 - public const int dragDown = 2131230888; + // aapt resource value: 0x7F0900A8 + public const int dragDown = 2131296424; - // aapt resource value: 0x7F0800A9 - public const int dragEnd = 2131230889; + // aapt resource value: 0x7F0900A9 + public const int dragEnd = 2131296425; - // aapt resource value: 0x7F0800AA - public const int dragLeft = 2131230890; + // aapt resource value: 0x7F0900AA + public const int dragLeft = 2131296426; - // aapt resource value: 0x7F0800AB - public const int dragRight = 2131230891; + // aapt resource value: 0x7F0900AB + public const int dragRight = 2131296427; - // aapt resource value: 0x7F0800AC - public const int dragStart = 2131230892; + // aapt resource value: 0x7F0900AC + public const int dragStart = 2131296428; - // aapt resource value: 0x7F0800AD - public const int dragUp = 2131230893; + // aapt resource value: 0x7F0900AD + public const int dragUp = 2131296429; - // aapt resource value: 0x7F0800AE - public const int dropdown_menu = 2131230894; + // aapt resource value: 0x7F0900AE + public const int dropdown_menu = 2131296430; - // aapt resource value: 0x7F0800AF - public const int easeIn = 2131230895; + // aapt resource value: 0x7F0900AF + public const int easeIn = 2131296431; - // aapt resource value: 0x7F0800B0 - public const int easeInOut = 2131230896; + // aapt resource value: 0x7F0900B0 + public const int easeInOut = 2131296432; - // aapt resource value: 0x7F0800B1 - public const int easeOut = 2131230897; + // aapt resource value: 0x7F0900B1 + public const int easeOut = 2131296433; - // aapt resource value: 0x7F0800B2 - public const int east = 2131230898; + // aapt resource value: 0x7F0900B2 + public const int east = 2131296434; - // aapt resource value: 0x7F0800B3 - public const int edit_query = 2131230899; + // aapt resource value: 0x7F0900B3 + public const int edit_query = 2131296435; - // aapt resource value: 0x7F0800B4 - public const int elastic = 2131230900; + // aapt resource value: 0x7F0900B4 + public const int elastic = 2131296436; - // aapt resource value: 0x7F0800B5 - public const int end = 2131230901; + // aapt resource value: 0x7F0900B5 + public const int end = 2131296437; - // aapt resource value: 0x7F0800B6 - public const int endToStart = 2131230902; + // aapt resource value: 0x7F0900B6 + public const int endToStart = 2131296438; - // aapt resource value: 0x7F0800B7 - public const int end_padder = 2131230903; + // aapt resource value: 0x7F0900B7 + public const int end_padder = 2131296439; - // aapt resource value: 0x7F0800B8 - public const int enterAlways = 2131230904; + // aapt resource value: 0x7F0900B8 + public const int enterAlways = 2131296440; - // aapt resource value: 0x7F0800B9 - public const int enterAlwaysCollapsed = 2131230905; + // aapt resource value: 0x7F0900B9 + public const int enterAlwaysCollapsed = 2131296441; - // aapt resource value: 0x7F0800BA - public const int exitUntilCollapsed = 2131230906; + // aapt resource value: 0x7F0900BA + public const int exitUntilCollapsed = 2131296442; - // aapt resource value: 0x7F0800BC - public const int expanded_menu = 2131230908; + // aapt resource value: 0x7F0900BC + public const int expanded_menu = 2131296444; - // aapt resource value: 0x7F0800BB - public const int expand_activities_button = 2131230907; + // aapt resource value: 0x7F0900BB + public const int expand_activities_button = 2131296443; - // aapt resource value: 0x7F0800BD - public const int fade = 2131230909; + // aapt resource value: 0x7F0900BD + public const int fade = 2131296445; - // aapt resource value: 0x7F0800BE - public const int fill = 2131230910; + // aapt resource value: 0x7F0900BE + public const int fill = 2131296446; - // aapt resource value: 0x7F0800C1 - public const int filled = 2131230913; + // aapt resource value: 0x7F0900C1 + public const int filled = 2131296449; - // aapt resource value: 0x7F0800BF - public const int fill_horizontal = 2131230911; + // aapt resource value: 0x7F0900BF + public const int fill_horizontal = 2131296447; - // aapt resource value: 0x7F0800C0 - public const int fill_vertical = 2131230912; + // aapt resource value: 0x7F0900C0 + public const int fill_vertical = 2131296448; - // aapt resource value: 0x7F0800C2 - public const int fitToContents = 2131230914; + // aapt resource value: 0x7F0900C2 + public const int fingerprint_description = 2131296450; - // aapt resource value: 0x7F0800C3 - public const int @fixed = 2131230915; + // aapt resource value: 0x7F0900C3 + public const int fingerprint_error = 2131296451; - // aapt resource value: 0x7F0800C4 - public const int flip = 2131230916; + // aapt resource value: 0x7F0900C4 + public const int fingerprint_icon = 2131296452; - // aapt resource value: 0x7F0800C5 - public const int floating = 2131230917; + // aapt resource value: 0x7F0900C5 + public const int fingerprint_subtitle = 2131296453; - // aapt resource value: 0x7F0800C6 - public const int flyoutcontent_appbar = 2131230918; + // aapt resource value: 0x7F0900C6 + public const int fitToContents = 2131296454; - // aapt resource value: 0x7F0800C7 - public const int forever = 2131230919; + // aapt resource value: 0x7F0900C7 + public const int @fixed = 2131296455; - // aapt resource value: 0x7F0800C8 - public const int fragment_container_view_tag = 2131230920; + // aapt resource value: 0x7F0900C8 + public const int flip = 2131296456; - // aapt resource value: 0x7F0800C9 - public const int frost = 2131230921; + // aapt resource value: 0x7F0900C9 + public const int floating = 2131296457; - // aapt resource value: 0x7F080004 - public const int FUNCTION = 2131230724; + // aapt resource value: 0x7F0900CA + public const int flyoutcontent_appbar = 2131296458; - // aapt resource value: 0x7F0800CA - public const int ghost_view = 2131230922; + // aapt resource value: 0x7F0900CB + public const int forever = 2131296459; - // aapt resource value: 0x7F0800CB - public const int ghost_view_holder = 2131230923; + // aapt resource value: 0x7F0900CC + public const int fragment_container_view_tag = 2131296460; - // aapt resource value: 0x7F0800CC - public const int gone = 2131230924; + // aapt resource value: 0x7F0900CD + public const int frost = 2131296461; - // aapt resource value: 0x7F0800CD - public const int graph = 2131230925; + // aapt resource value: 0x7F090004 + public const int FUNCTION = 2131296260; - // aapt resource value: 0x7F0800CE - public const int graph_wrap = 2131230926; + // aapt resource value: 0x7F0900CE + public const int ghost_view = 2131296462; - // aapt resource value: 0x7F0800D0 - public const int grouping = 2131230928; + // aapt resource value: 0x7F0900CF + public const int ghost_view_holder = 2131296463; - // aapt resource value: 0x7F0800D1 - public const int groups = 2131230929; + // aapt resource value: 0x7F0900D0 + public const int gone = 2131296464; - // aapt resource value: 0x7F0800CF - public const int group_divider = 2131230927; + // aapt resource value: 0x7F0900D1 + public const int graph = 2131296465; - // aapt resource value: 0x7F0800D2 - public const int guideline = 2131230930; + // aapt resource value: 0x7F0900D2 + public const int graph_wrap = 2131296466; - // aapt resource value: 0x7F0800D3 - public const int header_title = 2131230931; + // aapt resource value: 0x7F0900D4 + public const int grouping = 2131296468; - // aapt resource value: 0x7F0800D4 - public const int hideable = 2131230932; + // aapt resource value: 0x7F0900D5 + public const int groups = 2131296469; - // aapt resource value: 0x7F0800D5 - public const int home = 2131230933; + // aapt resource value: 0x7F0900D3 + public const int group_divider = 2131296467; - // aapt resource value: 0x7F0800D6 - public const int homeAsUp = 2131230934; + // aapt resource value: 0x7F0900D6 + public const int guideline = 2131296470; - // aapt resource value: 0x7F0800D7 - public const int honorRequest = 2131230935; + // aapt resource value: 0x7F0900D7 + public const int header_title = 2131296471; - // aapt resource value: 0x7F0800D8 - public const int horizontal_only = 2131230936; + // aapt resource value: 0x7F0900D8 + public const int hideable = 2131296472; - // aapt resource value: 0x7F0800D9 - public const int icon = 2131230937; + // aapt resource value: 0x7F0900D9 + public const int home = 2131296473; - // aapt resource value: 0x7F0800DA - public const int icon_frame = 2131230938; + // aapt resource value: 0x7F0900DA + public const int homeAsUp = 2131296474; - // aapt resource value: 0x7F0800DB - public const int icon_group = 2131230939; + // aapt resource value: 0x7F0900DB + public const int honorRequest = 2131296475; - // aapt resource value: 0x7F0800DC - public const int ifRoom = 2131230940; + // aapt resource value: 0x7F0900DC + public const int horizontal_only = 2131296476; - // aapt resource value: 0x7F0800DD - public const int ignore = 2131230941; + // aapt resource value: 0x7F0900DD + public const int icon = 2131296477; - // aapt resource value: 0x7F0800DE - public const int ignoreRequest = 2131230942; + // aapt resource value: 0x7F0900DE + public const int icon_frame = 2131296478; - // aapt resource value: 0x7F0800DF - public const int image = 2131230943; + // aapt resource value: 0x7F0900DF + public const int icon_group = 2131296479; - // aapt resource value: 0x7F0800E0 - public const int immediateStop = 2131230944; + // aapt resource value: 0x7F0900E0 + public const int ifRoom = 2131296480; - // aapt resource value: 0x7F0800E1 - public const int included = 2131230945; + // aapt resource value: 0x7F0900E1 + public const int ignore = 2131296481; - // aapt resource value: 0x7F0800E2 - public const int info = 2131230946; + // aapt resource value: 0x7F0900E2 + public const int ignoreRequest = 2131296482; - // aapt resource value: 0x7F0800E3 - public const int invisible = 2131230947; + // aapt resource value: 0x7F0900E3 + public const int image = 2131296483; - // aapt resource value: 0x7F0800E4 - public const int inward = 2131230948; + // aapt resource value: 0x7F0900E4 + public const int immediateStop = 2131296484; - // aapt resource value: 0x7F0800E5 - public const int italic = 2131230949; + // aapt resource value: 0x7F0900E5 + public const int included = 2131296485; - // aapt resource value: 0x7F0800E6 - public const int item_touch_helper_previous_elevation = 2131230950; + // aapt resource value: 0x7F0900E6 + public const int info = 2131296486; - // aapt resource value: 0x7F0800E7 - public const int jumpToEnd = 2131230951; + // aapt resource value: 0x7F0900E7 + public const int invisible = 2131296487; - // aapt resource value: 0x7F0800E8 - public const int jumpToStart = 2131230952; + // aapt resource value: 0x7F0900E8 + public const int inward = 2131296488; - // aapt resource value: 0x7F0800E9 - public const int labeled = 2131230953; + // aapt resource value: 0x7F0900E9 + public const int italic = 2131296489; - // aapt resource value: 0x7F0800EA - public const int layout = 2131230954; + // aapt resource value: 0x7F0900EA + public const int item_touch_helper_previous_elevation = 2131296490; - // aapt resource value: 0x7F0800EB - public const int left = 2131230955; + // aapt resource value: 0x7F0900EB + public const int jumpToEnd = 2131296491; - // aapt resource value: 0x7F0800EC - public const int leftToRight = 2131230956; + // aapt resource value: 0x7F0900EC + public const int jumpToStart = 2131296492; - // aapt resource value: 0x7F0800ED - public const int legacy = 2131230957; + // aapt resource value: 0x7F0900ED + public const int labeled = 2131296493; - // aapt resource value: 0x7F0800EE - public const int line1 = 2131230958; + // aapt resource value: 0x7F0900EE + public const int layout = 2131296494; - // aapt resource value: 0x7F0800EF - public const int line3 = 2131230959; + // aapt resource value: 0x7F0900EF + public const int left = 2131296495; - // aapt resource value: 0x7F0800F0 - public const int linear = 2131230960; + // aapt resource value: 0x7F0900F0 + public const int leftToRight = 2131296496; - // aapt resource value: 0x7F0800F1 - public const int listMode = 2131230961; + // aapt resource value: 0x7F0900F1 + public const int legacy = 2131296497; - // aapt resource value: 0x7F0800F2 - public const int list_item = 2131230962; + // aapt resource value: 0x7F0900F2 + public const int line1 = 2131296498; - // aapt resource value: 0x7F0800F3 - public const int main_appbar = 2131230963; + // aapt resource value: 0x7F0900F3 + public const int line3 = 2131296499; - // aapt resource value: 0x7F0800F4 - public const int main_tablayout = 2131230964; + // aapt resource value: 0x7F0900F4 + public const int linear = 2131296500; - // aapt resource value: 0x7F0800F5 - public const int main_toolbar = 2131230965; + // aapt resource value: 0x7F0900F5 + public const int listMode = 2131296501; - // aapt resource value: 0x7F0800F6 - public const int main_viewpager = 2131230966; + // aapt resource value: 0x7F0900F6 + public const int list_item = 2131296502; - // aapt resource value: 0x7F0800F7 - public const int masked = 2131230967; + // aapt resource value: 0x7F0900F7 + public const int main_appbar = 2131296503; - // aapt resource value: 0x7F0800F8 - public const int match_constraint = 2131230968; + // aapt resource value: 0x7F0900F8 + public const int main_tablayout = 2131296504; - // aapt resource value: 0x7F0800F9 - public const int match_parent = 2131230969; + // aapt resource value: 0x7F0900F9 + public const int main_toolbar = 2131296505; - // aapt resource value: 0x7F0800FA - public const int material_clock_display = 2131230970; + // aapt resource value: 0x7F0900FA + public const int main_viewpager = 2131296506; - // aapt resource value: 0x7F0800FB - public const int material_clock_face = 2131230971; + // aapt resource value: 0x7F0900FB + public const int masked = 2131296507; - // aapt resource value: 0x7F0800FC - public const int material_clock_hand = 2131230972; + // aapt resource value: 0x7F0900FC + public const int match_constraint = 2131296508; - // aapt resource value: 0x7F0800FD - public const int material_clock_period_am_button = 2131230973; + // aapt resource value: 0x7F0900FD + public const int match_parent = 2131296509; - // aapt resource value: 0x7F0800FE - public const int material_clock_period_pm_button = 2131230974; + // aapt resource value: 0x7F0900FE + public const int material_clock_display = 2131296510; - // aapt resource value: 0x7F0800FF - public const int material_clock_period_toggle = 2131230975; + // aapt resource value: 0x7F0900FF + public const int material_clock_face = 2131296511; - // aapt resource value: 0x7F080100 - public const int material_hour_text_input = 2131230976; + // aapt resource value: 0x7F090100 + public const int material_clock_hand = 2131296512; - // aapt resource value: 0x7F080101 - public const int material_hour_tv = 2131230977; + // aapt resource value: 0x7F090101 + public const int material_clock_period_am_button = 2131296513; - // aapt resource value: 0x7F080102 - public const int material_label = 2131230978; + // aapt resource value: 0x7F090102 + public const int material_clock_period_pm_button = 2131296514; - // aapt resource value: 0x7F080103 - public const int material_minute_text_input = 2131230979; + // aapt resource value: 0x7F090103 + public const int material_clock_period_toggle = 2131296515; - // aapt resource value: 0x7F080104 - public const int material_minute_tv = 2131230980; + // aapt resource value: 0x7F090104 + public const int material_hour_text_input = 2131296516; - // aapt resource value: 0x7F080105 - public const int material_textinput_timepicker = 2131230981; + // aapt resource value: 0x7F090105 + public const int material_hour_tv = 2131296517; - // aapt resource value: 0x7F080106 - public const int material_timepicker_cancel_button = 2131230982; + // aapt resource value: 0x7F090106 + public const int material_label = 2131296518; - // aapt resource value: 0x7F080107 - public const int material_timepicker_container = 2131230983; + // aapt resource value: 0x7F090107 + public const int material_minute_text_input = 2131296519; - // aapt resource value: 0x7F080108 - public const int material_timepicker_edit_text = 2131230984; + // aapt resource value: 0x7F090108 + public const int material_minute_tv = 2131296520; - // aapt resource value: 0x7F080109 - public const int material_timepicker_mode_button = 2131230985; + // aapt resource value: 0x7F090109 + public const int material_textinput_timepicker = 2131296521; - // aapt resource value: 0x7F08010A - public const int material_timepicker_ok_button = 2131230986; + // aapt resource value: 0x7F09010A + public const int material_timepicker_cancel_button = 2131296522; - // aapt resource value: 0x7F08010B - public const int material_timepicker_view = 2131230987; + // aapt resource value: 0x7F09010B + public const int material_timepicker_container = 2131296523; - // aapt resource value: 0x7F08010C - public const int material_value_index = 2131230988; + // aapt resource value: 0x7F09010C + public const int material_timepicker_edit_text = 2131296524; - // aapt resource value: 0x7F08010D - public const int media_actions = 2131230989; + // aapt resource value: 0x7F09010D + public const int material_timepicker_mode_button = 2131296525; - // aapt resource value: 0x7F08010E - public const int media_controller_compat_view_tag = 2131230990; + // aapt resource value: 0x7F09010E + public const int material_timepicker_ok_button = 2131296526; - // aapt resource value: 0x7F08010F - public const int message = 2131230991; + // aapt resource value: 0x7F09010F + public const int material_timepicker_view = 2131296527; - // aapt resource value: 0x7F080005 - public const int META = 2131230725; + // aapt resource value: 0x7F090110 + public const int material_value_index = 2131296528; - // aapt resource value: 0x7F080110 - public const int middle = 2131230992; + // aapt resource value: 0x7F090111 + public const int media_actions = 2131296529; - // aapt resource value: 0x7F080111 - public const int mini = 2131230993; + // aapt resource value: 0x7F090112 + public const int media_controller_compat_view_tag = 2131296530; - // aapt resource value: 0x7F080112 - public const int month_grid = 2131230994; + // aapt resource value: 0x7F090113 + public const int message = 2131296531; - // aapt resource value: 0x7F080113 - public const int month_navigation_bar = 2131230995; + // aapt resource value: 0x7F090005 + public const int META = 2131296261; - // aapt resource value: 0x7F080114 - public const int month_navigation_fragment_toggle = 2131230996; + // aapt resource value: 0x7F090114 + public const int middle = 2131296532; - // aapt resource value: 0x7F080115 - public const int month_navigation_next = 2131230997; + // aapt resource value: 0x7F090115 + public const int mini = 2131296533; - // aapt resource value: 0x7F080116 - public const int month_navigation_previous = 2131230998; + // aapt resource value: 0x7F090116 + public const int month_grid = 2131296534; - // aapt resource value: 0x7F080117 - public const int month_title = 2131230999; + // aapt resource value: 0x7F090117 + public const int month_navigation_bar = 2131296535; - // aapt resource value: 0x7F080118 - public const int motion_base = 2131231000; + // aapt resource value: 0x7F090118 + public const int month_navigation_fragment_toggle = 2131296536; - // aapt resource value: 0x7F080119 - public const int mtrl_anchor_parent = 2131231001; + // aapt resource value: 0x7F090119 + public const int month_navigation_next = 2131296537; - // aapt resource value: 0x7F08011B - public const int mtrl_calendar_days_of_week = 2131231003; + // aapt resource value: 0x7F09011A + public const int month_navigation_previous = 2131296538; - // aapt resource value: 0x7F08011A - public const int mtrl_calendar_day_selector_frame = 2131231002; + // aapt resource value: 0x7F09011B + public const int month_title = 2131296539; - // aapt resource value: 0x7F08011C - public const int mtrl_calendar_frame = 2131231004; + // aapt resource value: 0x7F09011C + public const int motion_base = 2131296540; - // aapt resource value: 0x7F08011D - public const int mtrl_calendar_main_pane = 2131231005; + // aapt resource value: 0x7F09011D + public const int mtrl_anchor_parent = 2131296541; - // aapt resource value: 0x7F08011E - public const int mtrl_calendar_months = 2131231006; + // aapt resource value: 0x7F09011F + public const int mtrl_calendar_days_of_week = 2131296543; - // aapt resource value: 0x7F08011F - public const int mtrl_calendar_selection_frame = 2131231007; + // aapt resource value: 0x7F09011E + public const int mtrl_calendar_day_selector_frame = 2131296542; - // aapt resource value: 0x7F080120 - public const int mtrl_calendar_text_input_frame = 2131231008; + // aapt resource value: 0x7F090120 + public const int mtrl_calendar_frame = 2131296544; - // aapt resource value: 0x7F080121 - public const int mtrl_calendar_year_selector_frame = 2131231009; + // aapt resource value: 0x7F090121 + public const int mtrl_calendar_main_pane = 2131296545; - // aapt resource value: 0x7F080122 - public const int mtrl_card_checked_layer_id = 2131231010; + // aapt resource value: 0x7F090122 + public const int mtrl_calendar_months = 2131296546; - // aapt resource value: 0x7F080123 - public const int mtrl_child_content_container = 2131231011; + // aapt resource value: 0x7F090123 + public const int mtrl_calendar_selection_frame = 2131296547; - // aapt resource value: 0x7F080124 - public const int mtrl_internal_children_alpha_tag = 2131231012; + // aapt resource value: 0x7F090124 + public const int mtrl_calendar_text_input_frame = 2131296548; - // aapt resource value: 0x7F080125 - public const int mtrl_motion_snapshot_view = 2131231013; + // aapt resource value: 0x7F090125 + public const int mtrl_calendar_year_selector_frame = 2131296549; - // aapt resource value: 0x7F080126 - public const int mtrl_picker_fullscreen = 2131231014; + // aapt resource value: 0x7F090126 + public const int mtrl_card_checked_layer_id = 2131296550; - // aapt resource value: 0x7F080127 - public const int mtrl_picker_header = 2131231015; + // aapt resource value: 0x7F090127 + public const int mtrl_child_content_container = 2131296551; - // aapt resource value: 0x7F080128 - public const int mtrl_picker_header_selection_text = 2131231016; + // aapt resource value: 0x7F090128 + public const int mtrl_internal_children_alpha_tag = 2131296552; - // aapt resource value: 0x7F080129 - public const int mtrl_picker_header_title_and_selection = 2131231017; + // aapt resource value: 0x7F090129 + public const int mtrl_motion_snapshot_view = 2131296553; - // aapt resource value: 0x7F08012A - public const int mtrl_picker_header_toggle = 2131231018; + // aapt resource value: 0x7F09012A + public const int mtrl_picker_fullscreen = 2131296554; - // aapt resource value: 0x7F08012B - public const int mtrl_picker_text_input_date = 2131231019; + // aapt resource value: 0x7F09012B + public const int mtrl_picker_header = 2131296555; - // aapt resource value: 0x7F08012C - public const int mtrl_picker_text_input_range_end = 2131231020; + // aapt resource value: 0x7F09012C + public const int mtrl_picker_header_selection_text = 2131296556; - // aapt resource value: 0x7F08012D - public const int mtrl_picker_text_input_range_start = 2131231021; + // aapt resource value: 0x7F09012D + public const int mtrl_picker_header_title_and_selection = 2131296557; - // aapt resource value: 0x7F08012E - public const int mtrl_picker_title_text = 2131231022; + // aapt resource value: 0x7F09012E + public const int mtrl_picker_header_toggle = 2131296558; - // aapt resource value: 0x7F08012F - public const int mtrl_view_tag_bottom_padding = 2131231023; + // aapt resource value: 0x7F09012F + public const int mtrl_picker_text_input_date = 2131296559; - // aapt resource value: 0x7F080130 - public const int multiply = 2131231024; + // aapt resource value: 0x7F090130 + public const int mtrl_picker_text_input_range_end = 2131296560; - // aapt resource value: 0x7F080132 - public const int navigation_bar_item_icon_view = 2131231026; + // aapt resource value: 0x7F090131 + public const int mtrl_picker_text_input_range_start = 2131296561; - // aapt resource value: 0x7F080133 - public const int navigation_bar_item_labels_group = 2131231027; + // aapt resource value: 0x7F090132 + public const int mtrl_picker_title_text = 2131296562; - // aapt resource value: 0x7F080134 - public const int navigation_bar_item_large_label_view = 2131231028; + // aapt resource value: 0x7F090133 + public const int mtrl_view_tag_bottom_padding = 2131296563; - // aapt resource value: 0x7F080135 - public const int navigation_bar_item_small_label_view = 2131231029; + // aapt resource value: 0x7F090134 + public const int multiply = 2131296564; - // aapt resource value: 0x7F080136 - public const int navigation_header_container = 2131231030; + // aapt resource value: 0x7F090136 + public const int navigation_bar_item_icon_view = 2131296566; - // aapt resource value: 0x7F080131 - public const int nav_controller_view_tag = 2131231025; + // aapt resource value: 0x7F090137 + public const int navigation_bar_item_labels_group = 2131296567; - // aapt resource value: 0x7F080137 - public const int never = 2131231031; + // aapt resource value: 0x7F090138 + public const int navigation_bar_item_large_label_view = 2131296568; - // aapt resource value: 0x7F080138 - public const int neverCompleteToEnd = 2131231032; + // aapt resource value: 0x7F090139 + public const int navigation_bar_item_small_label_view = 2131296569; - // aapt resource value: 0x7F080139 - public const int neverCompleteToStart = 2131231033; + // aapt resource value: 0x7F09013A + public const int navigation_header_container = 2131296570; - // aapt resource value: 0x7F08013C - public const int none = 2131231036; + // aapt resource value: 0x7F090135 + public const int nav_controller_view_tag = 2131296565; - // aapt resource value: 0x7F08013D - public const int normal = 2131231037; + // aapt resource value: 0x7F09013B + public const int never = 2131296571; - // aapt resource value: 0x7F08013E - public const int north = 2131231038; + // aapt resource value: 0x7F09013C + public const int neverCompleteToEnd = 2131296572; - // aapt resource value: 0x7F08013A - public const int noScroll = 2131231034; + // aapt resource value: 0x7F09013D + public const int neverCompleteToStart = 2131296573; - // aapt resource value: 0x7F08013B - public const int noState = 2131231035; + // aapt resource value: 0x7F090140 + public const int none = 2131296576; - // aapt resource value: 0x7F08013F - public const int notification_background = 2131231039; + // aapt resource value: 0x7F090141 + public const int normal = 2131296577; - // aapt resource value: 0x7F080140 - public const int notification_main_column = 2131231040; + // aapt resource value: 0x7F090142 + public const int north = 2131296578; - // aapt resource value: 0x7F080141 - public const int notification_main_column_container = 2131231041; + // aapt resource value: 0x7F09013E + public const int noScroll = 2131296574; - // aapt resource value: 0x7F080006 - public const int NO_DEBUG = 2131230726; + // aapt resource value: 0x7F09013F + public const int noState = 2131296575; - // aapt resource value: 0x7F080142 - public const int off = 2131231042; + // aapt resource value: 0x7F090143 + public const int notification_background = 2131296579; - // aapt resource value: 0x7F080143 - public const int on = 2131231043; + // aapt resource value: 0x7F090144 + public const int notification_main_column = 2131296580; - // aapt resource value: 0x7F080144 - public const int outline = 2131231044; + // aapt resource value: 0x7F090145 + public const int notification_main_column_container = 2131296581; - // aapt resource value: 0x7F080145 - public const int outward = 2131231045; + // aapt resource value: 0x7F090006 + public const int NO_DEBUG = 2131296262; - // aapt resource value: 0x7F080146 - public const int overshoot = 2131231046; + // aapt resource value: 0x7F090146 + public const int off = 2131296582; - // aapt resource value: 0x7F080147 - public const int packed = 2131231047; + // aapt resource value: 0x7F090147 + public const int on = 2131296583; - // aapt resource value: 0x7F080148 - public const int parallax = 2131231048; + // aapt resource value: 0x7F090148 + public const int outline = 2131296584; - // aapt resource value: 0x7F080149 - public const int parent = 2131231049; + // aapt resource value: 0x7F090149 + public const int outward = 2131296585; - // aapt resource value: 0x7F08014A - public const int parentPanel = 2131231050; + // aapt resource value: 0x7F09014A + public const int overshoot = 2131296586; - // aapt resource value: 0x7F08014B - public const int parentRelative = 2131231051; + // aapt resource value: 0x7F09014B + public const int packed = 2131296587; - // aapt resource value: 0x7F08014C - public const int parent_matrix = 2131231052; + // aapt resource value: 0x7F09014C + public const int parallax = 2131296588; - // aapt resource value: 0x7F08014D - public const int password_toggle = 2131231053; + // aapt resource value: 0x7F09014D + public const int parent = 2131296589; - // aapt resource value: 0x7F08014E - public const int path = 2131231054; + // aapt resource value: 0x7F09014E + public const int parentPanel = 2131296590; - // aapt resource value: 0x7F08014F - public const int pathRelative = 2131231055; + // aapt resource value: 0x7F09014F + public const int parentRelative = 2131296591; - // aapt resource value: 0x7F080150 - public const int peekHeight = 2131231056; + // aapt resource value: 0x7F090150 + public const int parent_matrix = 2131296592; - // aapt resource value: 0x7F080151 - public const int percent = 2131231057; + // aapt resource value: 0x7F090151 + public const int password_toggle = 2131296593; - // aapt resource value: 0x7F080152 - public const int pin = 2131231058; + // aapt resource value: 0x7F090152 + public const int path = 2131296594; - // aapt resource value: 0x7F080153 - public const int position = 2131231059; + // aapt resource value: 0x7F090153 + public const int pathRelative = 2131296595; - // aapt resource value: 0x7F080154 - public const int postLayout = 2131231060; + // aapt resource value: 0x7F090154 + public const int peekHeight = 2131296596; - // aapt resource value: 0x7F080155 - public const int progress_circular = 2131231061; + // aapt resource value: 0x7F090155 + public const int percent = 2131296597; - // aapt resource value: 0x7F080156 - public const int progress_horizontal = 2131231062; + // aapt resource value: 0x7F090156 + public const int pin = 2131296598; - // aapt resource value: 0x7F080157 - public const int radio = 2131231063; + // aapt resource value: 0x7F090157 + public const int position = 2131296599; - // aapt resource value: 0x7F080158 - public const int ratio = 2131231064; + // aapt resource value: 0x7F090158 + public const int postLayout = 2131296600; - // aapt resource value: 0x7F080159 - public const int rectangles = 2131231065; + // aapt resource value: 0x7F090159 + public const int progress_circular = 2131296601; - // aapt resource value: 0x7F08015A - public const int recycler_view = 2131231066; + // aapt resource value: 0x7F09015A + public const int progress_horizontal = 2131296602; - // aapt resource value: 0x7F08015B - public const int reverseSawtooth = 2131231067; + // aapt resource value: 0x7F09015B + public const int radio = 2131296603; - // aapt resource value: 0x7F08015C - public const int right = 2131231068; + // aapt resource value: 0x7F09015C + public const int ratio = 2131296604; - // aapt resource value: 0x7F08015D - public const int rightToLeft = 2131231069; + // aapt resource value: 0x7F09015D + public const int rectangles = 2131296605; - // aapt resource value: 0x7F08015E - public const int right_icon = 2131231070; + // aapt resource value: 0x7F09015E + public const int recycler_view = 2131296606; - // aapt resource value: 0x7F08015F - public const int right_side = 2131231071; + // aapt resource value: 0x7F09015F + public const int reverseSawtooth = 2131296607; - // aapt resource value: 0x7F080160 - public const int rounded = 2131231072; + // aapt resource value: 0x7F090160 + public const int right = 2131296608; - // aapt resource value: 0x7F080161 - public const int row_index_key = 2131231073; + // aapt resource value: 0x7F090161 + public const int rightToLeft = 2131296609; - // aapt resource value: 0x7F080162 - public const int save_non_transition_alpha = 2131231074; + // aapt resource value: 0x7F090162 + public const int right_icon = 2131296610; - // aapt resource value: 0x7F080163 - public const int save_overlay_view = 2131231075; + // aapt resource value: 0x7F090163 + public const int right_side = 2131296611; - // aapt resource value: 0x7F080164 - public const int sawtooth = 2131231076; + // aapt resource value: 0x7F090164 + public const int rounded = 2131296612; - // aapt resource value: 0x7F080165 - public const int scale = 2131231077; + // aapt resource value: 0x7F090165 + public const int row_index_key = 2131296613; - // aapt resource value: 0x7F080166 - public const int screen = 2131231078; + // aapt resource value: 0x7F090166 + public const int save_non_transition_alpha = 2131296614; - // aapt resource value: 0x7F080167 - public const int scroll = 2131231079; + // aapt resource value: 0x7F090167 + public const int save_overlay_view = 2131296615; - // aapt resource value: 0x7F08016B - public const int scrollable = 2131231083; + // aapt resource value: 0x7F090168 + public const int sawtooth = 2131296616; - // aapt resource value: 0x7F080168 - public const int scrollIndicatorDown = 2131231080; + // aapt resource value: 0x7F090169 + public const int scale = 2131296617; - // aapt resource value: 0x7F080169 - public const int scrollIndicatorUp = 2131231081; + // aapt resource value: 0x7F09016A + public const int screen = 2131296618; - // aapt resource value: 0x7F08016A - public const int scrollView = 2131231082; + // aapt resource value: 0x7F09016B + public const int scroll = 2131296619; - // aapt resource value: 0x7F08016C - public const int search_badge = 2131231084; + // aapt resource value: 0x7F09016F + public const int scrollable = 2131296623; - // aapt resource value: 0x7F08016D - public const int search_bar = 2131231085; + // aapt resource value: 0x7F09016C + public const int scrollIndicatorDown = 2131296620; - // aapt resource value: 0x7F08016E - public const int search_button = 2131231086; + // aapt resource value: 0x7F09016D + public const int scrollIndicatorUp = 2131296621; - // aapt resource value: 0x7F08016F - public const int search_close_btn = 2131231087; + // aapt resource value: 0x7F09016E + public const int scrollView = 2131296622; - // aapt resource value: 0x7F080170 - public const int search_edit_frame = 2131231088; + // aapt resource value: 0x7F090170 + public const int search_badge = 2131296624; - // aapt resource value: 0x7F080171 - public const int search_go_btn = 2131231089; + // aapt resource value: 0x7F090171 + public const int search_bar = 2131296625; - // aapt resource value: 0x7F080172 - public const int search_mag_icon = 2131231090; + // aapt resource value: 0x7F090172 + public const int search_button = 2131296626; - // aapt resource value: 0x7F080173 - public const int search_plate = 2131231091; + // aapt resource value: 0x7F090173 + public const int search_close_btn = 2131296627; - // aapt resource value: 0x7F080174 - public const int search_src_text = 2131231092; + // aapt resource value: 0x7F090174 + public const int search_edit_frame = 2131296628; - // aapt resource value: 0x7F080175 - public const int search_voice_btn = 2131231093; + // aapt resource value: 0x7F090175 + public const int search_go_btn = 2131296629; - // aapt resource value: 0x7F080176 - public const int seekbar = 2131231094; + // aapt resource value: 0x7F090176 + public const int search_mag_icon = 2131296630; - // aapt resource value: 0x7F080177 - public const int seekbar_value = 2131231095; + // aapt resource value: 0x7F090177 + public const int search_plate = 2131296631; - // aapt resource value: 0x7F080179 - public const int selected = 2131231097; + // aapt resource value: 0x7F090178 + public const int search_src_text = 2131296632; - // aapt resource value: 0x7F08017A - public const int selection_type = 2131231098; + // aapt resource value: 0x7F090179 + public const int search_voice_btn = 2131296633; - // aapt resource value: 0x7F080178 - public const int select_dialog_listview = 2131231096; + // aapt resource value: 0x7F09017A + public const int seekbar = 2131296634; - // aapt resource value: 0x7F08017B - public const int sharedValueSet = 2131231099; + // aapt resource value: 0x7F09017B + public const int seekbar_value = 2131296635; - // aapt resource value: 0x7F08017C - public const int sharedValueUnset = 2131231100; + // aapt resource value: 0x7F09017D + public const int selected = 2131296637; - // aapt resource value: 0x7F08017D - public const int shellcontent_appbar = 2131231101; + // aapt resource value: 0x7F09017E + public const int selection_type = 2131296638; - // aapt resource value: 0x7F08017E - public const int shellcontent_toolbar = 2131231102; + // aapt resource value: 0x7F09017C + public const int select_dialog_listview = 2131296636; - // aapt resource value: 0x7F080007 - public const int SHIFT = 2131230727; + // aapt resource value: 0x7F09017F + public const int sharedValueSet = 2131296639; - // aapt resource value: 0x7F08017F - public const int shortcut = 2131231103; + // aapt resource value: 0x7F090180 + public const int sharedValueUnset = 2131296640; - // aapt resource value: 0x7F080180 - public const int showCustom = 2131231104; + // aapt resource value: 0x7F090181 + public const int shellcontent_appbar = 2131296641; - // aapt resource value: 0x7F080181 - public const int showHome = 2131231105; + // aapt resource value: 0x7F090182 + public const int shellcontent_toolbar = 2131296642; - // aapt resource value: 0x7F080182 - public const int showTitle = 2131231106; + // aapt resource value: 0x7F090007 + public const int SHIFT = 2131296263; - // aapt resource value: 0x7F080008 - public const int SHOW_ALL = 2131230728; + // aapt resource value: 0x7F090183 + public const int shortcut = 2131296643; - // aapt resource value: 0x7F080009 - public const int SHOW_PATH = 2131230729; + // aapt resource value: 0x7F090184 + public const int showCustom = 2131296644; - // aapt resource value: 0x7F08000A - public const int SHOW_PROGRESS = 2131230730; + // aapt resource value: 0x7F090185 + public const int showHome = 2131296645; - // aapt resource value: 0x7F080183 - public const int sin = 2131231107; + // aapt resource value: 0x7F090186 + public const int showTitle = 2131296646; - // aapt resource value: 0x7F080184 - public const int skipCollapsed = 2131231108; + // aapt resource value: 0x7F090008 + public const int SHOW_ALL = 2131296264; - // aapt resource value: 0x7F080185 - public const int skipped = 2131231109; + // aapt resource value: 0x7F090009 + public const int SHOW_PATH = 2131296265; - // aapt resource value: 0x7F080186 - public const int slide = 2131231110; + // aapt resource value: 0x7F09000A + public const int SHOW_PROGRESS = 2131296266; - // aapt resource value: 0x7F080187 - public const int sliding_tabs = 2131231111; + // aapt resource value: 0x7F090187 + public const int sin = 2131296647; - // aapt resource value: 0x7F080188 - public const int snackbar_action = 2131231112; + // aapt resource value: 0x7F090188 + public const int skipCollapsed = 2131296648; - // aapt resource value: 0x7F080189 - public const int snackbar_text = 2131231113; + // aapt resource value: 0x7F090189 + public const int skipped = 2131296649; - // aapt resource value: 0x7F08018A - public const int snap = 2131231114; + // aapt resource value: 0x7F09018A + public const int slide = 2131296650; - // aapt resource value: 0x7F08018B - public const int snapMargins = 2131231115; + // aapt resource value: 0x7F09018B + public const int sliding_tabs = 2131296651; - // aapt resource value: 0x7F08018C - public const int south = 2131231116; + // aapt resource value: 0x7F09018C + public const int snackbar_action = 2131296652; - // aapt resource value: 0x7F08018D - public const int spacer = 2131231117; + // aapt resource value: 0x7F09018D + public const int snackbar_text = 2131296653; - // aapt resource value: 0x7F08018E - public const int special_effects_controller_view_tag = 2131231118; + // aapt resource value: 0x7F09018E + public const int snap = 2131296654; - // aapt resource value: 0x7F08018F - public const int spinner = 2131231119; + // aapt resource value: 0x7F09018F + public const int snapMargins = 2131296655; - // aapt resource value: 0x7F080190 - public const int spline = 2131231120; + // aapt resource value: 0x7F090190 + public const int south = 2131296656; - // aapt resource value: 0x7F080191 - public const int split_action_bar = 2131231121; + // aapt resource value: 0x7F090191 + public const int spacer = 2131296657; - // aapt resource value: 0x7F080192 - public const int spread = 2131231122; + // aapt resource value: 0x7F090192 + public const int special_effects_controller_view_tag = 2131296658; - // aapt resource value: 0x7F080193 - public const int spread_inside = 2131231123; + // aapt resource value: 0x7F090193 + public const int spinner = 2131296659; - // aapt resource value: 0x7F080194 - public const int spring = 2131231124; + // aapt resource value: 0x7F090194 + public const int spline = 2131296660; - // aapt resource value: 0x7F080195 - public const int square = 2131231125; + // aapt resource value: 0x7F090195 + public const int split_action_bar = 2131296661; - // aapt resource value: 0x7F080196 - public const int src_atop = 2131231126; + // aapt resource value: 0x7F090196 + public const int spread = 2131296662; - // aapt resource value: 0x7F080197 - public const int src_in = 2131231127; + // aapt resource value: 0x7F090197 + public const int spread_inside = 2131296663; - // aapt resource value: 0x7F080198 - public const int src_over = 2131231128; + // aapt resource value: 0x7F090198 + public const int spring = 2131296664; - // aapt resource value: 0x7F080199 - public const int standard = 2131231129; + // aapt resource value: 0x7F090199 + public const int square = 2131296665; - // aapt resource value: 0x7F08019A - public const int start = 2131231130; + // aapt resource value: 0x7F09019A + public const int src_atop = 2131296666; - // aapt resource value: 0x7F08019B - public const int startHorizontal = 2131231131; + // aapt resource value: 0x7F09019B + public const int src_in = 2131296667; - // aapt resource value: 0x7F08019C - public const int startToEnd = 2131231132; + // aapt resource value: 0x7F09019C + public const int src_over = 2131296668; - // aapt resource value: 0x7F08019D - public const int startVertical = 2131231133; + // aapt resource value: 0x7F09019D + public const int standard = 2131296669; - // aapt resource value: 0x7F08019E - public const int staticLayout = 2131231134; + // aapt resource value: 0x7F09019E + public const int start = 2131296670; - // aapt resource value: 0x7F08019F - public const int staticPostLayout = 2131231135; + // aapt resource value: 0x7F09019F + public const int startHorizontal = 2131296671; - // aapt resource value: 0x7F0801A0 - public const int status_bar_latest_event_content = 2131231136; + // aapt resource value: 0x7F0901A0 + public const int startToEnd = 2131296672; - // aapt resource value: 0x7F0801A1 - public const int stop = 2131231137; + // aapt resource value: 0x7F0901A1 + public const int startVertical = 2131296673; - // aapt resource value: 0x7F0801A2 - public const int stretch = 2131231138; + // aapt resource value: 0x7F0901A2 + public const int staticLayout = 2131296674; - // aapt resource value: 0x7F0801A3 - public const int submenuarrow = 2131231139; + // aapt resource value: 0x7F0901A3 + public const int staticPostLayout = 2131296675; - // aapt resource value: 0x7F0801A4 - public const int submit_area = 2131231140; + // aapt resource value: 0x7F0901A4 + public const int status_bar_latest_event_content = 2131296676; - // aapt resource value: 0x7F0801A5 - public const int supportScrollUp = 2131231141; + // aapt resource value: 0x7F0901A5 + public const int stop = 2131296677; - // aapt resource value: 0x7F0801A6 - public const int switchWidget = 2131231142; + // aapt resource value: 0x7F0901A6 + public const int stretch = 2131296678; - // aapt resource value: 0x7F08000B - public const int SYM = 2131230731; + // aapt resource value: 0x7F0901A7 + public const int submenuarrow = 2131296679; - // aapt resource value: 0x7F0801A7 - public const int tabMode = 2131231143; + // aapt resource value: 0x7F0901A8 + public const int submit_area = 2131296680; - // aapt resource value: 0x7F0801A8 - public const int tag_accessibility_actions = 2131231144; + // aapt resource value: 0x7F0901A9 + public const int supportScrollUp = 2131296681; - // aapt resource value: 0x7F0801A9 - public const int tag_accessibility_clickable_spans = 2131231145; + // aapt resource value: 0x7F0901AA + public const int switchWidget = 2131296682; - // aapt resource value: 0x7F0801AA - public const int tag_accessibility_heading = 2131231146; + // aapt resource value: 0x7F09000B + public const int SYM = 2131296267; - // aapt resource value: 0x7F0801AB - public const int tag_accessibility_pane_title = 2131231147; + // aapt resource value: 0x7F0901AB + public const int tabMode = 2131296683; - // aapt resource value: 0x7F0801AC - public const int tag_on_apply_window_listener = 2131231148; + // aapt resource value: 0x7F0901AC + public const int tag_accessibility_actions = 2131296684; - // aapt resource value: 0x7F0801AD - public const int tag_on_receive_content_listener = 2131231149; + // aapt resource value: 0x7F0901AD + public const int tag_accessibility_clickable_spans = 2131296685; - // aapt resource value: 0x7F0801AE - public const int tag_on_receive_content_mime_types = 2131231150; + // aapt resource value: 0x7F0901AE + public const int tag_accessibility_heading = 2131296686; - // aapt resource value: 0x7F0801AF - public const int tag_screen_reader_focusable = 2131231151; + // aapt resource value: 0x7F0901AF + public const int tag_accessibility_pane_title = 2131296687; - // aapt resource value: 0x7F0801B0 - public const int tag_state_description = 2131231152; + // aapt resource value: 0x7F0901B0 + public const int tag_on_apply_window_listener = 2131296688; - // aapt resource value: 0x7F0801B1 - public const int tag_transition_group = 2131231153; + // aapt resource value: 0x7F0901B1 + public const int tag_on_receive_content_listener = 2131296689; - // aapt resource value: 0x7F0801B2 - public const int tag_unhandled_key_event_manager = 2131231154; + // aapt resource value: 0x7F0901B2 + public const int tag_on_receive_content_mime_types = 2131296690; - // aapt resource value: 0x7F0801B3 - public const int tag_unhandled_key_listeners = 2131231155; + // aapt resource value: 0x7F0901B3 + public const int tag_screen_reader_focusable = 2131296691; - // aapt resource value: 0x7F0801B4 - public const int tag_window_insets_animation_callback = 2131231156; + // aapt resource value: 0x7F0901B4 + public const int tag_state_description = 2131296692; - // aapt resource value: 0x7F0801B5 - public const int test_checkbox_android_button_tint = 2131231157; + // aapt resource value: 0x7F0901B5 + public const int tag_transition_group = 2131296693; - // aapt resource value: 0x7F0801B6 - public const int test_checkbox_app_button_tint = 2131231158; + // aapt resource value: 0x7F0901B6 + public const int tag_unhandled_key_event_manager = 2131296694; - // aapt resource value: 0x7F0801B7 - public const int test_radiobutton_android_button_tint = 2131231159; + // aapt resource value: 0x7F0901B7 + public const int tag_unhandled_key_listeners = 2131296695; - // aapt resource value: 0x7F0801B8 - public const int test_radiobutton_app_button_tint = 2131231160; + // aapt resource value: 0x7F0901B8 + public const int tag_window_insets_animation_callback = 2131296696; - // aapt resource value: 0x7F0801B9 - public const int text = 2131231161; + // aapt resource value: 0x7F0901B9 + public const int test_checkbox_android_button_tint = 2131296697; - // aapt resource value: 0x7F0801BA - public const int text2 = 2131231162; + // aapt resource value: 0x7F0901BA + public const int test_checkbox_app_button_tint = 2131296698; - // aapt resource value: 0x7F0801BB - public const int textEnd = 2131231163; + // aapt resource value: 0x7F0901BB + public const int test_radiobutton_android_button_tint = 2131296699; - // aapt resource value: 0x7F0801C3 - public const int textinput_counter = 2131231171; + // aapt resource value: 0x7F0901BC + public const int test_radiobutton_app_button_tint = 2131296700; - // aapt resource value: 0x7F0801C4 - public const int textinput_error = 2131231172; + // aapt resource value: 0x7F0901BD + public const int text = 2131296701; - // aapt resource value: 0x7F0801C5 - public const int textinput_helper_text = 2131231173; + // aapt resource value: 0x7F0901BE + public const int text2 = 2131296702; - // aapt resource value: 0x7F0801C6 - public const int textinput_placeholder = 2131231174; + // aapt resource value: 0x7F0901BF + public const int textEnd = 2131296703; - // aapt resource value: 0x7F0801C7 - public const int textinput_prefix_text = 2131231175; + // aapt resource value: 0x7F0901C7 + public const int textinput_counter = 2131296711; - // aapt resource value: 0x7F0801C8 - public const int textinput_suffix_text = 2131231176; + // aapt resource value: 0x7F0901C8 + public const int textinput_error = 2131296712; - // aapt resource value: 0x7F0801BC - public const int textSpacerNoButtons = 2131231164; + // aapt resource value: 0x7F0901C9 + public const int textinput_helper_text = 2131296713; - // aapt resource value: 0x7F0801BD - public const int textSpacerNoTitle = 2131231165; + // aapt resource value: 0x7F0901CA + public const int textinput_placeholder = 2131296714; - // aapt resource value: 0x7F0801BE - public const int textStart = 2131231166; + // aapt resource value: 0x7F0901CB + public const int textinput_prefix_text = 2131296715; - // aapt resource value: 0x7F0801BF - public const int textTop = 2131231167; + // aapt resource value: 0x7F0901CC + public const int textinput_suffix_text = 2131296716; - // aapt resource value: 0x7F0801C0 - public const int text_input_end_icon = 2131231168; + // aapt resource value: 0x7F0901C0 + public const int textSpacerNoButtons = 2131296704; - // aapt resource value: 0x7F0801C1 - public const int text_input_error_icon = 2131231169; + // aapt resource value: 0x7F0901C1 + public const int textSpacerNoTitle = 2131296705; - // aapt resource value: 0x7F0801C2 - public const int text_input_start_icon = 2131231170; + // aapt resource value: 0x7F0901C2 + public const int textStart = 2131296706; - // aapt resource value: 0x7F0801C9 - public const int time = 2131231177; + // aapt resource value: 0x7F0901C3 + public const int textTop = 2131296707; - // aapt resource value: 0x7F0801CA - public const int title = 2131231178; + // aapt resource value: 0x7F0901C4 + public const int text_input_end_icon = 2131296708; - // aapt resource value: 0x7F0801CB - public const int titleDividerNoCustom = 2131231179; + // aapt resource value: 0x7F0901C5 + public const int text_input_error_icon = 2131296709; - // aapt resource value: 0x7F0801CC - public const int title_template = 2131231180; + // aapt resource value: 0x7F0901C6 + public const int text_input_start_icon = 2131296710; - // aapt resource value: 0x7F0801CD - public const int toggle = 2131231181; + // aapt resource value: 0x7F0901CD + public const int time = 2131296717; - // aapt resource value: 0x7F0801CE - public const int toolbar = 2131231182; + // aapt resource value: 0x7F0901CE + public const int title = 2131296718; - // aapt resource value: 0x7F0801CF - public const int top = 2131231183; + // aapt resource value: 0x7F0901CF + public const int titleDividerNoCustom = 2131296719; - // aapt resource value: 0x7F0801D0 - public const int topPanel = 2131231184; + // aapt resource value: 0x7F0901D0 + public const int title_template = 2131296720; - // aapt resource value: 0x7F08000C - public const int TOP_END = 2131230732; + // aapt resource value: 0x7F0901D1 + public const int toggle = 2131296721; - // aapt resource value: 0x7F08000D - public const int TOP_START = 2131230733; + // aapt resource value: 0x7F0901D2 + public const int toolbar = 2131296722; - // aapt resource value: 0x7F0801D1 - public const int touch_outside = 2131231185; + // aapt resource value: 0x7F0901D3 + public const int top = 2131296723; - // aapt resource value: 0x7F0801D2 - public const int transitionToEnd = 2131231186; + // aapt resource value: 0x7F0901D4 + public const int topPanel = 2131296724; - // aapt resource value: 0x7F0801D3 - public const int transitionToStart = 2131231187; + // aapt resource value: 0x7F09000C + public const int TOP_END = 2131296268; - // aapt resource value: 0x7F0801D4 - public const int transition_current_scene = 2131231188; + // aapt resource value: 0x7F09000D + public const int TOP_START = 2131296269; - // aapt resource value: 0x7F0801D5 - public const int transition_layout_save = 2131231189; + // aapt resource value: 0x7F0901D5 + public const int touch_outside = 2131296725; - // aapt resource value: 0x7F0801D6 - public const int transition_position = 2131231190; + // aapt resource value: 0x7F0901D6 + public const int transitionToEnd = 2131296726; - // aapt resource value: 0x7F0801D7 - public const int transition_scene_layoutid_cache = 2131231191; + // aapt resource value: 0x7F0901D7 + public const int transitionToStart = 2131296727; - // aapt resource value: 0x7F0801D8 - public const int transition_transform = 2131231192; + // aapt resource value: 0x7F0901D8 + public const int transition_current_scene = 2131296728; - // aapt resource value: 0x7F0801D9 - public const int triangle = 2131231193; + // aapt resource value: 0x7F0901D9 + public const int transition_layout_save = 2131296729; - // aapt resource value: 0x7F0801DA - public const int @unchecked = 2131231194; + // aapt resource value: 0x7F0901DA + public const int transition_position = 2131296730; - // aapt resource value: 0x7F0801DB - public const int uniform = 2131231195; + // aapt resource value: 0x7F0901DB + public const int transition_scene_layoutid_cache = 2131296731; - // aapt resource value: 0x7F0801DC - public const int unlabeled = 2131231196; + // aapt resource value: 0x7F0901DC + public const int transition_transform = 2131296732; - // aapt resource value: 0x7F0801DD - public const int up = 2131231197; + // aapt resource value: 0x7F0901DD + public const int triangle = 2131296733; - // aapt resource value: 0x7F0801DE - public const int useLogo = 2131231198; + // aapt resource value: 0x7F0901DE + public const int @unchecked = 2131296734; - // aapt resource value: 0x7F0801DF - public const int vertical_only = 2131231199; + // aapt resource value: 0x7F0901DF + public const int uniform = 2131296735; - // aapt resource value: 0x7F0801E0 - public const int view_offset_helper = 2131231200; + // aapt resource value: 0x7F0901E0 + public const int unlabeled = 2131296736; - // aapt resource value: 0x7F0801E1 - public const int view_transition = 2131231201; + // aapt resource value: 0x7F0901E1 + public const int up = 2131296737; - // aapt resource value: 0x7F0801E2 - public const int view_tree_lifecycle_owner = 2131231202; + // aapt resource value: 0x7F0901E2 + public const int useLogo = 2131296738; - // aapt resource value: 0x7F0801E3 - public const int view_tree_saved_state_registry_owner = 2131231203; + // aapt resource value: 0x7F0901E3 + public const int vertical_only = 2131296739; - // aapt resource value: 0x7F0801E4 - public const int view_tree_view_model_store_owner = 2131231204; + // aapt resource value: 0x7F0901E4 + public const int view_offset_helper = 2131296740; - // aapt resource value: 0x7F0801E5 - public const int visible = 2131231205; + // aapt resource value: 0x7F0901E5 + public const int view_transition = 2131296741; - // aapt resource value: 0x7F0801E6 - public const int visible_removing_fragment_view_tag = 2131231206; + // aapt resource value: 0x7F0901E6 + public const int view_tree_lifecycle_owner = 2131296742; - // aapt resource value: 0x7F0801E7 - public const int west = 2131231207; + // aapt resource value: 0x7F0901E7 + public const int view_tree_saved_state_registry_owner = 2131296743; - // aapt resource value: 0x7F0801E9 - public const int withinBounds = 2131231209; + // aapt resource value: 0x7F0901E8 + public const int view_tree_view_model_store_owner = 2131296744; - // aapt resource value: 0x7F0801E8 - public const int withText = 2131231208; + // aapt resource value: 0x7F0901E9 + public const int visible = 2131296745; - // aapt resource value: 0x7F0801EA - public const int wrap = 2131231210; + // aapt resource value: 0x7F0901EA + public const int visible_removing_fragment_view_tag = 2131296746; - // aapt resource value: 0x7F0801EB - public const int wrap_content = 2131231211; + // aapt resource value: 0x7F0901EB + public const int west = 2131296747; - // aapt resource value: 0x7F0801EC - public const int wrap_content_constrained = 2131231212; + // aapt resource value: 0x7F0901ED + public const int withinBounds = 2131296749; - // aapt resource value: 0x7F0801ED - public const int x_left = 2131231213; + // aapt resource value: 0x7F0901EC + public const int withText = 2131296748; - // aapt resource value: 0x7F0801EE - public const int x_right = 2131231214; + // aapt resource value: 0x7F0901EE + public const int wrap = 2131296750; - // aapt resource value: 0x7F0801EF - public const int zero_corner_chip = 2131231215; + // aapt resource value: 0x7F0901EF + public const int wrap_content = 2131296751; + + // aapt resource value: 0x7F0901F0 + public const int wrap_content_constrained = 2131296752; + + // aapt resource value: 0x7F0901F1 + public const int x_left = 2131296753; + + // aapt resource value: 0x7F0901F2 + public const int x_right = 2131296754; + + // aapt resource value: 0x7F0901F3 + public const int zero_corner_chip = 2131296755; static Id() { @@ -18192,92 +18415,92 @@ namespace QRBee.Droid public partial class Integer { - // aapt resource value: 0x7F090000 - public const int abc_config_activityDefaultDur = 2131296256; + // aapt resource value: 0x7F0A0000 + public const int abc_config_activityDefaultDur = 2131361792; - // aapt resource value: 0x7F090001 - public const int abc_config_activityShortDur = 2131296257; + // aapt resource value: 0x7F0A0001 + public const int abc_config_activityShortDur = 2131361793; - // aapt resource value: 0x7F090002 - public const int app_bar_elevation_anim_duration = 2131296258; + // aapt resource value: 0x7F0A0002 + public const int app_bar_elevation_anim_duration = 2131361794; - // aapt resource value: 0x7F090003 - public const int bottom_sheet_slide_duration = 2131296259; + // aapt resource value: 0x7F0A0003 + public const int bottom_sheet_slide_duration = 2131361795; - // aapt resource value: 0x7F090004 - public const int cancel_button_image_alpha = 2131296260; + // aapt resource value: 0x7F0A0004 + public const int cancel_button_image_alpha = 2131361796; - // aapt resource value: 0x7F090005 - public const int config_navAnimTime = 2131296261; + // aapt resource value: 0x7F0A0005 + public const int config_navAnimTime = 2131361797; - // aapt resource value: 0x7F090006 - public const int config_tooltipAnimTime = 2131296262; + // aapt resource value: 0x7F0A0006 + public const int config_tooltipAnimTime = 2131361798; - // aapt resource value: 0x7F090007 - public const int design_snackbar_text_max_lines = 2131296263; + // aapt resource value: 0x7F0A0007 + public const int design_snackbar_text_max_lines = 2131361799; - // aapt resource value: 0x7F090008 - public const int design_tab_indicator_anim_duration_ms = 2131296264; + // aapt resource value: 0x7F0A0008 + public const int design_tab_indicator_anim_duration_ms = 2131361800; - // aapt resource value: 0x7F090009 - public const int hide_password_duration = 2131296265; + // aapt resource value: 0x7F0A0009 + public const int hide_password_duration = 2131361801; - // aapt resource value: 0x7F09000A - public const int material_motion_duration_long_1 = 2131296266; + // aapt resource value: 0x7F0A000A + public const int material_motion_duration_long_1 = 2131361802; - // aapt resource value: 0x7F09000B - public const int material_motion_duration_long_2 = 2131296267; + // aapt resource value: 0x7F0A000B + public const int material_motion_duration_long_2 = 2131361803; - // aapt resource value: 0x7F09000C - public const int material_motion_duration_medium_1 = 2131296268; + // aapt resource value: 0x7F0A000C + public const int material_motion_duration_medium_1 = 2131361804; - // aapt resource value: 0x7F09000D - public const int material_motion_duration_medium_2 = 2131296269; + // aapt resource value: 0x7F0A000D + public const int material_motion_duration_medium_2 = 2131361805; - // aapt resource value: 0x7F09000E - public const int material_motion_duration_short_1 = 2131296270; + // aapt resource value: 0x7F0A000E + public const int material_motion_duration_short_1 = 2131361806; - // aapt resource value: 0x7F09000F - public const int material_motion_duration_short_2 = 2131296271; + // aapt resource value: 0x7F0A000F + public const int material_motion_duration_short_2 = 2131361807; - // aapt resource value: 0x7F090010 - public const int material_motion_path = 2131296272; + // aapt resource value: 0x7F0A0010 + public const int material_motion_path = 2131361808; - // aapt resource value: 0x7F090011 - public const int mtrl_badge_max_character_count = 2131296273; + // aapt resource value: 0x7F0A0011 + public const int mtrl_badge_max_character_count = 2131361809; - // aapt resource value: 0x7F090012 - public const int mtrl_btn_anim_delay_ms = 2131296274; + // aapt resource value: 0x7F0A0012 + public const int mtrl_btn_anim_delay_ms = 2131361810; - // aapt resource value: 0x7F090013 - public const int mtrl_btn_anim_duration_ms = 2131296275; + // aapt resource value: 0x7F0A0013 + public const int mtrl_btn_anim_duration_ms = 2131361811; - // aapt resource value: 0x7F090014 - public const int mtrl_calendar_header_orientation = 2131296276; + // aapt resource value: 0x7F0A0014 + public const int mtrl_calendar_header_orientation = 2131361812; - // aapt resource value: 0x7F090015 - public const int mtrl_calendar_selection_text_lines = 2131296277; + // aapt resource value: 0x7F0A0015 + public const int mtrl_calendar_selection_text_lines = 2131361813; - // aapt resource value: 0x7F090016 - public const int mtrl_calendar_year_selector_span = 2131296278; + // aapt resource value: 0x7F0A0016 + public const int mtrl_calendar_year_selector_span = 2131361814; - // aapt resource value: 0x7F090017 - public const int mtrl_card_anim_delay_ms = 2131296279; + // aapt resource value: 0x7F0A0017 + public const int mtrl_card_anim_delay_ms = 2131361815; - // aapt resource value: 0x7F090018 - public const int mtrl_card_anim_duration_ms = 2131296280; + // aapt resource value: 0x7F0A0018 + public const int mtrl_card_anim_duration_ms = 2131361816; - // aapt resource value: 0x7F090019 - public const int mtrl_chip_anim_duration = 2131296281; + // aapt resource value: 0x7F0A0019 + public const int mtrl_chip_anim_duration = 2131361817; - // aapt resource value: 0x7F09001A - public const int mtrl_tab_indicator_anim_duration_ms = 2131296282; + // aapt resource value: 0x7F0A001A + public const int mtrl_tab_indicator_anim_duration_ms = 2131361818; - // aapt resource value: 0x7F09001B - public const int show_password_duration = 2131296283; + // aapt resource value: 0x7F0A001B + public const int show_password_duration = 2131361819; - // aapt resource value: 0x7F09001C - public const int status_bar_notification_info_maxnum = 2131296284; + // aapt resource value: 0x7F0A001C + public const int status_bar_notification_info_maxnum = 2131361820; static Integer() { @@ -18292,38 +18515,38 @@ namespace QRBee.Droid public partial class Interpolator { - // aapt resource value: 0x7F0A0000 - public const int btn_checkbox_checked_mtrl_animation_interpolator_0 = 2131361792; + // aapt resource value: 0x7F0B0000 + public const int btn_checkbox_checked_mtrl_animation_interpolator_0 = 2131427328; - // aapt resource value: 0x7F0A0001 - public const int btn_checkbox_checked_mtrl_animation_interpolator_1 = 2131361793; + // aapt resource value: 0x7F0B0001 + public const int btn_checkbox_checked_mtrl_animation_interpolator_1 = 2131427329; - // aapt resource value: 0x7F0A0002 - public const int btn_checkbox_unchecked_mtrl_animation_interpolator_0 = 2131361794; + // aapt resource value: 0x7F0B0002 + public const int btn_checkbox_unchecked_mtrl_animation_interpolator_0 = 2131427330; - // aapt resource value: 0x7F0A0003 - public const int btn_checkbox_unchecked_mtrl_animation_interpolator_1 = 2131361795; + // aapt resource value: 0x7F0B0003 + public const int btn_checkbox_unchecked_mtrl_animation_interpolator_1 = 2131427331; - // aapt resource value: 0x7F0A0004 - public const int btn_radio_to_off_mtrl_animation_interpolator_0 = 2131361796; + // aapt resource value: 0x7F0B0004 + public const int btn_radio_to_off_mtrl_animation_interpolator_0 = 2131427332; - // aapt resource value: 0x7F0A0005 - public const int btn_radio_to_on_mtrl_animation_interpolator_0 = 2131361797; + // aapt resource value: 0x7F0B0005 + public const int btn_radio_to_on_mtrl_animation_interpolator_0 = 2131427333; - // aapt resource value: 0x7F0A0006 - public const int fast_out_slow_in = 2131361798; + // aapt resource value: 0x7F0B0006 + public const int fast_out_slow_in = 2131427334; - // aapt resource value: 0x7F0A0007 - public const int mtrl_fast_out_linear_in = 2131361799; + // aapt resource value: 0x7F0B0007 + public const int mtrl_fast_out_linear_in = 2131427335; - // aapt resource value: 0x7F0A0008 - public const int mtrl_fast_out_slow_in = 2131361800; + // aapt resource value: 0x7F0B0008 + public const int mtrl_fast_out_slow_in = 2131427336; - // aapt resource value: 0x7F0A0009 - public const int mtrl_linear = 2131361801; + // aapt resource value: 0x7F0B0009 + public const int mtrl_linear = 2131427337; - // aapt resource value: 0x7F0A000A - public const int mtrl_linear_out_slow_in = 2131361802; + // aapt resource value: 0x7F0B000A + public const int mtrl_linear_out_slow_in = 2131427338; static Interpolator() { @@ -18338,458 +18561,461 @@ namespace QRBee.Droid public partial class Layout { - // aapt resource value: 0x7F0B0000 - public const int abc_action_bar_title_item = 2131427328; + // aapt resource value: 0x7F0C0000 + public const int abc_action_bar_title_item = 2131492864; - // aapt resource value: 0x7F0B0001 - public const int abc_action_bar_up_container = 2131427329; + // aapt resource value: 0x7F0C0001 + public const int abc_action_bar_up_container = 2131492865; - // aapt resource value: 0x7F0B0002 - public const int abc_action_menu_item_layout = 2131427330; + // aapt resource value: 0x7F0C0002 + public const int abc_action_menu_item_layout = 2131492866; - // aapt resource value: 0x7F0B0003 - public const int abc_action_menu_layout = 2131427331; + // aapt resource value: 0x7F0C0003 + public const int abc_action_menu_layout = 2131492867; - // aapt resource value: 0x7F0B0004 - public const int abc_action_mode_bar = 2131427332; + // aapt resource value: 0x7F0C0004 + public const int abc_action_mode_bar = 2131492868; - // aapt resource value: 0x7F0B0005 - public const int abc_action_mode_close_item_material = 2131427333; + // aapt resource value: 0x7F0C0005 + public const int abc_action_mode_close_item_material = 2131492869; - // aapt resource value: 0x7F0B0006 - public const int abc_activity_chooser_view = 2131427334; + // aapt resource value: 0x7F0C0006 + public const int abc_activity_chooser_view = 2131492870; - // aapt resource value: 0x7F0B0007 - public const int abc_activity_chooser_view_list_item = 2131427335; + // aapt resource value: 0x7F0C0007 + public const int abc_activity_chooser_view_list_item = 2131492871; - // aapt resource value: 0x7F0B0008 - public const int abc_alert_dialog_button_bar_material = 2131427336; + // aapt resource value: 0x7F0C0008 + public const int abc_alert_dialog_button_bar_material = 2131492872; - // aapt resource value: 0x7F0B0009 - public const int abc_alert_dialog_material = 2131427337; + // aapt resource value: 0x7F0C0009 + public const int abc_alert_dialog_material = 2131492873; - // aapt resource value: 0x7F0B000A - public const int abc_alert_dialog_title_material = 2131427338; + // aapt resource value: 0x7F0C000A + public const int abc_alert_dialog_title_material = 2131492874; - // aapt resource value: 0x7F0B000B - public const int abc_cascading_menu_item_layout = 2131427339; + // aapt resource value: 0x7F0C000B + public const int abc_cascading_menu_item_layout = 2131492875; - // aapt resource value: 0x7F0B000C - public const int abc_dialog_title_material = 2131427340; + // aapt resource value: 0x7F0C000C + public const int abc_dialog_title_material = 2131492876; - // aapt resource value: 0x7F0B000D - public const int abc_expanded_menu_layout = 2131427341; + // aapt resource value: 0x7F0C000D + public const int abc_expanded_menu_layout = 2131492877; - // aapt resource value: 0x7F0B000E - public const int abc_list_menu_item_checkbox = 2131427342; + // aapt resource value: 0x7F0C000E + public const int abc_list_menu_item_checkbox = 2131492878; - // aapt resource value: 0x7F0B000F - public const int abc_list_menu_item_icon = 2131427343; + // aapt resource value: 0x7F0C000F + public const int abc_list_menu_item_icon = 2131492879; - // aapt resource value: 0x7F0B0010 - public const int abc_list_menu_item_layout = 2131427344; + // aapt resource value: 0x7F0C0010 + public const int abc_list_menu_item_layout = 2131492880; - // aapt resource value: 0x7F0B0011 - public const int abc_list_menu_item_radio = 2131427345; + // aapt resource value: 0x7F0C0011 + public const int abc_list_menu_item_radio = 2131492881; - // aapt resource value: 0x7F0B0012 - public const int abc_popup_menu_header_item_layout = 2131427346; + // aapt resource value: 0x7F0C0012 + public const int abc_popup_menu_header_item_layout = 2131492882; - // aapt resource value: 0x7F0B0013 - public const int abc_popup_menu_item_layout = 2131427347; + // aapt resource value: 0x7F0C0013 + public const int abc_popup_menu_item_layout = 2131492883; - // aapt resource value: 0x7F0B0014 - public const int abc_screen_content_include = 2131427348; + // aapt resource value: 0x7F0C0014 + public const int abc_screen_content_include = 2131492884; - // aapt resource value: 0x7F0B0015 - public const int abc_screen_simple = 2131427349; + // aapt resource value: 0x7F0C0015 + public const int abc_screen_simple = 2131492885; - // aapt resource value: 0x7F0B0016 - public const int abc_screen_simple_overlay_action_mode = 2131427350; + // aapt resource value: 0x7F0C0016 + public const int abc_screen_simple_overlay_action_mode = 2131492886; - // aapt resource value: 0x7F0B0017 - public const int abc_screen_toolbar = 2131427351; + // aapt resource value: 0x7F0C0017 + public const int abc_screen_toolbar = 2131492887; - // aapt resource value: 0x7F0B0018 - public const int abc_search_dropdown_item_icons_2line = 2131427352; + // aapt resource value: 0x7F0C0018 + public const int abc_search_dropdown_item_icons_2line = 2131492888; - // aapt resource value: 0x7F0B0019 - public const int abc_search_view = 2131427353; + // aapt resource value: 0x7F0C0019 + public const int abc_search_view = 2131492889; - // aapt resource value: 0x7F0B001A - public const int abc_select_dialog_material = 2131427354; + // aapt resource value: 0x7F0C001A + public const int abc_select_dialog_material = 2131492890; - // aapt resource value: 0x7F0B001B - public const int abc_tooltip = 2131427355; + // aapt resource value: 0x7F0C001B + public const int abc_tooltip = 2131492891; - // aapt resource value: 0x7F0B001C - public const int BottomTabLayout = 2131427356; + // aapt resource value: 0x7F0C001C + public const int BottomTabLayout = 2131492892; - // aapt resource value: 0x7F0B001D - public const int browser_actions_context_menu_page = 2131427357; + // aapt resource value: 0x7F0C001D + public const int browser_actions_context_menu_page = 2131492893; - // aapt resource value: 0x7F0B001E - public const int browser_actions_context_menu_row = 2131427358; + // aapt resource value: 0x7F0C001E + public const int browser_actions_context_menu_row = 2131492894; - // aapt resource value: 0x7F0B001F - public const int custom_dialog = 2131427359; + // aapt resource value: 0x7F0C001F + public const int custom_dialog = 2131492895; - // aapt resource value: 0x7F0B0020 - public const int design_bottom_navigation_item = 2131427360; + // aapt resource value: 0x7F0C0020 + public const int design_bottom_navigation_item = 2131492896; - // aapt resource value: 0x7F0B0021 - public const int design_bottom_sheet_dialog = 2131427361; + // aapt resource value: 0x7F0C0021 + public const int design_bottom_sheet_dialog = 2131492897; - // aapt resource value: 0x7F0B0022 - public const int design_layout_snackbar = 2131427362; + // aapt resource value: 0x7F0C0022 + public const int design_layout_snackbar = 2131492898; - // aapt resource value: 0x7F0B0023 - public const int design_layout_snackbar_include = 2131427363; + // aapt resource value: 0x7F0C0023 + public const int design_layout_snackbar_include = 2131492899; - // aapt resource value: 0x7F0B0024 - public const int design_layout_tab_icon = 2131427364; + // aapt resource value: 0x7F0C0024 + public const int design_layout_tab_icon = 2131492900; - // aapt resource value: 0x7F0B0025 - public const int design_layout_tab_text = 2131427365; + // aapt resource value: 0x7F0C0025 + public const int design_layout_tab_text = 2131492901; - // aapt resource value: 0x7F0B0026 - public const int design_menu_item_action_area = 2131427366; + // aapt resource value: 0x7F0C0026 + public const int design_menu_item_action_area = 2131492902; - // aapt resource value: 0x7F0B0027 - public const int design_navigation_item = 2131427367; + // aapt resource value: 0x7F0C0027 + public const int design_navigation_item = 2131492903; - // aapt resource value: 0x7F0B0028 - public const int design_navigation_item_header = 2131427368; + // aapt resource value: 0x7F0C0028 + public const int design_navigation_item_header = 2131492904; - // aapt resource value: 0x7F0B0029 - public const int design_navigation_item_separator = 2131427369; + // aapt resource value: 0x7F0C0029 + public const int design_navigation_item_separator = 2131492905; - // aapt resource value: 0x7F0B002A - public const int design_navigation_item_subheader = 2131427370; + // aapt resource value: 0x7F0C002A + public const int design_navigation_item_subheader = 2131492906; - // aapt resource value: 0x7F0B002B - public const int design_navigation_menu = 2131427371; + // aapt resource value: 0x7F0C002B + public const int design_navigation_menu = 2131492907; - // aapt resource value: 0x7F0B002C - public const int design_navigation_menu_item = 2131427372; + // aapt resource value: 0x7F0C002C + public const int design_navigation_menu_item = 2131492908; - // aapt resource value: 0x7F0B002D - public const int design_text_input_end_icon = 2131427373; + // aapt resource value: 0x7F0C002D + public const int design_text_input_end_icon = 2131492909; - // aapt resource value: 0x7F0B002E - public const int design_text_input_start_icon = 2131427374; + // aapt resource value: 0x7F0C002E + public const int design_text_input_start_icon = 2131492910; - // aapt resource value: 0x7F0B002F - public const int expand_button = 2131427375; + // aapt resource value: 0x7F0C002F + public const int expand_button = 2131492911; - // aapt resource value: 0x7F0B0030 - public const int FallbackTabbarDoNotUse = 2131427376; + // aapt resource value: 0x7F0C0030 + public const int FallbackTabbarDoNotUse = 2131492912; - // aapt resource value: 0x7F0B0031 - public const int FallbackToolbarDoNotUse = 2131427377; + // aapt resource value: 0x7F0C0031 + public const int FallbackToolbarDoNotUse = 2131492913; - // aapt resource value: 0x7F0B0032 - public const int FlyoutContent = 2131427378; + // aapt resource value: 0x7F0C0032 + public const int fingerprint_dialog_layout = 2131492914; - // aapt resource value: 0x7F0B0033 - public const int image_frame = 2131427379; + // aapt resource value: 0x7F0C0033 + public const int FlyoutContent = 2131492915; - // aapt resource value: 0x7F0B0034 - public const int material_chip_input_combo = 2131427380; + // aapt resource value: 0x7F0C0034 + public const int image_frame = 2131492916; - // aapt resource value: 0x7F0B0039 - public const int material_clockface_textview = 2131427385; + // aapt resource value: 0x7F0C0035 + public const int material_chip_input_combo = 2131492917; - // aapt resource value: 0x7F0B003A - public const int material_clockface_view = 2131427386; + // aapt resource value: 0x7F0C003A + public const int material_clockface_textview = 2131492922; - // aapt resource value: 0x7F0B0035 - public const int material_clock_display = 2131427381; + // aapt resource value: 0x7F0C003B + public const int material_clockface_view = 2131492923; - // aapt resource value: 0x7F0B0036 - public const int material_clock_display_divider = 2131427382; + // aapt resource value: 0x7F0C0036 + public const int material_clock_display = 2131492918; - // aapt resource value: 0x7F0B0037 - public const int material_clock_period_toggle = 2131427383; + // aapt resource value: 0x7F0C0037 + public const int material_clock_display_divider = 2131492919; - // aapt resource value: 0x7F0B0038 - public const int material_clock_period_toggle_land = 2131427384; + // aapt resource value: 0x7F0C0038 + public const int material_clock_period_toggle = 2131492920; - // aapt resource value: 0x7F0B003B - public const int material_radial_view_group = 2131427387; + // aapt resource value: 0x7F0C0039 + public const int material_clock_period_toggle_land = 2131492921; - // aapt resource value: 0x7F0B003C - public const int material_textinput_timepicker = 2131427388; + // aapt resource value: 0x7F0C003C + public const int material_radial_view_group = 2131492924; - // aapt resource value: 0x7F0B003F - public const int material_timepicker = 2131427391; + // aapt resource value: 0x7F0C003D + public const int material_textinput_timepicker = 2131492925; - // aapt resource value: 0x7F0B0040 - public const int material_timepicker_dialog = 2131427392; + // aapt resource value: 0x7F0C0040 + public const int material_timepicker = 2131492928; - // aapt resource value: 0x7F0B0041 - public const int material_timepicker_textinput_display = 2131427393; + // aapt resource value: 0x7F0C0041 + public const int material_timepicker_dialog = 2131492929; - // aapt resource value: 0x7F0B003D - public const int material_time_chip = 2131427389; + // aapt resource value: 0x7F0C0042 + public const int material_timepicker_textinput_display = 2131492930; - // aapt resource value: 0x7F0B003E - public const int material_time_input = 2131427390; + // aapt resource value: 0x7F0C003E + public const int material_time_chip = 2131492926; - // aapt resource value: 0x7F0B0042 - public const int mtrl_alert_dialog = 2131427394; + // aapt resource value: 0x7F0C003F + public const int material_time_input = 2131492927; - // aapt resource value: 0x7F0B0043 - public const int mtrl_alert_dialog_actions = 2131427395; + // aapt resource value: 0x7F0C0043 + public const int mtrl_alert_dialog = 2131492931; - // aapt resource value: 0x7F0B0044 - public const int mtrl_alert_dialog_title = 2131427396; + // aapt resource value: 0x7F0C0044 + public const int mtrl_alert_dialog_actions = 2131492932; - // aapt resource value: 0x7F0B0045 - public const int mtrl_alert_select_dialog_item = 2131427397; + // aapt resource value: 0x7F0C0045 + public const int mtrl_alert_dialog_title = 2131492933; - // aapt resource value: 0x7F0B0046 - public const int mtrl_alert_select_dialog_multichoice = 2131427398; + // aapt resource value: 0x7F0C0046 + public const int mtrl_alert_select_dialog_item = 2131492934; - // aapt resource value: 0x7F0B0047 - public const int mtrl_alert_select_dialog_singlechoice = 2131427399; + // aapt resource value: 0x7F0C0047 + public const int mtrl_alert_select_dialog_multichoice = 2131492935; - // aapt resource value: 0x7F0B0048 - public const int mtrl_calendar_day = 2131427400; + // aapt resource value: 0x7F0C0048 + public const int mtrl_alert_select_dialog_singlechoice = 2131492936; - // aapt resource value: 0x7F0B004A - public const int mtrl_calendar_days_of_week = 2131427402; + // aapt resource value: 0x7F0C0049 + public const int mtrl_calendar_day = 2131492937; - // aapt resource value: 0x7F0B0049 - public const int mtrl_calendar_day_of_week = 2131427401; + // aapt resource value: 0x7F0C004B + public const int mtrl_calendar_days_of_week = 2131492939; - // aapt resource value: 0x7F0B004B - public const int mtrl_calendar_horizontal = 2131427403; + // aapt resource value: 0x7F0C004A + public const int mtrl_calendar_day_of_week = 2131492938; - // aapt resource value: 0x7F0B004C - public const int mtrl_calendar_month = 2131427404; + // aapt resource value: 0x7F0C004C + public const int mtrl_calendar_horizontal = 2131492940; - // aapt resource value: 0x7F0B004F - public const int mtrl_calendar_months = 2131427407; + // aapt resource value: 0x7F0C004D + public const int mtrl_calendar_month = 2131492941; - // aapt resource value: 0x7F0B004D - public const int mtrl_calendar_month_labeled = 2131427405; + // aapt resource value: 0x7F0C0050 + public const int mtrl_calendar_months = 2131492944; - // aapt resource value: 0x7F0B004E - public const int mtrl_calendar_month_navigation = 2131427406; + // aapt resource value: 0x7F0C004E + public const int mtrl_calendar_month_labeled = 2131492942; - // aapt resource value: 0x7F0B0050 - public const int mtrl_calendar_vertical = 2131427408; + // aapt resource value: 0x7F0C004F + public const int mtrl_calendar_month_navigation = 2131492943; - // aapt resource value: 0x7F0B0051 - public const int mtrl_calendar_year = 2131427409; + // aapt resource value: 0x7F0C0051 + public const int mtrl_calendar_vertical = 2131492945; - // aapt resource value: 0x7F0B0052 - public const int mtrl_layout_snackbar = 2131427410; + // aapt resource value: 0x7F0C0052 + public const int mtrl_calendar_year = 2131492946; - // aapt resource value: 0x7F0B0053 - public const int mtrl_layout_snackbar_include = 2131427411; + // aapt resource value: 0x7F0C0053 + public const int mtrl_layout_snackbar = 2131492947; - // aapt resource value: 0x7F0B0054 - public const int mtrl_navigation_rail_item = 2131427412; + // aapt resource value: 0x7F0C0054 + public const int mtrl_layout_snackbar_include = 2131492948; - // aapt resource value: 0x7F0B0055 - public const int mtrl_picker_actions = 2131427413; + // aapt resource value: 0x7F0C0055 + public const int mtrl_navigation_rail_item = 2131492949; - // aapt resource value: 0x7F0B0056 - public const int mtrl_picker_dialog = 2131427414; + // aapt resource value: 0x7F0C0056 + public const int mtrl_picker_actions = 2131492950; - // aapt resource value: 0x7F0B0057 - public const int mtrl_picker_fullscreen = 2131427415; + // aapt resource value: 0x7F0C0057 + public const int mtrl_picker_dialog = 2131492951; - // aapt resource value: 0x7F0B0058 - public const int mtrl_picker_header_dialog = 2131427416; + // aapt resource value: 0x7F0C0058 + public const int mtrl_picker_fullscreen = 2131492952; - // aapt resource value: 0x7F0B0059 - public const int mtrl_picker_header_fullscreen = 2131427417; + // aapt resource value: 0x7F0C0059 + public const int mtrl_picker_header_dialog = 2131492953; - // aapt resource value: 0x7F0B005A - public const int mtrl_picker_header_selection_text = 2131427418; + // aapt resource value: 0x7F0C005A + public const int mtrl_picker_header_fullscreen = 2131492954; - // aapt resource value: 0x7F0B005B - public const int mtrl_picker_header_title_text = 2131427419; + // aapt resource value: 0x7F0C005B + public const int mtrl_picker_header_selection_text = 2131492955; - // aapt resource value: 0x7F0B005C - public const int mtrl_picker_header_toggle = 2131427420; + // aapt resource value: 0x7F0C005C + public const int mtrl_picker_header_title_text = 2131492956; - // aapt resource value: 0x7F0B005D - public const int mtrl_picker_text_input_date = 2131427421; + // aapt resource value: 0x7F0C005D + public const int mtrl_picker_header_toggle = 2131492957; - // aapt resource value: 0x7F0B005E - public const int mtrl_picker_text_input_date_range = 2131427422; + // aapt resource value: 0x7F0C005E + public const int mtrl_picker_text_input_date = 2131492958; - // aapt resource value: 0x7F0B005F - public const int notification_action = 2131427423; + // aapt resource value: 0x7F0C005F + public const int mtrl_picker_text_input_date_range = 2131492959; - // aapt resource value: 0x7F0B0060 - public const int notification_action_tombstone = 2131427424; + // aapt resource value: 0x7F0C0060 + public const int notification_action = 2131492960; - // aapt resource value: 0x7F0B0061 - public const int notification_media_action = 2131427425; + // aapt resource value: 0x7F0C0061 + public const int notification_action_tombstone = 2131492961; - // aapt resource value: 0x7F0B0062 - public const int notification_media_cancel_action = 2131427426; + // aapt resource value: 0x7F0C0062 + public const int notification_media_action = 2131492962; - // aapt resource value: 0x7F0B0063 - public const int notification_template_big_media = 2131427427; + // aapt resource value: 0x7F0C0063 + public const int notification_media_cancel_action = 2131492963; - // aapt resource value: 0x7F0B0064 - public const int notification_template_big_media_custom = 2131427428; + // aapt resource value: 0x7F0C0064 + public const int notification_template_big_media = 2131492964; - // aapt resource value: 0x7F0B0065 - public const int notification_template_big_media_narrow = 2131427429; + // aapt resource value: 0x7F0C0065 + public const int notification_template_big_media_custom = 2131492965; - // aapt resource value: 0x7F0B0066 - public const int notification_template_big_media_narrow_custom = 2131427430; + // aapt resource value: 0x7F0C0066 + public const int notification_template_big_media_narrow = 2131492966; - // aapt resource value: 0x7F0B0067 - public const int notification_template_custom_big = 2131427431; + // aapt resource value: 0x7F0C0067 + public const int notification_template_big_media_narrow_custom = 2131492967; - // aapt resource value: 0x7F0B0068 - public const int notification_template_icon_group = 2131427432; + // aapt resource value: 0x7F0C0068 + public const int notification_template_custom_big = 2131492968; - // aapt resource value: 0x7F0B0069 - public const int notification_template_lines_media = 2131427433; + // aapt resource value: 0x7F0C0069 + public const int notification_template_icon_group = 2131492969; - // aapt resource value: 0x7F0B006A - public const int notification_template_media = 2131427434; + // aapt resource value: 0x7F0C006A + public const int notification_template_lines_media = 2131492970; - // aapt resource value: 0x7F0B006B - public const int notification_template_media_custom = 2131427435; + // aapt resource value: 0x7F0C006B + public const int notification_template_media = 2131492971; - // aapt resource value: 0x7F0B006C - public const int notification_template_part_chronometer = 2131427436; + // aapt resource value: 0x7F0C006C + public const int notification_template_media_custom = 2131492972; - // aapt resource value: 0x7F0B006D - public const int notification_template_part_time = 2131427437; + // aapt resource value: 0x7F0C006D + public const int notification_template_part_chronometer = 2131492973; - // aapt resource value: 0x7F0B006E - public const int preference = 2131427438; + // aapt resource value: 0x7F0C006E + public const int notification_template_part_time = 2131492974; - // aapt resource value: 0x7F0B006F - public const int preference_category = 2131427439; + // aapt resource value: 0x7F0C006F + public const int preference = 2131492975; - // aapt resource value: 0x7F0B0070 - public const int preference_category_material = 2131427440; + // aapt resource value: 0x7F0C0070 + public const int preference_category = 2131492976; - // aapt resource value: 0x7F0B0071 - public const int preference_dialog_edittext = 2131427441; + // aapt resource value: 0x7F0C0071 + public const int preference_category_material = 2131492977; - // aapt resource value: 0x7F0B0072 - public const int preference_dropdown = 2131427442; + // aapt resource value: 0x7F0C0072 + public const int preference_dialog_edittext = 2131492978; - // aapt resource value: 0x7F0B0073 - public const int preference_dropdown_material = 2131427443; + // aapt resource value: 0x7F0C0073 + public const int preference_dropdown = 2131492979; - // aapt resource value: 0x7F0B0074 - public const int preference_information = 2131427444; + // aapt resource value: 0x7F0C0074 + public const int preference_dropdown_material = 2131492980; - // aapt resource value: 0x7F0B0075 - public const int preference_information_material = 2131427445; + // aapt resource value: 0x7F0C0075 + public const int preference_information = 2131492981; - // aapt resource value: 0x7F0B0076 - public const int preference_list_fragment = 2131427446; + // aapt resource value: 0x7F0C0076 + public const int preference_information_material = 2131492982; - // aapt resource value: 0x7F0B0077 - public const int preference_material = 2131427447; + // aapt resource value: 0x7F0C0077 + public const int preference_list_fragment = 2131492983; - // aapt resource value: 0x7F0B0078 - public const int preference_recyclerview = 2131427448; + // aapt resource value: 0x7F0C0078 + public const int preference_material = 2131492984; - // aapt resource value: 0x7F0B0079 - public const int preference_widget_checkbox = 2131427449; + // aapt resource value: 0x7F0C0079 + public const int preference_recyclerview = 2131492985; - // aapt resource value: 0x7F0B007A - public const int preference_widget_seekbar = 2131427450; + // aapt resource value: 0x7F0C007A + public const int preference_widget_checkbox = 2131492986; - // aapt resource value: 0x7F0B007B - public const int preference_widget_seekbar_material = 2131427451; + // aapt resource value: 0x7F0C007B + public const int preference_widget_seekbar = 2131492987; - // aapt resource value: 0x7F0B007C - public const int preference_widget_switch = 2131427452; + // aapt resource value: 0x7F0C007C + public const int preference_widget_seekbar_material = 2131492988; - // aapt resource value: 0x7F0B007D - public const int preference_widget_switch_compat = 2131427453; + // aapt resource value: 0x7F0C007D + public const int preference_widget_switch = 2131492989; - // aapt resource value: 0x7F0B007E - public const int RootLayout = 2131427454; + // aapt resource value: 0x7F0C007E + public const int preference_widget_switch_compat = 2131492990; - // aapt resource value: 0x7F0B007F - public const int select_dialog_item_material = 2131427455; + // aapt resource value: 0x7F0C007F + public const int RootLayout = 2131492991; - // aapt resource value: 0x7F0B0080 - public const int select_dialog_multichoice_material = 2131427456; + // aapt resource value: 0x7F0C0080 + public const int select_dialog_item_material = 2131492992; - // aapt resource value: 0x7F0B0081 - public const int select_dialog_singlechoice_material = 2131427457; + // aapt resource value: 0x7F0C0081 + public const int select_dialog_multichoice_material = 2131492993; - // aapt resource value: 0x7F0B0082 - public const int ShellContent = 2131427458; + // aapt resource value: 0x7F0C0082 + public const int select_dialog_singlechoice_material = 2131492994; - // aapt resource value: 0x7F0B0083 - public const int support_simple_spinner_dropdown_item = 2131427459; + // aapt resource value: 0x7F0C0083 + public const int ShellContent = 2131492995; - // aapt resource value: 0x7F0B0084 - public const int Tabbar = 2131427460; + // aapt resource value: 0x7F0C0084 + public const int support_simple_spinner_dropdown_item = 2131492996; - // aapt resource value: 0x7F0B0085 - public const int test_action_chip = 2131427461; + // aapt resource value: 0x7F0C0085 + public const int Tabbar = 2131492997; - // aapt resource value: 0x7F0B0086 - public const int test_chip_zero_corner_radius = 2131427462; + // aapt resource value: 0x7F0C0086 + public const int test_action_chip = 2131492998; - // aapt resource value: 0x7F0B0087 - public const int test_design_checkbox = 2131427463; + // aapt resource value: 0x7F0C0087 + public const int test_chip_zero_corner_radius = 2131492999; - // aapt resource value: 0x7F0B0088 - public const int test_design_radiobutton = 2131427464; + // aapt resource value: 0x7F0C0088 + public const int test_design_checkbox = 2131493000; - // aapt resource value: 0x7F0B0089 - public const int test_navigation_bar_item_layout = 2131427465; + // aapt resource value: 0x7F0C0089 + public const int test_design_radiobutton = 2131493001; - // aapt resource value: 0x7F0B008A - public const int test_reflow_chipgroup = 2131427466; + // aapt resource value: 0x7F0C008A + public const int test_navigation_bar_item_layout = 2131493002; - // aapt resource value: 0x7F0B008B - public const int test_toolbar = 2131427467; + // aapt resource value: 0x7F0C008B + public const int test_reflow_chipgroup = 2131493003; - // aapt resource value: 0x7F0B008C - public const int test_toolbar_custom_background = 2131427468; + // aapt resource value: 0x7F0C008C + public const int test_toolbar = 2131493004; - // aapt resource value: 0x7F0B008D - public const int test_toolbar_elevation = 2131427469; + // aapt resource value: 0x7F0C008D + public const int test_toolbar_custom_background = 2131493005; - // aapt resource value: 0x7F0B008E - public const int test_toolbar_surface = 2131427470; + // aapt resource value: 0x7F0C008E + public const int test_toolbar_elevation = 2131493006; - // aapt resource value: 0x7F0B0093 - public const int text_view_without_line_height = 2131427475; + // aapt resource value: 0x7F0C008F + public const int test_toolbar_surface = 2131493007; - // aapt resource value: 0x7F0B008F - public const int text_view_with_line_height_from_appearance = 2131427471; + // aapt resource value: 0x7F0C0094 + public const int text_view_without_line_height = 2131493012; - // aapt resource value: 0x7F0B0090 - public const int text_view_with_line_height_from_layout = 2131427472; + // aapt resource value: 0x7F0C0090 + public const int text_view_with_line_height_from_appearance = 2131493008; - // aapt resource value: 0x7F0B0091 - public const int text_view_with_line_height_from_style = 2131427473; + // aapt resource value: 0x7F0C0091 + public const int text_view_with_line_height_from_layout = 2131493009; - // aapt resource value: 0x7F0B0092 - public const int text_view_with_theme_line_height = 2131427474; + // aapt resource value: 0x7F0C0092 + public const int text_view_with_line_height_from_style = 2131493010; - // aapt resource value: 0x7F0B0094 - public const int Toolbar = 2131427476; + // aapt resource value: 0x7F0C0093 + public const int text_view_with_theme_line_height = 2131493011; - // aapt resource value: 0x7F0B0095 - public const int zxingscanneractivitylayout = 2131427477; + // aapt resource value: 0x7F0C0095 + public const int Toolbar = 2131493013; - // aapt resource value: 0x7F0B0096 - public const int zxingscannerfragmentlayout = 2131427478; + // aapt resource value: 0x7F0C0096 + public const int zxingscanneractivitylayout = 2131493014; + + // aapt resource value: 0x7F0C0097 + public const int zxingscannerfragmentlayout = 2131493015; static Layout() { @@ -18804,14 +19030,14 @@ namespace QRBee.Droid public partial class Mipmap { - // aapt resource value: 0x7F0C0000 - public const int icon = 2131492864; + // aapt resource value: 0x7F0D0000 + public const int icon = 2131558400; - // aapt resource value: 0x7F0C0001 - public const int icon_round = 2131492865; + // aapt resource value: 0x7F0D0001 + public const int icon_round = 2131558401; - // aapt resource value: 0x7F0C0002 - public const int launcher_foreground = 2131492866; + // aapt resource value: 0x7F0D0002 + public const int launcher_foreground = 2131558402; static Mipmap() { @@ -18826,8 +19052,8 @@ namespace QRBee.Droid public partial class Plurals { - // aapt resource value: 0x7F0D0000 - public const int mtrl_badge_content_description = 2131558400; + // aapt resource value: 0x7F0E0000 + public const int mtrl_badge_content_description = 2131623936; static Plurals() { @@ -18842,362 +19068,398 @@ namespace QRBee.Droid public partial class String { - // aapt resource value: 0x7F0E0000 - public const int abc_action_bar_home_description = 2131623936; + // aapt resource value: 0x7F0F0000 + public const int abc_action_bar_home_description = 2131689472; - // aapt resource value: 0x7F0E0001 - public const int abc_action_bar_up_description = 2131623937; + // aapt resource value: 0x7F0F0001 + public const int abc_action_bar_up_description = 2131689473; - // aapt resource value: 0x7F0E0002 - public const int abc_action_menu_overflow_description = 2131623938; + // aapt resource value: 0x7F0F0002 + public const int abc_action_menu_overflow_description = 2131689474; - // aapt resource value: 0x7F0E0003 - public const int abc_action_mode_done = 2131623939; + // aapt resource value: 0x7F0F0003 + public const int abc_action_mode_done = 2131689475; - // aapt resource value: 0x7F0E0005 - public const int abc_activitychooserview_choose_application = 2131623941; + // aapt resource value: 0x7F0F0005 + public const int abc_activitychooserview_choose_application = 2131689477; - // aapt resource value: 0x7F0E0004 - public const int abc_activity_chooser_view_see_all = 2131623940; + // aapt resource value: 0x7F0F0004 + public const int abc_activity_chooser_view_see_all = 2131689476; - // aapt resource value: 0x7F0E0006 - public const int abc_capital_off = 2131623942; + // aapt resource value: 0x7F0F0006 + public const int abc_capital_off = 2131689478; - // aapt resource value: 0x7F0E0007 - public const int abc_capital_on = 2131623943; + // aapt resource value: 0x7F0F0007 + public const int abc_capital_on = 2131689479; - // aapt resource value: 0x7F0E0008 - public const int abc_menu_alt_shortcut_label = 2131623944; + // aapt resource value: 0x7F0F0008 + public const int abc_menu_alt_shortcut_label = 2131689480; - // aapt resource value: 0x7F0E0009 - public const int abc_menu_ctrl_shortcut_label = 2131623945; + // aapt resource value: 0x7F0F0009 + public const int abc_menu_ctrl_shortcut_label = 2131689481; - // aapt resource value: 0x7F0E000A - public const int abc_menu_delete_shortcut_label = 2131623946; + // aapt resource value: 0x7F0F000A + public const int abc_menu_delete_shortcut_label = 2131689482; - // aapt resource value: 0x7F0E000B - public const int abc_menu_enter_shortcut_label = 2131623947; + // aapt resource value: 0x7F0F000B + public const int abc_menu_enter_shortcut_label = 2131689483; - // aapt resource value: 0x7F0E000C - public const int abc_menu_function_shortcut_label = 2131623948; + // aapt resource value: 0x7F0F000C + public const int abc_menu_function_shortcut_label = 2131689484; - // aapt resource value: 0x7F0E000D - public const int abc_menu_meta_shortcut_label = 2131623949; + // aapt resource value: 0x7F0F000D + public const int abc_menu_meta_shortcut_label = 2131689485; - // aapt resource value: 0x7F0E000E - public const int abc_menu_shift_shortcut_label = 2131623950; + // aapt resource value: 0x7F0F000E + public const int abc_menu_shift_shortcut_label = 2131689486; - // aapt resource value: 0x7F0E000F - public const int abc_menu_space_shortcut_label = 2131623951; + // aapt resource value: 0x7F0F000F + public const int abc_menu_space_shortcut_label = 2131689487; - // aapt resource value: 0x7F0E0010 - public const int abc_menu_sym_shortcut_label = 2131623952; + // aapt resource value: 0x7F0F0010 + public const int abc_menu_sym_shortcut_label = 2131689488; - // aapt resource value: 0x7F0E0011 - public const int abc_prepend_shortcut_label = 2131623953; + // aapt resource value: 0x7F0F0011 + public const int abc_prepend_shortcut_label = 2131689489; - // aapt resource value: 0x7F0E0013 - public const int abc_searchview_description_clear = 2131623955; + // aapt resource value: 0x7F0F0013 + public const int abc_searchview_description_clear = 2131689491; - // aapt resource value: 0x7F0E0014 - public const int abc_searchview_description_query = 2131623956; + // aapt resource value: 0x7F0F0014 + public const int abc_searchview_description_query = 2131689492; - // aapt resource value: 0x7F0E0015 - public const int abc_searchview_description_search = 2131623957; + // aapt resource value: 0x7F0F0015 + public const int abc_searchview_description_search = 2131689493; - // aapt resource value: 0x7F0E0016 - public const int abc_searchview_description_submit = 2131623958; + // aapt resource value: 0x7F0F0016 + public const int abc_searchview_description_submit = 2131689494; - // aapt resource value: 0x7F0E0017 - public const int abc_searchview_description_voice = 2131623959; + // aapt resource value: 0x7F0F0017 + public const int abc_searchview_description_voice = 2131689495; - // aapt resource value: 0x7F0E0012 - public const int abc_search_hint = 2131623954; + // aapt resource value: 0x7F0F0012 + public const int abc_search_hint = 2131689490; - // aapt resource value: 0x7F0E0018 - public const int abc_shareactionprovider_share_with = 2131623960; + // aapt resource value: 0x7F0F0018 + public const int abc_shareactionprovider_share_with = 2131689496; - // aapt resource value: 0x7F0E0019 - public const int abc_shareactionprovider_share_with_application = 2131623961; + // aapt resource value: 0x7F0F0019 + public const int abc_shareactionprovider_share_with_application = 2131689497; - // aapt resource value: 0x7F0E001A - public const int abc_toolbar_collapse_description = 2131623962; + // aapt resource value: 0x7F0F001A + public const int abc_toolbar_collapse_description = 2131689498; - // aapt resource value: 0x7F0E001B - public const int appbar_scrolling_view_behavior = 2131623963; + // aapt resource value: 0x7F0F001B + public const int appbar_scrolling_view_behavior = 2131689499; - // aapt resource value: 0x7F0E001D - public const int bottomsheet_action_expand_halfway = 2131623965; + // aapt resource value: 0x7F0F001D + public const int bottomsheet_action_expand_halfway = 2131689501; - // aapt resource value: 0x7F0E001C - public const int bottom_sheet_behavior = 2131623964; + // aapt resource value: 0x7F0F001C + public const int bottom_sheet_behavior = 2131689500; - // aapt resource value: 0x7F0E001E - public const int character_counter_content_description = 2131623966; + // aapt resource value: 0x7F0F001E + public const int character_counter_content_description = 2131689502; - // aapt resource value: 0x7F0E001F - public const int character_counter_overflowed_content_description = 2131623967; + // aapt resource value: 0x7F0F001F + public const int character_counter_overflowed_content_description = 2131689503; - // aapt resource value: 0x7F0E0020 - public const int character_counter_pattern = 2131623968; + // aapt resource value: 0x7F0F0020 + public const int character_counter_pattern = 2131689504; - // aapt resource value: 0x7F0E0021 - public const int chip_text = 2131623969; + // aapt resource value: 0x7F0F0021 + public const int chip_text = 2131689505; - // aapt resource value: 0x7F0E0022 - public const int clear_text_end_icon_content_description = 2131623970; + // aapt resource value: 0x7F0F0022 + public const int clear_text_end_icon_content_description = 2131689506; - // aapt resource value: 0x7F0E0023 - public const int copy = 2131623971; + // aapt resource value: 0x7F0F0023 + public const int confirm_device_credential_password = 2131689507; - // aapt resource value: 0x7F0E0024 - public const int copy_toast_msg = 2131623972; + // aapt resource value: 0x7F0F0024 + public const int copy = 2131689508; - // aapt resource value: 0x7F0E0025 - public const int error_icon_content_description = 2131623973; + // aapt resource value: 0x7F0F0025 + public const int copy_toast_msg = 2131689509; - // aapt resource value: 0x7F0E0026 - public const int expand_button_title = 2131623974; + // aapt resource value: 0x7F0F0026 + public const int default_error_msg = 2131689510; - // aapt resource value: 0x7F0E0027 - public const int exposed_dropdown_menu_content_description = 2131623975; + // aapt resource value: 0x7F0F0027 + public const int error_icon_content_description = 2131689511; - // aapt resource value: 0x7F0E0028 - public const int fab_transformation_scrim_behavior = 2131623976; + // aapt resource value: 0x7F0F0028 + public const int expand_button_title = 2131689512; - // aapt resource value: 0x7F0E0029 - public const int fab_transformation_sheet_behavior = 2131623977; + // aapt resource value: 0x7F0F0029 + public const int exposed_dropdown_menu_content_description = 2131689513; - // aapt resource value: 0x7F0E002A - public const int fallback_menu_item_copy_link = 2131623978; + // aapt resource value: 0x7F0F002A + public const int fab_transformation_scrim_behavior = 2131689514; - // aapt resource value: 0x7F0E002B - public const int fallback_menu_item_open_in_browser = 2131623979; + // aapt resource value: 0x7F0F002B + public const int fab_transformation_sheet_behavior = 2131689515; - // aapt resource value: 0x7F0E002C - public const int fallback_menu_item_share_link = 2131623980; + // aapt resource value: 0x7F0F002C + public const int fallback_menu_item_copy_link = 2131689516; - // aapt resource value: 0x7F0E002D - public const int hide_bottom_view_on_scroll_behavior = 2131623981; + // aapt resource value: 0x7F0F002D + public const int fallback_menu_item_open_in_browser = 2131689517; - // aapt resource value: 0x7F0E002E - public const int icon_content_description = 2131623982; + // aapt resource value: 0x7F0F002E + public const int fallback_menu_item_share_link = 2131689518; - // aapt resource value: 0x7F0E002F - public const int item_view_role_description = 2131623983; + // aapt resource value: 0x7F0F002F + public const int fingerprint_dialog_touch_sensor = 2131689519; - // aapt resource value: 0x7F0E0030 - public const int library_name = 2131623984; + // aapt resource value: 0x7F0F0030 + public const int fingerprint_error_hw_not_available = 2131689520; - // aapt resource value: 0x7F0E0031 - public const int material_clock_display_divider = 2131623985; + // aapt resource value: 0x7F0F0031 + public const int fingerprint_error_hw_not_present = 2131689521; - // aapt resource value: 0x7F0E0032 - public const int material_clock_toggle_content_description = 2131623986; + // aapt resource value: 0x7F0F0032 + public const int fingerprint_error_lockout = 2131689522; - // aapt resource value: 0x7F0E0033 - public const int material_hour_selection = 2131623987; + // aapt resource value: 0x7F0F0033 + public const int fingerprint_error_no_fingerprints = 2131689523; - // aapt resource value: 0x7F0E0034 - public const int material_hour_suffix = 2131623988; + // aapt resource value: 0x7F0F0034 + public const int fingerprint_error_user_canceled = 2131689524; - // aapt resource value: 0x7F0E0035 - public const int material_minute_selection = 2131623989; + // aapt resource value: 0x7F0F0035 + public const int fingerprint_not_recognized = 2131689525; - // aapt resource value: 0x7F0E0036 - public const int material_minute_suffix = 2131623990; + // aapt resource value: 0x7F0F0036 + public const int generic_error_no_device_credential = 2131689526; - // aapt resource value: 0x7F0E0037 - public const int material_motion_easing_accelerated = 2131623991; + // aapt resource value: 0x7F0F0037 + public const int generic_error_no_keyguard = 2131689527; - // aapt resource value: 0x7F0E0038 - public const int material_motion_easing_decelerated = 2131623992; + // aapt resource value: 0x7F0F0038 + public const int generic_error_user_canceled = 2131689528; - // aapt resource value: 0x7F0E0039 - public const int material_motion_easing_emphasized = 2131623993; + // aapt resource value: 0x7F0F0039 + public const int hide_bottom_view_on_scroll_behavior = 2131689529; - // aapt resource value: 0x7F0E003A - public const int material_motion_easing_linear = 2131623994; + // aapt resource value: 0x7F0F003A + public const int icon_content_description = 2131689530; - // aapt resource value: 0x7F0E003B - public const int material_motion_easing_standard = 2131623995; + // aapt resource value: 0x7F0F003B + public const int item_view_role_description = 2131689531; - // aapt resource value: 0x7F0E003C - public const int material_slider_range_end = 2131623996; + // aapt resource value: 0x7F0F003C + public const int library_name = 2131689532; - // aapt resource value: 0x7F0E003D - public const int material_slider_range_start = 2131623997; + // aapt resource value: 0x7F0F003D + public const int material_clock_display_divider = 2131689533; - // aapt resource value: 0x7F0E003E - public const int material_timepicker_am = 2131623998; + // aapt resource value: 0x7F0F003E + public const int material_clock_toggle_content_description = 2131689534; - // aapt resource value: 0x7F0E003F - public const int material_timepicker_clock_mode_description = 2131623999; + // aapt resource value: 0x7F0F003F + public const int material_hour_selection = 2131689535; - // aapt resource value: 0x7F0E0040 - public const int material_timepicker_hour = 2131624000; + // aapt resource value: 0x7F0F0040 + public const int material_hour_suffix = 2131689536; - // aapt resource value: 0x7F0E0041 - public const int material_timepicker_minute = 2131624001; + // aapt resource value: 0x7F0F0041 + public const int material_minute_selection = 2131689537; - // aapt resource value: 0x7F0E0042 - public const int material_timepicker_pm = 2131624002; + // aapt resource value: 0x7F0F0042 + public const int material_minute_suffix = 2131689538; - // aapt resource value: 0x7F0E0043 - public const int material_timepicker_select_time = 2131624003; + // aapt resource value: 0x7F0F0043 + public const int material_motion_easing_accelerated = 2131689539; - // aapt resource value: 0x7F0E0044 - public const int material_timepicker_text_input_mode_description = 2131624004; + // aapt resource value: 0x7F0F0044 + public const int material_motion_easing_decelerated = 2131689540; - // aapt resource value: 0x7F0E0045 - public const int mtrl_badge_numberless_content_description = 2131624005; + // aapt resource value: 0x7F0F0045 + public const int material_motion_easing_emphasized = 2131689541; - // aapt resource value: 0x7F0E0046 - public const int mtrl_chip_close_icon_content_description = 2131624006; + // aapt resource value: 0x7F0F0046 + public const int material_motion_easing_linear = 2131689542; - // aapt resource value: 0x7F0E0047 - public const int mtrl_exceed_max_badge_number_content_description = 2131624007; + // aapt resource value: 0x7F0F0047 + public const int material_motion_easing_standard = 2131689543; - // aapt resource value: 0x7F0E0048 - public const int mtrl_exceed_max_badge_number_suffix = 2131624008; + // aapt resource value: 0x7F0F0048 + public const int material_slider_range_end = 2131689544; - // aapt resource value: 0x7F0E0049 - public const int mtrl_picker_a11y_next_month = 2131624009; + // aapt resource value: 0x7F0F0049 + public const int material_slider_range_start = 2131689545; - // aapt resource value: 0x7F0E004A - public const int mtrl_picker_a11y_prev_month = 2131624010; + // aapt resource value: 0x7F0F004A + public const int material_timepicker_am = 2131689546; - // aapt resource value: 0x7F0E004B - public const int mtrl_picker_announce_current_selection = 2131624011; + // aapt resource value: 0x7F0F004B + public const int material_timepicker_clock_mode_description = 2131689547; - // aapt resource value: 0x7F0E004C - public const int mtrl_picker_cancel = 2131624012; + // aapt resource value: 0x7F0F004C + public const int material_timepicker_hour = 2131689548; - // aapt resource value: 0x7F0E004D - public const int mtrl_picker_confirm = 2131624013; + // aapt resource value: 0x7F0F004D + public const int material_timepicker_minute = 2131689549; - // aapt resource value: 0x7F0E004E - public const int mtrl_picker_date_header_selected = 2131624014; + // aapt resource value: 0x7F0F004E + public const int material_timepicker_pm = 2131689550; - // aapt resource value: 0x7F0E004F - public const int mtrl_picker_date_header_title = 2131624015; + // aapt resource value: 0x7F0F004F + public const int material_timepicker_select_time = 2131689551; - // aapt resource value: 0x7F0E0050 - public const int mtrl_picker_date_header_unselected = 2131624016; + // aapt resource value: 0x7F0F0050 + public const int material_timepicker_text_input_mode_description = 2131689552; - // aapt resource value: 0x7F0E0051 - public const int mtrl_picker_day_of_week_column_header = 2131624017; + // aapt resource value: 0x7F0F0051 + public const int mtrl_badge_numberless_content_description = 2131689553; - // aapt resource value: 0x7F0E0052 - public const int mtrl_picker_invalid_format = 2131624018; + // aapt resource value: 0x7F0F0052 + public const int mtrl_chip_close_icon_content_description = 2131689554; - // aapt resource value: 0x7F0E0053 - public const int mtrl_picker_invalid_format_example = 2131624019; + // aapt resource value: 0x7F0F0053 + public const int mtrl_exceed_max_badge_number_content_description = 2131689555; - // aapt resource value: 0x7F0E0054 - public const int mtrl_picker_invalid_format_use = 2131624020; + // aapt resource value: 0x7F0F0054 + public const int mtrl_exceed_max_badge_number_suffix = 2131689556; - // aapt resource value: 0x7F0E0055 - public const int mtrl_picker_invalid_range = 2131624021; + // aapt resource value: 0x7F0F0055 + public const int mtrl_picker_a11y_next_month = 2131689557; - // aapt resource value: 0x7F0E0056 - public const int mtrl_picker_navigate_to_year_description = 2131624022; + // aapt resource value: 0x7F0F0056 + public const int mtrl_picker_a11y_prev_month = 2131689558; - // aapt resource value: 0x7F0E0057 - public const int mtrl_picker_out_of_range = 2131624023; + // aapt resource value: 0x7F0F0057 + public const int mtrl_picker_announce_current_selection = 2131689559; - // aapt resource value: 0x7F0E0058 - public const int mtrl_picker_range_header_only_end_selected = 2131624024; + // aapt resource value: 0x7F0F0058 + public const int mtrl_picker_cancel = 2131689560; - // aapt resource value: 0x7F0E0059 - public const int mtrl_picker_range_header_only_start_selected = 2131624025; + // aapt resource value: 0x7F0F0059 + public const int mtrl_picker_confirm = 2131689561; - // aapt resource value: 0x7F0E005A - public const int mtrl_picker_range_header_selected = 2131624026; + // aapt resource value: 0x7F0F005A + public const int mtrl_picker_date_header_selected = 2131689562; - // aapt resource value: 0x7F0E005B - public const int mtrl_picker_range_header_title = 2131624027; + // aapt resource value: 0x7F0F005B + public const int mtrl_picker_date_header_title = 2131689563; - // aapt resource value: 0x7F0E005C - public const int mtrl_picker_range_header_unselected = 2131624028; + // aapt resource value: 0x7F0F005C + public const int mtrl_picker_date_header_unselected = 2131689564; - // aapt resource value: 0x7F0E005D - public const int mtrl_picker_save = 2131624029; + // aapt resource value: 0x7F0F005D + public const int mtrl_picker_day_of_week_column_header = 2131689565; - // aapt resource value: 0x7F0E005E - public const int mtrl_picker_text_input_date_hint = 2131624030; + // aapt resource value: 0x7F0F005E + public const int mtrl_picker_invalid_format = 2131689566; - // aapt resource value: 0x7F0E005F - public const int mtrl_picker_text_input_date_range_end_hint = 2131624031; + // aapt resource value: 0x7F0F005F + public const int mtrl_picker_invalid_format_example = 2131689567; - // aapt resource value: 0x7F0E0060 - public const int mtrl_picker_text_input_date_range_start_hint = 2131624032; + // aapt resource value: 0x7F0F0060 + public const int mtrl_picker_invalid_format_use = 2131689568; - // aapt resource value: 0x7F0E0061 - public const int mtrl_picker_text_input_day_abbr = 2131624033; + // aapt resource value: 0x7F0F0061 + public const int mtrl_picker_invalid_range = 2131689569; - // aapt resource value: 0x7F0E0062 - public const int mtrl_picker_text_input_month_abbr = 2131624034; + // aapt resource value: 0x7F0F0062 + public const int mtrl_picker_navigate_to_year_description = 2131689570; - // aapt resource value: 0x7F0E0063 - public const int mtrl_picker_text_input_year_abbr = 2131624035; + // aapt resource value: 0x7F0F0063 + public const int mtrl_picker_out_of_range = 2131689571; - // aapt resource value: 0x7F0E0064 - public const int mtrl_picker_toggle_to_calendar_input_mode = 2131624036; + // aapt resource value: 0x7F0F0064 + public const int mtrl_picker_range_header_only_end_selected = 2131689572; - // aapt resource value: 0x7F0E0065 - public const int mtrl_picker_toggle_to_day_selection = 2131624037; + // aapt resource value: 0x7F0F0065 + public const int mtrl_picker_range_header_only_start_selected = 2131689573; - // aapt resource value: 0x7F0E0066 - public const int mtrl_picker_toggle_to_text_input_mode = 2131624038; + // aapt resource value: 0x7F0F0066 + public const int mtrl_picker_range_header_selected = 2131689574; - // aapt resource value: 0x7F0E0067 - public const int mtrl_picker_toggle_to_year_selection = 2131624039; + // aapt resource value: 0x7F0F0067 + public const int mtrl_picker_range_header_title = 2131689575; - // aapt resource value: 0x7F0E0068 - public const int nav_app_bar_navigate_up_description = 2131624040; + // aapt resource value: 0x7F0F0068 + public const int mtrl_picker_range_header_unselected = 2131689576; - // aapt resource value: 0x7F0E0069 - public const int nav_app_bar_open_drawer_description = 2131624041; + // aapt resource value: 0x7F0F0069 + public const int mtrl_picker_save = 2131689577; - // aapt resource value: 0x7F0E006A - public const int not_set = 2131624042; + // aapt resource value: 0x7F0F006A + public const int mtrl_picker_text_input_date_hint = 2131689578; - // aapt resource value: 0x7F0E006B - public const int overflow_tab_title = 2131624043; + // aapt resource value: 0x7F0F006B + public const int mtrl_picker_text_input_date_range_end_hint = 2131689579; - // aapt resource value: 0x7F0E006C - public const int password_toggle_content_description = 2131624044; + // aapt resource value: 0x7F0F006C + public const int mtrl_picker_text_input_date_range_start_hint = 2131689580; - // aapt resource value: 0x7F0E006D - public const int path_password_eye = 2131624045; + // aapt resource value: 0x7F0F006D + public const int mtrl_picker_text_input_day_abbr = 2131689581; - // aapt resource value: 0x7F0E006E - public const int path_password_eye_mask_strike_through = 2131624046; + // aapt resource value: 0x7F0F006E + public const int mtrl_picker_text_input_month_abbr = 2131689582; - // aapt resource value: 0x7F0E006F - public const int path_password_eye_mask_visible = 2131624047; + // aapt resource value: 0x7F0F006F + public const int mtrl_picker_text_input_year_abbr = 2131689583; - // aapt resource value: 0x7F0E0070 - public const int path_password_strike_through = 2131624048; + // aapt resource value: 0x7F0F0070 + public const int mtrl_picker_toggle_to_calendar_input_mode = 2131689584; - // aapt resource value: 0x7F0E0071 - public const int preference_copied = 2131624049; + // aapt resource value: 0x7F0F0071 + public const int mtrl_picker_toggle_to_day_selection = 2131689585; - // aapt resource value: 0x7F0E0072 - public const int search_menu_title = 2131624050; + // aapt resource value: 0x7F0F0072 + public const int mtrl_picker_toggle_to_text_input_mode = 2131689586; - // aapt resource value: 0x7F0E0073 - public const int status_bar_notification_info_overflow = 2131624051; + // aapt resource value: 0x7F0F0073 + public const int mtrl_picker_toggle_to_year_selection = 2131689587; - // aapt resource value: 0x7F0E0074 - public const int summary_collapsed_preference_list = 2131624052; + // aapt resource value: 0x7F0F0074 + public const int nav_app_bar_navigate_up_description = 2131689588; - // aapt resource value: 0x7F0E0075 - public const int v7_preference_off = 2131624053; + // aapt resource value: 0x7F0F0075 + public const int nav_app_bar_open_drawer_description = 2131689589; - // aapt resource value: 0x7F0E0076 - public const int v7_preference_on = 2131624054; + // aapt resource value: 0x7F0F0076 + public const int not_set = 2131689590; + + // aapt resource value: 0x7F0F0077 + public const int overflow_tab_title = 2131689591; + + // aapt resource value: 0x7F0F0078 + public const int password_toggle_content_description = 2131689592; + + // aapt resource value: 0x7F0F0079 + public const int path_password_eye = 2131689593; + + // aapt resource value: 0x7F0F007A + public const int path_password_eye_mask_strike_through = 2131689594; + + // aapt resource value: 0x7F0F007B + public const int path_password_eye_mask_visible = 2131689595; + + // aapt resource value: 0x7F0F007C + public const int path_password_strike_through = 2131689596; + + // aapt resource value: 0x7F0F007D + public const int preference_copied = 2131689597; + + // aapt resource value: 0x7F0F007E + public const int search_menu_title = 2131689598; + + // aapt resource value: 0x7F0F007F + public const int status_bar_notification_info_overflow = 2131689599; + + // aapt resource value: 0x7F0F0080 + public const int summary_collapsed_preference_list = 2131689600; + + // aapt resource value: 0x7F0F0081 + public const int v7_preference_off = 2131689601; + + // aapt resource value: 0x7F0F0082 + public const int v7_preference_on = 2131689602; static String() { @@ -19212,2294 +19474,2294 @@ namespace QRBee.Droid public partial class Style { - // aapt resource value: 0x7F0F0000 - public const int AlertDialog_AppCompat = 2131689472; + // aapt resource value: 0x7F100000 + public const int AlertDialog_AppCompat = 2131755008; - // aapt resource value: 0x7F0F0001 - public const int AlertDialog_AppCompat_Light = 2131689473; + // aapt resource value: 0x7F100001 + public const int AlertDialog_AppCompat_Light = 2131755009; - // aapt resource value: 0x7F0F0002 - public const int AndroidThemeColorAccentYellow = 2131689474; + // aapt resource value: 0x7F100002 + public const int AndroidThemeColorAccentYellow = 2131755010; - // aapt resource value: 0x7F0F0003 - public const int Animation_AppCompat_Dialog = 2131689475; + // aapt resource value: 0x7F100003 + public const int Animation_AppCompat_Dialog = 2131755011; - // aapt resource value: 0x7F0F0004 - public const int Animation_AppCompat_DropDownUp = 2131689476; + // aapt resource value: 0x7F100004 + public const int Animation_AppCompat_DropDownUp = 2131755012; - // aapt resource value: 0x7F0F0005 - public const int Animation_AppCompat_Tooltip = 2131689477; + // aapt resource value: 0x7F100005 + public const int Animation_AppCompat_Tooltip = 2131755013; - // aapt resource value: 0x7F0F0006 - public const int Animation_Design_BottomSheetDialog = 2131689478; + // aapt resource value: 0x7F100006 + public const int Animation_Design_BottomSheetDialog = 2131755014; - // aapt resource value: 0x7F0F0007 - public const int Animation_MaterialComponents_BottomSheetDialog = 2131689479; + // aapt resource value: 0x7F100007 + public const int Animation_MaterialComponents_BottomSheetDialog = 2131755015; - // aapt resource value: 0x7F0F0008 - public const int AppCompatDialogStyle = 2131689480; + // aapt resource value: 0x7F100008 + public const int AppCompatDialogStyle = 2131755016; - // aapt resource value: 0x7F0F0009 - public const int Base_AlertDialog_AppCompat = 2131689481; + // aapt resource value: 0x7F100009 + public const int Base_AlertDialog_AppCompat = 2131755017; - // aapt resource value: 0x7F0F000A - public const int Base_AlertDialog_AppCompat_Light = 2131689482; + // aapt resource value: 0x7F10000A + public const int Base_AlertDialog_AppCompat_Light = 2131755018; - // aapt resource value: 0x7F0F000B - public const int Base_Animation_AppCompat_Dialog = 2131689483; + // aapt resource value: 0x7F10000B + public const int Base_Animation_AppCompat_Dialog = 2131755019; - // aapt resource value: 0x7F0F000C - public const int Base_Animation_AppCompat_DropDownUp = 2131689484; + // aapt resource value: 0x7F10000C + public const int Base_Animation_AppCompat_DropDownUp = 2131755020; - // aapt resource value: 0x7F0F000D - public const int Base_Animation_AppCompat_Tooltip = 2131689485; + // aapt resource value: 0x7F10000D + public const int Base_Animation_AppCompat_Tooltip = 2131755021; - // aapt resource value: 0x7F0F000E - public const int Base_CardView = 2131689486; + // aapt resource value: 0x7F10000E + public const int Base_CardView = 2131755022; - // aapt resource value: 0x7F0F0010 - public const int Base_DialogWindowTitleBackground_AppCompat = 2131689488; + // aapt resource value: 0x7F100010 + public const int Base_DialogWindowTitleBackground_AppCompat = 2131755024; - // aapt resource value: 0x7F0F000F - public const int Base_DialogWindowTitle_AppCompat = 2131689487; + // aapt resource value: 0x7F10000F + public const int Base_DialogWindowTitle_AppCompat = 2131755023; - // aapt resource value: 0x7F0F0011 - public const int Base_MaterialAlertDialog_MaterialComponents_Title_Icon = 2131689489; + // aapt resource value: 0x7F100011 + public const int Base_MaterialAlertDialog_MaterialComponents_Title_Icon = 2131755025; - // aapt resource value: 0x7F0F0012 - public const int Base_MaterialAlertDialog_MaterialComponents_Title_Panel = 2131689490; + // aapt resource value: 0x7F100012 + public const int Base_MaterialAlertDialog_MaterialComponents_Title_Panel = 2131755026; - // aapt resource value: 0x7F0F0013 - public const int Base_MaterialAlertDialog_MaterialComponents_Title_Text = 2131689491; + // aapt resource value: 0x7F100013 + public const int Base_MaterialAlertDialog_MaterialComponents_Title_Text = 2131755027; - // aapt resource value: 0x7F0F0014 - public const int Base_TextAppearance_AppCompat = 2131689492; + // aapt resource value: 0x7F100014 + public const int Base_TextAppearance_AppCompat = 2131755028; - // aapt resource value: 0x7F0F0015 - public const int Base_TextAppearance_AppCompat_Body1 = 2131689493; + // aapt resource value: 0x7F100015 + public const int Base_TextAppearance_AppCompat_Body1 = 2131755029; - // aapt resource value: 0x7F0F0016 - public const int Base_TextAppearance_AppCompat_Body2 = 2131689494; + // aapt resource value: 0x7F100016 + public const int Base_TextAppearance_AppCompat_Body2 = 2131755030; - // aapt resource value: 0x7F0F0017 - public const int Base_TextAppearance_AppCompat_Button = 2131689495; + // aapt resource value: 0x7F100017 + public const int Base_TextAppearance_AppCompat_Button = 2131755031; - // aapt resource value: 0x7F0F0018 - public const int Base_TextAppearance_AppCompat_Caption = 2131689496; + // aapt resource value: 0x7F100018 + public const int Base_TextAppearance_AppCompat_Caption = 2131755032; - // aapt resource value: 0x7F0F0019 - public const int Base_TextAppearance_AppCompat_Display1 = 2131689497; + // aapt resource value: 0x7F100019 + public const int Base_TextAppearance_AppCompat_Display1 = 2131755033; - // aapt resource value: 0x7F0F001A - public const int Base_TextAppearance_AppCompat_Display2 = 2131689498; + // aapt resource value: 0x7F10001A + public const int Base_TextAppearance_AppCompat_Display2 = 2131755034; - // aapt resource value: 0x7F0F001B - public const int Base_TextAppearance_AppCompat_Display3 = 2131689499; + // aapt resource value: 0x7F10001B + public const int Base_TextAppearance_AppCompat_Display3 = 2131755035; - // aapt resource value: 0x7F0F001C - public const int Base_TextAppearance_AppCompat_Display4 = 2131689500; + // aapt resource value: 0x7F10001C + public const int Base_TextAppearance_AppCompat_Display4 = 2131755036; - // aapt resource value: 0x7F0F001D - public const int Base_TextAppearance_AppCompat_Headline = 2131689501; + // aapt resource value: 0x7F10001D + public const int Base_TextAppearance_AppCompat_Headline = 2131755037; - // aapt resource value: 0x7F0F001E - public const int Base_TextAppearance_AppCompat_Inverse = 2131689502; + // aapt resource value: 0x7F10001E + public const int Base_TextAppearance_AppCompat_Inverse = 2131755038; - // aapt resource value: 0x7F0F001F - public const int Base_TextAppearance_AppCompat_Large = 2131689503; + // aapt resource value: 0x7F10001F + public const int Base_TextAppearance_AppCompat_Large = 2131755039; - // aapt resource value: 0x7F0F0020 - public const int Base_TextAppearance_AppCompat_Large_Inverse = 2131689504; + // aapt resource value: 0x7F100020 + public const int Base_TextAppearance_AppCompat_Large_Inverse = 2131755040; - // aapt resource value: 0x7F0F0021 - public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131689505; + // aapt resource value: 0x7F100021 + public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131755041; - // aapt resource value: 0x7F0F0022 - public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131689506; + // aapt resource value: 0x7F100022 + public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131755042; - // aapt resource value: 0x7F0F0023 - public const int Base_TextAppearance_AppCompat_Medium = 2131689507; + // aapt resource value: 0x7F100023 + public const int Base_TextAppearance_AppCompat_Medium = 2131755043; - // aapt resource value: 0x7F0F0024 - public const int Base_TextAppearance_AppCompat_Medium_Inverse = 2131689508; + // aapt resource value: 0x7F100024 + public const int Base_TextAppearance_AppCompat_Medium_Inverse = 2131755044; - // aapt resource value: 0x7F0F0025 - public const int Base_TextAppearance_AppCompat_Menu = 2131689509; + // aapt resource value: 0x7F100025 + public const int Base_TextAppearance_AppCompat_Menu = 2131755045; - // aapt resource value: 0x7F0F0026 - public const int Base_TextAppearance_AppCompat_SearchResult = 2131689510; + // aapt resource value: 0x7F100026 + public const int Base_TextAppearance_AppCompat_SearchResult = 2131755046; - // aapt resource value: 0x7F0F0027 - public const int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 2131689511; + // aapt resource value: 0x7F100027 + public const int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 2131755047; - // aapt resource value: 0x7F0F0028 - public const int Base_TextAppearance_AppCompat_SearchResult_Title = 2131689512; + // aapt resource value: 0x7F100028 + public const int Base_TextAppearance_AppCompat_SearchResult_Title = 2131755048; - // aapt resource value: 0x7F0F0029 - public const int Base_TextAppearance_AppCompat_Small = 2131689513; + // aapt resource value: 0x7F100029 + public const int Base_TextAppearance_AppCompat_Small = 2131755049; - // aapt resource value: 0x7F0F002A - public const int Base_TextAppearance_AppCompat_Small_Inverse = 2131689514; + // aapt resource value: 0x7F10002A + public const int Base_TextAppearance_AppCompat_Small_Inverse = 2131755050; - // aapt resource value: 0x7F0F002B - public const int Base_TextAppearance_AppCompat_Subhead = 2131689515; + // aapt resource value: 0x7F10002B + public const int Base_TextAppearance_AppCompat_Subhead = 2131755051; - // aapt resource value: 0x7F0F002C - public const int Base_TextAppearance_AppCompat_Subhead_Inverse = 2131689516; + // aapt resource value: 0x7F10002C + public const int Base_TextAppearance_AppCompat_Subhead_Inverse = 2131755052; - // aapt resource value: 0x7F0F002D - public const int Base_TextAppearance_AppCompat_Title = 2131689517; + // aapt resource value: 0x7F10002D + public const int Base_TextAppearance_AppCompat_Title = 2131755053; - // aapt resource value: 0x7F0F002E - public const int Base_TextAppearance_AppCompat_Title_Inverse = 2131689518; + // aapt resource value: 0x7F10002E + public const int Base_TextAppearance_AppCompat_Title_Inverse = 2131755054; - // aapt resource value: 0x7F0F002F - public const int Base_TextAppearance_AppCompat_Tooltip = 2131689519; + // aapt resource value: 0x7F10002F + public const int Base_TextAppearance_AppCompat_Tooltip = 2131755055; - // aapt resource value: 0x7F0F0030 - public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131689520; + // aapt resource value: 0x7F100030 + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131755056; - // aapt resource value: 0x7F0F0031 - public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131689521; + // aapt resource value: 0x7F100031 + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131755057; - // aapt resource value: 0x7F0F0032 - public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131689522; + // aapt resource value: 0x7F100032 + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131755058; - // aapt resource value: 0x7F0F0033 - public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 2131689523; + // aapt resource value: 0x7F100033 + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 2131755059; - // aapt resource value: 0x7F0F0034 - public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131689524; + // aapt resource value: 0x7F100034 + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131755060; - // aapt resource value: 0x7F0F0035 - public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131689525; + // aapt resource value: 0x7F100035 + public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131755061; - // aapt resource value: 0x7F0F0036 - public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 2131689526; + // aapt resource value: 0x7F100036 + public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 2131755062; - // aapt resource value: 0x7F0F0037 - public const int Base_TextAppearance_AppCompat_Widget_Button = 2131689527; + // aapt resource value: 0x7F100037 + public const int Base_TextAppearance_AppCompat_Widget_Button = 2131755063; - // aapt resource value: 0x7F0F0038 - public const int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131689528; + // aapt resource value: 0x7F100038 + public const int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131755064; - // aapt resource value: 0x7F0F0039 - public const int Base_TextAppearance_AppCompat_Widget_Button_Colored = 2131689529; + // aapt resource value: 0x7F100039 + public const int Base_TextAppearance_AppCompat_Widget_Button_Colored = 2131755065; - // aapt resource value: 0x7F0F003A - public const int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 2131689530; + // aapt resource value: 0x7F10003A + public const int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 2131755066; - // aapt resource value: 0x7F0F003B - public const int Base_TextAppearance_AppCompat_Widget_DropDownItem = 2131689531; + // aapt resource value: 0x7F10003B + public const int Base_TextAppearance_AppCompat_Widget_DropDownItem = 2131755067; - // aapt resource value: 0x7F0F003C - public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131689532; + // aapt resource value: 0x7F10003C + public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131755068; - // aapt resource value: 0x7F0F003D - public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131689533; + // aapt resource value: 0x7F10003D + public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131755069; - // aapt resource value: 0x7F0F003E - public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131689534; + // aapt resource value: 0x7F10003E + public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131755070; - // aapt resource value: 0x7F0F003F - public const int Base_TextAppearance_AppCompat_Widget_Switch = 2131689535; + // aapt resource value: 0x7F10003F + public const int Base_TextAppearance_AppCompat_Widget_Switch = 2131755071; - // aapt resource value: 0x7F0F0040 - public const int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131689536; + // aapt resource value: 0x7F100040 + public const int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131755072; - // aapt resource value: 0x7F0F0041 - public const int Base_TextAppearance_MaterialComponents_Badge = 2131689537; + // aapt resource value: 0x7F100041 + public const int Base_TextAppearance_MaterialComponents_Badge = 2131755073; - // aapt resource value: 0x7F0F0042 - public const int Base_TextAppearance_MaterialComponents_Button = 2131689538; + // aapt resource value: 0x7F100042 + public const int Base_TextAppearance_MaterialComponents_Button = 2131755074; - // aapt resource value: 0x7F0F0043 - public const int Base_TextAppearance_MaterialComponents_Headline6 = 2131689539; + // aapt resource value: 0x7F100043 + public const int Base_TextAppearance_MaterialComponents_Headline6 = 2131755075; - // aapt resource value: 0x7F0F0044 - public const int Base_TextAppearance_MaterialComponents_Subtitle2 = 2131689540; + // aapt resource value: 0x7F100044 + public const int Base_TextAppearance_MaterialComponents_Subtitle2 = 2131755076; - // aapt resource value: 0x7F0F0045 - public const int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131689541; + // aapt resource value: 0x7F100045 + public const int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131755077; - // aapt resource value: 0x7F0F0046 - public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131689542; + // aapt resource value: 0x7F100046 + public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131755078; - // aapt resource value: 0x7F0F0047 - public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 2131689543; + // aapt resource value: 0x7F100047 + public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 2131755079; - // aapt resource value: 0x7F0F0069 - public const int Base_ThemeOverlay_AppCompat = 2131689577; + // aapt resource value: 0x7F100069 + public const int Base_ThemeOverlay_AppCompat = 2131755113; - // aapt resource value: 0x7F0F006A - public const int Base_ThemeOverlay_AppCompat_ActionBar = 2131689578; + // aapt resource value: 0x7F10006A + public const int Base_ThemeOverlay_AppCompat_ActionBar = 2131755114; - // aapt resource value: 0x7F0F006B - public const int Base_ThemeOverlay_AppCompat_Dark = 2131689579; + // aapt resource value: 0x7F10006B + public const int Base_ThemeOverlay_AppCompat_Dark = 2131755115; - // aapt resource value: 0x7F0F006C - public const int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 2131689580; + // aapt resource value: 0x7F10006C + public const int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 2131755116; - // aapt resource value: 0x7F0F006D - public const int Base_ThemeOverlay_AppCompat_Dialog = 2131689581; + // aapt resource value: 0x7F10006D + public const int Base_ThemeOverlay_AppCompat_Dialog = 2131755117; - // aapt resource value: 0x7F0F006E - public const int Base_ThemeOverlay_AppCompat_Dialog_Alert = 2131689582; + // aapt resource value: 0x7F10006E + public const int Base_ThemeOverlay_AppCompat_Dialog_Alert = 2131755118; - // aapt resource value: 0x7F0F006F - public const int Base_ThemeOverlay_AppCompat_Light = 2131689583; + // aapt resource value: 0x7F10006F + public const int Base_ThemeOverlay_AppCompat_Light = 2131755119; - // aapt resource value: 0x7F0F0070 - public const int Base_ThemeOverlay_MaterialComponents_Dialog = 2131689584; + // aapt resource value: 0x7F100070 + public const int Base_ThemeOverlay_MaterialComponents_Dialog = 2131755120; - // aapt resource value: 0x7F0F0071 - public const int Base_ThemeOverlay_MaterialComponents_Dialog_Alert = 2131689585; + // aapt resource value: 0x7F100071 + public const int Base_ThemeOverlay_MaterialComponents_Dialog_Alert = 2131755121; - // aapt resource value: 0x7F0F0072 - public const int Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework = 2131689586; + // aapt resource value: 0x7F100072 + public const int Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework = 2131755122; - // aapt resource value: 0x7F0F0073 - public const int Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework = 2131689587; + // aapt resource value: 0x7F100073 + public const int Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework = 2131755123; - // aapt resource value: 0x7F0F0074 - public const int Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog = 2131689588; + // aapt resource value: 0x7F100074 + public const int Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog = 2131755124; - // aapt resource value: 0x7F0F0048 - public const int Base_Theme_AppCompat = 2131689544; + // aapt resource value: 0x7F100048 + public const int Base_Theme_AppCompat = 2131755080; - // aapt resource value: 0x7F0F0049 - public const int Base_Theme_AppCompat_CompactMenu = 2131689545; + // aapt resource value: 0x7F100049 + public const int Base_Theme_AppCompat_CompactMenu = 2131755081; - // aapt resource value: 0x7F0F004A - public const int Base_Theme_AppCompat_Dialog = 2131689546; + // aapt resource value: 0x7F10004A + public const int Base_Theme_AppCompat_Dialog = 2131755082; - // aapt resource value: 0x7F0F004E - public const int Base_Theme_AppCompat_DialogWhenLarge = 2131689550; + // aapt resource value: 0x7F10004E + public const int Base_Theme_AppCompat_DialogWhenLarge = 2131755086; - // aapt resource value: 0x7F0F004B - public const int Base_Theme_AppCompat_Dialog_Alert = 2131689547; + // aapt resource value: 0x7F10004B + public const int Base_Theme_AppCompat_Dialog_Alert = 2131755083; - // aapt resource value: 0x7F0F004C - public const int Base_Theme_AppCompat_Dialog_FixedSize = 2131689548; + // aapt resource value: 0x7F10004C + public const int Base_Theme_AppCompat_Dialog_FixedSize = 2131755084; - // aapt resource value: 0x7F0F004D - public const int Base_Theme_AppCompat_Dialog_MinWidth = 2131689549; + // aapt resource value: 0x7F10004D + public const int Base_Theme_AppCompat_Dialog_MinWidth = 2131755085; - // aapt resource value: 0x7F0F004F - public const int Base_Theme_AppCompat_Light = 2131689551; + // aapt resource value: 0x7F10004F + public const int Base_Theme_AppCompat_Light = 2131755087; - // aapt resource value: 0x7F0F0050 - public const int Base_Theme_AppCompat_Light_DarkActionBar = 2131689552; + // aapt resource value: 0x7F100050 + public const int Base_Theme_AppCompat_Light_DarkActionBar = 2131755088; - // aapt resource value: 0x7F0F0051 - public const int Base_Theme_AppCompat_Light_Dialog = 2131689553; + // aapt resource value: 0x7F100051 + public const int Base_Theme_AppCompat_Light_Dialog = 2131755089; - // aapt resource value: 0x7F0F0055 - public const int Base_Theme_AppCompat_Light_DialogWhenLarge = 2131689557; + // aapt resource value: 0x7F100055 + public const int Base_Theme_AppCompat_Light_DialogWhenLarge = 2131755093; - // aapt resource value: 0x7F0F0052 - public const int Base_Theme_AppCompat_Light_Dialog_Alert = 2131689554; + // aapt resource value: 0x7F100052 + public const int Base_Theme_AppCompat_Light_Dialog_Alert = 2131755090; - // aapt resource value: 0x7F0F0053 - public const int Base_Theme_AppCompat_Light_Dialog_FixedSize = 2131689555; + // aapt resource value: 0x7F100053 + public const int Base_Theme_AppCompat_Light_Dialog_FixedSize = 2131755091; - // aapt resource value: 0x7F0F0054 - public const int Base_Theme_AppCompat_Light_Dialog_MinWidth = 2131689556; + // aapt resource value: 0x7F100054 + public const int Base_Theme_AppCompat_Light_Dialog_MinWidth = 2131755092; - // aapt resource value: 0x7F0F0056 - public const int Base_Theme_MaterialComponents = 2131689558; + // aapt resource value: 0x7F100056 + public const int Base_Theme_MaterialComponents = 2131755094; - // aapt resource value: 0x7F0F0057 - public const int Base_Theme_MaterialComponents_Bridge = 2131689559; + // aapt resource value: 0x7F100057 + public const int Base_Theme_MaterialComponents_Bridge = 2131755095; - // aapt resource value: 0x7F0F0058 - public const int Base_Theme_MaterialComponents_CompactMenu = 2131689560; + // aapt resource value: 0x7F100058 + public const int Base_Theme_MaterialComponents_CompactMenu = 2131755096; - // aapt resource value: 0x7F0F0059 - public const int Base_Theme_MaterialComponents_Dialog = 2131689561; + // aapt resource value: 0x7F100059 + public const int Base_Theme_MaterialComponents_Dialog = 2131755097; - // aapt resource value: 0x7F0F005E - public const int Base_Theme_MaterialComponents_DialogWhenLarge = 2131689566; + // aapt resource value: 0x7F10005E + public const int Base_Theme_MaterialComponents_DialogWhenLarge = 2131755102; - // aapt resource value: 0x7F0F005A - public const int Base_Theme_MaterialComponents_Dialog_Alert = 2131689562; + // aapt resource value: 0x7F10005A + public const int Base_Theme_MaterialComponents_Dialog_Alert = 2131755098; - // aapt resource value: 0x7F0F005B - public const int Base_Theme_MaterialComponents_Dialog_Bridge = 2131689563; + // aapt resource value: 0x7F10005B + public const int Base_Theme_MaterialComponents_Dialog_Bridge = 2131755099; - // aapt resource value: 0x7F0F005C - public const int Base_Theme_MaterialComponents_Dialog_FixedSize = 2131689564; + // aapt resource value: 0x7F10005C + public const int Base_Theme_MaterialComponents_Dialog_FixedSize = 2131755100; - // aapt resource value: 0x7F0F005D - public const int Base_Theme_MaterialComponents_Dialog_MinWidth = 2131689565; + // aapt resource value: 0x7F10005D + public const int Base_Theme_MaterialComponents_Dialog_MinWidth = 2131755101; - // aapt resource value: 0x7F0F005F - public const int Base_Theme_MaterialComponents_Light = 2131689567; + // aapt resource value: 0x7F10005F + public const int Base_Theme_MaterialComponents_Light = 2131755103; - // aapt resource value: 0x7F0F0060 - public const int Base_Theme_MaterialComponents_Light_Bridge = 2131689568; + // aapt resource value: 0x7F100060 + public const int Base_Theme_MaterialComponents_Light_Bridge = 2131755104; - // aapt resource value: 0x7F0F0061 - public const int Base_Theme_MaterialComponents_Light_DarkActionBar = 2131689569; + // aapt resource value: 0x7F100061 + public const int Base_Theme_MaterialComponents_Light_DarkActionBar = 2131755105; - // aapt resource value: 0x7F0F0062 - public const int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131689570; + // aapt resource value: 0x7F100062 + public const int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131755106; - // aapt resource value: 0x7F0F0063 - public const int Base_Theme_MaterialComponents_Light_Dialog = 2131689571; + // aapt resource value: 0x7F100063 + public const int Base_Theme_MaterialComponents_Light_Dialog = 2131755107; - // aapt resource value: 0x7F0F0068 - public const int Base_Theme_MaterialComponents_Light_DialogWhenLarge = 2131689576; + // aapt resource value: 0x7F100068 + public const int Base_Theme_MaterialComponents_Light_DialogWhenLarge = 2131755112; - // aapt resource value: 0x7F0F0064 - public const int Base_Theme_MaterialComponents_Light_Dialog_Alert = 2131689572; + // aapt resource value: 0x7F100064 + public const int Base_Theme_MaterialComponents_Light_Dialog_Alert = 2131755108; - // aapt resource value: 0x7F0F0065 - public const int Base_Theme_MaterialComponents_Light_Dialog_Bridge = 2131689573; + // aapt resource value: 0x7F100065 + public const int Base_Theme_MaterialComponents_Light_Dialog_Bridge = 2131755109; - // aapt resource value: 0x7F0F0066 - public const int Base_Theme_MaterialComponents_Light_Dialog_FixedSize = 2131689574; + // aapt resource value: 0x7F100066 + public const int Base_Theme_MaterialComponents_Light_Dialog_FixedSize = 2131755110; - // aapt resource value: 0x7F0F0067 - public const int Base_Theme_MaterialComponents_Light_Dialog_MinWidth = 2131689575; + // aapt resource value: 0x7F100067 + public const int Base_Theme_MaterialComponents_Light_Dialog_MinWidth = 2131755111; - // aapt resource value: 0x7F0F007E - public const int Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog = 2131689598; + // aapt resource value: 0x7F10007E + public const int Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog = 2131755134; - // aapt resource value: 0x7F0F007F - public const int Base_V14_ThemeOverlay_MaterialComponents_Dialog = 2131689599; + // aapt resource value: 0x7F10007F + public const int Base_V14_ThemeOverlay_MaterialComponents_Dialog = 2131755135; - // aapt resource value: 0x7F0F0080 - public const int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert = 2131689600; + // aapt resource value: 0x7F100080 + public const int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert = 2131755136; - // aapt resource value: 0x7F0F0081 - public const int Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog = 2131689601; + // aapt resource value: 0x7F100081 + public const int Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog = 2131755137; - // aapt resource value: 0x7F0F0075 - public const int Base_V14_Theme_MaterialComponents = 2131689589; + // aapt resource value: 0x7F100075 + public const int Base_V14_Theme_MaterialComponents = 2131755125; - // aapt resource value: 0x7F0F0076 - public const int Base_V14_Theme_MaterialComponents_Bridge = 2131689590; + // aapt resource value: 0x7F100076 + public const int Base_V14_Theme_MaterialComponents_Bridge = 2131755126; - // aapt resource value: 0x7F0F0077 - public const int Base_V14_Theme_MaterialComponents_Dialog = 2131689591; + // aapt resource value: 0x7F100077 + public const int Base_V14_Theme_MaterialComponents_Dialog = 2131755127; - // aapt resource value: 0x7F0F0078 - public const int Base_V14_Theme_MaterialComponents_Dialog_Bridge = 2131689592; + // aapt resource value: 0x7F100078 + public const int Base_V14_Theme_MaterialComponents_Dialog_Bridge = 2131755128; - // aapt resource value: 0x7F0F0079 - public const int Base_V14_Theme_MaterialComponents_Light = 2131689593; + // aapt resource value: 0x7F100079 + public const int Base_V14_Theme_MaterialComponents_Light = 2131755129; - // aapt resource value: 0x7F0F007A - public const int Base_V14_Theme_MaterialComponents_Light_Bridge = 2131689594; + // aapt resource value: 0x7F10007A + public const int Base_V14_Theme_MaterialComponents_Light_Bridge = 2131755130; - // aapt resource value: 0x7F0F007B - public const int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131689595; + // aapt resource value: 0x7F10007B + public const int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131755131; - // aapt resource value: 0x7F0F007C - public const int Base_V14_Theme_MaterialComponents_Light_Dialog = 2131689596; + // aapt resource value: 0x7F10007C + public const int Base_V14_Theme_MaterialComponents_Light_Dialog = 2131755132; - // aapt resource value: 0x7F0F007D - public const int Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge = 2131689597; + // aapt resource value: 0x7F10007D + public const int Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge = 2131755133; - // aapt resource value: 0x7F0F008A - public const int Base_V21_ThemeOverlay_AppCompat_Dialog = 2131689610; + // aapt resource value: 0x7F10008A + public const int Base_V21_ThemeOverlay_AppCompat_Dialog = 2131755146; - // aapt resource value: 0x7F0F008B - public const int Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog = 2131689611; + // aapt resource value: 0x7F10008B + public const int Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog = 2131755147; - // aapt resource value: 0x7F0F0082 - public const int Base_V21_Theme_AppCompat = 2131689602; + // aapt resource value: 0x7F100082 + public const int Base_V21_Theme_AppCompat = 2131755138; - // aapt resource value: 0x7F0F0083 - public const int Base_V21_Theme_AppCompat_Dialog = 2131689603; + // aapt resource value: 0x7F100083 + public const int Base_V21_Theme_AppCompat_Dialog = 2131755139; - // aapt resource value: 0x7F0F0084 - public const int Base_V21_Theme_AppCompat_Light = 2131689604; + // aapt resource value: 0x7F100084 + public const int Base_V21_Theme_AppCompat_Light = 2131755140; - // aapt resource value: 0x7F0F0085 - public const int Base_V21_Theme_AppCompat_Light_Dialog = 2131689605; + // aapt resource value: 0x7F100085 + public const int Base_V21_Theme_AppCompat_Light_Dialog = 2131755141; - // aapt resource value: 0x7F0F0086 - public const int Base_V21_Theme_MaterialComponents = 2131689606; + // aapt resource value: 0x7F100086 + public const int Base_V21_Theme_MaterialComponents = 2131755142; - // aapt resource value: 0x7F0F0087 - public const int Base_V21_Theme_MaterialComponents_Dialog = 2131689607; + // aapt resource value: 0x7F100087 + public const int Base_V21_Theme_MaterialComponents_Dialog = 2131755143; - // aapt resource value: 0x7F0F0088 - public const int Base_V21_Theme_MaterialComponents_Light = 2131689608; + // aapt resource value: 0x7F100088 + public const int Base_V21_Theme_MaterialComponents_Light = 2131755144; - // aapt resource value: 0x7F0F0089 - public const int Base_V21_Theme_MaterialComponents_Light_Dialog = 2131689609; + // aapt resource value: 0x7F100089 + public const int Base_V21_Theme_MaterialComponents_Light_Dialog = 2131755145; - // aapt resource value: 0x7F0F008C - public const int Base_V22_Theme_AppCompat = 2131689612; + // aapt resource value: 0x7F10008C + public const int Base_V22_Theme_AppCompat = 2131755148; - // aapt resource value: 0x7F0F008D - public const int Base_V22_Theme_AppCompat_Light = 2131689613; + // aapt resource value: 0x7F10008D + public const int Base_V22_Theme_AppCompat_Light = 2131755149; - // aapt resource value: 0x7F0F008E - public const int Base_V23_Theme_AppCompat = 2131689614; + // aapt resource value: 0x7F10008E + public const int Base_V23_Theme_AppCompat = 2131755150; - // aapt resource value: 0x7F0F008F - public const int Base_V23_Theme_AppCompat_Light = 2131689615; + // aapt resource value: 0x7F10008F + public const int Base_V23_Theme_AppCompat_Light = 2131755151; - // aapt resource value: 0x7F0F0090 - public const int Base_V26_Theme_AppCompat = 2131689616; + // aapt resource value: 0x7F100090 + public const int Base_V26_Theme_AppCompat = 2131755152; - // aapt resource value: 0x7F0F0091 - public const int Base_V26_Theme_AppCompat_Light = 2131689617; + // aapt resource value: 0x7F100091 + public const int Base_V26_Theme_AppCompat_Light = 2131755153; - // aapt resource value: 0x7F0F0092 - public const int Base_V26_Widget_AppCompat_Toolbar = 2131689618; + // aapt resource value: 0x7F100092 + public const int Base_V26_Widget_AppCompat_Toolbar = 2131755154; - // aapt resource value: 0x7F0F0093 - public const int Base_V28_Theme_AppCompat = 2131689619; + // aapt resource value: 0x7F100093 + public const int Base_V28_Theme_AppCompat = 2131755155; - // aapt resource value: 0x7F0F0094 - public const int Base_V28_Theme_AppCompat_Light = 2131689620; + // aapt resource value: 0x7F100094 + public const int Base_V28_Theme_AppCompat_Light = 2131755156; - // aapt resource value: 0x7F0F0099 - public const int Base_V7_ThemeOverlay_AppCompat_Dialog = 2131689625; + // aapt resource value: 0x7F100099 + public const int Base_V7_ThemeOverlay_AppCompat_Dialog = 2131755161; - // aapt resource value: 0x7F0F0095 - public const int Base_V7_Theme_AppCompat = 2131689621; + // aapt resource value: 0x7F100095 + public const int Base_V7_Theme_AppCompat = 2131755157; - // aapt resource value: 0x7F0F0096 - public const int Base_V7_Theme_AppCompat_Dialog = 2131689622; + // aapt resource value: 0x7F100096 + public const int Base_V7_Theme_AppCompat_Dialog = 2131755158; - // aapt resource value: 0x7F0F0097 - public const int Base_V7_Theme_AppCompat_Light = 2131689623; + // aapt resource value: 0x7F100097 + public const int Base_V7_Theme_AppCompat_Light = 2131755159; - // aapt resource value: 0x7F0F0098 - public const int Base_V7_Theme_AppCompat_Light_Dialog = 2131689624; + // aapt resource value: 0x7F100098 + public const int Base_V7_Theme_AppCompat_Light_Dialog = 2131755160; - // aapt resource value: 0x7F0F009A - public const int Base_V7_Widget_AppCompat_AutoCompleteTextView = 2131689626; + // aapt resource value: 0x7F10009A + public const int Base_V7_Widget_AppCompat_AutoCompleteTextView = 2131755162; - // aapt resource value: 0x7F0F009B - public const int Base_V7_Widget_AppCompat_EditText = 2131689627; + // aapt resource value: 0x7F10009B + public const int Base_V7_Widget_AppCompat_EditText = 2131755163; - // aapt resource value: 0x7F0F009C - public const int Base_V7_Widget_AppCompat_Toolbar = 2131689628; + // aapt resource value: 0x7F10009C + public const int Base_V7_Widget_AppCompat_Toolbar = 2131755164; - // aapt resource value: 0x7F0F009D - public const int Base_Widget_AppCompat_ActionBar = 2131689629; + // aapt resource value: 0x7F10009D + public const int Base_Widget_AppCompat_ActionBar = 2131755165; - // aapt resource value: 0x7F0F009E - public const int Base_Widget_AppCompat_ActionBar_Solid = 2131689630; + // aapt resource value: 0x7F10009E + public const int Base_Widget_AppCompat_ActionBar_Solid = 2131755166; - // aapt resource value: 0x7F0F009F - public const int Base_Widget_AppCompat_ActionBar_TabBar = 2131689631; + // aapt resource value: 0x7F10009F + public const int Base_Widget_AppCompat_ActionBar_TabBar = 2131755167; - // aapt resource value: 0x7F0F00A0 - public const int Base_Widget_AppCompat_ActionBar_TabText = 2131689632; + // aapt resource value: 0x7F1000A0 + public const int Base_Widget_AppCompat_ActionBar_TabText = 2131755168; - // aapt resource value: 0x7F0F00A1 - public const int Base_Widget_AppCompat_ActionBar_TabView = 2131689633; + // aapt resource value: 0x7F1000A1 + public const int Base_Widget_AppCompat_ActionBar_TabView = 2131755169; - // aapt resource value: 0x7F0F00A2 - public const int Base_Widget_AppCompat_ActionButton = 2131689634; + // aapt resource value: 0x7F1000A2 + public const int Base_Widget_AppCompat_ActionButton = 2131755170; - // aapt resource value: 0x7F0F00A3 - public const int Base_Widget_AppCompat_ActionButton_CloseMode = 2131689635; + // aapt resource value: 0x7F1000A3 + public const int Base_Widget_AppCompat_ActionButton_CloseMode = 2131755171; - // aapt resource value: 0x7F0F00A4 - public const int Base_Widget_AppCompat_ActionButton_Overflow = 2131689636; + // aapt resource value: 0x7F1000A4 + public const int Base_Widget_AppCompat_ActionButton_Overflow = 2131755172; - // aapt resource value: 0x7F0F00A5 - public const int Base_Widget_AppCompat_ActionMode = 2131689637; + // aapt resource value: 0x7F1000A5 + public const int Base_Widget_AppCompat_ActionMode = 2131755173; - // aapt resource value: 0x7F0F00A6 - public const int Base_Widget_AppCompat_ActivityChooserView = 2131689638; + // aapt resource value: 0x7F1000A6 + public const int Base_Widget_AppCompat_ActivityChooserView = 2131755174; - // aapt resource value: 0x7F0F00A7 - public const int Base_Widget_AppCompat_AutoCompleteTextView = 2131689639; + // aapt resource value: 0x7F1000A7 + public const int Base_Widget_AppCompat_AutoCompleteTextView = 2131755175; - // aapt resource value: 0x7F0F00A8 - public const int Base_Widget_AppCompat_Button = 2131689640; + // aapt resource value: 0x7F1000A8 + public const int Base_Widget_AppCompat_Button = 2131755176; - // aapt resource value: 0x7F0F00AE - public const int Base_Widget_AppCompat_ButtonBar = 2131689646; + // aapt resource value: 0x7F1000AE + public const int Base_Widget_AppCompat_ButtonBar = 2131755182; - // aapt resource value: 0x7F0F00AF - public const int Base_Widget_AppCompat_ButtonBar_AlertDialog = 2131689647; + // aapt resource value: 0x7F1000AF + public const int Base_Widget_AppCompat_ButtonBar_AlertDialog = 2131755183; - // aapt resource value: 0x7F0F00A9 - public const int Base_Widget_AppCompat_Button_Borderless = 2131689641; + // aapt resource value: 0x7F1000A9 + public const int Base_Widget_AppCompat_Button_Borderless = 2131755177; - // aapt resource value: 0x7F0F00AA - public const int Base_Widget_AppCompat_Button_Borderless_Colored = 2131689642; + // aapt resource value: 0x7F1000AA + public const int Base_Widget_AppCompat_Button_Borderless_Colored = 2131755178; - // aapt resource value: 0x7F0F00AB - public const int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131689643; + // aapt resource value: 0x7F1000AB + public const int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131755179; - // aapt resource value: 0x7F0F00AC - public const int Base_Widget_AppCompat_Button_Colored = 2131689644; + // aapt resource value: 0x7F1000AC + public const int Base_Widget_AppCompat_Button_Colored = 2131755180; - // aapt resource value: 0x7F0F00AD - public const int Base_Widget_AppCompat_Button_Small = 2131689645; + // aapt resource value: 0x7F1000AD + public const int Base_Widget_AppCompat_Button_Small = 2131755181; - // aapt resource value: 0x7F0F00B0 - public const int Base_Widget_AppCompat_CompoundButton_CheckBox = 2131689648; + // aapt resource value: 0x7F1000B0 + public const int Base_Widget_AppCompat_CompoundButton_CheckBox = 2131755184; - // aapt resource value: 0x7F0F00B1 - public const int Base_Widget_AppCompat_CompoundButton_RadioButton = 2131689649; + // aapt resource value: 0x7F1000B1 + public const int Base_Widget_AppCompat_CompoundButton_RadioButton = 2131755185; - // aapt resource value: 0x7F0F00B2 - public const int Base_Widget_AppCompat_CompoundButton_Switch = 2131689650; + // aapt resource value: 0x7F1000B2 + public const int Base_Widget_AppCompat_CompoundButton_Switch = 2131755186; - // aapt resource value: 0x7F0F00B3 - public const int Base_Widget_AppCompat_DrawerArrowToggle = 2131689651; + // aapt resource value: 0x7F1000B3 + public const int Base_Widget_AppCompat_DrawerArrowToggle = 2131755187; - // aapt resource value: 0x7F0F00B4 - public const int Base_Widget_AppCompat_DrawerArrowToggle_Common = 2131689652; + // aapt resource value: 0x7F1000B4 + public const int Base_Widget_AppCompat_DrawerArrowToggle_Common = 2131755188; - // aapt resource value: 0x7F0F00B5 - public const int Base_Widget_AppCompat_DropDownItem_Spinner = 2131689653; + // aapt resource value: 0x7F1000B5 + public const int Base_Widget_AppCompat_DropDownItem_Spinner = 2131755189; - // aapt resource value: 0x7F0F00B6 - public const int Base_Widget_AppCompat_EditText = 2131689654; + // aapt resource value: 0x7F1000B6 + public const int Base_Widget_AppCompat_EditText = 2131755190; - // aapt resource value: 0x7F0F00B7 - public const int Base_Widget_AppCompat_ImageButton = 2131689655; + // aapt resource value: 0x7F1000B7 + public const int Base_Widget_AppCompat_ImageButton = 2131755191; - // aapt resource value: 0x7F0F00B8 - public const int Base_Widget_AppCompat_Light_ActionBar = 2131689656; + // aapt resource value: 0x7F1000B8 + public const int Base_Widget_AppCompat_Light_ActionBar = 2131755192; - // aapt resource value: 0x7F0F00B9 - public const int Base_Widget_AppCompat_Light_ActionBar_Solid = 2131689657; + // aapt resource value: 0x7F1000B9 + public const int Base_Widget_AppCompat_Light_ActionBar_Solid = 2131755193; - // aapt resource value: 0x7F0F00BA - public const int Base_Widget_AppCompat_Light_ActionBar_TabBar = 2131689658; + // aapt resource value: 0x7F1000BA + public const int Base_Widget_AppCompat_Light_ActionBar_TabBar = 2131755194; - // aapt resource value: 0x7F0F00BB - public const int Base_Widget_AppCompat_Light_ActionBar_TabText = 2131689659; + // aapt resource value: 0x7F1000BB + public const int Base_Widget_AppCompat_Light_ActionBar_TabText = 2131755195; - // aapt resource value: 0x7F0F00BC - public const int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131689660; + // aapt resource value: 0x7F1000BC + public const int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131755196; - // aapt resource value: 0x7F0F00BD - public const int Base_Widget_AppCompat_Light_ActionBar_TabView = 2131689661; + // aapt resource value: 0x7F1000BD + public const int Base_Widget_AppCompat_Light_ActionBar_TabView = 2131755197; - // aapt resource value: 0x7F0F00BE - public const int Base_Widget_AppCompat_Light_PopupMenu = 2131689662; + // aapt resource value: 0x7F1000BE + public const int Base_Widget_AppCompat_Light_PopupMenu = 2131755198; - // aapt resource value: 0x7F0F00BF - public const int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 2131689663; + // aapt resource value: 0x7F1000BF + public const int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 2131755199; - // aapt resource value: 0x7F0F00C0 - public const int Base_Widget_AppCompat_ListMenuView = 2131689664; + // aapt resource value: 0x7F1000C0 + public const int Base_Widget_AppCompat_ListMenuView = 2131755200; - // aapt resource value: 0x7F0F00C1 - public const int Base_Widget_AppCompat_ListPopupWindow = 2131689665; + // aapt resource value: 0x7F1000C1 + public const int Base_Widget_AppCompat_ListPopupWindow = 2131755201; - // aapt resource value: 0x7F0F00C2 - public const int Base_Widget_AppCompat_ListView = 2131689666; + // aapt resource value: 0x7F1000C2 + public const int Base_Widget_AppCompat_ListView = 2131755202; - // aapt resource value: 0x7F0F00C3 - public const int Base_Widget_AppCompat_ListView_DropDown = 2131689667; + // aapt resource value: 0x7F1000C3 + public const int Base_Widget_AppCompat_ListView_DropDown = 2131755203; - // aapt resource value: 0x7F0F00C4 - public const int Base_Widget_AppCompat_ListView_Menu = 2131689668; + // aapt resource value: 0x7F1000C4 + public const int Base_Widget_AppCompat_ListView_Menu = 2131755204; - // aapt resource value: 0x7F0F00C5 - public const int Base_Widget_AppCompat_PopupMenu = 2131689669; + // aapt resource value: 0x7F1000C5 + public const int Base_Widget_AppCompat_PopupMenu = 2131755205; - // aapt resource value: 0x7F0F00C6 - public const int Base_Widget_AppCompat_PopupMenu_Overflow = 2131689670; + // aapt resource value: 0x7F1000C6 + public const int Base_Widget_AppCompat_PopupMenu_Overflow = 2131755206; - // aapt resource value: 0x7F0F00C7 - public const int Base_Widget_AppCompat_PopupWindow = 2131689671; + // aapt resource value: 0x7F1000C7 + public const int Base_Widget_AppCompat_PopupWindow = 2131755207; - // aapt resource value: 0x7F0F00C8 - public const int Base_Widget_AppCompat_ProgressBar = 2131689672; + // aapt resource value: 0x7F1000C8 + public const int Base_Widget_AppCompat_ProgressBar = 2131755208; - // aapt resource value: 0x7F0F00C9 - public const int Base_Widget_AppCompat_ProgressBar_Horizontal = 2131689673; + // aapt resource value: 0x7F1000C9 + public const int Base_Widget_AppCompat_ProgressBar_Horizontal = 2131755209; - // aapt resource value: 0x7F0F00CA - public const int Base_Widget_AppCompat_RatingBar = 2131689674; + // aapt resource value: 0x7F1000CA + public const int Base_Widget_AppCompat_RatingBar = 2131755210; - // aapt resource value: 0x7F0F00CB - public const int Base_Widget_AppCompat_RatingBar_Indicator = 2131689675; + // aapt resource value: 0x7F1000CB + public const int Base_Widget_AppCompat_RatingBar_Indicator = 2131755211; - // aapt resource value: 0x7F0F00CC - public const int Base_Widget_AppCompat_RatingBar_Small = 2131689676; + // aapt resource value: 0x7F1000CC + public const int Base_Widget_AppCompat_RatingBar_Small = 2131755212; - // aapt resource value: 0x7F0F00CD - public const int Base_Widget_AppCompat_SearchView = 2131689677; + // aapt resource value: 0x7F1000CD + public const int Base_Widget_AppCompat_SearchView = 2131755213; - // aapt resource value: 0x7F0F00CE - public const int Base_Widget_AppCompat_SearchView_ActionBar = 2131689678; + // aapt resource value: 0x7F1000CE + public const int Base_Widget_AppCompat_SearchView_ActionBar = 2131755214; - // aapt resource value: 0x7F0F00CF - public const int Base_Widget_AppCompat_SeekBar = 2131689679; + // aapt resource value: 0x7F1000CF + public const int Base_Widget_AppCompat_SeekBar = 2131755215; - // aapt resource value: 0x7F0F00D0 - public const int Base_Widget_AppCompat_SeekBar_Discrete = 2131689680; + // aapt resource value: 0x7F1000D0 + public const int Base_Widget_AppCompat_SeekBar_Discrete = 2131755216; - // aapt resource value: 0x7F0F00D1 - public const int Base_Widget_AppCompat_Spinner = 2131689681; + // aapt resource value: 0x7F1000D1 + public const int Base_Widget_AppCompat_Spinner = 2131755217; - // aapt resource value: 0x7F0F00D2 - public const int Base_Widget_AppCompat_Spinner_Underlined = 2131689682; + // aapt resource value: 0x7F1000D2 + public const int Base_Widget_AppCompat_Spinner_Underlined = 2131755218; - // aapt resource value: 0x7F0F00D3 - public const int Base_Widget_AppCompat_TextView = 2131689683; + // aapt resource value: 0x7F1000D3 + public const int Base_Widget_AppCompat_TextView = 2131755219; - // aapt resource value: 0x7F0F00D4 - public const int Base_Widget_AppCompat_TextView_SpinnerItem = 2131689684; + // aapt resource value: 0x7F1000D4 + public const int Base_Widget_AppCompat_TextView_SpinnerItem = 2131755220; - // aapt resource value: 0x7F0F00D5 - public const int Base_Widget_AppCompat_Toolbar = 2131689685; + // aapt resource value: 0x7F1000D5 + public const int Base_Widget_AppCompat_Toolbar = 2131755221; - // aapt resource value: 0x7F0F00D6 - public const int Base_Widget_AppCompat_Toolbar_Button_Navigation = 2131689686; + // aapt resource value: 0x7F1000D6 + public const int Base_Widget_AppCompat_Toolbar_Button_Navigation = 2131755222; - // aapt resource value: 0x7F0F00D7 - public const int Base_Widget_Design_TabLayout = 2131689687; + // aapt resource value: 0x7F1000D7 + public const int Base_Widget_Design_TabLayout = 2131755223; - // aapt resource value: 0x7F0F00D8 - public const int Base_Widget_MaterialComponents_AutoCompleteTextView = 2131689688; + // aapt resource value: 0x7F1000D8 + public const int Base_Widget_MaterialComponents_AutoCompleteTextView = 2131755224; - // aapt resource value: 0x7F0F00D9 - public const int Base_Widget_MaterialComponents_CheckedTextView = 2131689689; + // aapt resource value: 0x7F1000D9 + public const int Base_Widget_MaterialComponents_CheckedTextView = 2131755225; - // aapt resource value: 0x7F0F00DA - public const int Base_Widget_MaterialComponents_Chip = 2131689690; + // aapt resource value: 0x7F1000DA + public const int Base_Widget_MaterialComponents_Chip = 2131755226; - // aapt resource value: 0x7F0F00DB - public const int Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton = 2131689691; + // aapt resource value: 0x7F1000DB + public const int Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton = 2131755227; - // aapt resource value: 0x7F0F00DC - public const int Base_Widget_MaterialComponents_PopupMenu = 2131689692; + // aapt resource value: 0x7F1000DC + public const int Base_Widget_MaterialComponents_PopupMenu = 2131755228; - // aapt resource value: 0x7F0F00DD - public const int Base_Widget_MaterialComponents_PopupMenu_ContextMenu = 2131689693; + // aapt resource value: 0x7F1000DD + public const int Base_Widget_MaterialComponents_PopupMenu_ContextMenu = 2131755229; - // aapt resource value: 0x7F0F00DE - public const int Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow = 2131689694; + // aapt resource value: 0x7F1000DE + public const int Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow = 2131755230; - // aapt resource value: 0x7F0F00DF - public const int Base_Widget_MaterialComponents_PopupMenu_Overflow = 2131689695; + // aapt resource value: 0x7F1000DF + public const int Base_Widget_MaterialComponents_PopupMenu_Overflow = 2131755231; - // aapt resource value: 0x7F0F00E0 - public const int Base_Widget_MaterialComponents_Slider = 2131689696; + // aapt resource value: 0x7F1000E0 + public const int Base_Widget_MaterialComponents_Slider = 2131755232; - // aapt resource value: 0x7F0F00E1 - public const int Base_Widget_MaterialComponents_Snackbar = 2131689697; + // aapt resource value: 0x7F1000E1 + public const int Base_Widget_MaterialComponents_Snackbar = 2131755233; - // aapt resource value: 0x7F0F00E2 - public const int Base_Widget_MaterialComponents_TextInputEditText = 2131689698; + // aapt resource value: 0x7F1000E2 + public const int Base_Widget_MaterialComponents_TextInputEditText = 2131755234; - // aapt resource value: 0x7F0F00E3 - public const int Base_Widget_MaterialComponents_TextInputLayout = 2131689699; + // aapt resource value: 0x7F1000E3 + public const int Base_Widget_MaterialComponents_TextInputLayout = 2131755235; - // aapt resource value: 0x7F0F00E4 - public const int Base_Widget_MaterialComponents_TextView = 2131689700; + // aapt resource value: 0x7F1000E4 + public const int Base_Widget_MaterialComponents_TextView = 2131755236; - // aapt resource value: 0x7F0F00E5 - public const int CardView = 2131689701; + // aapt resource value: 0x7F1000E5 + public const int CardView = 2131755237; - // aapt resource value: 0x7F0F00E6 - public const int CardView_Dark = 2131689702; + // aapt resource value: 0x7F1000E6 + public const int CardView_Dark = 2131755238; - // aapt resource value: 0x7F0F00E7 - public const int CardView_Light = 2131689703; + // aapt resource value: 0x7F1000E7 + public const int CardView_Light = 2131755239; - // aapt resource value: 0x7F0F02F8 - public const int collectionViewTheme = 2131690232; + // aapt resource value: 0x7F1002F8 + public const int collectionViewTheme = 2131755768; - // aapt resource value: 0x7F0F00E8 - public const int EmptyTheme = 2131689704; + // aapt resource value: 0x7F1000E8 + public const int EmptyTheme = 2131755240; - // aapt resource value: 0x7F0F00E9 - public const int MainTheme = 2131689705; + // aapt resource value: 0x7F1000E9 + public const int MainTheme = 2131755241; - // aapt resource value: 0x7F0F00EA - public const int MainTheme_Base = 2131689706; + // aapt resource value: 0x7F1000EA + public const int MainTheme_Base = 2131755242; - // aapt resource value: 0x7F0F00EB - public const int MaterialAlertDialog_MaterialComponents = 2131689707; + // aapt resource value: 0x7F1000EB + public const int MaterialAlertDialog_MaterialComponents = 2131755243; - // aapt resource value: 0x7F0F00EC - public const int MaterialAlertDialog_MaterialComponents_Body_Text = 2131689708; + // aapt resource value: 0x7F1000EC + public const int MaterialAlertDialog_MaterialComponents_Body_Text = 2131755244; - // aapt resource value: 0x7F0F00ED - public const int MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar = 2131689709; + // aapt resource value: 0x7F1000ED + public const int MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar = 2131755245; - // aapt resource value: 0x7F0F00EE - public const int MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner = 2131689710; + // aapt resource value: 0x7F1000EE + public const int MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner = 2131755246; - // aapt resource value: 0x7F0F00EF - public const int MaterialAlertDialog_MaterialComponents_Title_Icon = 2131689711; + // aapt resource value: 0x7F1000EF + public const int MaterialAlertDialog_MaterialComponents_Title_Icon = 2131755247; - // aapt resource value: 0x7F0F00F0 - public const int MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked = 2131689712; + // aapt resource value: 0x7F1000F0 + public const int MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked = 2131755248; - // aapt resource value: 0x7F0F00F1 - public const int MaterialAlertDialog_MaterialComponents_Title_Panel = 2131689713; + // aapt resource value: 0x7F1000F1 + public const int MaterialAlertDialog_MaterialComponents_Title_Panel = 2131755249; - // aapt resource value: 0x7F0F00F2 - public const int MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked = 2131689714; + // aapt resource value: 0x7F1000F2 + public const int MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked = 2131755250; - // aapt resource value: 0x7F0F00F3 - public const int MaterialAlertDialog_MaterialComponents_Title_Text = 2131689715; + // aapt resource value: 0x7F1000F3 + public const int MaterialAlertDialog_MaterialComponents_Title_Text = 2131755251; - // aapt resource value: 0x7F0F00F4 - public const int MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked = 2131689716; + // aapt resource value: 0x7F1000F4 + public const int MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked = 2131755252; - // aapt resource value: 0x7F0F00F5 - public const int Platform_AppCompat = 2131689717; + // aapt resource value: 0x7F1000F5 + public const int Platform_AppCompat = 2131755253; - // aapt resource value: 0x7F0F00F6 - public const int Platform_AppCompat_Light = 2131689718; + // aapt resource value: 0x7F1000F6 + public const int Platform_AppCompat_Light = 2131755254; - // aapt resource value: 0x7F0F00F7 - public const int Platform_MaterialComponents = 2131689719; + // aapt resource value: 0x7F1000F7 + public const int Platform_MaterialComponents = 2131755255; - // aapt resource value: 0x7F0F00F8 - public const int Platform_MaterialComponents_Dialog = 2131689720; + // aapt resource value: 0x7F1000F8 + public const int Platform_MaterialComponents_Dialog = 2131755256; - // aapt resource value: 0x7F0F00F9 - public const int Platform_MaterialComponents_Light = 2131689721; + // aapt resource value: 0x7F1000F9 + public const int Platform_MaterialComponents_Light = 2131755257; - // aapt resource value: 0x7F0F00FA - public const int Platform_MaterialComponents_Light_Dialog = 2131689722; + // aapt resource value: 0x7F1000FA + public const int Platform_MaterialComponents_Light_Dialog = 2131755258; - // aapt resource value: 0x7F0F00FB - public const int Platform_ThemeOverlay_AppCompat = 2131689723; + // aapt resource value: 0x7F1000FB + public const int Platform_ThemeOverlay_AppCompat = 2131755259; - // aapt resource value: 0x7F0F00FC - public const int Platform_ThemeOverlay_AppCompat_Dark = 2131689724; + // aapt resource value: 0x7F1000FC + public const int Platform_ThemeOverlay_AppCompat_Dark = 2131755260; - // aapt resource value: 0x7F0F00FD - public const int Platform_ThemeOverlay_AppCompat_Light = 2131689725; + // aapt resource value: 0x7F1000FD + public const int Platform_ThemeOverlay_AppCompat_Light = 2131755261; - // aapt resource value: 0x7F0F00FE - public const int Platform_V21_AppCompat = 2131689726; + // aapt resource value: 0x7F1000FE + public const int Platform_V21_AppCompat = 2131755262; - // aapt resource value: 0x7F0F00FF - public const int Platform_V21_AppCompat_Light = 2131689727; + // aapt resource value: 0x7F1000FF + public const int Platform_V21_AppCompat_Light = 2131755263; - // aapt resource value: 0x7F0F0100 - public const int Platform_V25_AppCompat = 2131689728; + // aapt resource value: 0x7F100100 + public const int Platform_V25_AppCompat = 2131755264; - // aapt resource value: 0x7F0F0101 - public const int Platform_V25_AppCompat_Light = 2131689729; + // aapt resource value: 0x7F100101 + public const int Platform_V25_AppCompat_Light = 2131755265; - // aapt resource value: 0x7F0F0102 - public const int Platform_Widget_AppCompat_Spinner = 2131689730; + // aapt resource value: 0x7F100102 + public const int Platform_Widget_AppCompat_Spinner = 2131755266; - // aapt resource value: 0x7F0F0103 - public const int Preference = 2131689731; + // aapt resource value: 0x7F100103 + public const int Preference = 2131755267; - // aapt resource value: 0x7F0F0119 - public const int PreferenceCategoryTitleTextStyle = 2131689753; + // aapt resource value: 0x7F100119 + public const int PreferenceCategoryTitleTextStyle = 2131755289; - // aapt resource value: 0x7F0F011A - public const int PreferenceFragment = 2131689754; + // aapt resource value: 0x7F10011A + public const int PreferenceFragment = 2131755290; - // aapt resource value: 0x7F0F011C - public const int PreferenceFragmentList = 2131689756; + // aapt resource value: 0x7F10011C + public const int PreferenceFragmentList = 2131755292; - // aapt resource value: 0x7F0F011D - public const int PreferenceFragmentList_Material = 2131689757; + // aapt resource value: 0x7F10011D + public const int PreferenceFragmentList_Material = 2131755293; - // aapt resource value: 0x7F0F011B - public const int PreferenceFragment_Material = 2131689755; + // aapt resource value: 0x7F10011B + public const int PreferenceFragment_Material = 2131755291; - // aapt resource value: 0x7F0F011E - public const int PreferenceSummaryTextStyle = 2131689758; + // aapt resource value: 0x7F10011E + public const int PreferenceSummaryTextStyle = 2131755294; - // aapt resource value: 0x7F0F011F - public const int PreferenceThemeOverlay = 2131689759; + // aapt resource value: 0x7F10011F + public const int PreferenceThemeOverlay = 2131755295; - // aapt resource value: 0x7F0F0120 - public const int PreferenceThemeOverlay_v14 = 2131689760; + // aapt resource value: 0x7F100120 + public const int PreferenceThemeOverlay_v14 = 2131755296; - // aapt resource value: 0x7F0F0121 - public const int PreferenceThemeOverlay_v14_Material = 2131689761; + // aapt resource value: 0x7F100121 + public const int PreferenceThemeOverlay_v14_Material = 2131755297; - // aapt resource value: 0x7F0F0104 - public const int Preference_Category = 2131689732; + // aapt resource value: 0x7F100104 + public const int Preference_Category = 2131755268; - // aapt resource value: 0x7F0F0105 - public const int Preference_Category_Material = 2131689733; + // aapt resource value: 0x7F100105 + public const int Preference_Category_Material = 2131755269; - // aapt resource value: 0x7F0F0106 - public const int Preference_CheckBoxPreference = 2131689734; + // aapt resource value: 0x7F100106 + public const int Preference_CheckBoxPreference = 2131755270; - // aapt resource value: 0x7F0F0107 - public const int Preference_CheckBoxPreference_Material = 2131689735; + // aapt resource value: 0x7F100107 + public const int Preference_CheckBoxPreference_Material = 2131755271; - // aapt resource value: 0x7F0F0108 - public const int Preference_DialogPreference = 2131689736; + // aapt resource value: 0x7F100108 + public const int Preference_DialogPreference = 2131755272; - // aapt resource value: 0x7F0F0109 - public const int Preference_DialogPreference_EditTextPreference = 2131689737; + // aapt resource value: 0x7F100109 + public const int Preference_DialogPreference_EditTextPreference = 2131755273; - // aapt resource value: 0x7F0F010A - public const int Preference_DialogPreference_EditTextPreference_Material = 2131689738; + // aapt resource value: 0x7F10010A + public const int Preference_DialogPreference_EditTextPreference_Material = 2131755274; - // aapt resource value: 0x7F0F010B - public const int Preference_DialogPreference_Material = 2131689739; + // aapt resource value: 0x7F10010B + public const int Preference_DialogPreference_Material = 2131755275; - // aapt resource value: 0x7F0F010C - public const int Preference_DropDown = 2131689740; + // aapt resource value: 0x7F10010C + public const int Preference_DropDown = 2131755276; - // aapt resource value: 0x7F0F010D - public const int Preference_DropDown_Material = 2131689741; + // aapt resource value: 0x7F10010D + public const int Preference_DropDown_Material = 2131755277; - // aapt resource value: 0x7F0F010E - public const int Preference_Information = 2131689742; + // aapt resource value: 0x7F10010E + public const int Preference_Information = 2131755278; - // aapt resource value: 0x7F0F010F - public const int Preference_Information_Material = 2131689743; + // aapt resource value: 0x7F10010F + public const int Preference_Information_Material = 2131755279; - // aapt resource value: 0x7F0F0110 - public const int Preference_Material = 2131689744; + // aapt resource value: 0x7F100110 + public const int Preference_Material = 2131755280; - // aapt resource value: 0x7F0F0111 - public const int Preference_PreferenceScreen = 2131689745; + // aapt resource value: 0x7F100111 + public const int Preference_PreferenceScreen = 2131755281; - // aapt resource value: 0x7F0F0112 - public const int Preference_PreferenceScreen_Material = 2131689746; + // aapt resource value: 0x7F100112 + public const int Preference_PreferenceScreen_Material = 2131755282; - // aapt resource value: 0x7F0F0113 - public const int Preference_SeekBarPreference = 2131689747; + // aapt resource value: 0x7F100113 + public const int Preference_SeekBarPreference = 2131755283; - // aapt resource value: 0x7F0F0114 - public const int Preference_SeekBarPreference_Material = 2131689748; + // aapt resource value: 0x7F100114 + public const int Preference_SeekBarPreference_Material = 2131755284; - // aapt resource value: 0x7F0F0115 - public const int Preference_SwitchPreference = 2131689749; + // aapt resource value: 0x7F100115 + public const int Preference_SwitchPreference = 2131755285; - // aapt resource value: 0x7F0F0117 - public const int Preference_SwitchPreferenceCompat = 2131689751; + // aapt resource value: 0x7F100117 + public const int Preference_SwitchPreferenceCompat = 2131755287; - // aapt resource value: 0x7F0F0118 - public const int Preference_SwitchPreferenceCompat_Material = 2131689752; + // aapt resource value: 0x7F100118 + public const int Preference_SwitchPreferenceCompat_Material = 2131755288; - // aapt resource value: 0x7F0F0116 - public const int Preference_SwitchPreference_Material = 2131689750; + // aapt resource value: 0x7F100116 + public const int Preference_SwitchPreference_Material = 2131755286; - // aapt resource value: 0x7F0F0122 - public const int RtlOverlay_DialogWindowTitle_AppCompat = 2131689762; + // aapt resource value: 0x7F100122 + public const int RtlOverlay_DialogWindowTitle_AppCompat = 2131755298; - // aapt resource value: 0x7F0F0123 - public const int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 2131689763; + // aapt resource value: 0x7F100123 + public const int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 2131755299; - // aapt resource value: 0x7F0F0124 - public const int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 2131689764; + // aapt resource value: 0x7F100124 + public const int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 2131755300; - // aapt resource value: 0x7F0F0125 - public const int RtlOverlay_Widget_AppCompat_PopupMenuItem = 2131689765; + // aapt resource value: 0x7F100125 + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem = 2131755301; - // aapt resource value: 0x7F0F0126 - public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 2131689766; + // aapt resource value: 0x7F100126 + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 2131755302; - // aapt resource value: 0x7F0F0127 - public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = 2131689767; + // aapt resource value: 0x7F100127 + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = 2131755303; - // aapt resource value: 0x7F0F0128 - public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = 2131689768; + // aapt resource value: 0x7F100128 + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = 2131755304; - // aapt resource value: 0x7F0F0129 - public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 2131689769; + // aapt resource value: 0x7F100129 + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 2131755305; - // aapt resource value: 0x7F0F012A - public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = 2131689770; + // aapt resource value: 0x7F10012A + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = 2131755306; - // aapt resource value: 0x7F0F0130 - public const int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 2131689776; + // aapt resource value: 0x7F100130 + public const int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 2131755312; - // aapt resource value: 0x7F0F012B - public const int RtlOverlay_Widget_AppCompat_Search_DropDown = 2131689771; + // aapt resource value: 0x7F10012B + public const int RtlOverlay_Widget_AppCompat_Search_DropDown = 2131755307; - // aapt resource value: 0x7F0F012C - public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 2131689772; + // aapt resource value: 0x7F10012C + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 2131755308; - // aapt resource value: 0x7F0F012D - public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 2131689773; + // aapt resource value: 0x7F10012D + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 2131755309; - // aapt resource value: 0x7F0F012E - public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 2131689774; + // aapt resource value: 0x7F10012E + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 2131755310; - // aapt resource value: 0x7F0F012F - public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 2131689775; + // aapt resource value: 0x7F10012F + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 2131755311; - // aapt resource value: 0x7F0F0131 - public const int RtlUnderlay_Widget_AppCompat_ActionButton = 2131689777; + // aapt resource value: 0x7F100131 + public const int RtlUnderlay_Widget_AppCompat_ActionButton = 2131755313; - // aapt resource value: 0x7F0F0132 - public const int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 2131689778; + // aapt resource value: 0x7F100132 + public const int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 2131755314; - // aapt resource value: 0x7F0F02F9 - public const int scrollViewScrollBars = 2131690233; + // aapt resource value: 0x7F1002F9 + public const int scrollViewScrollBars = 2131755769; - // aapt resource value: 0x7F0F02FA - public const int scrollViewTheme = 2131690234; + // aapt resource value: 0x7F1002FA + public const int scrollViewTheme = 2131755770; - // aapt resource value: 0x7F0F0139 - public const int ShapeAppearanceOverlay = 2131689785; + // aapt resource value: 0x7F100139 + public const int ShapeAppearanceOverlay = 2131755321; - // aapt resource value: 0x7F0F013A - public const int ShapeAppearanceOverlay_BottomLeftDifferentCornerSize = 2131689786; + // aapt resource value: 0x7F10013A + public const int ShapeAppearanceOverlay_BottomLeftDifferentCornerSize = 2131755322; - // aapt resource value: 0x7F0F013B - public const int ShapeAppearanceOverlay_BottomRightCut = 2131689787; + // aapt resource value: 0x7F10013B + public const int ShapeAppearanceOverlay_BottomRightCut = 2131755323; - // aapt resource value: 0x7F0F013C - public const int ShapeAppearanceOverlay_Cut = 2131689788; + // aapt resource value: 0x7F10013C + public const int ShapeAppearanceOverlay_Cut = 2131755324; - // aapt resource value: 0x7F0F013D - public const int ShapeAppearanceOverlay_DifferentCornerSize = 2131689789; + // aapt resource value: 0x7F10013D + public const int ShapeAppearanceOverlay_DifferentCornerSize = 2131755325; - // aapt resource value: 0x7F0F013E - public const int ShapeAppearanceOverlay_MaterialComponents_BottomSheet = 2131689790; + // aapt resource value: 0x7F10013E + public const int ShapeAppearanceOverlay_MaterialComponents_BottomSheet = 2131755326; - // aapt resource value: 0x7F0F013F - public const int ShapeAppearanceOverlay_MaterialComponents_Chip = 2131689791; + // aapt resource value: 0x7F10013F + public const int ShapeAppearanceOverlay_MaterialComponents_Chip = 2131755327; - // aapt resource value: 0x7F0F0140 - public const int ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton = 2131689792; + // aapt resource value: 0x7F100140 + public const int ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton = 2131755328; - // aapt resource value: 0x7F0F0141 - public const int ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton = 2131689793; + // aapt resource value: 0x7F100141 + public const int ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton = 2131755329; - // aapt resource value: 0x7F0F0142 - public const int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day = 2131689794; + // aapt resource value: 0x7F100142 + public const int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day = 2131755330; - // aapt resource value: 0x7F0F0143 - public const int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen = 2131689795; + // aapt resource value: 0x7F100143 + public const int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen = 2131755331; - // aapt resource value: 0x7F0F0144 - public const int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year = 2131689796; + // aapt resource value: 0x7F100144 + public const int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year = 2131755332; - // aapt resource value: 0x7F0F0145 - public const int ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox = 2131689797; + // aapt resource value: 0x7F100145 + public const int ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox = 2131755333; - // aapt resource value: 0x7F0F0146 - public const int ShapeAppearanceOverlay_TopLeftCut = 2131689798; + // aapt resource value: 0x7F100146 + public const int ShapeAppearanceOverlay_TopLeftCut = 2131755334; - // aapt resource value: 0x7F0F0147 - public const int ShapeAppearanceOverlay_TopRightDifferentCornerSize = 2131689799; + // aapt resource value: 0x7F100147 + public const int ShapeAppearanceOverlay_TopRightDifferentCornerSize = 2131755335; - // aapt resource value: 0x7F0F0133 - public const int ShapeAppearance_MaterialComponents = 2131689779; + // aapt resource value: 0x7F100133 + public const int ShapeAppearance_MaterialComponents = 2131755315; - // aapt resource value: 0x7F0F0134 - public const int ShapeAppearance_MaterialComponents_LargeComponent = 2131689780; + // aapt resource value: 0x7F100134 + public const int ShapeAppearance_MaterialComponents_LargeComponent = 2131755316; - // aapt resource value: 0x7F0F0135 - public const int ShapeAppearance_MaterialComponents_MediumComponent = 2131689781; + // aapt resource value: 0x7F100135 + public const int ShapeAppearance_MaterialComponents_MediumComponent = 2131755317; - // aapt resource value: 0x7F0F0136 - public const int ShapeAppearance_MaterialComponents_SmallComponent = 2131689782; + // aapt resource value: 0x7F100136 + public const int ShapeAppearance_MaterialComponents_SmallComponent = 2131755318; - // aapt resource value: 0x7F0F0137 - public const int ShapeAppearance_MaterialComponents_Test = 2131689783; + // aapt resource value: 0x7F100137 + public const int ShapeAppearance_MaterialComponents_Test = 2131755319; - // aapt resource value: 0x7F0F0138 - public const int ShapeAppearance_MaterialComponents_Tooltip = 2131689784; + // aapt resource value: 0x7F100138 + public const int ShapeAppearance_MaterialComponents_Tooltip = 2131755320; - // aapt resource value: 0x7F0F014D - public const int TestStyleWithLineHeight = 2131689805; + // aapt resource value: 0x7F10014D + public const int TestStyleWithLineHeight = 2131755341; - // aapt resource value: 0x7F0F014E - public const int TestStyleWithLineHeightAppearance = 2131689806; + // aapt resource value: 0x7F10014E + public const int TestStyleWithLineHeightAppearance = 2131755342; - // aapt resource value: 0x7F0F0150 - public const int TestStyleWithoutLineHeight = 2131689808; + // aapt resource value: 0x7F100150 + public const int TestStyleWithoutLineHeight = 2131755344; - // aapt resource value: 0x7F0F014F - public const int TestStyleWithThemeLineHeightAttribute = 2131689807; + // aapt resource value: 0x7F10014F + public const int TestStyleWithThemeLineHeightAttribute = 2131755343; - // aapt resource value: 0x7F0F0151 - public const int TestThemeWithLineHeight = 2131689809; + // aapt resource value: 0x7F100151 + public const int TestThemeWithLineHeight = 2131755345; - // aapt resource value: 0x7F0F0152 - public const int TestThemeWithLineHeightDisabled = 2131689810; + // aapt resource value: 0x7F100152 + public const int TestThemeWithLineHeightDisabled = 2131755346; - // aapt resource value: 0x7F0F0148 - public const int Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day = 2131689800; + // aapt resource value: 0x7F100148 + public const int Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day = 2131755336; - // aapt resource value: 0x7F0F0149 - public const int Test_Theme_MaterialComponents_MaterialCalendar = 2131689801; + // aapt resource value: 0x7F100149 + public const int Test_Theme_MaterialComponents_MaterialCalendar = 2131755337; - // aapt resource value: 0x7F0F014A - public const int Test_Widget_MaterialComponents_MaterialCalendar = 2131689802; + // aapt resource value: 0x7F10014A + public const int Test_Widget_MaterialComponents_MaterialCalendar = 2131755338; - // aapt resource value: 0x7F0F014B - public const int Test_Widget_MaterialComponents_MaterialCalendar_Day = 2131689803; + // aapt resource value: 0x7F10014B + public const int Test_Widget_MaterialComponents_MaterialCalendar_Day = 2131755339; - // aapt resource value: 0x7F0F014C - public const int Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected = 2131689804; + // aapt resource value: 0x7F10014C + public const int Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected = 2131755340; - // aapt resource value: 0x7F0F0153 - public const int TextAppearance_AppCompat = 2131689811; + // aapt resource value: 0x7F100153 + public const int TextAppearance_AppCompat = 2131755347; - // aapt resource value: 0x7F0F0154 - public const int TextAppearance_AppCompat_Body1 = 2131689812; + // aapt resource value: 0x7F100154 + public const int TextAppearance_AppCompat_Body1 = 2131755348; - // aapt resource value: 0x7F0F0155 - public const int TextAppearance_AppCompat_Body2 = 2131689813; + // aapt resource value: 0x7F100155 + public const int TextAppearance_AppCompat_Body2 = 2131755349; - // aapt resource value: 0x7F0F0156 - public const int TextAppearance_AppCompat_Button = 2131689814; + // aapt resource value: 0x7F100156 + public const int TextAppearance_AppCompat_Button = 2131755350; - // aapt resource value: 0x7F0F0157 - public const int TextAppearance_AppCompat_Caption = 2131689815; + // aapt resource value: 0x7F100157 + public const int TextAppearance_AppCompat_Caption = 2131755351; - // aapt resource value: 0x7F0F0158 - public const int TextAppearance_AppCompat_Display1 = 2131689816; + // aapt resource value: 0x7F100158 + public const int TextAppearance_AppCompat_Display1 = 2131755352; - // aapt resource value: 0x7F0F0159 - public const int TextAppearance_AppCompat_Display2 = 2131689817; + // aapt resource value: 0x7F100159 + public const int TextAppearance_AppCompat_Display2 = 2131755353; - // aapt resource value: 0x7F0F015A - public const int TextAppearance_AppCompat_Display3 = 2131689818; + // aapt resource value: 0x7F10015A + public const int TextAppearance_AppCompat_Display3 = 2131755354; - // aapt resource value: 0x7F0F015B - public const int TextAppearance_AppCompat_Display4 = 2131689819; + // aapt resource value: 0x7F10015B + public const int TextAppearance_AppCompat_Display4 = 2131755355; - // aapt resource value: 0x7F0F015C - public const int TextAppearance_AppCompat_Headline = 2131689820; + // aapt resource value: 0x7F10015C + public const int TextAppearance_AppCompat_Headline = 2131755356; - // aapt resource value: 0x7F0F015D - public const int TextAppearance_AppCompat_Inverse = 2131689821; + // aapt resource value: 0x7F10015D + public const int TextAppearance_AppCompat_Inverse = 2131755357; - // aapt resource value: 0x7F0F015E - public const int TextAppearance_AppCompat_Large = 2131689822; + // aapt resource value: 0x7F10015E + public const int TextAppearance_AppCompat_Large = 2131755358; - // aapt resource value: 0x7F0F015F - public const int TextAppearance_AppCompat_Large_Inverse = 2131689823; + // aapt resource value: 0x7F10015F + public const int TextAppearance_AppCompat_Large_Inverse = 2131755359; - // aapt resource value: 0x7F0F0160 - public const int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 2131689824; + // aapt resource value: 0x7F100160 + public const int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 2131755360; - // aapt resource value: 0x7F0F0161 - public const int TextAppearance_AppCompat_Light_SearchResult_Title = 2131689825; + // aapt resource value: 0x7F100161 + public const int TextAppearance_AppCompat_Light_SearchResult_Title = 2131755361; - // aapt resource value: 0x7F0F0162 - public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131689826; + // aapt resource value: 0x7F100162 + public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131755362; - // aapt resource value: 0x7F0F0163 - public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131689827; + // aapt resource value: 0x7F100163 + public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131755363; - // aapt resource value: 0x7F0F0164 - public const int TextAppearance_AppCompat_Medium = 2131689828; + // aapt resource value: 0x7F100164 + public const int TextAppearance_AppCompat_Medium = 2131755364; - // aapt resource value: 0x7F0F0165 - public const int TextAppearance_AppCompat_Medium_Inverse = 2131689829; + // aapt resource value: 0x7F100165 + public const int TextAppearance_AppCompat_Medium_Inverse = 2131755365; - // aapt resource value: 0x7F0F0166 - public const int TextAppearance_AppCompat_Menu = 2131689830; + // aapt resource value: 0x7F100166 + public const int TextAppearance_AppCompat_Menu = 2131755366; - // aapt resource value: 0x7F0F0167 - public const int TextAppearance_AppCompat_SearchResult_Subtitle = 2131689831; + // aapt resource value: 0x7F100167 + public const int TextAppearance_AppCompat_SearchResult_Subtitle = 2131755367; - // aapt resource value: 0x7F0F0168 - public const int TextAppearance_AppCompat_SearchResult_Title = 2131689832; + // aapt resource value: 0x7F100168 + public const int TextAppearance_AppCompat_SearchResult_Title = 2131755368; - // aapt resource value: 0x7F0F0169 - public const int TextAppearance_AppCompat_Small = 2131689833; + // aapt resource value: 0x7F100169 + public const int TextAppearance_AppCompat_Small = 2131755369; - // aapt resource value: 0x7F0F016A - public const int TextAppearance_AppCompat_Small_Inverse = 2131689834; + // aapt resource value: 0x7F10016A + public const int TextAppearance_AppCompat_Small_Inverse = 2131755370; - // aapt resource value: 0x7F0F016B - public const int TextAppearance_AppCompat_Subhead = 2131689835; + // aapt resource value: 0x7F10016B + public const int TextAppearance_AppCompat_Subhead = 2131755371; - // aapt resource value: 0x7F0F016C - public const int TextAppearance_AppCompat_Subhead_Inverse = 2131689836; + // aapt resource value: 0x7F10016C + public const int TextAppearance_AppCompat_Subhead_Inverse = 2131755372; - // aapt resource value: 0x7F0F016D - public const int TextAppearance_AppCompat_Title = 2131689837; + // aapt resource value: 0x7F10016D + public const int TextAppearance_AppCompat_Title = 2131755373; - // aapt resource value: 0x7F0F016E - public const int TextAppearance_AppCompat_Title_Inverse = 2131689838; + // aapt resource value: 0x7F10016E + public const int TextAppearance_AppCompat_Title_Inverse = 2131755374; - // aapt resource value: 0x7F0F016F - public const int TextAppearance_AppCompat_Tooltip = 2131689839; + // aapt resource value: 0x7F10016F + public const int TextAppearance_AppCompat_Tooltip = 2131755375; - // aapt resource value: 0x7F0F0170 - public const int TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131689840; + // aapt resource value: 0x7F100170 + public const int TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131755376; - // aapt resource value: 0x7F0F0171 - public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131689841; + // aapt resource value: 0x7F100171 + public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131755377; - // aapt resource value: 0x7F0F0172 - public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131689842; + // aapt resource value: 0x7F100172 + public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131755378; - // aapt resource value: 0x7F0F0173 - public const int TextAppearance_AppCompat_Widget_ActionBar_Title = 2131689843; + // aapt resource value: 0x7F100173 + public const int TextAppearance_AppCompat_Widget_ActionBar_Title = 2131755379; - // aapt resource value: 0x7F0F0174 - public const int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131689844; + // aapt resource value: 0x7F100174 + public const int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131755380; - // aapt resource value: 0x7F0F0175 - public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131689845; + // aapt resource value: 0x7F100175 + public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131755381; - // aapt resource value: 0x7F0F0176 - public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 2131689846; + // aapt resource value: 0x7F100176 + public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 2131755382; - // aapt resource value: 0x7F0F0177 - public const int TextAppearance_AppCompat_Widget_ActionMode_Title = 2131689847; + // aapt resource value: 0x7F100177 + public const int TextAppearance_AppCompat_Widget_ActionMode_Title = 2131755383; - // aapt resource value: 0x7F0F0178 - public const int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 2131689848; + // aapt resource value: 0x7F100178 + public const int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 2131755384; - // aapt resource value: 0x7F0F0179 - public const int TextAppearance_AppCompat_Widget_Button = 2131689849; + // aapt resource value: 0x7F100179 + public const int TextAppearance_AppCompat_Widget_Button = 2131755385; - // aapt resource value: 0x7F0F017A - public const int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131689850; + // aapt resource value: 0x7F10017A + public const int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131755386; - // aapt resource value: 0x7F0F017B - public const int TextAppearance_AppCompat_Widget_Button_Colored = 2131689851; + // aapt resource value: 0x7F10017B + public const int TextAppearance_AppCompat_Widget_Button_Colored = 2131755387; - // aapt resource value: 0x7F0F017C - public const int TextAppearance_AppCompat_Widget_Button_Inverse = 2131689852; + // aapt resource value: 0x7F10017C + public const int TextAppearance_AppCompat_Widget_Button_Inverse = 2131755388; - // aapt resource value: 0x7F0F017D - public const int TextAppearance_AppCompat_Widget_DropDownItem = 2131689853; + // aapt resource value: 0x7F10017D + public const int TextAppearance_AppCompat_Widget_DropDownItem = 2131755389; - // aapt resource value: 0x7F0F017E - public const int TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131689854; + // aapt resource value: 0x7F10017E + public const int TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131755390; - // aapt resource value: 0x7F0F017F - public const int TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131689855; + // aapt resource value: 0x7F10017F + public const int TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131755391; - // aapt resource value: 0x7F0F0180 - public const int TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131689856; + // aapt resource value: 0x7F100180 + public const int TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131755392; - // aapt resource value: 0x7F0F0181 - public const int TextAppearance_AppCompat_Widget_Switch = 2131689857; + // aapt resource value: 0x7F100181 + public const int TextAppearance_AppCompat_Widget_Switch = 2131755393; - // aapt resource value: 0x7F0F0182 - public const int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131689858; + // aapt resource value: 0x7F100182 + public const int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131755394; - // aapt resource value: 0x7F0F0183 - public const int TextAppearance_Compat_Notification = 2131689859; + // aapt resource value: 0x7F100183 + public const int TextAppearance_Compat_Notification = 2131755395; - // aapt resource value: 0x7F0F0184 - public const int TextAppearance_Compat_Notification_Info = 2131689860; + // aapt resource value: 0x7F100184 + public const int TextAppearance_Compat_Notification_Info = 2131755396; - // aapt resource value: 0x7F0F0185 - public const int TextAppearance_Compat_Notification_Info_Media = 2131689861; + // aapt resource value: 0x7F100185 + public const int TextAppearance_Compat_Notification_Info_Media = 2131755397; - // aapt resource value: 0x7F0F0186 - public const int TextAppearance_Compat_Notification_Line2 = 2131689862; + // aapt resource value: 0x7F100186 + public const int TextAppearance_Compat_Notification_Line2 = 2131755398; - // aapt resource value: 0x7F0F0187 - public const int TextAppearance_Compat_Notification_Line2_Media = 2131689863; + // aapt resource value: 0x7F100187 + public const int TextAppearance_Compat_Notification_Line2_Media = 2131755399; - // aapt resource value: 0x7F0F0188 - public const int TextAppearance_Compat_Notification_Media = 2131689864; + // aapt resource value: 0x7F100188 + public const int TextAppearance_Compat_Notification_Media = 2131755400; - // aapt resource value: 0x7F0F0189 - public const int TextAppearance_Compat_Notification_Time = 2131689865; + // aapt resource value: 0x7F100189 + public const int TextAppearance_Compat_Notification_Time = 2131755401; - // aapt resource value: 0x7F0F018A - public const int TextAppearance_Compat_Notification_Time_Media = 2131689866; + // aapt resource value: 0x7F10018A + public const int TextAppearance_Compat_Notification_Time_Media = 2131755402; - // aapt resource value: 0x7F0F018B - public const int TextAppearance_Compat_Notification_Title = 2131689867; + // aapt resource value: 0x7F10018B + public const int TextAppearance_Compat_Notification_Title = 2131755403; - // aapt resource value: 0x7F0F018C - public const int TextAppearance_Compat_Notification_Title_Media = 2131689868; + // aapt resource value: 0x7F10018C + public const int TextAppearance_Compat_Notification_Title_Media = 2131755404; - // aapt resource value: 0x7F0F018D - public const int TextAppearance_Design_CollapsingToolbar_Expanded = 2131689869; + // aapt resource value: 0x7F10018D + public const int TextAppearance_Design_CollapsingToolbar_Expanded = 2131755405; - // aapt resource value: 0x7F0F018E - public const int TextAppearance_Design_Counter = 2131689870; + // aapt resource value: 0x7F10018E + public const int TextAppearance_Design_Counter = 2131755406; - // aapt resource value: 0x7F0F018F - public const int TextAppearance_Design_Counter_Overflow = 2131689871; + // aapt resource value: 0x7F10018F + public const int TextAppearance_Design_Counter_Overflow = 2131755407; - // aapt resource value: 0x7F0F0190 - public const int TextAppearance_Design_Error = 2131689872; + // aapt resource value: 0x7F100190 + public const int TextAppearance_Design_Error = 2131755408; - // aapt resource value: 0x7F0F0191 - public const int TextAppearance_Design_HelperText = 2131689873; + // aapt resource value: 0x7F100191 + public const int TextAppearance_Design_HelperText = 2131755409; - // aapt resource value: 0x7F0F0192 - public const int TextAppearance_Design_Hint = 2131689874; + // aapt resource value: 0x7F100192 + public const int TextAppearance_Design_Hint = 2131755410; - // aapt resource value: 0x7F0F0193 - public const int TextAppearance_Design_Placeholder = 2131689875; + // aapt resource value: 0x7F100193 + public const int TextAppearance_Design_Placeholder = 2131755411; - // aapt resource value: 0x7F0F0194 - public const int TextAppearance_Design_Prefix = 2131689876; + // aapt resource value: 0x7F100194 + public const int TextAppearance_Design_Prefix = 2131755412; - // aapt resource value: 0x7F0F0195 - public const int TextAppearance_Design_Snackbar_Message = 2131689877; + // aapt resource value: 0x7F100195 + public const int TextAppearance_Design_Snackbar_Message = 2131755413; - // aapt resource value: 0x7F0F0196 - public const int TextAppearance_Design_Suffix = 2131689878; + // aapt resource value: 0x7F100196 + public const int TextAppearance_Design_Suffix = 2131755414; - // aapt resource value: 0x7F0F0197 - public const int TextAppearance_Design_Tab = 2131689879; + // aapt resource value: 0x7F100197 + public const int TextAppearance_Design_Tab = 2131755415; - // aapt resource value: 0x7F0F0198 - public const int TextAppearance_MaterialComponents_Badge = 2131689880; + // aapt resource value: 0x7F100198 + public const int TextAppearance_MaterialComponents_Badge = 2131755416; - // aapt resource value: 0x7F0F0199 - public const int TextAppearance_MaterialComponents_Body1 = 2131689881; + // aapt resource value: 0x7F100199 + public const int TextAppearance_MaterialComponents_Body1 = 2131755417; - // aapt resource value: 0x7F0F019A - public const int TextAppearance_MaterialComponents_Body2 = 2131689882; + // aapt resource value: 0x7F10019A + public const int TextAppearance_MaterialComponents_Body2 = 2131755418; - // aapt resource value: 0x7F0F019B - public const int TextAppearance_MaterialComponents_Button = 2131689883; + // aapt resource value: 0x7F10019B + public const int TextAppearance_MaterialComponents_Button = 2131755419; - // aapt resource value: 0x7F0F019C - public const int TextAppearance_MaterialComponents_Caption = 2131689884; + // aapt resource value: 0x7F10019C + public const int TextAppearance_MaterialComponents_Caption = 2131755420; - // aapt resource value: 0x7F0F019D - public const int TextAppearance_MaterialComponents_Chip = 2131689885; + // aapt resource value: 0x7F10019D + public const int TextAppearance_MaterialComponents_Chip = 2131755421; - // aapt resource value: 0x7F0F019E - public const int TextAppearance_MaterialComponents_Headline1 = 2131689886; + // aapt resource value: 0x7F10019E + public const int TextAppearance_MaterialComponents_Headline1 = 2131755422; - // aapt resource value: 0x7F0F019F - public const int TextAppearance_MaterialComponents_Headline2 = 2131689887; + // aapt resource value: 0x7F10019F + public const int TextAppearance_MaterialComponents_Headline2 = 2131755423; - // aapt resource value: 0x7F0F01A0 - public const int TextAppearance_MaterialComponents_Headline3 = 2131689888; + // aapt resource value: 0x7F1001A0 + public const int TextAppearance_MaterialComponents_Headline3 = 2131755424; - // aapt resource value: 0x7F0F01A1 - public const int TextAppearance_MaterialComponents_Headline4 = 2131689889; + // aapt resource value: 0x7F1001A1 + public const int TextAppearance_MaterialComponents_Headline4 = 2131755425; - // aapt resource value: 0x7F0F01A2 - public const int TextAppearance_MaterialComponents_Headline5 = 2131689890; + // aapt resource value: 0x7F1001A2 + public const int TextAppearance_MaterialComponents_Headline5 = 2131755426; - // aapt resource value: 0x7F0F01A3 - public const int TextAppearance_MaterialComponents_Headline6 = 2131689891; + // aapt resource value: 0x7F1001A3 + public const int TextAppearance_MaterialComponents_Headline6 = 2131755427; - // aapt resource value: 0x7F0F01A4 - public const int TextAppearance_MaterialComponents_Overline = 2131689892; + // aapt resource value: 0x7F1001A4 + public const int TextAppearance_MaterialComponents_Overline = 2131755428; - // aapt resource value: 0x7F0F01A5 - public const int TextAppearance_MaterialComponents_Subtitle1 = 2131689893; + // aapt resource value: 0x7F1001A5 + public const int TextAppearance_MaterialComponents_Subtitle1 = 2131755429; - // aapt resource value: 0x7F0F01A6 - public const int TextAppearance_MaterialComponents_Subtitle2 = 2131689894; + // aapt resource value: 0x7F1001A6 + public const int TextAppearance_MaterialComponents_Subtitle2 = 2131755430; - // aapt resource value: 0x7F0F01A7 - public const int TextAppearance_MaterialComponents_TimePicker_Title = 2131689895; + // aapt resource value: 0x7F1001A7 + public const int TextAppearance_MaterialComponents_TimePicker_Title = 2131755431; - // aapt resource value: 0x7F0F01A8 - public const int TextAppearance_MaterialComponents_Tooltip = 2131689896; + // aapt resource value: 0x7F1001A8 + public const int TextAppearance_MaterialComponents_Tooltip = 2131755432; - // aapt resource value: 0x7F0F01A9 - public const int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131689897; + // aapt resource value: 0x7F1001A9 + public const int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131755433; - // aapt resource value: 0x7F0F01AA - public const int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131689898; + // aapt resource value: 0x7F1001AA + public const int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131755434; - // aapt resource value: 0x7F0F01AB - public const int TextAppearance_Widget_AppCompat_Toolbar_Title = 2131689899; + // aapt resource value: 0x7F1001AB + public const int TextAppearance_Widget_AppCompat_Toolbar_Title = 2131755435; - // aapt resource value: 0x7F0F0229 - public const int ThemeOverlayColorAccentRed = 2131690025; + // aapt resource value: 0x7F100229 + public const int ThemeOverlayColorAccentRed = 2131755561; - // aapt resource value: 0x7F0F01F9 - public const int ThemeOverlay_AppCompat = 2131689977; + // aapt resource value: 0x7F1001F9 + public const int ThemeOverlay_AppCompat = 2131755513; - // aapt resource value: 0x7F0F01FA - public const int ThemeOverlay_AppCompat_ActionBar = 2131689978; + // aapt resource value: 0x7F1001FA + public const int ThemeOverlay_AppCompat_ActionBar = 2131755514; - // aapt resource value: 0x7F0F01FB - public const int ThemeOverlay_AppCompat_Dark = 2131689979; + // aapt resource value: 0x7F1001FB + public const int ThemeOverlay_AppCompat_Dark = 2131755515; - // aapt resource value: 0x7F0F01FC - public const int ThemeOverlay_AppCompat_Dark_ActionBar = 2131689980; + // aapt resource value: 0x7F1001FC + public const int ThemeOverlay_AppCompat_Dark_ActionBar = 2131755516; - // aapt resource value: 0x7F0F01FD - public const int ThemeOverlay_AppCompat_DayNight = 2131689981; + // aapt resource value: 0x7F1001FD + public const int ThemeOverlay_AppCompat_DayNight = 2131755517; - // aapt resource value: 0x7F0F01FE - public const int ThemeOverlay_AppCompat_DayNight_ActionBar = 2131689982; + // aapt resource value: 0x7F1001FE + public const int ThemeOverlay_AppCompat_DayNight_ActionBar = 2131755518; - // aapt resource value: 0x7F0F01FF - public const int ThemeOverlay_AppCompat_Dialog = 2131689983; + // aapt resource value: 0x7F1001FF + public const int ThemeOverlay_AppCompat_Dialog = 2131755519; - // aapt resource value: 0x7F0F0200 - public const int ThemeOverlay_AppCompat_Dialog_Alert = 2131689984; + // aapt resource value: 0x7F100200 + public const int ThemeOverlay_AppCompat_Dialog_Alert = 2131755520; - // aapt resource value: 0x7F0F0201 - public const int ThemeOverlay_AppCompat_Light = 2131689985; + // aapt resource value: 0x7F100201 + public const int ThemeOverlay_AppCompat_Light = 2131755521; - // aapt resource value: 0x7F0F0202 - public const int ThemeOverlay_Design_TextInputEditText = 2131689986; + // aapt resource value: 0x7F100202 + public const int ThemeOverlay_Design_TextInputEditText = 2131755522; - // aapt resource value: 0x7F0F0203 - public const int ThemeOverlay_MaterialComponents = 2131689987; + // aapt resource value: 0x7F100203 + public const int ThemeOverlay_MaterialComponents = 2131755523; - // aapt resource value: 0x7F0F0204 - public const int ThemeOverlay_MaterialComponents_ActionBar = 2131689988; + // aapt resource value: 0x7F100204 + public const int ThemeOverlay_MaterialComponents_ActionBar = 2131755524; - // aapt resource value: 0x7F0F0205 - public const int ThemeOverlay_MaterialComponents_ActionBar_Primary = 2131689989; + // aapt resource value: 0x7F100205 + public const int ThemeOverlay_MaterialComponents_ActionBar_Primary = 2131755525; - // aapt resource value: 0x7F0F0206 - public const int ThemeOverlay_MaterialComponents_ActionBar_Surface = 2131689990; + // aapt resource value: 0x7F100206 + public const int ThemeOverlay_MaterialComponents_ActionBar_Surface = 2131755526; - // aapt resource value: 0x7F0F0207 - public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView = 2131689991; + // aapt resource value: 0x7F100207 + public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView = 2131755527; - // aapt resource value: 0x7F0F0208 - public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox = 2131689992; + // aapt resource value: 0x7F100208 + public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox = 2131755528; - // aapt resource value: 0x7F0F0209 - public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense = 2131689993; + // aapt resource value: 0x7F100209 + public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense = 2131755529; - // aapt resource value: 0x7F0F020A - public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox = 2131689994; + // aapt resource value: 0x7F10020A + public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox = 2131755530; - // aapt resource value: 0x7F0F020B - public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense = 2131689995; + // aapt resource value: 0x7F10020B + public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense = 2131755531; - // aapt resource value: 0x7F0F020C - public const int ThemeOverlay_MaterialComponents_BottomAppBar_Primary = 2131689996; + // aapt resource value: 0x7F10020C + public const int ThemeOverlay_MaterialComponents_BottomAppBar_Primary = 2131755532; - // aapt resource value: 0x7F0F020D - public const int ThemeOverlay_MaterialComponents_BottomAppBar_Surface = 2131689997; + // aapt resource value: 0x7F10020D + public const int ThemeOverlay_MaterialComponents_BottomAppBar_Surface = 2131755533; - // aapt resource value: 0x7F0F020E - public const int ThemeOverlay_MaterialComponents_BottomSheetDialog = 2131689998; + // aapt resource value: 0x7F10020E + public const int ThemeOverlay_MaterialComponents_BottomSheetDialog = 2131755534; - // aapt resource value: 0x7F0F020F - public const int ThemeOverlay_MaterialComponents_Dark = 2131689999; + // aapt resource value: 0x7F10020F + public const int ThemeOverlay_MaterialComponents_Dark = 2131755535; - // aapt resource value: 0x7F0F0210 - public const int ThemeOverlay_MaterialComponents_Dark_ActionBar = 2131690000; + // aapt resource value: 0x7F100210 + public const int ThemeOverlay_MaterialComponents_Dark_ActionBar = 2131755536; - // aapt resource value: 0x7F0F0211 - public const int ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog = 2131690001; + // aapt resource value: 0x7F100211 + public const int ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog = 2131755537; - // aapt resource value: 0x7F0F0212 - public const int ThemeOverlay_MaterialComponents_Dialog = 2131690002; + // aapt resource value: 0x7F100212 + public const int ThemeOverlay_MaterialComponents_Dialog = 2131755538; - // aapt resource value: 0x7F0F0213 - public const int ThemeOverlay_MaterialComponents_Dialog_Alert = 2131690003; + // aapt resource value: 0x7F100213 + public const int ThemeOverlay_MaterialComponents_Dialog_Alert = 2131755539; - // aapt resource value: 0x7F0F0214 - public const int ThemeOverlay_MaterialComponents_Dialog_Alert_Framework = 2131690004; + // aapt resource value: 0x7F100214 + public const int ThemeOverlay_MaterialComponents_Dialog_Alert_Framework = 2131755540; - // aapt resource value: 0x7F0F0215 - public const int ThemeOverlay_MaterialComponents_Light = 2131690005; + // aapt resource value: 0x7F100215 + public const int ThemeOverlay_MaterialComponents_Light = 2131755541; - // aapt resource value: 0x7F0F0216 - public const int ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework = 2131690006; + // aapt resource value: 0x7F100216 + public const int ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework = 2131755542; - // aapt resource value: 0x7F0F0217 - public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog = 2131690007; + // aapt resource value: 0x7F100217 + public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog = 2131755543; - // aapt resource value: 0x7F0F0218 - public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered = 2131690008; + // aapt resource value: 0x7F100218 + public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered = 2131755544; - // aapt resource value: 0x7F0F0219 - public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date = 2131690009; + // aapt resource value: 0x7F100219 + public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date = 2131755545; - // aapt resource value: 0x7F0F021A - public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar = 2131690010; + // aapt resource value: 0x7F10021A + public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar = 2131755546; - // aapt resource value: 0x7F0F021B - public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text = 2131690011; + // aapt resource value: 0x7F10021B + public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text = 2131755547; - // aapt resource value: 0x7F0F021C - public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day = 2131690012; + // aapt resource value: 0x7F10021C + public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day = 2131755548; - // aapt resource value: 0x7F0F021D - public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner = 2131690013; + // aapt resource value: 0x7F10021D + public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner = 2131755549; - // aapt resource value: 0x7F0F021E - public const int ThemeOverlay_MaterialComponents_MaterialCalendar = 2131690014; + // aapt resource value: 0x7F10021E + public const int ThemeOverlay_MaterialComponents_MaterialCalendar = 2131755550; - // aapt resource value: 0x7F0F021F - public const int ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen = 2131690015; + // aapt resource value: 0x7F10021F + public const int ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen = 2131755551; - // aapt resource value: 0x7F0F0220 - public const int ThemeOverlay_MaterialComponents_TextInputEditText = 2131690016; + // aapt resource value: 0x7F100220 + public const int ThemeOverlay_MaterialComponents_TextInputEditText = 2131755552; - // aapt resource value: 0x7F0F0221 - public const int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox = 2131690017; + // aapt resource value: 0x7F100221 + public const int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox = 2131755553; - // aapt resource value: 0x7F0F0222 - public const int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense = 2131690018; + // aapt resource value: 0x7F100222 + public const int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense = 2131755554; - // aapt resource value: 0x7F0F0223 - public const int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox = 2131690019; + // aapt resource value: 0x7F100223 + public const int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox = 2131755555; - // aapt resource value: 0x7F0F0224 - public const int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 2131690020; + // aapt resource value: 0x7F100224 + public const int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 2131755556; - // aapt resource value: 0x7F0F0225 - public const int ThemeOverlay_MaterialComponents_TimePicker = 2131690021; + // aapt resource value: 0x7F100225 + public const int ThemeOverlay_MaterialComponents_TimePicker = 2131755557; - // aapt resource value: 0x7F0F0226 - public const int ThemeOverlay_MaterialComponents_TimePicker_Display = 2131690022; + // aapt resource value: 0x7F100226 + public const int ThemeOverlay_MaterialComponents_TimePicker_Display = 2131755558; - // aapt resource value: 0x7F0F0227 - public const int ThemeOverlay_MaterialComponents_Toolbar_Primary = 2131690023; + // aapt resource value: 0x7F100227 + public const int ThemeOverlay_MaterialComponents_Toolbar_Primary = 2131755559; - // aapt resource value: 0x7F0F0228 - public const int ThemeOverlay_MaterialComponents_Toolbar_Surface = 2131690024; + // aapt resource value: 0x7F100228 + public const int ThemeOverlay_MaterialComponents_Toolbar_Surface = 2131755560; - // aapt resource value: 0x7F0F01AC - public const int Theme_AppCompat = 2131689900; + // aapt resource value: 0x7F1001AC + public const int Theme_AppCompat = 2131755436; - // aapt resource value: 0x7F0F01AD - public const int Theme_AppCompat_CompactMenu = 2131689901; + // aapt resource value: 0x7F1001AD + public const int Theme_AppCompat_CompactMenu = 2131755437; - // aapt resource value: 0x7F0F01AE - public const int Theme_AppCompat_DayNight = 2131689902; + // aapt resource value: 0x7F1001AE + public const int Theme_AppCompat_DayNight = 2131755438; - // aapt resource value: 0x7F0F01AF - public const int Theme_AppCompat_DayNight_DarkActionBar = 2131689903; + // aapt resource value: 0x7F1001AF + public const int Theme_AppCompat_DayNight_DarkActionBar = 2131755439; - // aapt resource value: 0x7F0F01B0 - public const int Theme_AppCompat_DayNight_Dialog = 2131689904; + // aapt resource value: 0x7F1001B0 + public const int Theme_AppCompat_DayNight_Dialog = 2131755440; - // aapt resource value: 0x7F0F01B3 - public const int Theme_AppCompat_DayNight_DialogWhenLarge = 2131689907; + // aapt resource value: 0x7F1001B3 + public const int Theme_AppCompat_DayNight_DialogWhenLarge = 2131755443; - // aapt resource value: 0x7F0F01B1 - public const int Theme_AppCompat_DayNight_Dialog_Alert = 2131689905; + // aapt resource value: 0x7F1001B1 + public const int Theme_AppCompat_DayNight_Dialog_Alert = 2131755441; - // aapt resource value: 0x7F0F01B2 - public const int Theme_AppCompat_DayNight_Dialog_MinWidth = 2131689906; + // aapt resource value: 0x7F1001B2 + public const int Theme_AppCompat_DayNight_Dialog_MinWidth = 2131755442; - // aapt resource value: 0x7F0F01B4 - public const int Theme_AppCompat_DayNight_NoActionBar = 2131689908; + // aapt resource value: 0x7F1001B4 + public const int Theme_AppCompat_DayNight_NoActionBar = 2131755444; - // aapt resource value: 0x7F0F01B5 - public const int Theme_AppCompat_Dialog = 2131689909; + // aapt resource value: 0x7F1001B5 + public const int Theme_AppCompat_Dialog = 2131755445; - // aapt resource value: 0x7F0F01B8 - public const int Theme_AppCompat_DialogWhenLarge = 2131689912; + // aapt resource value: 0x7F1001B8 + public const int Theme_AppCompat_DialogWhenLarge = 2131755448; - // aapt resource value: 0x7F0F01B6 - public const int Theme_AppCompat_Dialog_Alert = 2131689910; + // aapt resource value: 0x7F1001B6 + public const int Theme_AppCompat_Dialog_Alert = 2131755446; - // aapt resource value: 0x7F0F01B7 - public const int Theme_AppCompat_Dialog_MinWidth = 2131689911; + // aapt resource value: 0x7F1001B7 + public const int Theme_AppCompat_Dialog_MinWidth = 2131755447; - // aapt resource value: 0x7F0F01B9 - public const int Theme_AppCompat_Empty = 2131689913; + // aapt resource value: 0x7F1001B9 + public const int Theme_AppCompat_Empty = 2131755449; - // aapt resource value: 0x7F0F01BA - public const int Theme_AppCompat_Light = 2131689914; + // aapt resource value: 0x7F1001BA + public const int Theme_AppCompat_Light = 2131755450; - // aapt resource value: 0x7F0F01BB - public const int Theme_AppCompat_Light_DarkActionBar = 2131689915; + // aapt resource value: 0x7F1001BB + public const int Theme_AppCompat_Light_DarkActionBar = 2131755451; - // aapt resource value: 0x7F0F01BC - public const int Theme_AppCompat_Light_Dialog = 2131689916; + // aapt resource value: 0x7F1001BC + public const int Theme_AppCompat_Light_Dialog = 2131755452; - // aapt resource value: 0x7F0F01BF - public const int Theme_AppCompat_Light_DialogWhenLarge = 2131689919; + // aapt resource value: 0x7F1001BF + public const int Theme_AppCompat_Light_DialogWhenLarge = 2131755455; - // aapt resource value: 0x7F0F01BD - public const int Theme_AppCompat_Light_Dialog_Alert = 2131689917; + // aapt resource value: 0x7F1001BD + public const int Theme_AppCompat_Light_Dialog_Alert = 2131755453; - // aapt resource value: 0x7F0F01BE - public const int Theme_AppCompat_Light_Dialog_MinWidth = 2131689918; + // aapt resource value: 0x7F1001BE + public const int Theme_AppCompat_Light_Dialog_MinWidth = 2131755454; - // aapt resource value: 0x7F0F01C0 - public const int Theme_AppCompat_Light_NoActionBar = 2131689920; + // aapt resource value: 0x7F1001C0 + public const int Theme_AppCompat_Light_NoActionBar = 2131755456; - // aapt resource value: 0x7F0F01C1 - public const int Theme_AppCompat_NoActionBar = 2131689921; + // aapt resource value: 0x7F1001C1 + public const int Theme_AppCompat_NoActionBar = 2131755457; - // aapt resource value: 0x7F0F01C2 - public const int Theme_Design = 2131689922; + // aapt resource value: 0x7F1001C2 + public const int Theme_Design = 2131755458; - // aapt resource value: 0x7F0F01C3 - public const int Theme_Design_BottomSheetDialog = 2131689923; + // aapt resource value: 0x7F1001C3 + public const int Theme_Design_BottomSheetDialog = 2131755459; - // aapt resource value: 0x7F0F01C4 - public const int Theme_Design_Light = 2131689924; + // aapt resource value: 0x7F1001C4 + public const int Theme_Design_Light = 2131755460; - // aapt resource value: 0x7F0F01C5 - public const int Theme_Design_Light_BottomSheetDialog = 2131689925; + // aapt resource value: 0x7F1001C5 + public const int Theme_Design_Light_BottomSheetDialog = 2131755461; - // aapt resource value: 0x7F0F01C6 - public const int Theme_Design_Light_NoActionBar = 2131689926; + // aapt resource value: 0x7F1001C6 + public const int Theme_Design_Light_NoActionBar = 2131755462; - // aapt resource value: 0x7F0F01C7 - public const int Theme_Design_NoActionBar = 2131689927; + // aapt resource value: 0x7F1001C7 + public const int Theme_Design_NoActionBar = 2131755463; - // aapt resource value: 0x7F0F01C8 - public const int Theme_MaterialComponents = 2131689928; + // aapt resource value: 0x7F1001C8 + public const int Theme_MaterialComponents = 2131755464; - // aapt resource value: 0x7F0F01C9 - public const int Theme_MaterialComponents_BottomSheetDialog = 2131689929; + // aapt resource value: 0x7F1001C9 + public const int Theme_MaterialComponents_BottomSheetDialog = 2131755465; - // aapt resource value: 0x7F0F01CA - public const int Theme_MaterialComponents_Bridge = 2131689930; + // aapt resource value: 0x7F1001CA + public const int Theme_MaterialComponents_Bridge = 2131755466; - // aapt resource value: 0x7F0F01CB - public const int Theme_MaterialComponents_CompactMenu = 2131689931; + // aapt resource value: 0x7F1001CB + public const int Theme_MaterialComponents_CompactMenu = 2131755467; - // aapt resource value: 0x7F0F01CC - public const int Theme_MaterialComponents_DayNight = 2131689932; + // aapt resource value: 0x7F1001CC + public const int Theme_MaterialComponents_DayNight = 2131755468; - // aapt resource value: 0x7F0F01CD - public const int Theme_MaterialComponents_DayNight_BottomSheetDialog = 2131689933; + // aapt resource value: 0x7F1001CD + public const int Theme_MaterialComponents_DayNight_BottomSheetDialog = 2131755469; - // aapt resource value: 0x7F0F01CE - public const int Theme_MaterialComponents_DayNight_Bridge = 2131689934; + // aapt resource value: 0x7F1001CE + public const int Theme_MaterialComponents_DayNight_Bridge = 2131755470; - // aapt resource value: 0x7F0F01CF - public const int Theme_MaterialComponents_DayNight_DarkActionBar = 2131689935; + // aapt resource value: 0x7F1001CF + public const int Theme_MaterialComponents_DayNight_DarkActionBar = 2131755471; - // aapt resource value: 0x7F0F01D0 - public const int Theme_MaterialComponents_DayNight_DarkActionBar_Bridge = 2131689936; + // aapt resource value: 0x7F1001D0 + public const int Theme_MaterialComponents_DayNight_DarkActionBar_Bridge = 2131755472; - // aapt resource value: 0x7F0F01D1 - public const int Theme_MaterialComponents_DayNight_Dialog = 2131689937; + // aapt resource value: 0x7F1001D1 + public const int Theme_MaterialComponents_DayNight_Dialog = 2131755473; - // aapt resource value: 0x7F0F01D9 - public const int Theme_MaterialComponents_DayNight_DialogWhenLarge = 2131689945; + // aapt resource value: 0x7F1001D9 + public const int Theme_MaterialComponents_DayNight_DialogWhenLarge = 2131755481; - // aapt resource value: 0x7F0F01D2 - public const int Theme_MaterialComponents_DayNight_Dialog_Alert = 2131689938; + // aapt resource value: 0x7F1001D2 + public const int Theme_MaterialComponents_DayNight_Dialog_Alert = 2131755474; - // aapt resource value: 0x7F0F01D3 - public const int Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge = 2131689939; + // aapt resource value: 0x7F1001D3 + public const int Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge = 2131755475; - // aapt resource value: 0x7F0F01D4 - public const int Theme_MaterialComponents_DayNight_Dialog_Bridge = 2131689940; + // aapt resource value: 0x7F1001D4 + public const int Theme_MaterialComponents_DayNight_Dialog_Bridge = 2131755476; - // aapt resource value: 0x7F0F01D5 - public const int Theme_MaterialComponents_DayNight_Dialog_FixedSize = 2131689941; + // aapt resource value: 0x7F1001D5 + public const int Theme_MaterialComponents_DayNight_Dialog_FixedSize = 2131755477; - // aapt resource value: 0x7F0F01D6 - public const int Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge = 2131689942; + // aapt resource value: 0x7F1001D6 + public const int Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge = 2131755478; - // aapt resource value: 0x7F0F01D7 - public const int Theme_MaterialComponents_DayNight_Dialog_MinWidth = 2131689943; + // aapt resource value: 0x7F1001D7 + public const int Theme_MaterialComponents_DayNight_Dialog_MinWidth = 2131755479; - // aapt resource value: 0x7F0F01D8 - public const int Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge = 2131689944; + // aapt resource value: 0x7F1001D8 + public const int Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge = 2131755480; - // aapt resource value: 0x7F0F01DA - public const int Theme_MaterialComponents_DayNight_NoActionBar = 2131689946; + // aapt resource value: 0x7F1001DA + public const int Theme_MaterialComponents_DayNight_NoActionBar = 2131755482; - // aapt resource value: 0x7F0F01DB - public const int Theme_MaterialComponents_DayNight_NoActionBar_Bridge = 2131689947; + // aapt resource value: 0x7F1001DB + public const int Theme_MaterialComponents_DayNight_NoActionBar_Bridge = 2131755483; - // aapt resource value: 0x7F0F01DC - public const int Theme_MaterialComponents_Dialog = 2131689948; + // aapt resource value: 0x7F1001DC + public const int Theme_MaterialComponents_Dialog = 2131755484; - // aapt resource value: 0x7F0F01E4 - public const int Theme_MaterialComponents_DialogWhenLarge = 2131689956; + // aapt resource value: 0x7F1001E4 + public const int Theme_MaterialComponents_DialogWhenLarge = 2131755492; - // aapt resource value: 0x7F0F01DD - public const int Theme_MaterialComponents_Dialog_Alert = 2131689949; + // aapt resource value: 0x7F1001DD + public const int Theme_MaterialComponents_Dialog_Alert = 2131755485; - // aapt resource value: 0x7F0F01DE - public const int Theme_MaterialComponents_Dialog_Alert_Bridge = 2131689950; + // aapt resource value: 0x7F1001DE + public const int Theme_MaterialComponents_Dialog_Alert_Bridge = 2131755486; - // aapt resource value: 0x7F0F01DF - public const int Theme_MaterialComponents_Dialog_Bridge = 2131689951; + // aapt resource value: 0x7F1001DF + public const int Theme_MaterialComponents_Dialog_Bridge = 2131755487; - // aapt resource value: 0x7F0F01E0 - public const int Theme_MaterialComponents_Dialog_FixedSize = 2131689952; + // aapt resource value: 0x7F1001E0 + public const int Theme_MaterialComponents_Dialog_FixedSize = 2131755488; - // aapt resource value: 0x7F0F01E1 - public const int Theme_MaterialComponents_Dialog_FixedSize_Bridge = 2131689953; + // aapt resource value: 0x7F1001E1 + public const int Theme_MaterialComponents_Dialog_FixedSize_Bridge = 2131755489; - // aapt resource value: 0x7F0F01E2 - public const int Theme_MaterialComponents_Dialog_MinWidth = 2131689954; + // aapt resource value: 0x7F1001E2 + public const int Theme_MaterialComponents_Dialog_MinWidth = 2131755490; - // aapt resource value: 0x7F0F01E3 - public const int Theme_MaterialComponents_Dialog_MinWidth_Bridge = 2131689955; + // aapt resource value: 0x7F1001E3 + public const int Theme_MaterialComponents_Dialog_MinWidth_Bridge = 2131755491; - // aapt resource value: 0x7F0F01E5 - public const int Theme_MaterialComponents_Light = 2131689957; + // aapt resource value: 0x7F1001E5 + public const int Theme_MaterialComponents_Light = 2131755493; - // aapt resource value: 0x7F0F01E6 - public const int Theme_MaterialComponents_Light_BarSize = 2131689958; + // aapt resource value: 0x7F1001E6 + public const int Theme_MaterialComponents_Light_BarSize = 2131755494; - // aapt resource value: 0x7F0F01E7 - public const int Theme_MaterialComponents_Light_BottomSheetDialog = 2131689959; + // aapt resource value: 0x7F1001E7 + public const int Theme_MaterialComponents_Light_BottomSheetDialog = 2131755495; - // aapt resource value: 0x7F0F01E8 - public const int Theme_MaterialComponents_Light_Bridge = 2131689960; + // aapt resource value: 0x7F1001E8 + public const int Theme_MaterialComponents_Light_Bridge = 2131755496; - // aapt resource value: 0x7F0F01E9 - public const int Theme_MaterialComponents_Light_DarkActionBar = 2131689961; + // aapt resource value: 0x7F1001E9 + public const int Theme_MaterialComponents_Light_DarkActionBar = 2131755497; - // aapt resource value: 0x7F0F01EA - public const int Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131689962; + // aapt resource value: 0x7F1001EA + public const int Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131755498; - // aapt resource value: 0x7F0F01EB - public const int Theme_MaterialComponents_Light_Dialog = 2131689963; + // aapt resource value: 0x7F1001EB + public const int Theme_MaterialComponents_Light_Dialog = 2131755499; - // aapt resource value: 0x7F0F01F3 - public const int Theme_MaterialComponents_Light_DialogWhenLarge = 2131689971; + // aapt resource value: 0x7F1001F3 + public const int Theme_MaterialComponents_Light_DialogWhenLarge = 2131755507; - // aapt resource value: 0x7F0F01EC - public const int Theme_MaterialComponents_Light_Dialog_Alert = 2131689964; + // aapt resource value: 0x7F1001EC + public const int Theme_MaterialComponents_Light_Dialog_Alert = 2131755500; - // aapt resource value: 0x7F0F01ED - public const int Theme_MaterialComponents_Light_Dialog_Alert_Bridge = 2131689965; + // aapt resource value: 0x7F1001ED + public const int Theme_MaterialComponents_Light_Dialog_Alert_Bridge = 2131755501; - // aapt resource value: 0x7F0F01EE - public const int Theme_MaterialComponents_Light_Dialog_Bridge = 2131689966; + // aapt resource value: 0x7F1001EE + public const int Theme_MaterialComponents_Light_Dialog_Bridge = 2131755502; - // aapt resource value: 0x7F0F01EF - public const int Theme_MaterialComponents_Light_Dialog_FixedSize = 2131689967; + // aapt resource value: 0x7F1001EF + public const int Theme_MaterialComponents_Light_Dialog_FixedSize = 2131755503; - // aapt resource value: 0x7F0F01F0 - public const int Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge = 2131689968; + // aapt resource value: 0x7F1001F0 + public const int Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge = 2131755504; - // aapt resource value: 0x7F0F01F1 - public const int Theme_MaterialComponents_Light_Dialog_MinWidth = 2131689969; + // aapt resource value: 0x7F1001F1 + public const int Theme_MaterialComponents_Light_Dialog_MinWidth = 2131755505; - // aapt resource value: 0x7F0F01F2 - public const int Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge = 2131689970; + // aapt resource value: 0x7F1001F2 + public const int Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge = 2131755506; - // aapt resource value: 0x7F0F01F4 - public const int Theme_MaterialComponents_Light_LargeTouch = 2131689972; + // aapt resource value: 0x7F1001F4 + public const int Theme_MaterialComponents_Light_LargeTouch = 2131755508; - // aapt resource value: 0x7F0F01F5 - public const int Theme_MaterialComponents_Light_NoActionBar = 2131689973; + // aapt resource value: 0x7F1001F5 + public const int Theme_MaterialComponents_Light_NoActionBar = 2131755509; - // aapt resource value: 0x7F0F01F6 - public const int Theme_MaterialComponents_Light_NoActionBar_Bridge = 2131689974; + // aapt resource value: 0x7F1001F6 + public const int Theme_MaterialComponents_Light_NoActionBar_Bridge = 2131755510; - // aapt resource value: 0x7F0F01F7 - public const int Theme_MaterialComponents_NoActionBar = 2131689975; + // aapt resource value: 0x7F1001F7 + public const int Theme_MaterialComponents_NoActionBar = 2131755511; - // aapt resource value: 0x7F0F01F8 - public const int Theme_MaterialComponents_NoActionBar_Bridge = 2131689976; + // aapt resource value: 0x7F1001F8 + public const int Theme_MaterialComponents_NoActionBar_Bridge = 2131755512; - // aapt resource value: 0x7F0F022A - public const int Widget_AppCompat_ActionBar = 2131690026; + // aapt resource value: 0x7F10022A + public const int Widget_AppCompat_ActionBar = 2131755562; - // aapt resource value: 0x7F0F022B - public const int Widget_AppCompat_ActionBar_Solid = 2131690027; + // aapt resource value: 0x7F10022B + public const int Widget_AppCompat_ActionBar_Solid = 2131755563; - // aapt resource value: 0x7F0F022C - public const int Widget_AppCompat_ActionBar_TabBar = 2131690028; + // aapt resource value: 0x7F10022C + public const int Widget_AppCompat_ActionBar_TabBar = 2131755564; - // aapt resource value: 0x7F0F022D - public const int Widget_AppCompat_ActionBar_TabText = 2131690029; + // aapt resource value: 0x7F10022D + public const int Widget_AppCompat_ActionBar_TabText = 2131755565; - // aapt resource value: 0x7F0F022E - public const int Widget_AppCompat_ActionBar_TabView = 2131690030; + // aapt resource value: 0x7F10022E + public const int Widget_AppCompat_ActionBar_TabView = 2131755566; - // aapt resource value: 0x7F0F022F - public const int Widget_AppCompat_ActionButton = 2131690031; + // aapt resource value: 0x7F10022F + public const int Widget_AppCompat_ActionButton = 2131755567; - // aapt resource value: 0x7F0F0230 - public const int Widget_AppCompat_ActionButton_CloseMode = 2131690032; + // aapt resource value: 0x7F100230 + public const int Widget_AppCompat_ActionButton_CloseMode = 2131755568; - // aapt resource value: 0x7F0F0231 - public const int Widget_AppCompat_ActionButton_Overflow = 2131690033; + // aapt resource value: 0x7F100231 + public const int Widget_AppCompat_ActionButton_Overflow = 2131755569; - // aapt resource value: 0x7F0F0232 - public const int Widget_AppCompat_ActionMode = 2131690034; + // aapt resource value: 0x7F100232 + public const int Widget_AppCompat_ActionMode = 2131755570; - // aapt resource value: 0x7F0F0233 - public const int Widget_AppCompat_ActivityChooserView = 2131690035; + // aapt resource value: 0x7F100233 + public const int Widget_AppCompat_ActivityChooserView = 2131755571; - // aapt resource value: 0x7F0F0234 - public const int Widget_AppCompat_AutoCompleteTextView = 2131690036; + // aapt resource value: 0x7F100234 + public const int Widget_AppCompat_AutoCompleteTextView = 2131755572; - // aapt resource value: 0x7F0F0235 - public const int Widget_AppCompat_Button = 2131690037; + // aapt resource value: 0x7F100235 + public const int Widget_AppCompat_Button = 2131755573; - // aapt resource value: 0x7F0F023B - public const int Widget_AppCompat_ButtonBar = 2131690043; + // aapt resource value: 0x7F10023B + public const int Widget_AppCompat_ButtonBar = 2131755579; - // aapt resource value: 0x7F0F023C - public const int Widget_AppCompat_ButtonBar_AlertDialog = 2131690044; + // aapt resource value: 0x7F10023C + public const int Widget_AppCompat_ButtonBar_AlertDialog = 2131755580; - // aapt resource value: 0x7F0F0236 - public const int Widget_AppCompat_Button_Borderless = 2131690038; + // aapt resource value: 0x7F100236 + public const int Widget_AppCompat_Button_Borderless = 2131755574; - // aapt resource value: 0x7F0F0237 - public const int Widget_AppCompat_Button_Borderless_Colored = 2131690039; + // aapt resource value: 0x7F100237 + public const int Widget_AppCompat_Button_Borderless_Colored = 2131755575; - // aapt resource value: 0x7F0F0238 - public const int Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131690040; + // aapt resource value: 0x7F100238 + public const int Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131755576; - // aapt resource value: 0x7F0F0239 - public const int Widget_AppCompat_Button_Colored = 2131690041; + // aapt resource value: 0x7F100239 + public const int Widget_AppCompat_Button_Colored = 2131755577; - // aapt resource value: 0x7F0F023A - public const int Widget_AppCompat_Button_Small = 2131690042; + // aapt resource value: 0x7F10023A + public const int Widget_AppCompat_Button_Small = 2131755578; - // aapt resource value: 0x7F0F023D - public const int Widget_AppCompat_CompoundButton_CheckBox = 2131690045; + // aapt resource value: 0x7F10023D + public const int Widget_AppCompat_CompoundButton_CheckBox = 2131755581; - // aapt resource value: 0x7F0F023E - public const int Widget_AppCompat_CompoundButton_RadioButton = 2131690046; + // aapt resource value: 0x7F10023E + public const int Widget_AppCompat_CompoundButton_RadioButton = 2131755582; - // aapt resource value: 0x7F0F023F - public const int Widget_AppCompat_CompoundButton_Switch = 2131690047; + // aapt resource value: 0x7F10023F + public const int Widget_AppCompat_CompoundButton_Switch = 2131755583; - // aapt resource value: 0x7F0F0240 - public const int Widget_AppCompat_DrawerArrowToggle = 2131690048; + // aapt resource value: 0x7F100240 + public const int Widget_AppCompat_DrawerArrowToggle = 2131755584; - // aapt resource value: 0x7F0F0241 - public const int Widget_AppCompat_DropDownItem_Spinner = 2131690049; + // aapt resource value: 0x7F100241 + public const int Widget_AppCompat_DropDownItem_Spinner = 2131755585; - // aapt resource value: 0x7F0F0242 - public const int Widget_AppCompat_EditText = 2131690050; + // aapt resource value: 0x7F100242 + public const int Widget_AppCompat_EditText = 2131755586; - // aapt resource value: 0x7F0F0243 - public const int Widget_AppCompat_ImageButton = 2131690051; + // aapt resource value: 0x7F100243 + public const int Widget_AppCompat_ImageButton = 2131755587; - // aapt resource value: 0x7F0F0244 - public const int Widget_AppCompat_Light_ActionBar = 2131690052; + // aapt resource value: 0x7F100244 + public const int Widget_AppCompat_Light_ActionBar = 2131755588; - // aapt resource value: 0x7F0F0245 - public const int Widget_AppCompat_Light_ActionBar_Solid = 2131690053; + // aapt resource value: 0x7F100245 + public const int Widget_AppCompat_Light_ActionBar_Solid = 2131755589; - // aapt resource value: 0x7F0F0246 - public const int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 2131690054; + // aapt resource value: 0x7F100246 + public const int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 2131755590; - // aapt resource value: 0x7F0F0247 - public const int Widget_AppCompat_Light_ActionBar_TabBar = 2131690055; + // aapt resource value: 0x7F100247 + public const int Widget_AppCompat_Light_ActionBar_TabBar = 2131755591; - // aapt resource value: 0x7F0F0248 - public const int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 2131690056; + // aapt resource value: 0x7F100248 + public const int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 2131755592; - // aapt resource value: 0x7F0F0249 - public const int Widget_AppCompat_Light_ActionBar_TabText = 2131690057; + // aapt resource value: 0x7F100249 + public const int Widget_AppCompat_Light_ActionBar_TabText = 2131755593; - // aapt resource value: 0x7F0F024A - public const int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131690058; + // aapt resource value: 0x7F10024A + public const int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131755594; - // aapt resource value: 0x7F0F024B - public const int Widget_AppCompat_Light_ActionBar_TabView = 2131690059; + // aapt resource value: 0x7F10024B + public const int Widget_AppCompat_Light_ActionBar_TabView = 2131755595; - // aapt resource value: 0x7F0F024C - public const int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 2131690060; + // aapt resource value: 0x7F10024C + public const int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 2131755596; - // aapt resource value: 0x7F0F024D - public const int Widget_AppCompat_Light_ActionButton = 2131690061; + // aapt resource value: 0x7F10024D + public const int Widget_AppCompat_Light_ActionButton = 2131755597; - // aapt resource value: 0x7F0F024E - public const int Widget_AppCompat_Light_ActionButton_CloseMode = 2131690062; + // aapt resource value: 0x7F10024E + public const int Widget_AppCompat_Light_ActionButton_CloseMode = 2131755598; - // aapt resource value: 0x7F0F024F - public const int Widget_AppCompat_Light_ActionButton_Overflow = 2131690063; + // aapt resource value: 0x7F10024F + public const int Widget_AppCompat_Light_ActionButton_Overflow = 2131755599; - // aapt resource value: 0x7F0F0250 - public const int Widget_AppCompat_Light_ActionMode_Inverse = 2131690064; + // aapt resource value: 0x7F100250 + public const int Widget_AppCompat_Light_ActionMode_Inverse = 2131755600; - // aapt resource value: 0x7F0F0251 - public const int Widget_AppCompat_Light_ActivityChooserView = 2131690065; + // aapt resource value: 0x7F100251 + public const int Widget_AppCompat_Light_ActivityChooserView = 2131755601; - // aapt resource value: 0x7F0F0252 - public const int Widget_AppCompat_Light_AutoCompleteTextView = 2131690066; + // aapt resource value: 0x7F100252 + public const int Widget_AppCompat_Light_AutoCompleteTextView = 2131755602; - // aapt resource value: 0x7F0F0253 - public const int Widget_AppCompat_Light_DropDownItem_Spinner = 2131690067; + // aapt resource value: 0x7F100253 + public const int Widget_AppCompat_Light_DropDownItem_Spinner = 2131755603; - // aapt resource value: 0x7F0F0254 - public const int Widget_AppCompat_Light_ListPopupWindow = 2131690068; + // aapt resource value: 0x7F100254 + public const int Widget_AppCompat_Light_ListPopupWindow = 2131755604; - // aapt resource value: 0x7F0F0255 - public const int Widget_AppCompat_Light_ListView_DropDown = 2131690069; + // aapt resource value: 0x7F100255 + public const int Widget_AppCompat_Light_ListView_DropDown = 2131755605; - // aapt resource value: 0x7F0F0256 - public const int Widget_AppCompat_Light_PopupMenu = 2131690070; + // aapt resource value: 0x7F100256 + public const int Widget_AppCompat_Light_PopupMenu = 2131755606; - // aapt resource value: 0x7F0F0257 - public const int Widget_AppCompat_Light_PopupMenu_Overflow = 2131690071; + // aapt resource value: 0x7F100257 + public const int Widget_AppCompat_Light_PopupMenu_Overflow = 2131755607; - // aapt resource value: 0x7F0F0258 - public const int Widget_AppCompat_Light_SearchView = 2131690072; + // aapt resource value: 0x7F100258 + public const int Widget_AppCompat_Light_SearchView = 2131755608; - // aapt resource value: 0x7F0F0259 - public const int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 2131690073; + // aapt resource value: 0x7F100259 + public const int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 2131755609; - // aapt resource value: 0x7F0F025A - public const int Widget_AppCompat_ListMenuView = 2131690074; + // aapt resource value: 0x7F10025A + public const int Widget_AppCompat_ListMenuView = 2131755610; - // aapt resource value: 0x7F0F025B - public const int Widget_AppCompat_ListPopupWindow = 2131690075; + // aapt resource value: 0x7F10025B + public const int Widget_AppCompat_ListPopupWindow = 2131755611; - // aapt resource value: 0x7F0F025C - public const int Widget_AppCompat_ListView = 2131690076; + // aapt resource value: 0x7F10025C + public const int Widget_AppCompat_ListView = 2131755612; - // aapt resource value: 0x7F0F025D - public const int Widget_AppCompat_ListView_DropDown = 2131690077; + // aapt resource value: 0x7F10025D + public const int Widget_AppCompat_ListView_DropDown = 2131755613; - // aapt resource value: 0x7F0F025E - public const int Widget_AppCompat_ListView_Menu = 2131690078; + // aapt resource value: 0x7F10025E + public const int Widget_AppCompat_ListView_Menu = 2131755614; - // aapt resource value: 0x7F0F025F - public const int Widget_AppCompat_PopupMenu = 2131690079; + // aapt resource value: 0x7F10025F + public const int Widget_AppCompat_PopupMenu = 2131755615; - // aapt resource value: 0x7F0F0260 - public const int Widget_AppCompat_PopupMenu_Overflow = 2131690080; + // aapt resource value: 0x7F100260 + public const int Widget_AppCompat_PopupMenu_Overflow = 2131755616; - // aapt resource value: 0x7F0F0261 - public const int Widget_AppCompat_PopupWindow = 2131690081; + // aapt resource value: 0x7F100261 + public const int Widget_AppCompat_PopupWindow = 2131755617; - // aapt resource value: 0x7F0F0262 - public const int Widget_AppCompat_ProgressBar = 2131690082; + // aapt resource value: 0x7F100262 + public const int Widget_AppCompat_ProgressBar = 2131755618; - // aapt resource value: 0x7F0F0263 - public const int Widget_AppCompat_ProgressBar_Horizontal = 2131690083; + // aapt resource value: 0x7F100263 + public const int Widget_AppCompat_ProgressBar_Horizontal = 2131755619; - // aapt resource value: 0x7F0F0264 - public const int Widget_AppCompat_RatingBar = 2131690084; + // aapt resource value: 0x7F100264 + public const int Widget_AppCompat_RatingBar = 2131755620; - // aapt resource value: 0x7F0F0265 - public const int Widget_AppCompat_RatingBar_Indicator = 2131690085; + // aapt resource value: 0x7F100265 + public const int Widget_AppCompat_RatingBar_Indicator = 2131755621; - // aapt resource value: 0x7F0F0266 - public const int Widget_AppCompat_RatingBar_Small = 2131690086; + // aapt resource value: 0x7F100266 + public const int Widget_AppCompat_RatingBar_Small = 2131755622; - // aapt resource value: 0x7F0F0267 - public const int Widget_AppCompat_SearchView = 2131690087; + // aapt resource value: 0x7F100267 + public const int Widget_AppCompat_SearchView = 2131755623; - // aapt resource value: 0x7F0F0268 - public const int Widget_AppCompat_SearchView_ActionBar = 2131690088; + // aapt resource value: 0x7F100268 + public const int Widget_AppCompat_SearchView_ActionBar = 2131755624; - // aapt resource value: 0x7F0F0269 - public const int Widget_AppCompat_SeekBar = 2131690089; + // aapt resource value: 0x7F100269 + public const int Widget_AppCompat_SeekBar = 2131755625; - // aapt resource value: 0x7F0F026A - public const int Widget_AppCompat_SeekBar_Discrete = 2131690090; + // aapt resource value: 0x7F10026A + public const int Widget_AppCompat_SeekBar_Discrete = 2131755626; - // aapt resource value: 0x7F0F026B - public const int Widget_AppCompat_Spinner = 2131690091; + // aapt resource value: 0x7F10026B + public const int Widget_AppCompat_Spinner = 2131755627; - // aapt resource value: 0x7F0F026C - public const int Widget_AppCompat_Spinner_DropDown = 2131690092; + // aapt resource value: 0x7F10026C + public const int Widget_AppCompat_Spinner_DropDown = 2131755628; - // aapt resource value: 0x7F0F026D - public const int Widget_AppCompat_Spinner_DropDown_ActionBar = 2131690093; + // aapt resource value: 0x7F10026D + public const int Widget_AppCompat_Spinner_DropDown_ActionBar = 2131755629; - // aapt resource value: 0x7F0F026E - public const int Widget_AppCompat_Spinner_Underlined = 2131690094; + // aapt resource value: 0x7F10026E + public const int Widget_AppCompat_Spinner_Underlined = 2131755630; - // aapt resource value: 0x7F0F026F - public const int Widget_AppCompat_TextView = 2131690095; + // aapt resource value: 0x7F10026F + public const int Widget_AppCompat_TextView = 2131755631; - // aapt resource value: 0x7F0F0270 - public const int Widget_AppCompat_TextView_SpinnerItem = 2131690096; + // aapt resource value: 0x7F100270 + public const int Widget_AppCompat_TextView_SpinnerItem = 2131755632; - // aapt resource value: 0x7F0F0271 - public const int Widget_AppCompat_Toolbar = 2131690097; + // aapt resource value: 0x7F100271 + public const int Widget_AppCompat_Toolbar = 2131755633; - // aapt resource value: 0x7F0F0272 - public const int Widget_AppCompat_Toolbar_Button_Navigation = 2131690098; + // aapt resource value: 0x7F100272 + public const int Widget_AppCompat_Toolbar_Button_Navigation = 2131755634; - // aapt resource value: 0x7F0F0273 - public const int Widget_Compat_NotificationActionContainer = 2131690099; + // aapt resource value: 0x7F100273 + public const int Widget_Compat_NotificationActionContainer = 2131755635; - // aapt resource value: 0x7F0F0274 - public const int Widget_Compat_NotificationActionText = 2131690100; + // aapt resource value: 0x7F100274 + public const int Widget_Compat_NotificationActionText = 2131755636; - // aapt resource value: 0x7F0F0275 - public const int Widget_Design_AppBarLayout = 2131690101; + // aapt resource value: 0x7F100275 + public const int Widget_Design_AppBarLayout = 2131755637; - // aapt resource value: 0x7F0F0276 - public const int Widget_Design_BottomNavigationView = 2131690102; + // aapt resource value: 0x7F100276 + public const int Widget_Design_BottomNavigationView = 2131755638; - // aapt resource value: 0x7F0F0277 - public const int Widget_Design_BottomSheet_Modal = 2131690103; + // aapt resource value: 0x7F100277 + public const int Widget_Design_BottomSheet_Modal = 2131755639; - // aapt resource value: 0x7F0F0278 - public const int Widget_Design_CollapsingToolbar = 2131690104; + // aapt resource value: 0x7F100278 + public const int Widget_Design_CollapsingToolbar = 2131755640; - // aapt resource value: 0x7F0F0279 - public const int Widget_Design_FloatingActionButton = 2131690105; + // aapt resource value: 0x7F100279 + public const int Widget_Design_FloatingActionButton = 2131755641; - // aapt resource value: 0x7F0F027A - public const int Widget_Design_NavigationView = 2131690106; + // aapt resource value: 0x7F10027A + public const int Widget_Design_NavigationView = 2131755642; - // aapt resource value: 0x7F0F027B - public const int Widget_Design_ScrimInsetsFrameLayout = 2131690107; + // aapt resource value: 0x7F10027B + public const int Widget_Design_ScrimInsetsFrameLayout = 2131755643; - // aapt resource value: 0x7F0F027C - public const int Widget_Design_Snackbar = 2131690108; + // aapt resource value: 0x7F10027C + public const int Widget_Design_Snackbar = 2131755644; - // aapt resource value: 0x7F0F027D - public const int Widget_Design_TabLayout = 2131690109; + // aapt resource value: 0x7F10027D + public const int Widget_Design_TabLayout = 2131755645; - // aapt resource value: 0x7F0F027E - public const int Widget_Design_TextInputEditText = 2131690110; + // aapt resource value: 0x7F10027E + public const int Widget_Design_TextInputEditText = 2131755646; - // aapt resource value: 0x7F0F027F - public const int Widget_Design_TextInputLayout = 2131690111; + // aapt resource value: 0x7F10027F + public const int Widget_Design_TextInputLayout = 2131755647; - // aapt resource value: 0x7F0F0280 - public const int Widget_MaterialComponents_ActionBar_Primary = 2131690112; + // aapt resource value: 0x7F100280 + public const int Widget_MaterialComponents_ActionBar_Primary = 2131755648; - // aapt resource value: 0x7F0F0281 - public const int Widget_MaterialComponents_ActionBar_PrimarySurface = 2131690113; + // aapt resource value: 0x7F100281 + public const int Widget_MaterialComponents_ActionBar_PrimarySurface = 2131755649; - // aapt resource value: 0x7F0F0282 - public const int Widget_MaterialComponents_ActionBar_Solid = 2131690114; + // aapt resource value: 0x7F100282 + public const int Widget_MaterialComponents_ActionBar_Solid = 2131755650; - // aapt resource value: 0x7F0F0283 - public const int Widget_MaterialComponents_ActionBar_Surface = 2131690115; + // aapt resource value: 0x7F100283 + public const int Widget_MaterialComponents_ActionBar_Surface = 2131755651; - // aapt resource value: 0x7F0F0284 - public const int Widget_MaterialComponents_AppBarLayout_Primary = 2131690116; + // aapt resource value: 0x7F100284 + public const int Widget_MaterialComponents_AppBarLayout_Primary = 2131755652; - // aapt resource value: 0x7F0F0285 - public const int Widget_MaterialComponents_AppBarLayout_PrimarySurface = 2131690117; + // aapt resource value: 0x7F100285 + public const int Widget_MaterialComponents_AppBarLayout_PrimarySurface = 2131755653; - // aapt resource value: 0x7F0F0286 - public const int Widget_MaterialComponents_AppBarLayout_Surface = 2131690118; + // aapt resource value: 0x7F100286 + public const int Widget_MaterialComponents_AppBarLayout_Surface = 2131755654; - // aapt resource value: 0x7F0F0287 - public const int Widget_MaterialComponents_AutoCompleteTextView_FilledBox = 2131690119; + // aapt resource value: 0x7F100287 + public const int Widget_MaterialComponents_AutoCompleteTextView_FilledBox = 2131755655; - // aapt resource value: 0x7F0F0288 - public const int Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense = 2131690120; + // aapt resource value: 0x7F100288 + public const int Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense = 2131755656; - // aapt resource value: 0x7F0F0289 - public const int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox = 2131690121; + // aapt resource value: 0x7F100289 + public const int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox = 2131755657; - // aapt resource value: 0x7F0F028A - public const int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense = 2131690122; + // aapt resource value: 0x7F10028A + public const int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense = 2131755658; - // aapt resource value: 0x7F0F028B - public const int Widget_MaterialComponents_Badge = 2131690123; + // aapt resource value: 0x7F10028B + public const int Widget_MaterialComponents_Badge = 2131755659; - // aapt resource value: 0x7F0F028C - public const int Widget_MaterialComponents_BottomAppBar = 2131690124; + // aapt resource value: 0x7F10028C + public const int Widget_MaterialComponents_BottomAppBar = 2131755660; - // aapt resource value: 0x7F0F028D - public const int Widget_MaterialComponents_BottomAppBar_Colored = 2131690125; + // aapt resource value: 0x7F10028D + public const int Widget_MaterialComponents_BottomAppBar_Colored = 2131755661; - // aapt resource value: 0x7F0F028E - public const int Widget_MaterialComponents_BottomAppBar_PrimarySurface = 2131690126; + // aapt resource value: 0x7F10028E + public const int Widget_MaterialComponents_BottomAppBar_PrimarySurface = 2131755662; - // aapt resource value: 0x7F0F028F - public const int Widget_MaterialComponents_BottomNavigationView = 2131690127; + // aapt resource value: 0x7F10028F + public const int Widget_MaterialComponents_BottomNavigationView = 2131755663; - // aapt resource value: 0x7F0F0290 - public const int Widget_MaterialComponents_BottomNavigationView_Colored = 2131690128; + // aapt resource value: 0x7F100290 + public const int Widget_MaterialComponents_BottomNavigationView_Colored = 2131755664; - // aapt resource value: 0x7F0F0291 - public const int Widget_MaterialComponents_BottomNavigationView_PrimarySurface = 2131690129; + // aapt resource value: 0x7F100291 + public const int Widget_MaterialComponents_BottomNavigationView_PrimarySurface = 2131755665; - // aapt resource value: 0x7F0F0292 - public const int Widget_MaterialComponents_BottomSheet = 2131690130; + // aapt resource value: 0x7F100292 + public const int Widget_MaterialComponents_BottomSheet = 2131755666; - // aapt resource value: 0x7F0F0293 - public const int Widget_MaterialComponents_BottomSheet_Modal = 2131690131; + // aapt resource value: 0x7F100293 + public const int Widget_MaterialComponents_BottomSheet_Modal = 2131755667; - // aapt resource value: 0x7F0F0294 - public const int Widget_MaterialComponents_Button = 2131690132; + // aapt resource value: 0x7F100294 + public const int Widget_MaterialComponents_Button = 2131755668; - // aapt resource value: 0x7F0F0295 - public const int Widget_MaterialComponents_Button_Icon = 2131690133; + // aapt resource value: 0x7F100295 + public const int Widget_MaterialComponents_Button_Icon = 2131755669; - // aapt resource value: 0x7F0F0296 - public const int Widget_MaterialComponents_Button_OutlinedButton = 2131690134; + // aapt resource value: 0x7F100296 + public const int Widget_MaterialComponents_Button_OutlinedButton = 2131755670; - // aapt resource value: 0x7F0F0297 - public const int Widget_MaterialComponents_Button_OutlinedButton_Icon = 2131690135; + // aapt resource value: 0x7F100297 + public const int Widget_MaterialComponents_Button_OutlinedButton_Icon = 2131755671; - // aapt resource value: 0x7F0F0298 - public const int Widget_MaterialComponents_Button_TextButton = 2131690136; + // aapt resource value: 0x7F100298 + public const int Widget_MaterialComponents_Button_TextButton = 2131755672; - // aapt resource value: 0x7F0F0299 - public const int Widget_MaterialComponents_Button_TextButton_Dialog = 2131690137; + // aapt resource value: 0x7F100299 + public const int Widget_MaterialComponents_Button_TextButton_Dialog = 2131755673; - // aapt resource value: 0x7F0F029A - public const int Widget_MaterialComponents_Button_TextButton_Dialog_Flush = 2131690138; + // aapt resource value: 0x7F10029A + public const int Widget_MaterialComponents_Button_TextButton_Dialog_Flush = 2131755674; - // aapt resource value: 0x7F0F029B - public const int Widget_MaterialComponents_Button_TextButton_Dialog_Icon = 2131690139; + // aapt resource value: 0x7F10029B + public const int Widget_MaterialComponents_Button_TextButton_Dialog_Icon = 2131755675; - // aapt resource value: 0x7F0F029C - public const int Widget_MaterialComponents_Button_TextButton_Icon = 2131690140; + // aapt resource value: 0x7F10029C + public const int Widget_MaterialComponents_Button_TextButton_Icon = 2131755676; - // aapt resource value: 0x7F0F029D - public const int Widget_MaterialComponents_Button_TextButton_Snackbar = 2131690141; + // aapt resource value: 0x7F10029D + public const int Widget_MaterialComponents_Button_TextButton_Snackbar = 2131755677; - // aapt resource value: 0x7F0F029E - public const int Widget_MaterialComponents_Button_UnelevatedButton = 2131690142; + // aapt resource value: 0x7F10029E + public const int Widget_MaterialComponents_Button_UnelevatedButton = 2131755678; - // aapt resource value: 0x7F0F029F - public const int Widget_MaterialComponents_Button_UnelevatedButton_Icon = 2131690143; + // aapt resource value: 0x7F10029F + public const int Widget_MaterialComponents_Button_UnelevatedButton_Icon = 2131755679; - // aapt resource value: 0x7F0F02A0 - public const int Widget_MaterialComponents_CardView = 2131690144; + // aapt resource value: 0x7F1002A0 + public const int Widget_MaterialComponents_CardView = 2131755680; - // aapt resource value: 0x7F0F02A1 - public const int Widget_MaterialComponents_CheckedTextView = 2131690145; + // aapt resource value: 0x7F1002A1 + public const int Widget_MaterialComponents_CheckedTextView = 2131755681; - // aapt resource value: 0x7F0F02A6 - public const int Widget_MaterialComponents_ChipGroup = 2131690150; + // aapt resource value: 0x7F1002A6 + public const int Widget_MaterialComponents_ChipGroup = 2131755686; - // aapt resource value: 0x7F0F02A2 - public const int Widget_MaterialComponents_Chip_Action = 2131690146; + // aapt resource value: 0x7F1002A2 + public const int Widget_MaterialComponents_Chip_Action = 2131755682; - // aapt resource value: 0x7F0F02A3 - public const int Widget_MaterialComponents_Chip_Choice = 2131690147; + // aapt resource value: 0x7F1002A3 + public const int Widget_MaterialComponents_Chip_Choice = 2131755683; - // aapt resource value: 0x7F0F02A4 - public const int Widget_MaterialComponents_Chip_Entry = 2131690148; + // aapt resource value: 0x7F1002A4 + public const int Widget_MaterialComponents_Chip_Entry = 2131755684; - // aapt resource value: 0x7F0F02A5 - public const int Widget_MaterialComponents_Chip_Filter = 2131690149; + // aapt resource value: 0x7F1002A5 + public const int Widget_MaterialComponents_Chip_Filter = 2131755685; - // aapt resource value: 0x7F0F02A7 - public const int Widget_MaterialComponents_CircularProgressIndicator = 2131690151; + // aapt resource value: 0x7F1002A7 + public const int Widget_MaterialComponents_CircularProgressIndicator = 2131755687; - // aapt resource value: 0x7F0F02A8 - public const int Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall = 2131690152; + // aapt resource value: 0x7F1002A8 + public const int Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall = 2131755688; - // aapt resource value: 0x7F0F02A9 - public const int Widget_MaterialComponents_CircularProgressIndicator_Medium = 2131690153; + // aapt resource value: 0x7F1002A9 + public const int Widget_MaterialComponents_CircularProgressIndicator_Medium = 2131755689; - // aapt resource value: 0x7F0F02AA - public const int Widget_MaterialComponents_CircularProgressIndicator_Small = 2131690154; + // aapt resource value: 0x7F1002AA + public const int Widget_MaterialComponents_CircularProgressIndicator_Small = 2131755690; - // aapt resource value: 0x7F0F02AB - public const int Widget_MaterialComponents_CollapsingToolbar = 2131690155; + // aapt resource value: 0x7F1002AB + public const int Widget_MaterialComponents_CollapsingToolbar = 2131755691; - // aapt resource value: 0x7F0F02AC - public const int Widget_MaterialComponents_CompoundButton_CheckBox = 2131690156; + // aapt resource value: 0x7F1002AC + public const int Widget_MaterialComponents_CompoundButton_CheckBox = 2131755692; - // aapt resource value: 0x7F0F02AD - public const int Widget_MaterialComponents_CompoundButton_RadioButton = 2131690157; + // aapt resource value: 0x7F1002AD + public const int Widget_MaterialComponents_CompoundButton_RadioButton = 2131755693; - // aapt resource value: 0x7F0F02AE - public const int Widget_MaterialComponents_CompoundButton_Switch = 2131690158; + // aapt resource value: 0x7F1002AE + public const int Widget_MaterialComponents_CompoundButton_Switch = 2131755694; - // aapt resource value: 0x7F0F02AF - public const int Widget_MaterialComponents_ExtendedFloatingActionButton = 2131690159; + // aapt resource value: 0x7F1002AF + public const int Widget_MaterialComponents_ExtendedFloatingActionButton = 2131755695; - // aapt resource value: 0x7F0F02B0 - public const int Widget_MaterialComponents_ExtendedFloatingActionButton_Icon = 2131690160; + // aapt resource value: 0x7F1002B0 + public const int Widget_MaterialComponents_ExtendedFloatingActionButton_Icon = 2131755696; - // aapt resource value: 0x7F0F02B1 - public const int Widget_MaterialComponents_FloatingActionButton = 2131690161; + // aapt resource value: 0x7F1002B1 + public const int Widget_MaterialComponents_FloatingActionButton = 2131755697; - // aapt resource value: 0x7F0F02B2 - public const int Widget_MaterialComponents_Light_ActionBar_Solid = 2131690162; + // aapt resource value: 0x7F1002B2 + public const int Widget_MaterialComponents_Light_ActionBar_Solid = 2131755698; - // aapt resource value: 0x7F0F02B3 - public const int Widget_MaterialComponents_LinearProgressIndicator = 2131690163; + // aapt resource value: 0x7F1002B3 + public const int Widget_MaterialComponents_LinearProgressIndicator = 2131755699; - // aapt resource value: 0x7F0F02B4 - public const int Widget_MaterialComponents_MaterialButtonToggleGroup = 2131690164; + // aapt resource value: 0x7F1002B4 + public const int Widget_MaterialComponents_MaterialButtonToggleGroup = 2131755700; - // aapt resource value: 0x7F0F02B5 - public const int Widget_MaterialComponents_MaterialCalendar = 2131690165; + // aapt resource value: 0x7F1002B5 + public const int Widget_MaterialComponents_MaterialCalendar = 2131755701; - // aapt resource value: 0x7F0F02B6 - public const int Widget_MaterialComponents_MaterialCalendar_Day = 2131690166; + // aapt resource value: 0x7F1002B6 + public const int Widget_MaterialComponents_MaterialCalendar_Day = 2131755702; - // aapt resource value: 0x7F0F02BA - public const int Widget_MaterialComponents_MaterialCalendar_DayTextView = 2131690170; + // aapt resource value: 0x7F1002BA + public const int Widget_MaterialComponents_MaterialCalendar_DayTextView = 2131755706; - // aapt resource value: 0x7F0F02B7 - public const int Widget_MaterialComponents_MaterialCalendar_Day_Invalid = 2131690167; + // aapt resource value: 0x7F1002B7 + public const int Widget_MaterialComponents_MaterialCalendar_Day_Invalid = 2131755703; - // aapt resource value: 0x7F0F02B8 - public const int Widget_MaterialComponents_MaterialCalendar_Day_Selected = 2131690168; + // aapt resource value: 0x7F1002B8 + public const int Widget_MaterialComponents_MaterialCalendar_Day_Selected = 2131755704; - // aapt resource value: 0x7F0F02B9 - public const int Widget_MaterialComponents_MaterialCalendar_Day_Today = 2131690169; + // aapt resource value: 0x7F1002B9 + public const int Widget_MaterialComponents_MaterialCalendar_Day_Today = 2131755705; - // aapt resource value: 0x7F0F02BB - public const int Widget_MaterialComponents_MaterialCalendar_Fullscreen = 2131690171; + // aapt resource value: 0x7F1002BB + public const int Widget_MaterialComponents_MaterialCalendar_Fullscreen = 2131755707; - // aapt resource value: 0x7F0F02BC - public const int Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton = 2131690172; + // aapt resource value: 0x7F1002BC + public const int Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton = 2131755708; - // aapt resource value: 0x7F0F02BD - public const int Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton = 2131690173; + // aapt resource value: 0x7F1002BD + public const int Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton = 2131755709; - // aapt resource value: 0x7F0F02BE - public const int Widget_MaterialComponents_MaterialCalendar_HeaderDivider = 2131690174; + // aapt resource value: 0x7F1002BE + public const int Widget_MaterialComponents_MaterialCalendar_HeaderDivider = 2131755710; - // aapt resource value: 0x7F0F02BF - public const int Widget_MaterialComponents_MaterialCalendar_HeaderLayout = 2131690175; + // aapt resource value: 0x7F1002BF + public const int Widget_MaterialComponents_MaterialCalendar_HeaderLayout = 2131755711; - // aapt resource value: 0x7F0F02C0 - public const int Widget_MaterialComponents_MaterialCalendar_HeaderSelection = 2131690176; + // aapt resource value: 0x7F1002C0 + public const int Widget_MaterialComponents_MaterialCalendar_HeaderSelection = 2131755712; - // aapt resource value: 0x7F0F02C1 - public const int Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen = 2131690177; + // aapt resource value: 0x7F1002C1 + public const int Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen = 2131755713; - // aapt resource value: 0x7F0F02C2 - public const int Widget_MaterialComponents_MaterialCalendar_HeaderTitle = 2131690178; + // aapt resource value: 0x7F1002C2 + public const int Widget_MaterialComponents_MaterialCalendar_HeaderTitle = 2131755714; - // aapt resource value: 0x7F0F02C3 - public const int Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton = 2131690179; + // aapt resource value: 0x7F1002C3 + public const int Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton = 2131755715; - // aapt resource value: 0x7F0F02C4 - public const int Widget_MaterialComponents_MaterialCalendar_Item = 2131690180; + // aapt resource value: 0x7F1002C4 + public const int Widget_MaterialComponents_MaterialCalendar_Item = 2131755716; - // aapt resource value: 0x7F0F02C5 - public const int Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton = 2131690181; + // aapt resource value: 0x7F1002C5 + public const int Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton = 2131755717; - // aapt resource value: 0x7F0F02C6 - public const int Widget_MaterialComponents_MaterialCalendar_MonthTextView = 2131690182; + // aapt resource value: 0x7F1002C6 + public const int Widget_MaterialComponents_MaterialCalendar_MonthTextView = 2131755718; - // aapt resource value: 0x7F0F02C7 - public const int Widget_MaterialComponents_MaterialCalendar_Year = 2131690183; + // aapt resource value: 0x7F1002C7 + public const int Widget_MaterialComponents_MaterialCalendar_Year = 2131755719; - // aapt resource value: 0x7F0F02CA - public const int Widget_MaterialComponents_MaterialCalendar_YearNavigationButton = 2131690186; + // aapt resource value: 0x7F1002CA + public const int Widget_MaterialComponents_MaterialCalendar_YearNavigationButton = 2131755722; - // aapt resource value: 0x7F0F02C8 - public const int Widget_MaterialComponents_MaterialCalendar_Year_Selected = 2131690184; + // aapt resource value: 0x7F1002C8 + public const int Widget_MaterialComponents_MaterialCalendar_Year_Selected = 2131755720; - // aapt resource value: 0x7F0F02C9 - public const int Widget_MaterialComponents_MaterialCalendar_Year_Today = 2131690185; + // aapt resource value: 0x7F1002C9 + public const int Widget_MaterialComponents_MaterialCalendar_Year_Today = 2131755721; - // aapt resource value: 0x7F0F02CB - public const int Widget_MaterialComponents_NavigationRailView = 2131690187; + // aapt resource value: 0x7F1002CB + public const int Widget_MaterialComponents_NavigationRailView = 2131755723; - // aapt resource value: 0x7F0F02CC - public const int Widget_MaterialComponents_NavigationRailView_Colored = 2131690188; + // aapt resource value: 0x7F1002CC + public const int Widget_MaterialComponents_NavigationRailView_Colored = 2131755724; - // aapt resource value: 0x7F0F02CD - public const int Widget_MaterialComponents_NavigationRailView_Colored_Compact = 2131690189; + // aapt resource value: 0x7F1002CD + public const int Widget_MaterialComponents_NavigationRailView_Colored_Compact = 2131755725; - // aapt resource value: 0x7F0F02CE - public const int Widget_MaterialComponents_NavigationRailView_Compact = 2131690190; + // aapt resource value: 0x7F1002CE + public const int Widget_MaterialComponents_NavigationRailView_Compact = 2131755726; - // aapt resource value: 0x7F0F02CF - public const int Widget_MaterialComponents_NavigationRailView_PrimarySurface = 2131690191; + // aapt resource value: 0x7F1002CF + public const int Widget_MaterialComponents_NavigationRailView_PrimarySurface = 2131755727; - // aapt resource value: 0x7F0F02D0 - public const int Widget_MaterialComponents_NavigationView = 2131690192; + // aapt resource value: 0x7F1002D0 + public const int Widget_MaterialComponents_NavigationView = 2131755728; - // aapt resource value: 0x7F0F02D1 - public const int Widget_MaterialComponents_PopupMenu = 2131690193; + // aapt resource value: 0x7F1002D1 + public const int Widget_MaterialComponents_PopupMenu = 2131755729; - // aapt resource value: 0x7F0F02D2 - public const int Widget_MaterialComponents_PopupMenu_ContextMenu = 2131690194; + // aapt resource value: 0x7F1002D2 + public const int Widget_MaterialComponents_PopupMenu_ContextMenu = 2131755730; - // aapt resource value: 0x7F0F02D3 - public const int Widget_MaterialComponents_PopupMenu_ListPopupWindow = 2131690195; + // aapt resource value: 0x7F1002D3 + public const int Widget_MaterialComponents_PopupMenu_ListPopupWindow = 2131755731; - // aapt resource value: 0x7F0F02D4 - public const int Widget_MaterialComponents_PopupMenu_Overflow = 2131690196; + // aapt resource value: 0x7F1002D4 + public const int Widget_MaterialComponents_PopupMenu_Overflow = 2131755732; - // aapt resource value: 0x7F0F02D5 - public const int Widget_MaterialComponents_ProgressIndicator = 2131690197; + // aapt resource value: 0x7F1002D5 + public const int Widget_MaterialComponents_ProgressIndicator = 2131755733; - // aapt resource value: 0x7F0F02D6 - public const int Widget_MaterialComponents_ShapeableImageView = 2131690198; + // aapt resource value: 0x7F1002D6 + public const int Widget_MaterialComponents_ShapeableImageView = 2131755734; - // aapt resource value: 0x7F0F02D7 - public const int Widget_MaterialComponents_Slider = 2131690199; + // aapt resource value: 0x7F1002D7 + public const int Widget_MaterialComponents_Slider = 2131755735; - // aapt resource value: 0x7F0F02D8 - public const int Widget_MaterialComponents_Snackbar = 2131690200; + // aapt resource value: 0x7F1002D8 + public const int Widget_MaterialComponents_Snackbar = 2131755736; - // aapt resource value: 0x7F0F02D9 - public const int Widget_MaterialComponents_Snackbar_FullWidth = 2131690201; + // aapt resource value: 0x7F1002D9 + public const int Widget_MaterialComponents_Snackbar_FullWidth = 2131755737; - // aapt resource value: 0x7F0F02DA - public const int Widget_MaterialComponents_Snackbar_TextView = 2131690202; + // aapt resource value: 0x7F1002DA + public const int Widget_MaterialComponents_Snackbar_TextView = 2131755738; - // aapt resource value: 0x7F0F02DB - public const int Widget_MaterialComponents_TabLayout = 2131690203; + // aapt resource value: 0x7F1002DB + public const int Widget_MaterialComponents_TabLayout = 2131755739; - // aapt resource value: 0x7F0F02DC - public const int Widget_MaterialComponents_TabLayout_Colored = 2131690204; + // aapt resource value: 0x7F1002DC + public const int Widget_MaterialComponents_TabLayout_Colored = 2131755740; - // aapt resource value: 0x7F0F02DD - public const int Widget_MaterialComponents_TabLayout_PrimarySurface = 2131690205; + // aapt resource value: 0x7F1002DD + public const int Widget_MaterialComponents_TabLayout_PrimarySurface = 2131755741; - // aapt resource value: 0x7F0F02DE - public const int Widget_MaterialComponents_TextInputEditText_FilledBox = 2131690206; + // aapt resource value: 0x7F1002DE + public const int Widget_MaterialComponents_TextInputEditText_FilledBox = 2131755742; - // aapt resource value: 0x7F0F02DF - public const int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense = 2131690207; + // aapt resource value: 0x7F1002DF + public const int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense = 2131755743; - // aapt resource value: 0x7F0F02E0 - public const int Widget_MaterialComponents_TextInputEditText_OutlinedBox = 2131690208; + // aapt resource value: 0x7F1002E0 + public const int Widget_MaterialComponents_TextInputEditText_OutlinedBox = 2131755744; - // aapt resource value: 0x7F0F02E1 - public const int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 2131690209; + // aapt resource value: 0x7F1002E1 + public const int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 2131755745; - // aapt resource value: 0x7F0F02E2 - public const int Widget_MaterialComponents_TextInputLayout_FilledBox = 2131690210; + // aapt resource value: 0x7F1002E2 + public const int Widget_MaterialComponents_TextInputLayout_FilledBox = 2131755746; - // aapt resource value: 0x7F0F02E3 - public const int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense = 2131690211; + // aapt resource value: 0x7F1002E3 + public const int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense = 2131755747; - // aapt resource value: 0x7F0F02E4 - public const int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu = 2131690212; + // aapt resource value: 0x7F1002E4 + public const int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu = 2131755748; - // aapt resource value: 0x7F0F02E5 - public const int Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu = 2131690213; + // aapt resource value: 0x7F1002E5 + public const int Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu = 2131755749; - // aapt resource value: 0x7F0F02E6 - public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox = 2131690214; + // aapt resource value: 0x7F1002E6 + public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox = 2131755750; - // aapt resource value: 0x7F0F02E7 - public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense = 2131690215; + // aapt resource value: 0x7F1002E7 + public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense = 2131755751; - // aapt resource value: 0x7F0F02E8 - public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu = 2131690216; + // aapt resource value: 0x7F1002E8 + public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu = 2131755752; - // aapt resource value: 0x7F0F02E9 - public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu = 2131690217; + // aapt resource value: 0x7F1002E9 + public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu = 2131755753; - // aapt resource value: 0x7F0F02EA - public const int Widget_MaterialComponents_TextView = 2131690218; + // aapt resource value: 0x7F1002EA + public const int Widget_MaterialComponents_TextView = 2131755754; - // aapt resource value: 0x7F0F02EB - public const int Widget_MaterialComponents_TimePicker = 2131690219; + // aapt resource value: 0x7F1002EB + public const int Widget_MaterialComponents_TimePicker = 2131755755; - // aapt resource value: 0x7F0F02EC - public const int Widget_MaterialComponents_TimePicker_Button = 2131690220; + // aapt resource value: 0x7F1002EC + public const int Widget_MaterialComponents_TimePicker_Button = 2131755756; - // aapt resource value: 0x7F0F02ED - public const int Widget_MaterialComponents_TimePicker_Clock = 2131690221; + // aapt resource value: 0x7F1002ED + public const int Widget_MaterialComponents_TimePicker_Clock = 2131755757; - // aapt resource value: 0x7F0F02EE - public const int Widget_MaterialComponents_TimePicker_Display = 2131690222; + // aapt resource value: 0x7F1002EE + public const int Widget_MaterialComponents_TimePicker_Display = 2131755758; - // aapt resource value: 0x7F0F02EF - public const int Widget_MaterialComponents_TimePicker_Display_TextInputEditText = 2131690223; + // aapt resource value: 0x7F1002EF + public const int Widget_MaterialComponents_TimePicker_Display_TextInputEditText = 2131755759; - // aapt resource value: 0x7F0F02F0 - public const int Widget_MaterialComponents_TimePicker_ImageButton = 2131690224; + // aapt resource value: 0x7F1002F0 + public const int Widget_MaterialComponents_TimePicker_ImageButton = 2131755760; - // aapt resource value: 0x7F0F02F1 - public const int Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance = 2131690225; + // aapt resource value: 0x7F1002F1 + public const int Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance = 2131755761; - // aapt resource value: 0x7F0F02F2 - public const int Widget_MaterialComponents_Toolbar = 2131690226; + // aapt resource value: 0x7F1002F2 + public const int Widget_MaterialComponents_Toolbar = 2131755762; - // aapt resource value: 0x7F0F02F3 - public const int Widget_MaterialComponents_Toolbar_Primary = 2131690227; + // aapt resource value: 0x7F1002F3 + public const int Widget_MaterialComponents_Toolbar_Primary = 2131755763; - // aapt resource value: 0x7F0F02F4 - public const int Widget_MaterialComponents_Toolbar_PrimarySurface = 2131690228; + // aapt resource value: 0x7F1002F4 + public const int Widget_MaterialComponents_Toolbar_PrimarySurface = 2131755764; - // aapt resource value: 0x7F0F02F5 - public const int Widget_MaterialComponents_Toolbar_Surface = 2131690229; + // aapt resource value: 0x7F1002F5 + public const int Widget_MaterialComponents_Toolbar_Surface = 2131755765; - // aapt resource value: 0x7F0F02F6 - public const int Widget_MaterialComponents_Tooltip = 2131690230; + // aapt resource value: 0x7F1002F6 + public const int Widget_MaterialComponents_Tooltip = 2131755766; - // aapt resource value: 0x7F0F02F7 - public const int Widget_Support_CoordinatorLayout = 2131690231; + // aapt resource value: 0x7F1002F7 + public const int Widget_Support_CoordinatorLayout = 2131755767; static Style() { @@ -21514,37 +21776,37 @@ namespace QRBee.Droid public partial class Styleable { - // aapt resource value: { 0x7F030047,0x7F03004E,0x7F03004F,0x7F0300F3,0x7F0300F4,0x7F0300F5,0x7F0300F6,0x7F0300F7,0x7F0300F8,0x7F03011E,0x7F03013A,0x7F03013B,0x7F030156,0x7F0301B5,0x7F0301BC,0x7F0301C2,0x7F0301C3,0x7F0301C6,0x7F0301D8,0x7F0301EC,0x7F030262,0x7F0302BC,0x7F0302F5,0x7F030306,0x7F030307,0x7F03036D,0x7F030371,0x7F0303E2,0x7F0303EE } + // aapt resource value: { 0x7F040047,0x7F04004E,0x7F04004F,0x7F0400F3,0x7F0400F4,0x7F0400F5,0x7F0400F6,0x7F0400F7,0x7F0400F8,0x7F04011E,0x7F04013A,0x7F04013B,0x7F040156,0x7F0401B5,0x7F0401BC,0x7F0401C2,0x7F0401C3,0x7F0401C6,0x7F0401D8,0x7F0401EC,0x7F040262,0x7F0402BC,0x7F0402F5,0x7F040306,0x7F040307,0x7F04036D,0x7F040371,0x7F0403E2,0x7F0403EE } public static int[] ActionBar = new int[] { - 2130903111, - 2130903118, - 2130903119, - 2130903283, - 2130903284, - 2130903285, - 2130903286, - 2130903287, - 2130903288, - 2130903326, - 2130903354, - 2130903355, - 2130903382, - 2130903477, - 2130903484, - 2130903490, - 2130903491, - 2130903494, - 2130903512, - 2130903532, - 2130903650, - 2130903740, - 2130903797, - 2130903814, - 2130903815, - 2130903917, - 2130903921, - 2130904034, - 2130904046}; + 2130968647, + 2130968654, + 2130968655, + 2130968819, + 2130968820, + 2130968821, + 2130968822, + 2130968823, + 2130968824, + 2130968862, + 2130968890, + 2130968891, + 2130968918, + 2130969013, + 2130969020, + 2130969026, + 2130969027, + 2130969030, + 2130969048, + 2130969068, + 2130969186, + 2130969276, + 2130969333, + 2130969350, + 2130969351, + 2130969453, + 2130969457, + 2130969570, + 2130969582}; // aapt resource value: { 0x10100B3 } public static int[] ActionBarLayout = new int[] { @@ -21651,14 +21913,14 @@ namespace QRBee.Droid public static int[] ActionMenuView = new int[] { -1}; - // aapt resource value: { 0x7F030047,0x7F03004E,0x7F0300CC,0x7F0301B5,0x7F030371,0x7F0303EE } + // aapt resource value: { 0x7F040047,0x7F04004E,0x7F0400CC,0x7F0401B5,0x7F040371,0x7F0403EE } public static int[] ActionMode = new int[] { - 2130903111, - 2130903118, - 2130903244, - 2130903477, - 2130903921, - 2130904046}; + 2130968647, + 2130968654, + 2130968780, + 2130969013, + 2130969457, + 2130969582}; // aapt resource value: 0 public const int ActionMode_background = 0; @@ -21678,10 +21940,10 @@ namespace QRBee.Droid // aapt resource value: 5 public const int ActionMode_titleTextStyle = 5; - // aapt resource value: { 0x7F030170,0x7F0301DE } + // aapt resource value: { 0x7F040170,0x7F0401DE } public static int[] ActivityChooserView = new int[] { - 2130903408, - 2130903518}; + 2130968944, + 2130969054}; // aapt resource value: 0 public const int ActivityChooserView_expandActivityOverflowButtonDrawable = 0; @@ -21689,13 +21951,13 @@ namespace QRBee.Droid // aapt resource value: 1 public const int ActivityChooserView_initialActivityCount = 1; - // aapt resource value: { 0x1010003,0x7F030003,0x7F030122,0x7F030123,0x7F03039E } + // aapt resource value: { 0x1010003,0x7F040003,0x7F040122,0x7F040123,0x7F04039E } public static int[] ActivityNavigator = new int[] { 16842755, - 2130903043, - 2130903330, - 2130903331, - 2130903966}; + 2130968579, + 2130968866, + 2130968867, + 2130969502}; // aapt resource value: 1 public const int ActivityNavigator_action = 1; @@ -21712,16 +21974,16 @@ namespace QRBee.Droid // aapt resource value: 4 public const int ActivityNavigator_targetPackage = 4; - // aapt resource value: { 0x10100F2,0x7F030080,0x7F030081,0x7F030257,0x7F030258,0x7F0302B7,0x7F030342,0x7F030344 } + // aapt resource value: { 0x10100F2,0x7F040080,0x7F040081,0x7F040257,0x7F040258,0x7F0402B7,0x7F040342,0x7F040344 } public static int[] AlertDialog = new int[] { 16842994, - 2130903168, - 2130903169, - 2130903639, - 2130903640, - 2130903735, - 2130903874, - 2130903876}; + 2130968704, + 2130968705, + 2130969175, + 2130969176, + 2130969271, + 2130969410, + 2130969412}; // aapt resource value: 0 public const int AlertDialog_android_layout = 0; @@ -21804,23 +22066,23 @@ namespace QRBee.Droid // aapt resource value: 1 public const int AnimatedStateListDrawableTransition_android_toId = 1; - // aapt resource value: { 0x10100D4,0x101048F,0x1010540,0x7F030156,0x7F030171,0x7F03024D,0x7F03024E,0x7F030367 } + // aapt resource value: { 0x10100D4,0x101048F,0x1010540,0x7F040156,0x7F040171,0x7F04024D,0x7F04024E,0x7F040367 } public static int[] AppBarLayout = new int[] { 16842964, 16843919, 16844096, - 2130903382, - 2130903409, - 2130903629, - 2130903630, - 2130903911}; + 2130968918, + 2130968945, + 2130969165, + 2130969166, + 2130969447}; - // aapt resource value: { 0x7F030361,0x7F030362,0x7F030364,0x7F030365 } + // aapt resource value: { 0x7F040361,0x7F040362,0x7F040364,0x7F040365 } public static int[] AppBarLayoutStates = new int[] { - 2130903905, - 2130903906, - 2130903908, - 2130903909}; + 2130969441, + 2130969442, + 2130969444, + 2130969445}; // aapt resource value: 0 public const int AppBarLayoutStates_state_collapsed = 0; @@ -21849,10 +22111,10 @@ namespace QRBee.Droid // aapt resource value: 4 public const int AppBarLayout_expanded = 4; - // aapt resource value: { 0x7F03024A,0x7F03024B } + // aapt resource value: { 0x7F04024A,0x7F04024B } public static int[] AppBarLayout_Layout = new int[] { - 2130903626, - 2130903627}; + 2130969162, + 2130969163}; // aapt resource value: 0 public const int AppBarLayout_Layout_layout_scrollFlags = 0; @@ -21869,12 +22131,12 @@ namespace QRBee.Droid // aapt resource value: 7 public const int AppBarLayout_statusBarForeground = 7; - // aapt resource value: { 0x1010119,0x7F030357,0x7F0303E0,0x7F0303E1 } + // aapt resource value: { 0x1010119,0x7F040357,0x7F0403E0,0x7F0403E1 } public static int[] AppCompatImageView = new int[] { 16843033, - 2130903895, - 2130904032, - 2130904033}; + 2130969431, + 2130969568, + 2130969569}; // aapt resource value: 0 public const int AppCompatImageView_android_src = 0; @@ -21888,12 +22150,12 @@ namespace QRBee.Droid // aapt resource value: 3 public const int AppCompatImageView_tintMode = 3; - // aapt resource value: { 0x1010142,0x7F0303DC,0x7F0303DD,0x7F0303DE } + // aapt resource value: { 0x1010142,0x7F0403DC,0x7F0403DD,0x7F0403DE } public static int[] AppCompatSeekBar = new int[] { 16843074, - 2130904028, - 2130904029, - 2130904030}; + 2130969564, + 2130969565, + 2130969566}; // aapt resource value: 0 public const int AppCompatSeekBar_android_thumb = 0; @@ -21938,29 +22200,29 @@ namespace QRBee.Droid // aapt resource value: 0 public const int AppCompatTextHelper_android_textAppearance = 0; - // aapt resource value: { 0x1010034,0x7F030041,0x7F030042,0x7F030043,0x7F030044,0x7F030045,0x7F030143,0x7F030144,0x7F030145,0x7F030146,0x7F030148,0x7F030149,0x7F03014A,0x7F03014B,0x7F030189,0x7F03019F,0x7F0301A8,0x7F030203,0x7F030250,0x7F0303A2,0x7F0303C4 } + // aapt resource value: { 0x1010034,0x7F040041,0x7F040042,0x7F040043,0x7F040044,0x7F040045,0x7F040143,0x7F040144,0x7F040145,0x7F040146,0x7F040148,0x7F040149,0x7F04014A,0x7F04014B,0x7F040189,0x7F04019F,0x7F0401A8,0x7F040203,0x7F040250,0x7F0403A2,0x7F0403C4 } public static int[] AppCompatTextView = new int[] { 16842804, - 2130903105, - 2130903106, - 2130903107, - 2130903108, - 2130903109, - 2130903363, - 2130903364, - 2130903365, - 2130903366, - 2130903368, - 2130903369, - 2130903370, - 2130903371, - 2130903433, - 2130903455, - 2130903464, - 2130903555, - 2130903632, - 2130903970, - 2130904004}; + 2130968641, + 2130968642, + 2130968643, + 2130968644, + 2130968645, + 2130968899, + 2130968900, + 2130968901, + 2130968902, + 2130968904, + 2130968905, + 2130968906, + 2130968907, + 2130968969, + 2130968991, + 2130969000, + 2130969091, + 2130969168, + 2130969506, + 2130969540}; // aapt resource value: 0 public const int AppCompatTextView_android_textAppearance = 0; @@ -22025,135 +22287,135 @@ namespace QRBee.Droid // aapt resource value: 20 public const int AppCompatTextView_textLocale = 20; - // aapt resource value: { 0x1010057,0x10100AE,0x7F030004,0x7F030005,0x7F030006,0x7F030007,0x7F030008,0x7F030009,0x7F03000A,0x7F03000B,0x7F03000C,0x7F03000D,0x7F03000E,0x7F03000F,0x7F030010,0x7F030012,0x7F030013,0x7F030014,0x7F030015,0x7F030016,0x7F030017,0x7F030018,0x7F030019,0x7F03001A,0x7F03001B,0x7F03001C,0x7F03001D,0x7F03001E,0x7F03001F,0x7F030020,0x7F030021,0x7F030022,0x7F030023,0x7F030024,0x7F030028,0x7F03002A,0x7F03002B,0x7F03002C,0x7F03002D,0x7F030040,0x7F030068,0x7F030079,0x7F03007A,0x7F03007B,0x7F03007C,0x7F03007D,0x7F030082,0x7F030083,0x7F03009A,0x7F0300A3,0x7F0300D5,0x7F0300D6,0x7F0300D7,0x7F0300D8,0x7F0300D9,0x7F0300DA,0x7F0300DB,0x7F0300E2,0x7F0300E3,0x7F0300E9,0x7F030102,0x7F030131,0x7F030136,0x7F030137,0x7F03013C,0x7F03013E,0x7F03014E,0x7F03014F,0x7F030152,0x7F030153,0x7F030155,0x7F0301C2,0x7F0301D2,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030259,0x7F03025A,0x7F03025B,0x7F03025C,0x7F03025D,0x7F03025E,0x7F03025F,0x7F030260,0x7F030261,0x7F0302D9,0x7F0302DA,0x7F0302DB,0x7F0302F4,0x7F0302F6,0x7F03030E,0x7F030310,0x7F030311,0x7F030312,0x7F030329,0x7F03032C,0x7F03032E,0x7F03032F,0x7F03034F,0x7F030350,0x7F03037E,0x7F0303AD,0x7F0303AF,0x7F0303B0,0x7F0303B1,0x7F0303B3,0x7F0303B4,0x7F0303B5,0x7F0303B6,0x7F0303BE,0x7F0303BF,0x7F0303F0,0x7F0303F1,0x7F0303F2,0x7F0303F3,0x7F030414,0x7F030423,0x7F030424,0x7F030425,0x7F030426,0x7F030427,0x7F030428,0x7F030429,0x7F03042A,0x7F03042B,0x7F03042C } + // aapt resource value: { 0x1010057,0x10100AE,0x7F040004,0x7F040005,0x7F040006,0x7F040007,0x7F040008,0x7F040009,0x7F04000A,0x7F04000B,0x7F04000C,0x7F04000D,0x7F04000E,0x7F04000F,0x7F040010,0x7F040012,0x7F040013,0x7F040014,0x7F040015,0x7F040016,0x7F040017,0x7F040018,0x7F040019,0x7F04001A,0x7F04001B,0x7F04001C,0x7F04001D,0x7F04001E,0x7F04001F,0x7F040020,0x7F040021,0x7F040022,0x7F040023,0x7F040024,0x7F040028,0x7F04002A,0x7F04002B,0x7F04002C,0x7F04002D,0x7F040040,0x7F040068,0x7F040079,0x7F04007A,0x7F04007B,0x7F04007C,0x7F04007D,0x7F040082,0x7F040083,0x7F04009A,0x7F0400A3,0x7F0400D5,0x7F0400D6,0x7F0400D7,0x7F0400D8,0x7F0400D9,0x7F0400DA,0x7F0400DB,0x7F0400E2,0x7F0400E3,0x7F0400E9,0x7F040102,0x7F040131,0x7F040136,0x7F040137,0x7F04013C,0x7F04013E,0x7F04014E,0x7F04014F,0x7F040152,0x7F040153,0x7F040155,0x7F0401C2,0x7F0401D2,0x7F040253,0x7F040254,0x7F040255,0x7F040256,0x7F040259,0x7F04025A,0x7F04025B,0x7F04025C,0x7F04025D,0x7F04025E,0x7F04025F,0x7F040260,0x7F040261,0x7F0402D9,0x7F0402DA,0x7F0402DB,0x7F0402F4,0x7F0402F6,0x7F04030E,0x7F040310,0x7F040311,0x7F040312,0x7F040329,0x7F04032C,0x7F04032E,0x7F04032F,0x7F04034F,0x7F040350,0x7F04037E,0x7F0403AD,0x7F0403AF,0x7F0403B0,0x7F0403B1,0x7F0403B3,0x7F0403B4,0x7F0403B5,0x7F0403B6,0x7F0403BE,0x7F0403BF,0x7F0403F0,0x7F0403F1,0x7F0403F2,0x7F0403F3,0x7F040414,0x7F040423,0x7F040424,0x7F040425,0x7F040426,0x7F040427,0x7F040428,0x7F040429,0x7F04042A,0x7F04042B,0x7F04042C } public static int[] AppCompatTheme = new int[] { 16842839, 16842926, - 2130903044, - 2130903045, - 2130903046, - 2130903047, - 2130903048, - 2130903049, - 2130903050, - 2130903051, - 2130903052, - 2130903053, - 2130903054, - 2130903055, - 2130903056, - 2130903058, - 2130903059, - 2130903060, - 2130903061, - 2130903062, - 2130903063, - 2130903064, - 2130903065, - 2130903066, - 2130903067, - 2130903068, - 2130903069, - 2130903070, - 2130903071, - 2130903072, - 2130903073, - 2130903074, - 2130903075, - 2130903076, - 2130903080, - 2130903082, - 2130903083, - 2130903084, - 2130903085, - 2130903104, - 2130903144, - 2130903161, - 2130903162, - 2130903163, - 2130903164, - 2130903165, - 2130903170, - 2130903171, - 2130903194, - 2130903203, - 2130903253, - 2130903254, - 2130903255, - 2130903256, - 2130903257, - 2130903258, - 2130903259, - 2130903266, - 2130903267, - 2130903273, - 2130903298, - 2130903345, - 2130903350, - 2130903351, - 2130903356, - 2130903358, - 2130903374, - 2130903375, - 2130903378, - 2130903379, - 2130903381, - 2130903490, - 2130903506, - 2130903635, - 2130903636, - 2130903637, - 2130903638, - 2130903641, - 2130903642, - 2130903643, - 2130903644, - 2130903645, - 2130903646, - 2130903647, - 2130903648, - 2130903649, - 2130903769, - 2130903770, - 2130903771, - 2130903796, - 2130903798, - 2130903822, - 2130903824, - 2130903825, - 2130903826, - 2130903849, - 2130903852, - 2130903854, - 2130903855, - 2130903887, - 2130903888, - 2130903934, - 2130903981, - 2130903983, - 2130903984, - 2130903985, - 2130903987, - 2130903988, - 2130903989, - 2130903990, - 2130903998, - 2130903999, - 2130904048, - 2130904049, - 2130904050, - 2130904051, - 2130904084, - 2130904099, - 2130904100, - 2130904101, - 2130904102, - 2130904103, - 2130904104, - 2130904105, - 2130904106, - 2130904107, - 2130904108}; + 2130968580, + 2130968581, + 2130968582, + 2130968583, + 2130968584, + 2130968585, + 2130968586, + 2130968587, + 2130968588, + 2130968589, + 2130968590, + 2130968591, + 2130968592, + 2130968594, + 2130968595, + 2130968596, + 2130968597, + 2130968598, + 2130968599, + 2130968600, + 2130968601, + 2130968602, + 2130968603, + 2130968604, + 2130968605, + 2130968606, + 2130968607, + 2130968608, + 2130968609, + 2130968610, + 2130968611, + 2130968612, + 2130968616, + 2130968618, + 2130968619, + 2130968620, + 2130968621, + 2130968640, + 2130968680, + 2130968697, + 2130968698, + 2130968699, + 2130968700, + 2130968701, + 2130968706, + 2130968707, + 2130968730, + 2130968739, + 2130968789, + 2130968790, + 2130968791, + 2130968792, + 2130968793, + 2130968794, + 2130968795, + 2130968802, + 2130968803, + 2130968809, + 2130968834, + 2130968881, + 2130968886, + 2130968887, + 2130968892, + 2130968894, + 2130968910, + 2130968911, + 2130968914, + 2130968915, + 2130968917, + 2130969026, + 2130969042, + 2130969171, + 2130969172, + 2130969173, + 2130969174, + 2130969177, + 2130969178, + 2130969179, + 2130969180, + 2130969181, + 2130969182, + 2130969183, + 2130969184, + 2130969185, + 2130969305, + 2130969306, + 2130969307, + 2130969332, + 2130969334, + 2130969358, + 2130969360, + 2130969361, + 2130969362, + 2130969385, + 2130969388, + 2130969390, + 2130969391, + 2130969423, + 2130969424, + 2130969470, + 2130969517, + 2130969519, + 2130969520, + 2130969521, + 2130969523, + 2130969524, + 2130969525, + 2130969526, + 2130969534, + 2130969535, + 2130969584, + 2130969585, + 2130969586, + 2130969587, + 2130969620, + 2130969635, + 2130969636, + 2130969637, + 2130969638, + 2130969639, + 2130969640, + 2130969641, + 2130969642, + 2130969643, + 2130969644}; // aapt resource value: 2 public const int AppCompatTheme_actionBarDivider = 2; @@ -22536,10 +22798,10 @@ namespace QRBee.Droid // aapt resource value: 126 public const int AppCompatTheme_windowNoTitle = 126; - // aapt resource value: { 0x101030E,0x7F03032E } + // aapt resource value: { 0x101030E,0x7F04032E } public static int[] BackgroundStyle = new int[] { 16843534, - 2130903854}; + 2130969390}; // aapt resource value: 0 public const int BackgroundStyle_android_selectableItemBackground = 0; @@ -22547,15 +22809,15 @@ namespace QRBee.Droid // aapt resource value: 1 public const int BackgroundStyle_selectableItemBackground = 1; - // aapt resource value: { 0x7F030048,0x7F030052,0x7F030054,0x7F0301C4,0x7F030283,0x7F0302C4,0x7F030413 } + // aapt resource value: { 0x7F040048,0x7F040052,0x7F040054,0x7F0401C4,0x7F040283,0x7F0402C4,0x7F040413 } public static int[] Badge = new int[] { - 2130903112, - 2130903122, - 2130903124, - 2130903492, - 2130903683, - 2130903748, - 2130904083}; + 2130968648, + 2130968658, + 2130968660, + 2130969028, + 2130969219, + 2130969284, + 2130969619}; // aapt resource value: 0 public const int Badge_backgroundColor = 0; @@ -22578,17 +22840,17 @@ namespace QRBee.Droid // aapt resource value: 6 public const int Badge_verticalOffset = 6; - // aapt resource value: { 0x1010139,0x7F0301BA,0x7F0301D9,0x7F030290,0x7F03033A,0x7F03033C,0x7F0303FA,0x7F0303FD,0x7F0303FF } + // aapt resource value: { 0x1010139,0x7F0401BA,0x7F0401D9,0x7F040290,0x7F04033A,0x7F04033C,0x7F0403FA,0x7F0403FD,0x7F0403FF } public static int[] BaseProgressIndicator = new int[] { 16843065, - 2130903482, - 2130903513, - 2130903696, - 2130903866, - 2130903868, - 2130904058, - 2130904061, - 2130904063}; + 2130969018, + 2130969049, + 2130969232, + 2130969402, + 2130969404, + 2130969594, + 2130969597, + 2130969599}; // aapt resource value: 0 public const int BaseProgressIndicator_android_indeterminate = 0; @@ -22617,19 +22879,19 @@ namespace QRBee.Droid // aapt resource value: 8 public const int BaseProgressIndicator_trackThickness = 8; - // aapt resource value: { 0x7F030050,0x7F030156,0x7F03017D,0x7F03017E,0x7F03017F,0x7F030180,0x7F030181,0x7F0301BD,0x7F0302D2,0x7F0302D4,0x7F0302D5 } + // aapt resource value: { 0x7F040050,0x7F040156,0x7F04017D,0x7F04017E,0x7F04017F,0x7F040180,0x7F040181,0x7F0401BD,0x7F0402D2,0x7F0402D4,0x7F0402D5 } public static int[] BottomAppBar = new int[] { - 2130903120, - 2130903382, - 2130903421, - 2130903422, - 2130903423, - 2130903424, - 2130903425, - 2130903485, - 2130903762, - 2130903764, - 2130903765}; + 2130968656, + 2130968918, + 2130968957, + 2130968958, + 2130968959, + 2130968960, + 2130968961, + 2130969021, + 2130969298, + 2130969300, + 2130969301}; // aapt resource value: 0 public const int BottomAppBar_backgroundTint = 0; @@ -22664,33 +22926,33 @@ namespace QRBee.Droid // aapt resource value: 10 public const int BottomAppBar_paddingRightSystemWindowInsets = 10; - // aapt resource value: { 0x7F0301E7 } + // aapt resource value: { 0x7F0401E7 } public static int[] BottomNavigationView = new int[] { - 2130903527}; + 2130969063}; // aapt resource value: 0 public const int BottomNavigationView_itemHorizontalTranslationEnabled = 0; - // aapt resource value: { 0x101011F,0x1010440,0x7F030050,0x7F03005B,0x7F03005C,0x7F03005D,0x7F03005E,0x7F03005F,0x7F030061,0x7F030062,0x7F030063,0x7F0301AF,0x7F0302D2,0x7F0302D4,0x7F0302D5,0x7F0302D8,0x7F030333,0x7F030336 } + // aapt resource value: { 0x101011F,0x1010440,0x7F040050,0x7F04005B,0x7F04005C,0x7F04005D,0x7F04005E,0x7F04005F,0x7F040061,0x7F040062,0x7F040063,0x7F0401AF,0x7F0402D2,0x7F0402D4,0x7F0402D5,0x7F0402D8,0x7F040333,0x7F040336 } public static int[] BottomSheetBehavior_Layout = new int[] { 16843039, 16843840, - 2130903120, - 2130903131, - 2130903132, - 2130903133, - 2130903134, - 2130903135, - 2130903137, - 2130903138, - 2130903139, - 2130903471, - 2130903762, - 2130903764, - 2130903765, - 2130903768, - 2130903859, - 2130903862}; + 2130968656, + 2130968667, + 2130968668, + 2130968669, + 2130968670, + 2130968671, + 2130968673, + 2130968674, + 2130968675, + 2130969007, + 2130969298, + 2130969300, + 2130969301, + 2130969304, + 2130969395, + 2130969398}; // aapt resource value: 1 public const int BottomSheetBehavior_Layout_android_elevation = 1; @@ -22746,17 +23008,17 @@ namespace QRBee.Droid // aapt resource value: 17 public const int BottomSheetBehavior_Layout_shapeAppearanceOverlay = 17; - // aapt resource value: { 0x7F030031 } + // aapt resource value: { 0x7F040031 } public static int[] ButtonBarLayout = new int[] { - 2130903089}; + 2130968625}; // aapt resource value: 0 public const int ButtonBarLayout_allowStacking = 0; - // aapt resource value: { 0x7F03030D,0x7F030338 } + // aapt resource value: { 0x7F04030D,0x7F040338 } public static int[] Capability = new int[] { - 2130903821, - 2130903864}; + 2130969357, + 2130969400}; // aapt resource value: 0 public const int Capability_queryPatterns = 0; @@ -22764,21 +23026,21 @@ namespace QRBee.Droid // aapt resource value: 1 public const int Capability_shortcutMatchRequired = 1; - // aapt resource value: { 0x101013F,0x1010140,0x7F030086,0x7F030087,0x7F030088,0x7F03008A,0x7F03008B,0x7F03008C,0x7F0300F9,0x7F0300FA,0x7F0300FC,0x7F0300FD,0x7F0300FF } + // aapt resource value: { 0x101013F,0x1010140,0x7F040086,0x7F040087,0x7F040088,0x7F04008A,0x7F04008B,0x7F04008C,0x7F0400F9,0x7F0400FA,0x7F0400FC,0x7F0400FD,0x7F0400FF } public static int[] CardView = new int[] { 16843071, 16843072, - 2130903174, - 2130903175, - 2130903176, - 2130903178, - 2130903179, - 2130903180, - 2130903289, - 2130903290, - 2130903292, - 2130903293, - 2130903295}; + 2130968710, + 2130968711, + 2130968712, + 2130968714, + 2130968715, + 2130968716, + 2130968825, + 2130968826, + 2130968828, + 2130968829, + 2130968831}; // aapt resource value: 1 public const int CardView_android_minHeight = 1; @@ -22819,18 +23081,18 @@ namespace QRBee.Droid // aapt resource value: 12 public const int CardView_contentPaddingTop = 12; - // aapt resource value: { 0x7F03008E,0x7F03008F,0x7F030090,0x7F030091,0x7F030092,0x7F030093,0x7F030094,0x7F030095,0x7F030096,0x7F030097 } + // aapt resource value: { 0x7F04008E,0x7F04008F,0x7F040090,0x7F040091,0x7F040092,0x7F040093,0x7F040094,0x7F040095,0x7F040096,0x7F040097 } public static int[] Carousel = new int[] { - 2130903182, - 2130903183, - 2130903184, - 2130903185, - 2130903186, - 2130903187, - 2130903188, - 2130903189, - 2130903190, - 2130903191}; + 2130968718, + 2130968719, + 2130968720, + 2130968721, + 2130968722, + 2130968723, + 2130968724, + 2130968725, + 2130968726, + 2130968727}; // aapt resource value: 0 public const int Carousel_carousel_backwardTransition = 0; @@ -22862,14 +23124,14 @@ namespace QRBee.Droid // aapt resource value: 9 public const int Carousel_carousel_touchUp_velocityThreshold = 9; - // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x7F030139,0x7F030377,0x7F030378 } + // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x7F040139,0x7F040377,0x7F040378 } public static int[] CheckBoxPreference = new int[] { 16843247, 16843248, 16843249, - 2130903353, - 2130903927, - 2130903928}; + 2130968889, + 2130969463, + 2130969464}; // aapt resource value: 2 public const int CheckBoxPreference_android_disableDependentsState = 2; @@ -22889,7 +23151,7 @@ namespace QRBee.Droid // aapt resource value: 5 public const int CheckBoxPreference_summaryOn = 5; - // aapt resource value: { 0x1010034,0x1010095,0x1010098,0x10100AB,0x101011F,0x101014F,0x10101E5,0x7F03009D,0x7F03009E,0x7F0300A1,0x7F0300A2,0x7F0300A4,0x7F0300A5,0x7F0300A6,0x7F0300A8,0x7F0300A9,0x7F0300AA,0x7F0300AB,0x7F0300AC,0x7F0300AD,0x7F0300AE,0x7F0300B3,0x7F0300B4,0x7F0300B5,0x7F0300B7,0x7F0300C5,0x7F0300C6,0x7F0300C7,0x7F0300C8,0x7F0300C9,0x7F0300CA,0x7F0300CB,0x7F030164,0x7F0301BB,0x7F0301C7,0x7F0301CC,0x7F03031D,0x7F030333,0x7F030336,0x7F03033E,0x7F0303C0,0x7F0303C9 } + // aapt resource value: { 0x1010034,0x1010095,0x1010098,0x10100AB,0x101011F,0x101014F,0x10101E5,0x7F04009D,0x7F04009E,0x7F0400A1,0x7F0400A2,0x7F0400A4,0x7F0400A5,0x7F0400A6,0x7F0400A8,0x7F0400A9,0x7F0400AA,0x7F0400AB,0x7F0400AC,0x7F0400AD,0x7F0400AE,0x7F0400B3,0x7F0400B4,0x7F0400B5,0x7F0400B7,0x7F0400C5,0x7F0400C6,0x7F0400C7,0x7F0400C8,0x7F0400C9,0x7F0400CA,0x7F0400CB,0x7F040164,0x7F0401BB,0x7F0401C7,0x7F0401CC,0x7F04031D,0x7F040333,0x7F040336,0x7F04033E,0x7F0403C0,0x7F0403C9 } public static int[] Chip = new int[] { 16842804, 16842901, @@ -22898,51 +23160,51 @@ namespace QRBee.Droid 16843039, 16843087, 16843237, - 2130903197, - 2130903198, - 2130903201, - 2130903202, - 2130903204, - 2130903205, - 2130903206, - 2130903208, - 2130903209, - 2130903210, - 2130903211, - 2130903212, - 2130903213, - 2130903214, - 2130903219, - 2130903220, - 2130903221, - 2130903223, - 2130903237, - 2130903238, - 2130903239, - 2130903240, - 2130903241, - 2130903242, - 2130903243, - 2130903396, - 2130903483, - 2130903495, - 2130903500, - 2130903837, - 2130903859, - 2130903862, - 2130903870, - 2130904000, - 2130904009}; + 2130968733, + 2130968734, + 2130968737, + 2130968738, + 2130968740, + 2130968741, + 2130968742, + 2130968744, + 2130968745, + 2130968746, + 2130968747, + 2130968748, + 2130968749, + 2130968750, + 2130968755, + 2130968756, + 2130968757, + 2130968759, + 2130968773, + 2130968774, + 2130968775, + 2130968776, + 2130968777, + 2130968778, + 2130968779, + 2130968932, + 2130969019, + 2130969031, + 2130969036, + 2130969373, + 2130969395, + 2130969398, + 2130969406, + 2130969536, + 2130969545}; - // aapt resource value: { 0x7F03009C,0x7F0300AF,0x7F0300B0,0x7F0300B1,0x7F030330,0x7F030345,0x7F030347 } + // aapt resource value: { 0x7F04009C,0x7F0400AF,0x7F0400B0,0x7F0400B1,0x7F040330,0x7F040345,0x7F040347 } public static int[] ChipGroup = new int[] { - 2130903196, - 2130903215, - 2130903216, - 2130903217, - 2130903856, - 2130903877, - 2130903879}; + 2130968732, + 2130968751, + 2130968752, + 2130968753, + 2130969392, + 2130969413, + 2130969415}; // aapt resource value: 0 public const int ChipGroup_checkedChip = 0; @@ -23091,11 +23353,11 @@ namespace QRBee.Droid // aapt resource value: 41 public const int Chip_textStartPadding = 41; - // aapt resource value: { 0x7F0301DA,0x7F0301DC,0x7F0301DD } + // aapt resource value: { 0x7F0401DA,0x7F0401DC,0x7F0401DD } public static int[] CircularProgressIndicator = new int[] { - 2130903514, - 2130903516, - 2130903517}; + 2130969050, + 2130969052, + 2130969053}; // aapt resource value: 0 public const int CircularProgressIndicator_indicatorDirectionCircular = 0; @@ -23106,10 +23368,10 @@ namespace QRBee.Droid // aapt resource value: 2 public const int CircularProgressIndicator_indicatorSize = 2; - // aapt resource value: { 0x7F0300C1,0x7F0300C4 } + // aapt resource value: { 0x7F0400C1,0x7F0400C4 } public static int[] ClockFaceView = new int[] { - 2130903233, - 2130903236}; + 2130968769, + 2130968772}; // aapt resource value: 0 public const int ClockFaceView_clockFaceBackgroundColor = 0; @@ -23117,11 +23379,11 @@ namespace QRBee.Droid // aapt resource value: 1 public const int ClockFaceView_clockNumberTextColor = 1; - // aapt resource value: { 0x7F0300C2,0x7F03027B,0x7F030331 } + // aapt resource value: { 0x7F0400C2,0x7F04027B,0x7F040331 } public static int[] ClockHandView = new int[] { - 2130903234, - 2130903675, - 2130903857}; + 2130968770, + 2130969211, + 2130969393}; // aapt resource value: 0 public const int ClockHandView_clockHandColor = 0; @@ -23132,28 +23394,28 @@ namespace QRBee.Droid // aapt resource value: 2 public const int ClockHandView_selectorSize = 2; - // aapt resource value: { 0x7F0300D0,0x7F0300D1,0x7F030100,0x7F030173,0x7F030174,0x7F030175,0x7F030176,0x7F030177,0x7F030178,0x7F030179,0x7F03017C,0x7F0301AA,0x7F030286,0x7F030323,0x7F030325,0x7F030368,0x7F0303E2,0x7F0303E4,0x7F0303E5,0x7F0303EF } + // aapt resource value: { 0x7F0400D0,0x7F0400D1,0x7F040100,0x7F040173,0x7F040174,0x7F040175,0x7F040176,0x7F040177,0x7F040178,0x7F040179,0x7F04017C,0x7F0401AA,0x7F040286,0x7F040323,0x7F040325,0x7F040368,0x7F0403E2,0x7F0403E4,0x7F0403E5,0x7F0403EF } public static int[] CollapsingToolbarLayout = new int[] { - 2130903248, - 2130903249, - 2130903296, - 2130903411, - 2130903412, - 2130903413, - 2130903414, - 2130903415, - 2130903416, - 2130903417, - 2130903420, - 2130903466, - 2130903686, - 2130903843, - 2130903845, - 2130903912, - 2130904034, - 2130904036, - 2130904037, - 2130904047}; + 2130968784, + 2130968785, + 2130968832, + 2130968947, + 2130968948, + 2130968949, + 2130968950, + 2130968951, + 2130968952, + 2130968953, + 2130968956, + 2130969002, + 2130969222, + 2130969379, + 2130969381, + 2130969448, + 2130969570, + 2130969572, + 2130969573, + 2130969583}; // aapt resource value: 0 public const int CollapsingToolbarLayout_collapsedTitleGravity = 0; @@ -23191,10 +23453,10 @@ namespace QRBee.Droid // aapt resource value: 11 public const int CollapsingToolbarLayout_forceApplySystemWindowInsetTop = 11; - // aapt resource value: { 0x7F03020C,0x7F03020D } + // aapt resource value: { 0x7F04020C,0x7F04020D } public static int[] CollapsingToolbarLayout_Layout = new int[] { - 2130903564, - 2130903565}; + 2130969100, + 2130969101}; // aapt resource value: 0 public const int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; @@ -23226,11 +23488,11 @@ namespace QRBee.Droid // aapt resource value: 19 public const int CollapsingToolbarLayout_toolbarId = 19; - // aapt resource value: { 0x10101A5,0x101031F,0x7F030032 } + // aapt resource value: { 0x10101A5,0x101031F,0x7F040032 } public static int[] ColorStateListItem = new int[] { 16843173, 16843551, - 2130903090}; + 2130968626}; // aapt resource value: 2 public const int ColorStateListItem_alpha = 2; @@ -23241,12 +23503,12 @@ namespace QRBee.Droid // aapt resource value: 0 public const int ColorStateListItem_android_color = 0; - // aapt resource value: { 0x1010107,0x7F03007E,0x7F030084,0x7F030085 } + // aapt resource value: { 0x1010107,0x7F04007E,0x7F040084,0x7F040085 } public static int[] CompoundButton = new int[] { 16843015, - 2130903166, - 2130903172, - 2130903173}; + 2130968702, + 2130968708, + 2130968709}; // aapt resource value: 0 public const int CompoundButton_android_button = 0; @@ -23260,7 +23522,7 @@ namespace QRBee.Droid // aapt resource value: 3 public const int CompoundButton_buttonTintMode = 3; - // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030035,0x7F030036,0x7F030056,0x7F030057,0x7F030058,0x7F030098,0x7F0300EE,0x7F0300EF,0x7F030142,0x7F03018B,0x7F03018C,0x7F03018D,0x7F03018E,0x7F03018F,0x7F030190,0x7F030191,0x7F030192,0x7F030193,0x7F030194,0x7F030195,0x7F030196,0x7F030197,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030215,0x7F030216,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03021E,0x7F03021F,0x7F030220,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030248,0x7F03024C,0x7F0302B1,0x7F0302B2,0x7F0302E1,0x7F0302E9,0x7F0302EE,0x7F030308,0x7F030309,0x7F03030A,0x7F030402,0x7F030404,0x7F030406,0x7F030419 } + // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F040035,0x7F040036,0x7F040056,0x7F040057,0x7F040058,0x7F040098,0x7F0400EE,0x7F0400EF,0x7F040142,0x7F04018B,0x7F04018C,0x7F04018D,0x7F04018E,0x7F04018F,0x7F040190,0x7F040191,0x7F040192,0x7F040193,0x7F040194,0x7F040195,0x7F040196,0x7F040197,0x7F040199,0x7F04019A,0x7F04019B,0x7F04019C,0x7F04019D,0x7F04020E,0x7F04020F,0x7F040210,0x7F040211,0x7F040212,0x7F040213,0x7F040214,0x7F040215,0x7F040216,0x7F040217,0x7F040218,0x7F040219,0x7F04021A,0x7F04021B,0x7F04021C,0x7F04021D,0x7F04021E,0x7F04021F,0x7F040220,0x7F040221,0x7F040222,0x7F040223,0x7F040224,0x7F040225,0x7F040226,0x7F040227,0x7F040228,0x7F040229,0x7F04022A,0x7F04022B,0x7F04022C,0x7F04022D,0x7F04022E,0x7F04022F,0x7F040230,0x7F040231,0x7F040232,0x7F040233,0x7F040234,0x7F040235,0x7F040236,0x7F040237,0x7F040238,0x7F040239,0x7F04023A,0x7F04023B,0x7F04023D,0x7F04023E,0x7F04023F,0x7F040240,0x7F040241,0x7F040242,0x7F040243,0x7F040244,0x7F040245,0x7F040248,0x7F04024C,0x7F0402B1,0x7F0402B2,0x7F0402E1,0x7F0402E9,0x7F0402EE,0x7F040308,0x7F040309,0x7F04030A,0x7F040402,0x7F040404,0x7F040406,0x7F040419 } public static int[] Constraint = new int[] { 16842948, 16842960, @@ -23289,104 +23551,104 @@ namespace QRBee.Droid 16843702, 16843770, 16843840, - 2130903093, - 2130903094, - 2130903126, - 2130903127, - 2130903128, - 2130903192, - 2130903278, - 2130903279, - 2130903362, - 2130903435, - 2130903436, - 2130903437, - 2130903438, - 2130903439, - 2130903440, - 2130903441, - 2130903442, - 2130903443, - 2130903444, - 2130903445, - 2130903446, - 2130903447, - 2130903449, - 2130903450, - 2130903451, - 2130903452, - 2130903453, - 2130903566, - 2130903567, - 2130903568, - 2130903569, - 2130903570, - 2130903571, - 2130903572, - 2130903573, - 2130903574, - 2130903575, - 2130903576, - 2130903577, - 2130903578, - 2130903579, - 2130903580, - 2130903581, - 2130903582, - 2130903583, - 2130903584, - 2130903585, - 2130903586, - 2130903587, - 2130903588, - 2130903589, - 2130903590, - 2130903591, - 2130903592, - 2130903593, - 2130903594, - 2130903595, - 2130903596, - 2130903597, - 2130903598, - 2130903599, - 2130903600, - 2130903601, - 2130903602, - 2130903603, - 2130903604, - 2130903605, - 2130903606, - 2130903607, - 2130903608, - 2130903609, - 2130903610, - 2130903611, - 2130903613, - 2130903614, - 2130903615, - 2130903616, - 2130903617, - 2130903618, - 2130903619, - 2130903620, - 2130903621, - 2130903624, - 2130903628, - 2130903729, - 2130903730, - 2130903777, - 2130903785, - 2130903790, - 2130903816, - 2130903817, - 2130903818, - 2130904066, - 2130904068, - 2130904070, - 2130904089}; + 2130968629, + 2130968630, + 2130968662, + 2130968663, + 2130968664, + 2130968728, + 2130968814, + 2130968815, + 2130968898, + 2130968971, + 2130968972, + 2130968973, + 2130968974, + 2130968975, + 2130968976, + 2130968977, + 2130968978, + 2130968979, + 2130968980, + 2130968981, + 2130968982, + 2130968983, + 2130968985, + 2130968986, + 2130968987, + 2130968988, + 2130968989, + 2130969102, + 2130969103, + 2130969104, + 2130969105, + 2130969106, + 2130969107, + 2130969108, + 2130969109, + 2130969110, + 2130969111, + 2130969112, + 2130969113, + 2130969114, + 2130969115, + 2130969116, + 2130969117, + 2130969118, + 2130969119, + 2130969120, + 2130969121, + 2130969122, + 2130969123, + 2130969124, + 2130969125, + 2130969126, + 2130969127, + 2130969128, + 2130969129, + 2130969130, + 2130969131, + 2130969132, + 2130969133, + 2130969134, + 2130969135, + 2130969136, + 2130969137, + 2130969138, + 2130969139, + 2130969140, + 2130969141, + 2130969142, + 2130969143, + 2130969144, + 2130969145, + 2130969146, + 2130969147, + 2130969149, + 2130969150, + 2130969151, + 2130969152, + 2130969153, + 2130969154, + 2130969155, + 2130969156, + 2130969157, + 2130969160, + 2130969164, + 2130969265, + 2130969266, + 2130969313, + 2130969321, + 2130969326, + 2130969352, + 2130969353, + 2130969354, + 2130969602, + 2130969604, + 2130969606, + 2130969625}; - // aapt resource value: { 0x10100C4,0x10100D5,0x10100D6,0x10100D7,0x10100D8,0x10100D9,0x10100DC,0x10100F4,0x10100F5,0x10100F6,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10103B3,0x10103B4,0x10103B5,0x10103B6,0x1010440,0x101053B,0x101053C,0x7F030056,0x7F030057,0x7F030058,0x7F030098,0x7F0300BA,0x7F0300BB,0x7F0300BC,0x7F0300BD,0x7F0300BE,0x7F0300EB,0x7F0300EE,0x7F0300EF,0x7F03018B,0x7F03018C,0x7F03018D,0x7F03018E,0x7F03018F,0x7F030190,0x7F030191,0x7F030192,0x7F030193,0x7F030194,0x7F030195,0x7F030196,0x7F030197,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F030206,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030215,0x7F030216,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03021E,0x7F03021F,0x7F030220,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030248,0x7F030249,0x7F03024C } + // aapt resource value: { 0x10100C4,0x10100D5,0x10100D6,0x10100D7,0x10100D8,0x10100D9,0x10100DC,0x10100F4,0x10100F5,0x10100F6,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10103B3,0x10103B4,0x10103B5,0x10103B6,0x1010440,0x101053B,0x101053C,0x7F040056,0x7F040057,0x7F040058,0x7F040098,0x7F0400BA,0x7F0400BB,0x7F0400BC,0x7F0400BD,0x7F0400BE,0x7F0400EB,0x7F0400EE,0x7F0400EF,0x7F04018B,0x7F04018C,0x7F04018D,0x7F04018E,0x7F04018F,0x7F040190,0x7F040191,0x7F040192,0x7F040193,0x7F040194,0x7F040195,0x7F040196,0x7F040197,0x7F040199,0x7F04019A,0x7F04019B,0x7F04019C,0x7F04019D,0x7F040206,0x7F04020E,0x7F04020F,0x7F040210,0x7F040211,0x7F040212,0x7F040213,0x7F040214,0x7F040215,0x7F040216,0x7F040217,0x7F040218,0x7F040219,0x7F04021A,0x7F04021B,0x7F04021C,0x7F04021D,0x7F04021E,0x7F04021F,0x7F040220,0x7F040221,0x7F040222,0x7F040223,0x7F040224,0x7F040225,0x7F040226,0x7F040227,0x7F040228,0x7F040229,0x7F04022A,0x7F04022B,0x7F04022C,0x7F04022D,0x7F04022E,0x7F04022F,0x7F040230,0x7F040231,0x7F040232,0x7F040233,0x7F040234,0x7F040235,0x7F040236,0x7F040237,0x7F040238,0x7F040239,0x7F04023A,0x7F04023B,0x7F04023D,0x7F04023E,0x7F04023F,0x7F040240,0x7F040241,0x7F040242,0x7F040243,0x7F040244,0x7F040245,0x7F040248,0x7F040249,0x7F04024C } public static int[] ConstraintLayout_Layout = new int[] { 16842948, 16842965, @@ -23413,95 +23675,95 @@ namespace QRBee.Droid 16843840, 16844091, 16844092, - 2130903126, - 2130903127, - 2130903128, - 2130903192, - 2130903226, - 2130903227, - 2130903228, - 2130903229, - 2130903230, - 2130903275, - 2130903278, - 2130903279, - 2130903435, - 2130903436, - 2130903437, - 2130903438, - 2130903439, - 2130903440, - 2130903441, - 2130903442, - 2130903443, - 2130903444, - 2130903445, - 2130903446, - 2130903447, - 2130903449, - 2130903450, - 2130903451, - 2130903452, - 2130903453, - 2130903558, - 2130903566, - 2130903567, - 2130903568, - 2130903569, - 2130903570, - 2130903571, - 2130903572, - 2130903573, - 2130903574, - 2130903575, - 2130903576, - 2130903577, - 2130903578, - 2130903579, - 2130903580, - 2130903581, - 2130903582, - 2130903583, - 2130903584, - 2130903585, - 2130903586, - 2130903587, - 2130903588, - 2130903589, - 2130903590, - 2130903591, - 2130903592, - 2130903593, - 2130903594, - 2130903595, - 2130903596, - 2130903597, - 2130903598, - 2130903599, - 2130903600, - 2130903601, - 2130903602, - 2130903603, - 2130903604, - 2130903605, - 2130903606, - 2130903607, - 2130903608, - 2130903609, - 2130903610, - 2130903611, - 2130903613, - 2130903614, - 2130903615, - 2130903616, - 2130903617, - 2130903618, - 2130903619, - 2130903620, - 2130903621, - 2130903624, - 2130903625, - 2130903628}; + 2130968662, + 2130968663, + 2130968664, + 2130968728, + 2130968762, + 2130968763, + 2130968764, + 2130968765, + 2130968766, + 2130968811, + 2130968814, + 2130968815, + 2130968971, + 2130968972, + 2130968973, + 2130968974, + 2130968975, + 2130968976, + 2130968977, + 2130968978, + 2130968979, + 2130968980, + 2130968981, + 2130968982, + 2130968983, + 2130968985, + 2130968986, + 2130968987, + 2130968988, + 2130968989, + 2130969094, + 2130969102, + 2130969103, + 2130969104, + 2130969105, + 2130969106, + 2130969107, + 2130969108, + 2130969109, + 2130969110, + 2130969111, + 2130969112, + 2130969113, + 2130969114, + 2130969115, + 2130969116, + 2130969117, + 2130969118, + 2130969119, + 2130969120, + 2130969121, + 2130969122, + 2130969123, + 2130969124, + 2130969125, + 2130969126, + 2130969127, + 2130969128, + 2130969129, + 2130969130, + 2130969131, + 2130969132, + 2130969133, + 2130969134, + 2130969135, + 2130969136, + 2130969137, + 2130969138, + 2130969139, + 2130969140, + 2130969141, + 2130969142, + 2130969143, + 2130969144, + 2130969145, + 2130969146, + 2130969147, + 2130969149, + 2130969150, + 2130969151, + 2130969152, + 2130969153, + 2130969154, + 2130969155, + 2130969156, + 2130969157, + 2130969160, + 2130969161, + 2130969164}; // aapt resource value: 22 public const int ConstraintLayout_Layout_android_elevation = 22; @@ -23845,10 +24107,10 @@ namespace QRBee.Droid // aapt resource value: 113 public const int ConstraintLayout_Layout_layout_wrapBehaviorInParent = 113; - // aapt resource value: { 0x7F0300F1,0x7F0302ED } + // aapt resource value: { 0x7F0400F1,0x7F0402ED } public static int[] ConstraintLayout_placeholder = new int[] { - 2130903281, - 2130903789}; + 2130968817, + 2130969325}; // aapt resource value: 0 public const int ConstraintLayout_placeholder_content = 0; @@ -23856,12 +24118,12 @@ namespace QRBee.Droid // aapt resource value: 1 public const int ConstraintLayout_placeholder_placeholder_emptyVisibility = 1; - // aapt resource value: { 0x7F030313,0x7F030314,0x7F030315,0x7F030316 } + // aapt resource value: { 0x7F040313,0x7F040314,0x7F040315,0x7F040316 } public static int[] ConstraintLayout_ReactiveGuide = new int[] { - 2130903827, - 2130903828, - 2130903829, - 2130903830}; + 2130969363, + 2130969364, + 2130969365, + 2130969366}; // aapt resource value: 0 public const int ConstraintLayout_ReactiveGuide_reactiveGuide_animateChange = 0; @@ -23875,7 +24137,7 @@ namespace QRBee.Droid // aapt resource value: 3 public const int ConstraintLayout_ReactiveGuide_reactiveGuide_valueId = 3; - // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030035,0x7F030036,0x7F030056,0x7F030057,0x7F030058,0x7F030098,0x7F0300EE,0x7F030142,0x7F03018B,0x7F03018C,0x7F03018D,0x7F03018E,0x7F03018F,0x7F030190,0x7F030191,0x7F030192,0x7F030193,0x7F030194,0x7F030195,0x7F030196,0x7F030197,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03020E,0x7F03020F,0x7F030210,0x7F030214,0x7F030218,0x7F030219,0x7F03021A,0x7F03021D,0x7F03021E,0x7F03021F,0x7F030220,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F03022B,0x7F030230,0x7F030231,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030248,0x7F03024C,0x7F0302B1,0x7F0302B2,0x7F0302B3,0x7F0302E1,0x7F0302E9,0x7F0302EE,0x7F030308,0x7F030309,0x7F03030A,0x7F030402,0x7F030404,0x7F030406,0x7F030419 } + // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F040035,0x7F040036,0x7F040056,0x7F040057,0x7F040058,0x7F040098,0x7F0400EE,0x7F040142,0x7F04018B,0x7F04018C,0x7F04018D,0x7F04018E,0x7F04018F,0x7F040190,0x7F040191,0x7F040192,0x7F040193,0x7F040194,0x7F040195,0x7F040196,0x7F040197,0x7F040199,0x7F04019A,0x7F04019B,0x7F04019C,0x7F04019D,0x7F04020E,0x7F04020F,0x7F040210,0x7F040214,0x7F040218,0x7F040219,0x7F04021A,0x7F04021D,0x7F04021E,0x7F04021F,0x7F040220,0x7F040221,0x7F040222,0x7F040223,0x7F040224,0x7F040225,0x7F040226,0x7F040227,0x7F040228,0x7F04022B,0x7F040230,0x7F040231,0x7F040234,0x7F040235,0x7F040236,0x7F040237,0x7F040238,0x7F040239,0x7F04023A,0x7F04023B,0x7F04023D,0x7F04023E,0x7F04023F,0x7F040240,0x7F040241,0x7F040242,0x7F040243,0x7F040244,0x7F040245,0x7F040248,0x7F04024C,0x7F0402B1,0x7F0402B2,0x7F0402B3,0x7F0402E1,0x7F0402E9,0x7F0402EE,0x7F040308,0x7F040309,0x7F04030A,0x7F040402,0x7F040404,0x7F040406,0x7F040419 } public static int[] ConstraintOverride = new int[] { 16842948, 16842960, @@ -23904,86 +24166,86 @@ namespace QRBee.Droid 16843702, 16843770, 16843840, - 2130903093, - 2130903094, - 2130903126, - 2130903127, - 2130903128, - 2130903192, - 2130903278, - 2130903362, - 2130903435, - 2130903436, - 2130903437, - 2130903438, - 2130903439, - 2130903440, - 2130903441, - 2130903442, - 2130903443, - 2130903444, - 2130903445, - 2130903446, - 2130903447, - 2130903449, - 2130903450, - 2130903451, - 2130903452, - 2130903453, - 2130903566, - 2130903567, - 2130903568, - 2130903572, - 2130903576, - 2130903577, - 2130903578, - 2130903581, - 2130903582, - 2130903583, - 2130903584, - 2130903585, - 2130903586, - 2130903587, - 2130903588, - 2130903589, - 2130903590, - 2130903591, - 2130903592, - 2130903595, - 2130903600, - 2130903601, - 2130903604, - 2130903605, - 2130903606, - 2130903607, - 2130903608, - 2130903609, - 2130903610, - 2130903611, - 2130903613, - 2130903614, - 2130903615, - 2130903616, - 2130903617, - 2130903618, - 2130903619, - 2130903620, - 2130903621, - 2130903624, - 2130903628, - 2130903729, - 2130903730, - 2130903731, - 2130903777, - 2130903785, - 2130903790, - 2130903816, - 2130903817, - 2130903818, - 2130904066, - 2130904068, - 2130904070, - 2130904089}; + 2130968629, + 2130968630, + 2130968662, + 2130968663, + 2130968664, + 2130968728, + 2130968814, + 2130968898, + 2130968971, + 2130968972, + 2130968973, + 2130968974, + 2130968975, + 2130968976, + 2130968977, + 2130968978, + 2130968979, + 2130968980, + 2130968981, + 2130968982, + 2130968983, + 2130968985, + 2130968986, + 2130968987, + 2130968988, + 2130968989, + 2130969102, + 2130969103, + 2130969104, + 2130969108, + 2130969112, + 2130969113, + 2130969114, + 2130969117, + 2130969118, + 2130969119, + 2130969120, + 2130969121, + 2130969122, + 2130969123, + 2130969124, + 2130969125, + 2130969126, + 2130969127, + 2130969128, + 2130969131, + 2130969136, + 2130969137, + 2130969140, + 2130969141, + 2130969142, + 2130969143, + 2130969144, + 2130969145, + 2130969146, + 2130969147, + 2130969149, + 2130969150, + 2130969151, + 2130969152, + 2130969153, + 2130969154, + 2130969155, + 2130969156, + 2130969157, + 2130969160, + 2130969164, + 2130969265, + 2130969266, + 2130969267, + 2130969313, + 2130969321, + 2130969326, + 2130969352, + 2130969353, + 2130969354, + 2130969602, + 2130969604, + 2130969606, + 2130969625}; // aapt resource value: 13 public const int ConstraintOverride_android_alpha = 13; @@ -24306,7 +24568,7 @@ namespace QRBee.Droid // aapt resource value: 106 public const int ConstraintOverride_visibilityMode = 106; - // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10101B5,0x10101B6,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030000,0x7F030035,0x7F030036,0x7F030056,0x7F030057,0x7F030058,0x7F030098,0x7F0300EE,0x7F0300EF,0x7F03012F,0x7F030142,0x7F03018B,0x7F03018C,0x7F03018D,0x7F03018E,0x7F03018F,0x7F030190,0x7F030191,0x7F030192,0x7F030193,0x7F030194,0x7F030195,0x7F030196,0x7F030197,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030215,0x7F030216,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03021E,0x7F03021F,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030248,0x7F03024C,0x7F0302B1,0x7F0302B2,0x7F0302E1,0x7F0302E9,0x7F0302EE,0x7F03030A,0x7F030404,0x7F030406 } + // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10101B5,0x10101B6,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F040000,0x7F040035,0x7F040036,0x7F040056,0x7F040057,0x7F040058,0x7F040098,0x7F0400EE,0x7F0400EF,0x7F04012F,0x7F040142,0x7F04018B,0x7F04018C,0x7F04018D,0x7F04018E,0x7F04018F,0x7F040190,0x7F040191,0x7F040192,0x7F040193,0x7F040194,0x7F040195,0x7F040196,0x7F040197,0x7F040199,0x7F04019A,0x7F04019B,0x7F04019C,0x7F04019D,0x7F04020E,0x7F04020F,0x7F040210,0x7F040211,0x7F040212,0x7F040213,0x7F040214,0x7F040215,0x7F040216,0x7F040217,0x7F040218,0x7F040219,0x7F04021A,0x7F04021B,0x7F04021C,0x7F04021D,0x7F04021E,0x7F04021F,0x7F040221,0x7F040222,0x7F040223,0x7F040224,0x7F040225,0x7F040226,0x7F040227,0x7F040228,0x7F040229,0x7F04022A,0x7F04022B,0x7F04022C,0x7F04022D,0x7F04022E,0x7F04022F,0x7F040230,0x7F040231,0x7F040232,0x7F040233,0x7F040234,0x7F040235,0x7F040236,0x7F040238,0x7F040239,0x7F04023A,0x7F04023B,0x7F04023D,0x7F04023E,0x7F04023F,0x7F040240,0x7F040241,0x7F040242,0x7F040243,0x7F040244,0x7F040245,0x7F040248,0x7F04024C,0x7F0402B1,0x7F0402B2,0x7F0402E1,0x7F0402E9,0x7F0402EE,0x7F04030A,0x7F040404,0x7F040406 } public static int[] ConstraintSet = new int[] { 16842948, 16842960, @@ -24337,98 +24599,98 @@ namespace QRBee.Droid 16843702, 16843770, 16843840, - 2130903040, - 2130903093, - 2130903094, - 2130903126, - 2130903127, - 2130903128, - 2130903192, - 2130903278, - 2130903279, - 2130903343, - 2130903362, - 2130903435, - 2130903436, - 2130903437, - 2130903438, - 2130903439, - 2130903440, - 2130903441, - 2130903442, - 2130903443, - 2130903444, - 2130903445, - 2130903446, - 2130903447, - 2130903449, - 2130903450, - 2130903451, - 2130903452, - 2130903453, - 2130903566, - 2130903567, - 2130903568, - 2130903569, - 2130903570, - 2130903571, - 2130903572, - 2130903573, - 2130903574, - 2130903575, - 2130903576, - 2130903577, - 2130903578, - 2130903579, - 2130903580, - 2130903581, - 2130903582, - 2130903583, - 2130903585, - 2130903586, - 2130903587, - 2130903588, - 2130903589, - 2130903590, - 2130903591, - 2130903592, - 2130903593, - 2130903594, - 2130903595, - 2130903596, - 2130903597, - 2130903598, - 2130903599, - 2130903600, - 2130903601, - 2130903602, - 2130903603, - 2130903604, - 2130903605, - 2130903606, - 2130903608, - 2130903609, - 2130903610, - 2130903611, - 2130903613, - 2130903614, - 2130903615, - 2130903616, - 2130903617, - 2130903618, - 2130903619, - 2130903620, - 2130903621, - 2130903624, - 2130903628, - 2130903729, - 2130903730, - 2130903777, - 2130903785, - 2130903790, - 2130903818, - 2130904068, - 2130904070}; + 2130968576, + 2130968629, + 2130968630, + 2130968662, + 2130968663, + 2130968664, + 2130968728, + 2130968814, + 2130968815, + 2130968879, + 2130968898, + 2130968971, + 2130968972, + 2130968973, + 2130968974, + 2130968975, + 2130968976, + 2130968977, + 2130968978, + 2130968979, + 2130968980, + 2130968981, + 2130968982, + 2130968983, + 2130968985, + 2130968986, + 2130968987, + 2130968988, + 2130968989, + 2130969102, + 2130969103, + 2130969104, + 2130969105, + 2130969106, + 2130969107, + 2130969108, + 2130969109, + 2130969110, + 2130969111, + 2130969112, + 2130969113, + 2130969114, + 2130969115, + 2130969116, + 2130969117, + 2130969118, + 2130969119, + 2130969121, + 2130969122, + 2130969123, + 2130969124, + 2130969125, + 2130969126, + 2130969127, + 2130969128, + 2130969129, + 2130969130, + 2130969131, + 2130969132, + 2130969133, + 2130969134, + 2130969135, + 2130969136, + 2130969137, + 2130969138, + 2130969139, + 2130969140, + 2130969141, + 2130969142, + 2130969144, + 2130969145, + 2130969146, + 2130969147, + 2130969149, + 2130969150, + 2130969151, + 2130969152, + 2130969153, + 2130969154, + 2130969155, + 2130969156, + 2130969157, + 2130969160, + 2130969164, + 2130969265, + 2130969266, + 2130969313, + 2130969321, + 2130969326, + 2130969354, + 2130969604, + 2130969606}; // aapt resource value: 15 public const int ConstraintSet_android_alpha = 15; @@ -25162,23 +25424,23 @@ namespace QRBee.Droid // aapt resource value: 122 public const int Constraint_visibilityMode = 122; - // aapt resource value: { 0x7F0301FF,0x7F030366 } + // aapt resource value: { 0x7F0401FF,0x7F040366 } public static int[] CoordinatorLayout = new int[] { - 2130903551, - 2130903910}; + 2130969087, + 2130969446}; // aapt resource value: 0 public const int CoordinatorLayout_keylines = 0; - // aapt resource value: { 0x10100B3,0x7F030209,0x7F03020A,0x7F03020B,0x7F03023C,0x7F030246,0x7F030247 } + // aapt resource value: { 0x10100B3,0x7F040209,0x7F04020A,0x7F04020B,0x7F04023C,0x7F040246,0x7F040247 } public static int[] CoordinatorLayout_Layout = new int[] { 16842931, - 2130903561, - 2130903562, - 2130903563, - 2130903612, - 2130903622, - 2130903623}; + 2130969097, + 2130969098, + 2130969099, + 2130969148, + 2130969158, + 2130969159}; // aapt resource value: 0 public const int CoordinatorLayout_Layout_android_layout_gravity = 0; @@ -25204,19 +25466,19 @@ namespace QRBee.Droid // aapt resource value: 1 public const int CoordinatorLayout_statusBarBackground = 1; - // aapt resource value: { 0x7F03003E,0x7F030118,0x7F030119,0x7F03011A,0x7F03011B,0x7F03011C,0x7F03011D,0x7F03011F,0x7F030120,0x7F030121,0x7F03028C } + // aapt resource value: { 0x7F04003E,0x7F040118,0x7F040119,0x7F04011A,0x7F04011B,0x7F04011C,0x7F04011D,0x7F04011F,0x7F040120,0x7F040121,0x7F04028C } public static int[] CustomAttribute = new int[] { - 2130903102, - 2130903320, - 2130903321, - 2130903322, - 2130903323, - 2130903324, - 2130903325, - 2130903327, - 2130903328, - 2130903329, - 2130903692}; + 2130968638, + 2130968856, + 2130968857, + 2130968858, + 2130968859, + 2130968860, + 2130968861, + 2130968863, + 2130968864, + 2130968865, + 2130969228}; // aapt resource value: 0 public const int CustomAttribute_attributeName = 0; @@ -25251,7 +25513,7 @@ namespace QRBee.Droid // aapt resource value: 10 public const int CustomAttribute_methodName = 10; - // aapt resource value: { 0x10101F2,0x10101F3,0x10101F4,0x10101F5,0x10101F6,0x10101F7,0x7F030132,0x7F030133,0x7F030134,0x7F030138,0x7F0302BF,0x7F0302F7 } + // aapt resource value: { 0x10101F2,0x10101F3,0x10101F4,0x10101F5,0x10101F6,0x10101F7,0x7F040132,0x7F040133,0x7F040134,0x7F040138,0x7F0402BF,0x7F0402F7 } public static int[] DialogPreference = new int[] { 16843250, 16843251, @@ -25259,12 +25521,12 @@ namespace QRBee.Droid 16843253, 16843254, 16843255, - 2130903346, - 2130903347, - 2130903348, - 2130903352, - 2130903743, - 2130903799}; + 2130968882, + 2130968883, + 2130968884, + 2130968888, + 2130969279, + 2130969335}; // aapt resource value: 2 public const int DialogPreference_android_dialogIcon = 2; @@ -25302,16 +25564,16 @@ namespace QRBee.Droid // aapt resource value: 11 public const int DialogPreference_positiveButtonText = 11; - // aapt resource value: { 0x7F03003C,0x7F03003D,0x7F030055,0x7F0300D4,0x7F030147,0x7F0301AE,0x7F03034E,0x7F0303D0 } + // aapt resource value: { 0x7F04003C,0x7F04003D,0x7F040055,0x7F0400D4,0x7F040147,0x7F0401AE,0x7F04034E,0x7F0403D0 } public static int[] DrawerArrowToggle = new int[] { - 2130903100, - 2130903101, - 2130903125, - 2130903252, - 2130903367, - 2130903470, - 2130903886, - 2130904016}; + 2130968636, + 2130968637, + 2130968661, + 2130968788, + 2130968903, + 2130969006, + 2130969422, + 2130969552}; // aapt resource value: 0 public const int DrawerArrowToggle_arrowHeadLength = 0; @@ -25337,33 +25599,33 @@ namespace QRBee.Droid // aapt resource value: 7 public const int DrawerArrowToggle_thickness = 7; - // aapt resource value: { 0x7F030156 } + // aapt resource value: { 0x7F040156 } public static int[] DrawerLayout = new int[] { - 2130903382}; + 2130968918}; // aapt resource value: 0 public const int DrawerLayout_elevation = 0; - // aapt resource value: { 0x7F030411 } + // aapt resource value: { 0x7F040411 } public static int[] EditTextPreference = new int[] { - 2130904081}; + 2130969617}; // aapt resource value: 0 public const int EditTextPreference_useSimpleSummaryProvider = 0; - // aapt resource value: { 0x7F0300CF,0x7F030156,0x7F03017A,0x7F0301BB,0x7F03033E,0x7F030343 } + // aapt resource value: { 0x7F0400CF,0x7F040156,0x7F04017A,0x7F0401BB,0x7F04033E,0x7F040343 } public static int[] ExtendedFloatingActionButton = new int[] { - 2130903247, - 2130903382, - 2130903418, - 2130903483, - 2130903870, - 2130903875}; + 2130968783, + 2130968918, + 2130968954, + 2130969019, + 2130969406, + 2130969411}; - // aapt resource value: { 0x7F030059,0x7F03005A } + // aapt resource value: { 0x7F040059,0x7F04005A } public static int[] ExtendedFloatingActionButton_Behavior_Layout = new int[] { - 2130903129, - 2130903130}; + 2130968665, + 2130968666}; // aapt resource value: 0 public const int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide = 0; @@ -25389,25 +25651,25 @@ namespace QRBee.Droid // aapt resource value: 5 public const int ExtendedFloatingActionButton_shrinkMotionSpec = 5; - // aapt resource value: { 0x101000E,0x7F030050,0x7F030051,0x7F030067,0x7F030156,0x7F030164,0x7F030182,0x7F030183,0x7F0301BB,0x7F0301C5,0x7F030285,0x7F030305,0x7F03031D,0x7F030333,0x7F030336,0x7F03033E,0x7F03040F } + // aapt resource value: { 0x101000E,0x7F040050,0x7F040051,0x7F040067,0x7F040156,0x7F040164,0x7F040182,0x7F040183,0x7F0401BB,0x7F0401C5,0x7F040285,0x7F040305,0x7F04031D,0x7F040333,0x7F040336,0x7F04033E,0x7F04040F } public static int[] FloatingActionButton = new int[] { 16842766, - 2130903120, - 2130903121, - 2130903143, - 2130903382, - 2130903396, - 2130903426, - 2130903427, - 2130903483, - 2130903493, - 2130903685, - 2130903813, - 2130903837, - 2130903859, - 2130903862, - 2130903870, - 2130904079}; + 2130968656, + 2130968657, + 2130968679, + 2130968918, + 2130968932, + 2130968962, + 2130968963, + 2130969019, + 2130969029, + 2130969221, + 2130969349, + 2130969373, + 2130969395, + 2130969398, + 2130969406, + 2130969615}; // aapt resource value: 0 public const int FloatingActionButton_android_enabled = 0; @@ -25418,9 +25680,9 @@ namespace QRBee.Droid // aapt resource value: 2 public const int FloatingActionButton_backgroundTintMode = 2; - // aapt resource value: { 0x7F030059 } + // aapt resource value: { 0x7F040059 } public static int[] FloatingActionButton_Behavior_Layout = new int[] { - 2130903129}; + 2130968665}; // aapt resource value: 0 public const int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; @@ -25467,10 +25729,10 @@ namespace QRBee.Droid // aapt resource value: 16 public const int FloatingActionButton_useCompatPadding = 16; - // aapt resource value: { 0x7F0301F5,0x7F030251 } + // aapt resource value: { 0x7F0401F5,0x7F040251 } public static int[] FlowLayout = new int[] { - 2130903541, - 2130903633}; + 2130969077, + 2130969169}; // aapt resource value: 0 public const int FlowLayout_itemSpacing = 0; @@ -25478,28 +25740,28 @@ namespace QRBee.Droid // aapt resource value: 1 public const int FlowLayout_lineSpacing = 1; - // aapt resource value: { 0x7F0301A0,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A5,0x7F0301A6 } + // aapt resource value: { 0x7F0401A0,0x7F0401A1,0x7F0401A2,0x7F0401A3,0x7F0401A4,0x7F0401A5,0x7F0401A6 } public static int[] FontFamily = new int[] { - 2130903456, - 2130903457, - 2130903458, - 2130903459, - 2130903460, - 2130903461, - 2130903462}; + 2130968992, + 2130968993, + 2130968994, + 2130968995, + 2130968996, + 2130968997, + 2130968998}; - // aapt resource value: { 0x1010532,0x1010533,0x101053F,0x101056F,0x1010570,0x7F03019E,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F03040B } + // aapt resource value: { 0x1010532,0x1010533,0x101053F,0x101056F,0x1010570,0x7F04019E,0x7F0401A7,0x7F0401A8,0x7F0401A9,0x7F04040B } public static int[] FontFamilyFont = new int[] { 16844082, 16844083, 16844095, 16844143, 16844144, - 2130903454, - 2130903463, - 2130903464, - 2130903465, - 2130904075}; + 2130968990, + 2130968999, + 2130969000, + 2130969001, + 2130969611}; // aapt resource value: 0 public const int FontFamilyFont_android_font = 0; @@ -25552,11 +25814,11 @@ namespace QRBee.Droid // aapt resource value: 6 public const int FontFamily_fontProviderSystemFontFamily = 6; - // aapt resource value: { 0x1010109,0x1010200,0x7F0301AB } + // aapt resource value: { 0x1010109,0x1010200,0x7F0401AB } public static int[] ForegroundLinearLayout = new int[] { 16843017, 16843264, - 2130903467}; + 2130969003}; // aapt resource value: 0 public const int ForegroundLinearLayout_android_foreground = 0; @@ -25655,22 +25917,22 @@ namespace QRBee.Droid // aapt resource value: 2 public const int GradientColor_android_type = 2; - // aapt resource value: { 0x7F030034,0x7F030064,0x7F030078,0x7F030101,0x7F030115,0x7F0301D3,0x7F0301D4,0x7F0301D5,0x7F0301D6,0x7F0302D0,0x7F03031F,0x7F030320,0x7F030321,0x7F03041B } + // aapt resource value: { 0x7F040034,0x7F040064,0x7F040078,0x7F040101,0x7F040115,0x7F0401D3,0x7F0401D4,0x7F0401D5,0x7F0401D6,0x7F0402D0,0x7F04031F,0x7F040320,0x7F040321,0x7F04041B } public static int[] ImageFilterView = new int[] { - 2130903092, - 2130903140, - 2130903160, - 2130903297, - 2130903317, - 2130903507, - 2130903508, - 2130903509, - 2130903510, - 2130903760, - 2130903839, - 2130903840, - 2130903841, - 2130904091}; + 2130968628, + 2130968676, + 2130968696, + 2130968833, + 2130968853, + 2130969043, + 2130969044, + 2130969045, + 2130969046, + 2130969296, + 2130969375, + 2130969376, + 2130969377, + 2130969627}; // aapt resource value: 0 public const int ImageFilterView_altSrc = 0; @@ -25714,19 +25976,19 @@ namespace QRBee.Droid // aapt resource value: 13 public const int ImageFilterView_warmth = 13; - // aapt resource value: { 0x7F0300EB } + // aapt resource value: { 0x7F0400EB } public static int[] include = new int[] { - 2130903275}; + 2130968811}; // aapt resource value: 0 public const int include_constraintSet = 0; - // aapt resource value: { 0x7F0302D2,0x7F0302D4,0x7F0302D5,0x7F0302D8 } + // aapt resource value: { 0x7F0402D2,0x7F0402D4,0x7F0402D5,0x7F0402D8 } public static int[] Insets = new int[] { - 2130903762, - 2130903764, - 2130903765, - 2130903768}; + 2130969298, + 2130969300, + 2130969301, + 2130969304}; // aapt resource value: 0 public const int Insets_paddingBottomSystemWindowInsets = 0; @@ -25740,14 +26002,14 @@ namespace QRBee.Droid // aapt resource value: 3 public const int Insets_paddingTopSystemWindowInsets = 3; - // aapt resource value: { 0x7F0300D3 } + // aapt resource value: { 0x7F0400D3 } public static int[] ItemsViewRendererTheme = new int[] { - 2130903251}; + 2130968787}; // aapt resource value: 0 public const int ItemsViewRendererTheme_collectionViewStyle = 0; - // aapt resource value: { 0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030117,0x7F0301AD,0x7F0302B1,0x7F0302B3,0x7F030402,0x7F030404,0x7F030406 } + // aapt resource value: { 0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F040117,0x7F0401AD,0x7F0402B1,0x7F0402B3,0x7F040402,0x7F040404,0x7F040406 } public static int[] KeyAttribute = new int[] { 16843551, 16843552, @@ -25761,13 +26023,13 @@ namespace QRBee.Droid 16843560, 16843770, 16843840, - 2130903319, - 2130903469, - 2130903729, - 2130903731, - 2130904066, - 2130904068, - 2130904070}; + 2130968855, + 2130969005, + 2130969265, + 2130969267, + 2130969602, + 2130969604, + 2130969606}; // aapt resource value: 0 public const int KeyAttribute_android_alpha = 0; @@ -25826,7 +26088,7 @@ namespace QRBee.Droid // aapt resource value: 18 public const int KeyAttribute_transitionPathRotate = 18; - // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030117,0x7F0301AD,0x7F0302B1,0x7F0302B3,0x7F030404,0x7F030406,0x7F03041D,0x7F03041E,0x7F03041F,0x7F030420,0x7F030421 } + // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F040117,0x7F0401AD,0x7F0402B1,0x7F0402B3,0x7F040404,0x7F040406,0x7F04041D,0x7F04041E,0x7F04041F,0x7F040420,0x7F040421 } public static int[] KeyCycle = new int[] { 16843551, 16843554, @@ -25838,17 +26100,17 @@ namespace QRBee.Droid 16843560, 16843770, 16843840, - 2130903319, - 2130903469, - 2130903729, - 2130903731, - 2130904068, - 2130904070, - 2130904093, - 2130904094, - 2130904095, - 2130904096, - 2130904097}; + 2130968855, + 2130969005, + 2130969265, + 2130969267, + 2130969604, + 2130969606, + 2130969629, + 2130969630, + 2130969631, + 2130969632, + 2130969633}; // aapt resource value: 0 public const int KeyCycle_android_alpha = 0; @@ -25925,20 +26187,20 @@ namespace QRBee.Droid public static int[] KeyFramesVelocity = new int[] { -1}; - // aapt resource value: { 0x7F030117,0x7F030142,0x7F0301AD,0x7F0301FD,0x7F0302B3,0x7F0302E1,0x7F0302E3,0x7F0302E4,0x7F0302E5,0x7F0302E6,0x7F030348,0x7F030404 } + // aapt resource value: { 0x7F040117,0x7F040142,0x7F0401AD,0x7F0401FD,0x7F0402B3,0x7F0402E1,0x7F0402E3,0x7F0402E4,0x7F0402E5,0x7F0402E6,0x7F040348,0x7F040404 } public static int[] KeyPosition = new int[] { - 2130903319, - 2130903362, - 2130903469, - 2130903549, - 2130903731, - 2130903777, - 2130903779, - 2130903780, - 2130903781, - 2130903782, - 2130903880, - 2130904068}; + 2130968855, + 2130968898, + 2130969005, + 2130969085, + 2130969267, + 2130969313, + 2130969315, + 2130969316, + 2130969317, + 2130969318, + 2130969416, + 2130969604}; // aapt resource value: 0 public const int KeyPosition_curveFit = 0; @@ -25976,7 +26238,7 @@ namespace QRBee.Droid // aapt resource value: 11 public const int KeyPosition_transitionEasing = 11; - // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030117,0x7F0301AD,0x7F0302B1,0x7F0302B3,0x7F030404,0x7F030406,0x7F03041C,0x7F03041D,0x7F03041E,0x7F03041F,0x7F030420 } + // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F040117,0x7F0401AD,0x7F0402B1,0x7F0402B3,0x7F040404,0x7F040406,0x7F04041C,0x7F04041D,0x7F04041E,0x7F04041F,0x7F040420 } public static int[] KeyTimeCycle = new int[] { 16843551, 16843554, @@ -25988,17 +26250,17 @@ namespace QRBee.Droid 16843560, 16843770, 16843840, - 2130903319, - 2130903469, - 2130903729, - 2130903731, - 2130904068, - 2130904070, - 2130904092, - 2130904093, - 2130904094, - 2130904095, - 2130904096}; + 2130968855, + 2130969005, + 2130969265, + 2130969267, + 2130969604, + 2130969606, + 2130969628, + 2130969629, + 2130969630, + 2130969631, + 2130969632}; // aapt resource value: 0 public const int KeyTimeCycle_android_alpha = 0; @@ -26063,21 +26325,21 @@ namespace QRBee.Droid // aapt resource value: 20 public const int KeyTimeCycle_waveShape = 20; - // aapt resource value: { 0x7F0301AD,0x7F0302B3,0x7F0302B4,0x7F0302B5,0x7F0302C6,0x7F0302C8,0x7F0302C9,0x7F030408,0x7F030409,0x7F03040A,0x7F030416,0x7F030417,0x7F030418 } + // aapt resource value: { 0x7F0401AD,0x7F0402B3,0x7F0402B4,0x7F0402B5,0x7F0402C6,0x7F0402C8,0x7F0402C9,0x7F040408,0x7F040409,0x7F04040A,0x7F040416,0x7F040417,0x7F040418 } public static int[] KeyTrigger = new int[] { - 2130903469, - 2130903731, - 2130903732, - 2130903733, - 2130903750, - 2130903752, - 2130903753, - 2130904072, - 2130904073, - 2130904074, - 2130904086, - 2130904087, - 2130904088}; + 2130969005, + 2130969267, + 2130969268, + 2130969269, + 2130969286, + 2130969288, + 2130969289, + 2130969608, + 2130969609, + 2130969610, + 2130969622, + 2130969623, + 2130969624}; // aapt resource value: 0 public const int KeyTrigger_framePosition = 0; @@ -26118,7 +26380,7 @@ namespace QRBee.Droid // aapt resource value: 12 public const int KeyTrigger_viewTransitionOnPositiveCross = 12; - // aapt resource value: { 0x10100C4,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x10103B5,0x10103B6,0x7F030056,0x7F030057,0x7F030058,0x7F030098,0x7F0300EE,0x7F0300EF,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030215,0x7F030216,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03021E,0x7F03021F,0x7F030220,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030248,0x7F03024C,0x7F030284,0x7F030288,0x7F03028F,0x7F030293 } + // aapt resource value: { 0x10100C4,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x10103B5,0x10103B6,0x7F040056,0x7F040057,0x7F040058,0x7F040098,0x7F0400EE,0x7F0400EF,0x7F04020E,0x7F04020F,0x7F040210,0x7F040211,0x7F040212,0x7F040213,0x7F040214,0x7F040215,0x7F040216,0x7F040217,0x7F040218,0x7F040219,0x7F04021A,0x7F04021B,0x7F04021C,0x7F04021D,0x7F04021E,0x7F04021F,0x7F040220,0x7F040221,0x7F040222,0x7F040223,0x7F040224,0x7F040225,0x7F040226,0x7F040227,0x7F040228,0x7F040229,0x7F04022A,0x7F04022B,0x7F04022C,0x7F04022D,0x7F04022E,0x7F04022F,0x7F040231,0x7F040232,0x7F040233,0x7F040234,0x7F040235,0x7F040236,0x7F040237,0x7F040238,0x7F040239,0x7F04023A,0x7F04023B,0x7F04023D,0x7F04023E,0x7F04023F,0x7F040240,0x7F040241,0x7F040242,0x7F040243,0x7F040244,0x7F040245,0x7F040248,0x7F04024C,0x7F040284,0x7F040288,0x7F04028F,0x7F040293 } public static int[] Layout = new int[] { 16842948, 16842996, @@ -26129,72 +26391,72 @@ namespace QRBee.Droid 16843002, 16843701, 16843702, - 2130903126, - 2130903127, - 2130903128, - 2130903192, - 2130903278, - 2130903279, - 2130903566, - 2130903567, - 2130903568, - 2130903569, - 2130903570, - 2130903571, - 2130903572, - 2130903573, - 2130903574, - 2130903575, - 2130903576, - 2130903577, - 2130903578, - 2130903579, - 2130903580, - 2130903581, - 2130903582, - 2130903583, - 2130903584, - 2130903585, - 2130903586, - 2130903587, - 2130903588, - 2130903589, - 2130903590, - 2130903591, - 2130903592, - 2130903593, - 2130903594, - 2130903595, - 2130903596, - 2130903597, - 2130903598, - 2130903599, - 2130903601, - 2130903602, - 2130903603, - 2130903604, - 2130903605, - 2130903606, - 2130903607, - 2130903608, - 2130903609, - 2130903610, - 2130903611, - 2130903613, - 2130903614, - 2130903615, - 2130903616, - 2130903617, - 2130903618, - 2130903619, - 2130903620, - 2130903621, - 2130903624, - 2130903628, - 2130903684, - 2130903688, - 2130903695, - 2130903699}; + 2130968662, + 2130968663, + 2130968664, + 2130968728, + 2130968814, + 2130968815, + 2130969102, + 2130969103, + 2130969104, + 2130969105, + 2130969106, + 2130969107, + 2130969108, + 2130969109, + 2130969110, + 2130969111, + 2130969112, + 2130969113, + 2130969114, + 2130969115, + 2130969116, + 2130969117, + 2130969118, + 2130969119, + 2130969120, + 2130969121, + 2130969122, + 2130969123, + 2130969124, + 2130969125, + 2130969126, + 2130969127, + 2130969128, + 2130969129, + 2130969130, + 2130969131, + 2130969132, + 2130969133, + 2130969134, + 2130969135, + 2130969137, + 2130969138, + 2130969139, + 2130969140, + 2130969141, + 2130969142, + 2130969143, + 2130969144, + 2130969145, + 2130969146, + 2130969147, + 2130969149, + 2130969150, + 2130969151, + 2130969152, + 2130969153, + 2130969154, + 2130969155, + 2130969156, + 2130969157, + 2130969160, + 2130969164, + 2130969220, + 2130969224, + 2130969231, + 2130969235}; // aapt resource value: 2 public const int Layout_android_layout_height = 2; @@ -26421,17 +26683,17 @@ namespace QRBee.Droid // aapt resource value: 74 public const int Layout_minWidth = 74; - // aapt resource value: { 0x10100AF,0x10100C4,0x1010126,0x1010127,0x1010128,0x7F03013B,0x7F03013D,0x7F030289,0x7F03033D } + // aapt resource value: { 0x10100AF,0x10100C4,0x1010126,0x1010127,0x1010128,0x7F04013B,0x7F04013D,0x7F040289,0x7F04033D } public static int[] LinearLayoutCompat = new int[] { 16842927, 16842948, 16843046, 16843047, 16843048, - 2130903355, - 2130903357, - 2130903689, - 2130903869}; + 2130968891, + 2130968893, + 2130969225, + 2130969405}; // aapt resource value: 2 public const int LinearLayoutCompat_android_baselineAligned = 2; @@ -26479,10 +26741,10 @@ namespace QRBee.Droid // aapt resource value: 8 public const int LinearLayoutCompat_showDividers = 8; - // aapt resource value: { 0x7F0301D7,0x7F0301DB } + // aapt resource value: { 0x7F0401D7,0x7F0401DB } public static int[] LinearProgressIndicator = new int[] { - 2130903511, - 2130903515}; + 2130969047, + 2130969051}; // aapt resource value: 0 public const int LinearProgressIndicator_indeterminateAnimationType = 0; @@ -26501,13 +26763,13 @@ namespace QRBee.Droid // aapt resource value: 1 public const int ListPopupWindow_android_dropDownVerticalOffset = 1; - // aapt resource value: { 0x10100B2,0x10101F8,0x7F030166,0x7F030167,0x7F030411 } + // aapt resource value: { 0x10100B2,0x10101F8,0x7F040166,0x7F040167,0x7F040411 } public static int[] ListPreference = new int[] { 16842930, 16843256, - 2130903398, - 2130903399, - 2130904081}; + 2130968934, + 2130968935, + 2130969617}; // aapt resource value: 0 public const int ListPreference_android_entries = 0; @@ -26524,20 +26786,20 @@ namespace QRBee.Droid // aapt resource value: 4 public const int ListPreference_useSimpleSummaryProvider = 4; - // aapt resource value: { 0x7F030049,0x7F03004A,0x7F03004B,0x7F03004C } + // aapt resource value: { 0x7F040049,0x7F04004A,0x7F04004B,0x7F04004C } public static int[] MaterialAlertDialog = new int[] { - 2130903113, - 2130903114, - 2130903115, - 2130903116}; + 2130968649, + 2130968650, + 2130968651, + 2130968652}; - // aapt resource value: { 0x7F030264,0x7F030265,0x7F030266,0x7F030267,0x7F030268 } + // aapt resource value: { 0x7F040264,0x7F040265,0x7F040266,0x7F040267,0x7F040268 } public static int[] MaterialAlertDialogTheme = new int[] { - 2130903652, - 2130903653, - 2130903654, - 2130903655, - 2130903656}; + 2130969188, + 2130969189, + 2130969190, + 2130969191, + 2130969192}; // aapt resource value: 0 public const int MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle = 0; @@ -26573,7 +26835,7 @@ namespace QRBee.Droid // aapt resource value: 0 public const int MaterialAutoCompleteTextView_android_inputType = 0; - // aapt resource value: { 0x10100D4,0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x10101E5,0x7F030050,0x7F030051,0x7F030109,0x7F030156,0x7F0301C6,0x7F0301C8,0x7F0301C9,0x7F0301CA,0x7F0301CD,0x7F0301CE,0x7F03031D,0x7F030333,0x7F030336,0x7F030369,0x7F03036A } + // aapt resource value: { 0x10100D4,0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x10101E5,0x7F040050,0x7F040051,0x7F040109,0x7F040156,0x7F0401C6,0x7F0401C8,0x7F0401C9,0x7F0401CA,0x7F0401CD,0x7F0401CE,0x7F04031D,0x7F040333,0x7F040336,0x7F040369,0x7F04036A } public static int[] MaterialButton = new int[] { 16842964, 16843191, @@ -26581,27 +26843,27 @@ namespace QRBee.Droid 16843193, 16843194, 16843237, - 2130903120, - 2130903121, - 2130903305, - 2130903382, - 2130903494, - 2130903496, - 2130903497, - 2130903498, - 2130903501, - 2130903502, - 2130903837, - 2130903859, - 2130903862, - 2130903913, - 2130903914}; + 2130968656, + 2130968657, + 2130968841, + 2130968918, + 2130969030, + 2130969032, + 2130969033, + 2130969034, + 2130969037, + 2130969038, + 2130969373, + 2130969395, + 2130969398, + 2130969449, + 2130969450}; - // aapt resource value: { 0x7F03009B,0x7F030330,0x7F030347 } + // aapt resource value: { 0x7F04009B,0x7F040330,0x7F040347 } public static int[] MaterialButtonToggleGroup = new int[] { - 2130903195, - 2130903856, - 2130903879}; + 2130968731, + 2130969392, + 2130969415}; // aapt resource value: 0 public const int MaterialButtonToggleGroup_checkedButton = 0; @@ -26675,31 +26937,31 @@ namespace QRBee.Droid // aapt resource value: 20 public const int MaterialButton_strokeWidth = 20; - // aapt resource value: { 0x101020D,0x7F030124,0x7F030125,0x7F030126,0x7F030127,0x7F0302C2,0x7F03030F,0x7F03042D,0x7F03042E,0x7F03042F } + // aapt resource value: { 0x101020D,0x7F040124,0x7F040125,0x7F040126,0x7F040127,0x7F0402C2,0x7F04030F,0x7F04042D,0x7F04042E,0x7F04042F } public static int[] MaterialCalendar = new int[] { 16843277, - 2130903332, - 2130903333, - 2130903334, - 2130903335, - 2130903746, - 2130903823, - 2130904109, - 2130904110, - 2130904111}; + 2130968868, + 2130968869, + 2130968870, + 2130968871, + 2130969282, + 2130969359, + 2130969645, + 2130969646, + 2130969647}; - // aapt resource value: { 0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x7F0301E5,0x7F0301EE,0x7F0301EF,0x7F0301F6,0x7F0301F7,0x7F0301FB } + // aapt resource value: { 0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x7F0401E5,0x7F0401EE,0x7F0401EF,0x7F0401F6,0x7F0401F7,0x7F0401FB } public static int[] MaterialCalendarItem = new int[] { 16843191, 16843192, 16843193, 16843194, - 2130903525, - 2130903534, - 2130903535, - 2130903542, - 2130903543, - 2130903547}; + 2130969061, + 2130969070, + 2130969071, + 2130969078, + 2130969079, + 2130969083}; // aapt resource value: 3 public const int MaterialCalendarItem_android_insetBottom = 3; @@ -26761,20 +27023,20 @@ namespace QRBee.Droid // aapt resource value: 9 public const int MaterialCalendar_yearTodayStyle = 9; - // aapt resource value: { 0x10101E5,0x7F030089,0x7F03009D,0x7F03009F,0x7F0300A0,0x7F0300A1,0x7F03031D,0x7F030333,0x7F030336,0x7F030363,0x7F030369,0x7F03036A } + // aapt resource value: { 0x10101E5,0x7F040089,0x7F04009D,0x7F04009F,0x7F0400A0,0x7F0400A1,0x7F04031D,0x7F040333,0x7F040336,0x7F040363,0x7F040369,0x7F04036A } public static int[] MaterialCardView = new int[] { 16843237, - 2130903177, - 2130903197, - 2130903199, - 2130903200, - 2130903201, - 2130903837, - 2130903859, - 2130903862, - 2130903907, - 2130903913, - 2130903914}; + 2130968713, + 2130968733, + 2130968735, + 2130968736, + 2130968737, + 2130969373, + 2130969395, + 2130969398, + 2130969443, + 2130969449, + 2130969450}; // aapt resource value: 0 public const int MaterialCardView_android_checkable = 0; @@ -26812,10 +27074,10 @@ namespace QRBee.Droid // aapt resource value: 11 public const int MaterialCardView_strokeWidth = 11; - // aapt resource value: { 0x7F030084,0x7F030410 } + // aapt resource value: { 0x7F040084,0x7F040410 } public static int[] MaterialCheckBox = new int[] { - 2130903172, - 2130904080}; + 2130968708, + 2130969616}; // aapt resource value: 0 public const int MaterialCheckBox_buttonTint = 0; @@ -26823,10 +27085,10 @@ namespace QRBee.Droid // aapt resource value: 1 public const int MaterialCheckBox_useMaterialThemeColors = 1; - // aapt resource value: { 0x7F030084,0x7F030410 } + // aapt resource value: { 0x7F040084,0x7F040410 } public static int[] MaterialRadioButton = new int[] { - 2130903172, - 2130904080}; + 2130968708, + 2130969616}; // aapt resource value: 0 public const int MaterialRadioButton_buttonTint = 0; @@ -26834,10 +27096,10 @@ namespace QRBee.Droid // aapt resource value: 1 public const int MaterialRadioButton_useMaterialThemeColors = 1; - // aapt resource value: { 0x7F030333,0x7F030336 } + // aapt resource value: { 0x7F040333,0x7F040336 } public static int[] MaterialShape = new int[] { - 2130903859, - 2130903862}; + 2130969395, + 2130969398}; // aapt resource value: 0 public const int MaterialShape_shapeAppearance = 0; @@ -26845,11 +27107,11 @@ namespace QRBee.Droid // aapt resource value: 1 public const int MaterialShape_shapeAppearanceOverlay = 1; - // aapt resource value: { 0x10104B6,0x101057F,0x7F030250 } + // aapt resource value: { 0x10104B6,0x101057F,0x7F040250 } public static int[] MaterialTextAppearance = new int[] { 16843958, 16844159, - 2130903632}; + 2130969168}; // aapt resource value: 0 public const int MaterialTextAppearance_android_letterSpacing = 0; @@ -26860,11 +27122,11 @@ namespace QRBee.Droid // aapt resource value: 2 public const int MaterialTextAppearance_lineHeight = 2; - // aapt resource value: { 0x1010034,0x101057F,0x7F030250 } + // aapt resource value: { 0x1010034,0x101057F,0x7F040250 } public static int[] MaterialTextView = new int[] { 16842804, 16844159, - 2130903632}; + 2130969168}; // aapt resource value: 1 public const int MaterialTextView_android_lineHeight = 1; @@ -26875,10 +27137,10 @@ namespace QRBee.Droid // aapt resource value: 2 public const int MaterialTextView_lineHeight = 2; - // aapt resource value: { 0x7F0300C3,0x7F0301FE } + // aapt resource value: { 0x7F0400C3,0x7F0401FE } public static int[] MaterialTimePicker = new int[] { - 2130903235, - 2130903550}; + 2130968771, + 2130969086}; // aapt resource value: 0 public const int MaterialTimePicker_clockIcon = 0; @@ -26886,11 +27148,11 @@ namespace QRBee.Droid // aapt resource value: 1 public const int MaterialTimePicker_keyboardIcon = 1; - // aapt resource value: { 0x7F0302BB,0x7F03036E,0x7F0303E3 } + // aapt resource value: { 0x7F0402BB,0x7F04036E,0x7F0403E3 } public static int[] MaterialToolbar = new int[] { - 2130903739, - 2130903918, - 2130904035}; + 2130969275, + 2130969454, + 2130969571}; // aapt resource value: 0 public const int MaterialToolbar_navigationIconTint = 0; @@ -26928,7 +27190,7 @@ namespace QRBee.Droid // aapt resource value: 2 public const int MenuGroup_android_visible = 2; - // aapt resource value: { 0x1010002,0x101000E,0x10100D0,0x1010106,0x1010194,0x10101DE,0x10101DF,0x10101E1,0x10101E2,0x10101E3,0x10101E4,0x10101E5,0x101026F,0x7F030011,0x7F030025,0x7F030027,0x7F030033,0x7F0300F2,0x7F0301CD,0x7F0301CE,0x7F0302C5,0x7F03033B,0x7F0303F5 } + // aapt resource value: { 0x1010002,0x101000E,0x10100D0,0x1010106,0x1010194,0x10101DE,0x10101DF,0x10101E1,0x10101E2,0x10101E3,0x10101E4,0x10101E5,0x101026F,0x7F040011,0x7F040025,0x7F040027,0x7F040033,0x7F0400F2,0x7F0401CD,0x7F0401CE,0x7F0402C5,0x7F04033B,0x7F0403F5 } public static int[] MenuItem = new int[] { 16842754, 16842766, @@ -26943,16 +27205,16 @@ namespace QRBee.Droid 16843236, 16843237, 16843375, - 2130903057, - 2130903077, - 2130903079, - 2130903091, - 2130903282, - 2130903501, - 2130903502, - 2130903749, - 2130903867, - 2130904053}; + 2130968593, + 2130968613, + 2130968615, + 2130968627, + 2130968818, + 2130969037, + 2130969038, + 2130969285, + 2130969403, + 2130969589}; // aapt resource value: 13 public const int MenuItem_actionLayout = 13; @@ -27023,7 +27285,7 @@ namespace QRBee.Droid // aapt resource value: 22 public const int MenuItem_tooltipText = 22; - // aapt resource value: { 0x10100AE,0x101012C,0x101012D,0x101012E,0x101012F,0x1010130,0x1010131,0x7F030304,0x7F03036B } + // aapt resource value: { 0x10100AE,0x101012C,0x101012D,0x101012E,0x101012F,0x1010130,0x1010131,0x7F040304,0x7F04036B } public static int[] MenuView = new int[] { 16842926, 16843052, @@ -27032,8 +27294,8 @@ namespace QRBee.Droid 16843055, 16843056, 16843057, - 2130903812, - 2130903915}; + 2130969348, + 2130969451}; // aapt resource value: 4 public const int MenuView_android_headerBackground = 4; @@ -27062,14 +27324,14 @@ namespace QRBee.Droid // aapt resource value: 8 public const int MenuView_subMenuArrow = 8; - // aapt resource value: { 0x7F030294,0x7F030295,0x7F030296,0x7F030297,0x7F030298,0x7F030299 } + // aapt resource value: { 0x7F040294,0x7F040295,0x7F040296,0x7F040297,0x7F040298,0x7F040299 } public static int[] MockView = new int[] { - 2130903700, - 2130903701, - 2130903702, - 2130903703, - 2130903704, - 2130903705}; + 2130969236, + 2130969237, + 2130969238, + 2130969239, + 2130969240, + 2130969241}; // aapt resource value: 0 public const int MockView_mock_diagonalsColor = 0; @@ -27089,29 +27351,29 @@ namespace QRBee.Droid // aapt resource value: 5 public const int MockView_mock_showLabel = 5; - // aapt resource value: { 0x7F030035,0x7F030036,0x7F030142,0x7F0302B0,0x7F0302B2,0x7F0302E1,0x7F030308,0x7F030309,0x7F03030A,0x7F030404 } + // aapt resource value: { 0x7F040035,0x7F040036,0x7F040142,0x7F0402B0,0x7F0402B2,0x7F0402E1,0x7F040308,0x7F040309,0x7F04030A,0x7F040404 } public static int[] Motion = new int[] { - 2130903093, - 2130903094, - 2130903362, - 2130903728, - 2130903730, - 2130903777, - 2130903816, - 2130903817, - 2130903818, - 2130904068}; + 2130968629, + 2130968630, + 2130968898, + 2130969264, + 2130969266, + 2130969313, + 2130969352, + 2130969353, + 2130969354, + 2130969604}; - // aapt resource value: { 0x7F0302A6,0x7F0302A7,0x7F0302A8,0x7F0302A9,0x7F0302AA,0x7F0302AB,0x7F0302AC,0x7F0302AD } + // aapt resource value: { 0x7F0402A6,0x7F0402A7,0x7F0402A8,0x7F0402A9,0x7F0402AA,0x7F0402AB,0x7F0402AC,0x7F0402AD } public static int[] MotionEffect = new int[] { - 2130903718, - 2130903719, - 2130903720, - 2130903721, - 2130903722, - 2130903723, - 2130903724, - 2130903725}; + 2130969254, + 2130969255, + 2130969256, + 2130969257, + 2130969258, + 2130969259, + 2130969260, + 2130969261}; // aapt resource value: 0 public const int MotionEffect_motionEffect_alpha = 0; @@ -27137,10 +27399,10 @@ namespace QRBee.Droid // aapt resource value: 7 public const int MotionEffect_motionEffect_viewTransition = 7; - // aapt resource value: { 0x7F0302C7,0x7F0302CA } + // aapt resource value: { 0x7F0402C7,0x7F0402CA } public static int[] MotionHelper = new int[] { - 2130903751, - 2130903754}; + 2130969287, + 2130969290}; // aapt resource value: 0 public const int MotionHelper_onHide = 0; @@ -27148,7 +27410,7 @@ namespace QRBee.Droid // aapt resource value: 1 public const int MotionHelper_onShow = 1; - // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x10100AF,0x101014F,0x1010164,0x10103AC,0x1010535,0x7F030065,0x7F030066,0x7F030322,0x7F0303B9,0x7F0303BA,0x7F0303BB,0x7F0303BC,0x7F0303BD,0x7F0303C5,0x7F0303C6,0x7F0303C7,0x7F0303C8,0x7F0303CA,0x7F0303CB,0x7F0303CC,0x7F0303CD } + // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x10100AF,0x101014F,0x1010164,0x10103AC,0x1010535,0x7F040065,0x7F040066,0x7F040322,0x7F0403B9,0x7F0403BA,0x7F0403BB,0x7F0403BC,0x7F0403BD,0x7F0403C5,0x7F0403C6,0x7F0403C7,0x7F0403C8,0x7F0403CA,0x7F0403CB,0x7F0403CC,0x7F0403CD } public static int[] MotionLabel = new int[] { 16842901, 16842902, @@ -27159,22 +27421,22 @@ namespace QRBee.Droid 16843108, 16843692, 16844085, - 2130903141, - 2130903142, - 2130903842, - 2130903993, - 2130903994, - 2130903995, - 2130903996, - 2130903997, - 2130904005, - 2130904006, - 2130904007, - 2130904008, - 2130904010, - 2130904011, - 2130904012, - 2130904013}; + 2130968677, + 2130968678, + 2130969378, + 2130969529, + 2130969530, + 2130969531, + 2130969532, + 2130969533, + 2130969541, + 2130969542, + 2130969543, + 2130969544, + 2130969546, + 2130969547, + 2130969548, + 2130969549}; // aapt resource value: 8 public const int MotionLabel_android_autoSizeTextType = 8; @@ -27251,14 +27513,14 @@ namespace QRBee.Droid // aapt resource value: 24 public const int MotionLabel_textureWidth = 24; - // aapt resource value: { 0x7F030039,0x7F030116,0x7F030206,0x7F03029A,0x7F0302B1,0x7F03033F } + // aapt resource value: { 0x7F040039,0x7F040116,0x7F040206,0x7F04029A,0x7F0402B1,0x7F04033F } public static int[] MotionLayout = new int[] { - 2130903097, - 2130903318, - 2130903558, - 2130903706, - 2130903729, - 2130903871}; + 2130968633, + 2130968854, + 2130969094, + 2130969242, + 2130969265, + 2130969407}; // aapt resource value: 0 public const int MotionLayout_applyMotionScene = 0; @@ -27278,10 +27540,10 @@ namespace QRBee.Droid // aapt resource value: 5 public const int MotionLayout_showPaths = 5; - // aapt resource value: { 0x7F030128,0x7F030207 } + // aapt resource value: { 0x7F040128,0x7F040207 } public static int[] MotionScene = new int[] { - 2130903336, - 2130903559}; + 2130968872, + 2130969095}; // aapt resource value: 0 public const int MotionScene_defaultDuration = 0; @@ -27289,11 +27551,11 @@ namespace QRBee.Droid // aapt resource value: 1 public const int MotionScene_layoutDuringTransition = 1; - // aapt resource value: { 0x7F03039F,0x7F0303A0,0x7F0303A1 } + // aapt resource value: { 0x7F04039F,0x7F0403A0,0x7F0403A1 } public static int[] MotionTelltales = new int[] { - 2130903967, - 2130903968, - 2130903969}; + 2130969503, + 2130969504, + 2130969505}; // aapt resource value: 0 public const int MotionTelltales_telltales_tailColor = 0; @@ -27334,12 +27596,12 @@ namespace QRBee.Droid // aapt resource value: 9 public const int Motion_transitionEasing = 9; - // aapt resource value: { 0x10100B2,0x10101F8,0x7F030166,0x7F030167 } + // aapt resource value: { 0x10100B2,0x10101F8,0x7F040166,0x7F040167 } public static int[] MultiSelectListPreference = new int[] { 16842930, 16843256, - 2130903398, - 2130903399}; + 2130968934, + 2130968935}; // aapt resource value: 0 public const int MultiSelectListPreference_android_entries = 0; @@ -27353,17 +27615,17 @@ namespace QRBee.Droid // aapt resource value: 3 public const int MultiSelectListPreference_entryValues = 3; - // aapt resource value: { 0x10100D0,0x7F030130,0x7F030165,0x7F03016F,0x7F030204,0x7F0302EF,0x7F0302F0,0x7F0302F1,0x7F0302F2 } + // aapt resource value: { 0x10100D0,0x7F040130,0x7F040165,0x7F04016F,0x7F040204,0x7F0402EF,0x7F0402F0,0x7F0402F1,0x7F0402F2 } public static int[] NavAction = new int[] { 16842960, - 2130903344, - 2130903397, - 2130903407, - 2130903556, - 2130903791, - 2130903792, - 2130903793, - 2130903794}; + 2130968880, + 2130968933, + 2130968943, + 2130969092, + 2130969327, + 2130969328, + 2130969329, + 2130969330}; // aapt resource value: 0 public const int NavAction_android_id = 0; @@ -27392,12 +27654,12 @@ namespace QRBee.Droid // aapt resource value: 8 public const int NavAction_popUpToInclusive = 8; - // aapt resource value: { 0x1010003,0x10101ED,0x7F03003B,0x7F0302C3 } + // aapt resource value: { 0x1010003,0x10101ED,0x7F04003B,0x7F0402C3 } public static int[] NavArgument = new int[] { 16842755, 16843245, - 2130903099, - 2130903747}; + 2130968635, + 2130969283}; // aapt resource value: 1 public const int NavArgument_android_defaultValue = 1; @@ -27411,12 +27673,12 @@ namespace QRBee.Droid // aapt resource value: 3 public const int NavArgument_nullable = 3; - // aapt resource value: { 0x10104EE,0x7F030003,0x7F03028D,0x7F03040E } + // aapt resource value: { 0x10104EE,0x7F040003,0x7F04028D,0x7F04040E } public static int[] NavDeepLink = new int[] { 16844014, - 2130903043, - 2130903693, - 2130904078}; + 2130968579, + 2130969229, + 2130969614}; // aapt resource value: 1 public const int NavDeepLink_action = 1; @@ -27430,33 +27692,33 @@ namespace QRBee.Droid // aapt resource value: 3 public const int NavDeepLink_uri = 3; - // aapt resource value: { 0x7F03035A } + // aapt resource value: { 0x7F04035A } public static int[] NavGraphNavigator = new int[] { - 2130903898}; + 2130969434}; // aapt resource value: 0 public const int NavGraphNavigator_startDestination = 0; - // aapt resource value: { 0x7F0302B8 } + // aapt resource value: { 0x7F0402B8 } public static int[] NavHost = new int[] { - 2130903736}; + 2130969272}; // aapt resource value: 0 public const int NavHost_navGraph = 0; - // aapt resource value: { 0x7F030050,0x7F030156,0x7F0301E4,0x7F0301E9,0x7F0301EA,0x7F0301ED,0x7F0301F9,0x7F0301FA,0x7F0301FB,0x7F030202,0x7F03028A } + // aapt resource value: { 0x7F040050,0x7F040156,0x7F0401E4,0x7F0401E9,0x7F0401EA,0x7F0401ED,0x7F0401F9,0x7F0401FA,0x7F0401FB,0x7F040202,0x7F04028A } public static int[] NavigationBarView = new int[] { - 2130903120, - 2130903382, - 2130903524, - 2130903529, - 2130903530, - 2130903533, - 2130903545, - 2130903546, - 2130903547, - 2130903554, - 2130903690}; + 2130968656, + 2130968918, + 2130969060, + 2130969065, + 2130969066, + 2130969069, + 2130969081, + 2130969082, + 2130969083, + 2130969090, + 2130969226}; // aapt resource value: 0 public const int NavigationBarView_backgroundTint = 0; @@ -27491,10 +27753,10 @@ namespace QRBee.Droid // aapt resource value: 10 public const int NavigationBarView_menu = 10; - // aapt resource value: { 0x7F0301B4,0x7F03028B } + // aapt resource value: { 0x7F0401B4,0x7F04028B } public static int[] NavigationRailView = new int[] { - 2130903476, - 2130903691}; + 2130969012, + 2130969227}; // aapt resource value: 0 public const int NavigationRailView_headerLayout = 0; @@ -27502,31 +27764,31 @@ namespace QRBee.Droid // aapt resource value: 1 public const int NavigationRailView_menuGravity = 1; - // aapt resource value: { 0x10100D4,0x10100DD,0x101011F,0x7F030156,0x7F0301B4,0x7F0301E4,0x7F0301E6,0x7F0301E8,0x7F0301E9,0x7F0301EA,0x7F0301EB,0x7F0301EE,0x7F0301EF,0x7F0301F0,0x7F0301F1,0x7F0301F2,0x7F0301F3,0x7F0301F4,0x7F0301F8,0x7F0301FB,0x7F03028A,0x7F030333,0x7F030336 } + // aapt resource value: { 0x10100D4,0x10100DD,0x101011F,0x7F040156,0x7F0401B4,0x7F0401E4,0x7F0401E6,0x7F0401E8,0x7F0401E9,0x7F0401EA,0x7F0401EB,0x7F0401EE,0x7F0401EF,0x7F0401F0,0x7F0401F1,0x7F0401F2,0x7F0401F3,0x7F0401F4,0x7F0401F8,0x7F0401FB,0x7F04028A,0x7F040333,0x7F040336 } public static int[] NavigationView = new int[] { 16842964, 16842973, 16843039, - 2130903382, - 2130903476, - 2130903524, - 2130903526, - 2130903528, - 2130903529, - 2130903530, - 2130903531, - 2130903534, - 2130903535, - 2130903536, - 2130903537, - 2130903538, - 2130903539, - 2130903540, - 2130903544, - 2130903547, - 2130903690, - 2130903859, - 2130903862}; + 2130968918, + 2130969012, + 2130969060, + 2130969062, + 2130969064, + 2130969065, + 2130969066, + 2130969067, + 2130969070, + 2130969071, + 2130969072, + 2130969073, + 2130969074, + 2130969075, + 2130969076, + 2130969080, + 2130969083, + 2130969226, + 2130969395, + 2130969398}; // aapt resource value: 0 public const int NavigationView_android_background = 0; @@ -27608,17 +27870,17 @@ namespace QRBee.Droid // aapt resource value: 0 public const int Navigator_android_label = 0; - // aapt resource value: { 0x7F0301B1 } + // aapt resource value: { 0x7F0401B1 } public static int[] NavInclude = new int[] { - 2130903473}; + 2130969009}; // aapt resource value: 0 public const int NavInclude_graph = 0; - // aapt resource value: { 0x7F0300C0,0x7F03039D } + // aapt resource value: { 0x7F0400C0,0x7F04039D } public static int[] OnClick = new int[] { - 2130903232, - 2130903965}; + 2130968768, + 2130969501}; // aapt resource value: 0 public const int OnClick_clickAction = 0; @@ -27626,27 +27888,27 @@ namespace QRBee.Droid // aapt resource value: 1 public const int OnClick_targetId = 1; - // aapt resource value: { 0x7F03003F,0x7F03013F,0x7F030140,0x7F030141,0x7F03024F,0x7F030280,0x7F030287,0x7F0302B6,0x7F0302C0,0x7F0302CC,0x7F03031E,0x7F030352,0x7F030353,0x7F030354,0x7F030355,0x7F030356,0x7F0303F6,0x7F0303F7,0x7F0303F8 } + // aapt resource value: { 0x7F04003F,0x7F04013F,0x7F040140,0x7F040141,0x7F04024F,0x7F040280,0x7F040287,0x7F0402B6,0x7F0402C0,0x7F0402CC,0x7F04031E,0x7F040352,0x7F040353,0x7F040354,0x7F040355,0x7F040356,0x7F0403F6,0x7F0403F7,0x7F0403F8 } public static int[] OnSwipe = new int[] { - 2130903103, - 2130903359, - 2130903360, - 2130903361, - 2130903631, - 2130903680, - 2130903687, - 2130903734, - 2130903744, - 2130903756, - 2130903838, - 2130903890, - 2130903891, - 2130903892, - 2130903893, - 2130903894, - 2130904054, - 2130904055, - 2130904056}; + 2130968639, + 2130968895, + 2130968896, + 2130968897, + 2130969167, + 2130969216, + 2130969223, + 2130969270, + 2130969280, + 2130969292, + 2130969374, + 2130969426, + 2130969427, + 2130969428, + 2130969429, + 2130969430, + 2130969590, + 2130969591, + 2130969592}; // aapt resource value: 0 public const int OnSwipe_autoCompleteMode = 0; @@ -27705,15 +27967,15 @@ namespace QRBee.Droid // aapt resource value: 18 public const int OnSwipe_touchRegionId = 18; - // aapt resource value: { 0x1010176,0x10102C9,0x7F0302CF } + // aapt resource value: { 0x1010176,0x10102C9,0x7F0402CF } public static int[] PopupWindow = new int[] { 16843126, 16843465, - 2130903759}; + 2130969295}; - // aapt resource value: { 0x7F030360 } + // aapt resource value: { 0x7F040360 } public static int[] PopupWindowBackgroundState = new int[] { - 2130903904}; + 2130969440}; // aapt resource value: 0 public const int PopupWindowBackgroundState_state_above_anchor = 0; @@ -27727,7 +27989,7 @@ namespace QRBee.Droid // aapt resource value: 2 public const int PopupWindow_overlapAnchor = 2; - // aapt resource value: { 0x1010002,0x101000D,0x101000E,0x10100F2,0x10101E1,0x10101E6,0x10101E8,0x10101E9,0x10101EA,0x10101EB,0x10101EC,0x10101ED,0x10101EE,0x10102E3,0x101055C,0x1010561,0x7F03002E,0x7F030030,0x7F03012B,0x7F03012E,0x7F030159,0x7F03015B,0x7F0301AC,0x7F0301C6,0x7F0301CB,0x7F0301E3,0x7F0301FC,0x7F030205,0x7F0302CD,0x7F0302E8,0x7F03032D,0x7F030339,0x7F030346,0x7F030376,0x7F0303E2,0x7F030422 } + // aapt resource value: { 0x1010002,0x101000D,0x101000E,0x10100F2,0x10101E1,0x10101E6,0x10101E8,0x10101E9,0x10101EA,0x10101EB,0x10101EC,0x10101ED,0x10101EE,0x10102E3,0x101055C,0x1010561,0x7F04002E,0x7F040030,0x7F04012B,0x7F04012E,0x7F040159,0x7F04015B,0x7F0401AC,0x7F0401C6,0x7F0401CB,0x7F0401E3,0x7F0401FC,0x7F040205,0x7F0402CD,0x7F0402E8,0x7F04032D,0x7F040339,0x7F040346,0x7F040376,0x7F0403E2,0x7F040422 } public static int[] Preference = new int[] { 16842754, 16842765, @@ -27745,40 +28007,40 @@ namespace QRBee.Droid 16843491, 16844124, 16844129, - 2130903086, - 2130903088, - 2130903339, - 2130903342, - 2130903385, - 2130903387, - 2130903468, - 2130903494, - 2130903499, - 2130903523, - 2130903548, - 2130903557, - 2130903757, - 2130903784, - 2130903853, - 2130903865, - 2130903878, - 2130903926, - 2130904034, - 2130904098}; + 2130968622, + 2130968624, + 2130968875, + 2130968878, + 2130968921, + 2130968923, + 2130969004, + 2130969030, + 2130969035, + 2130969059, + 2130969084, + 2130969093, + 2130969293, + 2130969320, + 2130969389, + 2130969401, + 2130969414, + 2130969462, + 2130969570, + 2130969634}; - // aapt resource value: { 0x10100F2,0x1010129,0x101012A,0x7F03002F } + // aapt resource value: { 0x10100F2,0x1010129,0x101012A,0x7F04002F } public static int[] PreferenceFragment = new int[] { 16842994, 16843049, 16843050, - 2130903087}; + 2130968623}; - // aapt resource value: { 0x10100F2,0x1010129,0x101012A,0x7F03002F } + // aapt resource value: { 0x10100F2,0x1010129,0x101012A,0x7F04002F } public static int[] PreferenceFragmentCompat = new int[] { 16842994, 16843049, 16843050, - 2130903087}; + 2130968623}; // aapt resource value: 3 public const int PreferenceFragmentCompat_allowDividerAfterLastItem = 3; @@ -27804,11 +28066,11 @@ namespace QRBee.Droid // aapt resource value: 0 public const int PreferenceFragment_android_layout = 0; - // aapt resource value: { 0x10101E7,0x7F0301DF,0x7F0302CE } + // aapt resource value: { 0x10101E7,0x7F0401DF,0x7F0402CE } public static int[] PreferenceGroup = new int[] { 16843239, - 2130903519, - 2130903758}; + 2130969055, + 2130969294}; // aapt resource value: 0 public const int PreferenceGroup_android_orderingFromXml = 0; @@ -27819,12 +28081,12 @@ namespace QRBee.Droid // aapt resource value: 2 public const int PreferenceGroup_orderingFromXml = 2; - // aapt resource value: { 0x101011F,0x1010120,0x7F030284,0x7F030288 } + // aapt resource value: { 0x101011F,0x1010120,0x7F040284,0x7F040288 } public static int[] PreferenceImageView = new int[] { 16843039, 16843040, - 2130903684, - 2130903688}; + 2130969220, + 2130969224}; // aapt resource value: 1 public const int PreferenceImageView_android_maxHeight = 1; @@ -27838,24 +28100,24 @@ namespace QRBee.Droid // aapt resource value: 3 public const int PreferenceImageView_maxWidth = 3; - // aapt resource value: { 0x7F030099,0x7F030135,0x7F030150,0x7F030154,0x7F0302F8,0x7F0302F9,0x7F0302FA,0x7F0302FB,0x7F0302FC,0x7F0302FD,0x7F0302FE,0x7F0302FF,0x7F030300,0x7F03032B,0x7F03037C,0x7F03037D } + // aapt resource value: { 0x7F040099,0x7F040135,0x7F040150,0x7F040154,0x7F0402F8,0x7F0402F9,0x7F0402FA,0x7F0402FB,0x7F0402FC,0x7F0402FD,0x7F0402FE,0x7F0402FF,0x7F040300,0x7F04032B,0x7F04037C,0x7F04037D } public static int[] PreferenceTheme = new int[] { - 2130903193, - 2130903349, - 2130903376, - 2130903380, - 2130903800, - 2130903801, - 2130903802, - 2130903803, - 2130903804, - 2130903805, - 2130903806, - 2130903807, - 2130903808, - 2130903851, - 2130903932, - 2130903933}; + 2130968729, + 2130968885, + 2130968912, + 2130968916, + 2130969336, + 2130969337, + 2130969338, + 2130969339, + 2130969340, + 2130969341, + 2130969342, + 2130969343, + 2130969344, + 2130969387, + 2130969468, + 2130969469}; // aapt resource value: 0 public const int PreferenceTheme_checkBoxPreferenceStyle = 0; @@ -28013,13 +28275,13 @@ namespace QRBee.Droid // aapt resource value: 35 public const int Preference_widgetLayout = 35; - // aapt resource value: { 0x10100DC,0x101031F,0x7F030230,0x7F0302B1,0x7F030419 } + // aapt resource value: { 0x10100DC,0x101031F,0x7F040230,0x7F0402B1,0x7F040419 } public static int[] PropertySet = new int[] { 16842972, 16843551, - 2130903600, - 2130903729, - 2130904089}; + 2130969136, + 2130969265, + 2130969625}; // aapt resource value: 1 public const int PropertySet_android_alpha = 1; @@ -28036,17 +28298,17 @@ namespace QRBee.Droid // aapt resource value: 4 public const int PropertySet_visibilityMode = 4; - // aapt resource value: { 0x7F03027B } + // aapt resource value: { 0x7F04027B } public static int[] RadialViewGroup = new int[] { - 2130903675}; + 2130969211}; // aapt resource value: 0 public const int RadialViewGroup_materialCircleRadius = 0; - // aapt resource value: { 0x7F030291,0x7F030412 } + // aapt resource value: { 0x7F040291,0x7F040412 } public static int[] RangeSlider = new int[] { - 2130903697, - 2130904082}; + 2130969233, + 2130969618}; // aapt resource value: 0 public const int RangeSlider_minSeparation = 0; @@ -28054,10 +28316,10 @@ namespace QRBee.Droid // aapt resource value: 1 public const int RangeSlider_values = 1; - // aapt resource value: { 0x7F0302D1,0x7F0302D7 } + // aapt resource value: { 0x7F0402D1,0x7F0402D7 } public static int[] RecycleListView = new int[] { - 2130903761, - 2130903767}; + 2130969297, + 2130969303}; // aapt resource value: 0 public const int RecycleListView_paddingBottomNoButtons = 0; @@ -28065,20 +28327,20 @@ namespace QRBee.Droid // aapt resource value: 1 public const int RecycleListView_paddingTopNoTitle = 1; - // aapt resource value: { 0x10100C4,0x10100EB,0x10100F1,0x7F030184,0x7F030185,0x7F030186,0x7F030187,0x7F030188,0x7F030208,0x7F03031C,0x7F03034D,0x7F030358 } + // aapt resource value: { 0x10100C4,0x10100EB,0x10100F1,0x7F040184,0x7F040185,0x7F040186,0x7F040187,0x7F040188,0x7F040208,0x7F04031C,0x7F04034D,0x7F040358 } public static int[] RecyclerView = new int[] { 16842948, 16842987, 16842993, - 2130903428, - 2130903429, - 2130903430, - 2130903431, - 2130903432, - 2130903560, - 2130903836, - 2130903885, - 2130903896}; + 2130968964, + 2130968965, + 2130968966, + 2130968967, + 2130968968, + 2130969096, + 2130969372, + 2130969421, + 2130969432}; // aapt resource value: 1 public const int RecyclerView_android_clipToPadding = 1; @@ -28116,46 +28378,46 @@ namespace QRBee.Droid // aapt resource value: 11 public const int RecyclerView_stackFromEnd = 11; - // aapt resource value: { 0x7F0301E0 } + // aapt resource value: { 0x7F0401E0 } public static int[] ScrimInsetsFrameLayout = new int[] { - 2130903520}; + 2130969056}; // aapt resource value: 0 public const int ScrimInsetsFrameLayout_insetForeground = 0; - // aapt resource value: { 0x7F030060 } + // aapt resource value: { 0x7F040060 } public static int[] ScrollingViewBehavior_Layout = new int[] { - 2130903136}; + 2130968672}; // aapt resource value: 0 public const int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; - // aapt resource value: { 0x7F030326 } + // aapt resource value: { 0x7F040326 } public static int[] ScrollViewRendererTheme = new int[] { - 2130903846}; + 2130969382}; // aapt resource value: 0 public const int ScrollViewRendererTheme_scrollViewStyle = 0; - // aapt resource value: { 0x10100DA,0x101011F,0x1010220,0x1010264,0x7F0300C5,0x7F0300EA,0x7F030129,0x7F0301B0,0x7F0301CF,0x7F030205,0x7F03030B,0x7F03030C,0x7F030327,0x7F030328,0x7F03036C,0x7F030375,0x7F03041A } + // aapt resource value: { 0x10100DA,0x101011F,0x1010220,0x1010264,0x7F0400C5,0x7F0400EA,0x7F040129,0x7F0401B0,0x7F0401CF,0x7F040205,0x7F04030B,0x7F04030C,0x7F040327,0x7F040328,0x7F04036C,0x7F040375,0x7F04041A } public static int[] SearchView = new int[] { 16842970, 16843039, 16843296, 16843364, - 2130903237, - 2130903274, - 2130903337, - 2130903472, - 2130903503, - 2130903557, - 2130903819, - 2130903820, - 2130903847, - 2130903848, - 2130903916, - 2130903925, - 2130904090}; + 2130968773, + 2130968810, + 2130968873, + 2130969008, + 2130969039, + 2130969093, + 2130969355, + 2130969356, + 2130969383, + 2130969384, + 2130969452, + 2130969461, + 2130969626}; // aapt resource value: 0 public const int SearchView_android_focusable = 0; @@ -28208,15 +28470,15 @@ namespace QRBee.Droid // aapt resource value: 16 public const int SearchView_voiceIcon = 16; - // aapt resource value: { 0x10100F2,0x1010136,0x7F030029,0x7F03028E,0x7F03032A,0x7F030340,0x7F03040D } + // aapt resource value: { 0x10100F2,0x1010136,0x7F040029,0x7F04028E,0x7F04032A,0x7F040340,0x7F04040D } public static int[] SeekBarPreference = new int[] { 16842994, 16843062, - 2130903081, - 2130903694, - 2130903850, - 2130903872, - 2130904077}; + 2130968617, + 2130969230, + 2130969386, + 2130969408, + 2130969613}; // aapt resource value: 2 public const int SeekBarPreference_adjustable = 2; @@ -28239,19 +28501,19 @@ namespace QRBee.Droid // aapt resource value: 6 public const int SeekBarPreference_updatesContinuously = 6; - // aapt resource value: { 0x7F0300F9,0x7F0300FA,0x7F0300FB,0x7F0300FC,0x7F0300FD,0x7F0300FE,0x7F0300FF,0x7F030333,0x7F030336,0x7F030369,0x7F03036A } + // aapt resource value: { 0x7F0400F9,0x7F0400FA,0x7F0400FB,0x7F0400FC,0x7F0400FD,0x7F0400FE,0x7F0400FF,0x7F040333,0x7F040336,0x7F040369,0x7F04036A } public static int[] ShapeableImageView = new int[] { - 2130903289, - 2130903290, - 2130903291, - 2130903292, - 2130903293, - 2130903294, - 2130903295, - 2130903859, - 2130903862, - 2130903913, - 2130903914}; + 2130968825, + 2130968826, + 2130968827, + 2130968828, + 2130968829, + 2130968830, + 2130968831, + 2130969395, + 2130969398, + 2130969449, + 2130969450}; // aapt resource value: 0 public const int ShapeableImageView_contentPadding = 0; @@ -28286,18 +28548,18 @@ namespace QRBee.Droid // aapt resource value: 10 public const int ShapeableImageView_strokeWidth = 10; - // aapt resource value: { 0x7F030104,0x7F030105,0x7F030106,0x7F030107,0x7F030108,0x7F03010A,0x7F03010B,0x7F03010C,0x7F03010D,0x7F03010E } + // aapt resource value: { 0x7F040104,0x7F040105,0x7F040106,0x7F040107,0x7F040108,0x7F04010A,0x7F04010B,0x7F04010C,0x7F04010D,0x7F04010E } public static int[] ShapeAppearance = new int[] { - 2130903300, - 2130903301, - 2130903302, - 2130903303, - 2130903304, - 2130903306, - 2130903307, - 2130903308, - 2130903309, - 2130903310}; + 2130968836, + 2130968837, + 2130968838, + 2130968839, + 2130968840, + 2130968842, + 2130968843, + 2130968844, + 2130968845, + 2130968846}; // aapt resource value: 0 public const int ShapeAppearance_cornerFamily = 0; @@ -28329,30 +28591,30 @@ namespace QRBee.Droid // aapt resource value: 9 public const int ShapeAppearance_cornerSizeTopRight = 9; - // aapt resource value: { 0x101000E,0x1010024,0x1010146,0x10102DE,0x10102DF,0x7F0301B2,0x7F0301B3,0x7F030200,0x7F030201,0x7F0303D1,0x7F0303D2,0x7F0303D3,0x7F0303D4,0x7F0303D5,0x7F0303D9,0x7F0303DA,0x7F0303DB,0x7F0303DF,0x7F0303FA,0x7F0303FB,0x7F0303FC,0x7F0303FE } + // aapt resource value: { 0x101000E,0x1010024,0x1010146,0x10102DE,0x10102DF,0x7F0401B2,0x7F0401B3,0x7F040200,0x7F040201,0x7F0403D1,0x7F0403D2,0x7F0403D3,0x7F0403D4,0x7F0403D5,0x7F0403D9,0x7F0403DA,0x7F0403DB,0x7F0403DF,0x7F0403FA,0x7F0403FB,0x7F0403FC,0x7F0403FE } public static int[] Slider = new int[] { 16842766, 16842788, 16843078, 16843486, 16843487, - 2130903474, - 2130903475, - 2130903552, - 2130903553, - 2130904017, - 2130904018, - 2130904019, - 2130904020, - 2130904021, - 2130904025, - 2130904026, - 2130904027, - 2130904031, - 2130904058, - 2130904059, - 2130904060, - 2130904062}; + 2130969010, + 2130969011, + 2130969088, + 2130969089, + 2130969553, + 2130969554, + 2130969555, + 2130969556, + 2130969557, + 2130969561, + 2130969562, + 2130969563, + 2130969567, + 2130969594, + 2130969595, + 2130969596, + 2130969598}; // aapt resource value: 0 public const int Slider_android_enabled = 0; @@ -28420,22 +28682,22 @@ namespace QRBee.Droid // aapt resource value: 21 public const int Slider_trackHeight = 21; - // aapt resource value: { 0x7F03034A,0x7F03034B,0x7F03034C } + // aapt resource value: { 0x7F04034A,0x7F04034B,0x7F04034C } public static int[] Snackbar = new int[] { - 2130903882, - 2130903883, - 2130903884}; + 2130969418, + 2130969419, + 2130969420}; - // aapt resource value: { 0x101011F,0x7F030026,0x7F030037,0x7F03004D,0x7F030050,0x7F030051,0x7F030156,0x7F030281 } + // aapt resource value: { 0x101011F,0x7F040026,0x7F040037,0x7F04004D,0x7F040050,0x7F040051,0x7F040156,0x7F040281 } public static int[] SnackbarLayout = new int[] { 16843039, - 2130903078, - 2130903095, - 2130903117, - 2130903120, - 2130903121, - 2130903382, - 2130903681}; + 2130968614, + 2130968631, + 2130968653, + 2130968656, + 2130968657, + 2130968918, + 2130969217}; // aapt resource value: 1 public const int SnackbarLayout_actionTextColorAlpha = 1; @@ -28470,13 +28732,13 @@ namespace QRBee.Droid // aapt resource value: 2 public const int Snackbar_snackbarTextViewStyle = 2; - // aapt resource value: { 0x10100B2,0x1010176,0x101017B,0x1010262,0x7F0302F5 } + // aapt resource value: { 0x10100B2,0x1010176,0x101017B,0x1010262,0x7F0402F5 } public static int[] Spinner = new int[] { 16842930, 16843126, 16843131, 16843362, - 2130903797}; + 2130969333}; // aapt resource value: 3 public const int Spinner_android_dropDownWidth = 3; @@ -28493,10 +28755,10 @@ namespace QRBee.Droid // aapt resource value: 4 public const int Spinner_popupTheme = 4; - // aapt resource value: { 0x10100D0,0x7F0300F0 } + // aapt resource value: { 0x10100D0,0x7F0400F0 } public static int[] State = new int[] { 16842960, - 2130903280}; + 2130968816}; // aapt resource value: { 0x101011C,0x1010194,0x1010195,0x1010196,0x101030C,0x101030D } public static int[] StateListDrawable = new int[] { @@ -28532,9 +28794,9 @@ namespace QRBee.Droid // aapt resource value: 1 public const int StateListDrawable_android_visible = 1; - // aapt resource value: { 0x7F03012A } + // aapt resource value: { 0x7F04012A } public static int[] StateSet = new int[] { - 2130903338}; + 2130968874}; // aapt resource value: 0 public const int StateSet_defaultState = 0; @@ -28545,29 +28807,29 @@ namespace QRBee.Droid // aapt resource value: 1 public const int State_constraints = 1; - // aapt resource value: { 0x7F030379 } + // aapt resource value: { 0x7F040379 } public static int[] SwipeRefreshLayout = new int[] { - 2130903929}; + 2130969465}; // aapt resource value: 0 public const int SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor = 0; - // aapt resource value: { 0x1010124,0x1010125,0x1010142,0x7F030341,0x7F030351,0x7F03037A,0x7F03037B,0x7F03037F,0x7F0303D6,0x7F0303D7,0x7F0303D8,0x7F0303F9,0x7F030400,0x7F030401 } + // aapt resource value: { 0x1010124,0x1010125,0x1010142,0x7F040341,0x7F040351,0x7F04037A,0x7F04037B,0x7F04037F,0x7F0403D6,0x7F0403D7,0x7F0403D8,0x7F0403F9,0x7F040400,0x7F040401 } public static int[] SwitchCompat = new int[] { 16843044, 16843045, 16843074, - 2130903873, - 2130903889, - 2130903930, - 2130903931, - 2130903935, - 2130904022, - 2130904023, - 2130904024, - 2130904057, - 2130904064, - 2130904065}; + 2130969409, + 2130969425, + 2130969466, + 2130969467, + 2130969471, + 2130969558, + 2130969559, + 2130969560, + 2130969593, + 2130969600, + 2130969601}; // aapt resource value: 1 public const int SwitchCompat_android_textOff = 1; @@ -28611,38 +28873,38 @@ namespace QRBee.Droid // aapt resource value: 13 public const int SwitchCompat_trackTintMode = 13; - // aapt resource value: { 0x7F030410 } + // aapt resource value: { 0x7F040410 } public static int[] SwitchMaterial = new int[] { - 2130904080}; + 2130969616}; // aapt resource value: 0 public const int SwitchMaterial_useMaterialThemeColors = 0; - // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x101036B,0x101036C,0x7F030139,0x7F030377,0x7F030378,0x7F030380,0x7F030381 } + // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x101036B,0x101036C,0x7F040139,0x7F040377,0x7F040378,0x7F040380,0x7F040381 } public static int[] SwitchPreference = new int[] { 16843247, 16843248, 16843249, 16843627, 16843628, - 2130903353, - 2130903927, - 2130903928, - 2130903936, - 2130903937}; + 2130968889, + 2130969463, + 2130969464, + 2130969472, + 2130969473}; - // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x101036B,0x101036C,0x7F030139,0x7F030377,0x7F030378,0x7F030380,0x7F030381 } + // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x101036B,0x101036C,0x7F040139,0x7F040377,0x7F040378,0x7F040380,0x7F040381 } public static int[] SwitchPreferenceCompat = new int[] { 16843247, 16843248, 16843249, 16843627, 16843628, - 2130903353, - 2130903927, - 2130903928, - 2130903936, - 2130903937}; + 2130968889, + 2130969463, + 2130969464, + 2130969472, + 2130969473}; // aapt resource value: 2 public const int SwitchPreferenceCompat_android_disableDependentsState = 2; @@ -28719,34 +28981,34 @@ namespace QRBee.Droid // aapt resource value: 2 public const int TabItem_android_text = 2; - // aapt resource value: { 0x7F030382,0x7F030383,0x7F030384,0x7F030385,0x7F030386,0x7F030387,0x7F030388,0x7F030389,0x7F03038A,0x7F03038B,0x7F03038C,0x7F03038D,0x7F03038E,0x7F03038F,0x7F030390,0x7F030391,0x7F030392,0x7F030393,0x7F030394,0x7F030395,0x7F030396,0x7F030397,0x7F030398,0x7F03039A,0x7F03039B,0x7F03039C } + // aapt resource value: { 0x7F040382,0x7F040383,0x7F040384,0x7F040385,0x7F040386,0x7F040387,0x7F040388,0x7F040389,0x7F04038A,0x7F04038B,0x7F04038C,0x7F04038D,0x7F04038E,0x7F04038F,0x7F040390,0x7F040391,0x7F040392,0x7F040393,0x7F040394,0x7F040395,0x7F040396,0x7F040397,0x7F040398,0x7F04039A,0x7F04039B,0x7F04039C } public static int[] TabLayout = new int[] { - 2130903938, - 2130903939, - 2130903940, - 2130903941, - 2130903942, - 2130903943, - 2130903944, - 2130903945, - 2130903946, - 2130903947, - 2130903948, - 2130903949, - 2130903950, - 2130903951, - 2130903952, - 2130903953, - 2130903954, - 2130903955, - 2130903956, - 2130903957, - 2130903958, - 2130903959, - 2130903960, - 2130903962, - 2130903963, - 2130903964}; + 2130969474, + 2130969475, + 2130969476, + 2130969477, + 2130969478, + 2130969479, + 2130969480, + 2130969481, + 2130969482, + 2130969483, + 2130969484, + 2130969485, + 2130969486, + 2130969487, + 2130969488, + 2130969489, + 2130969490, + 2130969491, + 2130969492, + 2130969493, + 2130969494, + 2130969495, + 2130969496, + 2130969498, + 2130969499, + 2130969500}; // aapt resource value: 0 public const int TabLayout_tabBackground = 0; @@ -28826,7 +29088,7 @@ namespace QRBee.Droid // aapt resource value: 25 public const int TabLayout_tabUnboundedRipple = 25; - // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x101009A,0x101009B,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x1010585,0x7F03019F,0x7F0301A8,0x7F0303A2,0x7F0303C4 } + // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x101009A,0x101009B,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x1010585,0x7F04019F,0x7F0401A8,0x7F0403A2,0x7F0403C4 } public static int[] TextAppearance = new int[] { 16842901, 16842902, @@ -28840,10 +29102,10 @@ namespace QRBee.Droid 16843108, 16843692, 16844165, - 2130903455, - 2130903464, - 2130903970, - 2130904004}; + 2130968991, + 2130969000, + 2130969506, + 2130969540}; // aapt resource value: 10 public const int TextAppearance_android_fontFamily = 10; @@ -28893,7 +29155,7 @@ namespace QRBee.Droid // aapt resource value: 15 public const int TextAppearance_textLocale = 15; - // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x101014F,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x7F030065,0x7F030066,0x7F0303C1,0x7F0303C5,0x7F0303C6 } + // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x101014F,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x7F040065,0x7F040066,0x7F0403C1,0x7F0403C5,0x7F0403C6 } public static int[] TextEffects = new int[] { 16842901, 16842902, @@ -28904,11 +29166,11 @@ namespace QRBee.Droid 16843107, 16843108, 16843692, - 2130903141, - 2130903142, - 2130904001, - 2130904005, - 2130904006}; + 2130968677, + 2130968678, + 2130969537, + 2130969541, + 2130969542}; // aapt resource value: 8 public const int TextEffects_android_fontFamily = 8; @@ -28952,80 +29214,80 @@ namespace QRBee.Droid // aapt resource value: 13 public const int TextEffects_textOutlineThickness = 13; - // aapt resource value: { 0x7F0303C2 } + // aapt resource value: { 0x7F0403C2 } public static int[] TextInputEditText = new int[] { - 2130904002}; + 2130969538}; // aapt resource value: 0 public const int TextInputEditText_textInputLayoutFocusedRectEnabled = 0; - // aapt resource value: { 0x101000E,0x101009A,0x101011F,0x101013F,0x1010150,0x7F03006D,0x7F03006E,0x7F03006F,0x7F030070,0x7F030071,0x7F030072,0x7F030073,0x7F030074,0x7F030075,0x7F030076,0x7F030077,0x7F03010F,0x7F030110,0x7F030111,0x7F030112,0x7F030113,0x7F030114,0x7F03015C,0x7F03015D,0x7F03015E,0x7F03015F,0x7F030160,0x7F030161,0x7F030168,0x7F030169,0x7F03016A,0x7F03016B,0x7F03016C,0x7F03016D,0x7F03016E,0x7F030172,0x7F0301B6,0x7F0301B7,0x7F0301B8,0x7F0301B9,0x7F0301BE,0x7F0301BF,0x7F0301C0,0x7F0301C1,0x7F0302DC,0x7F0302DD,0x7F0302DE,0x7F0302DF,0x7F0302E0,0x7F0302EA,0x7F0302EB,0x7F0302EC,0x7F030301,0x7F030302,0x7F030303,0x7F030333,0x7F030336,0x7F03035B,0x7F03035C,0x7F03035D,0x7F03035E,0x7F03035F,0x7F030372,0x7F030373,0x7F030374 } + // aapt resource value: { 0x101000E,0x101009A,0x101011F,0x101013F,0x1010150,0x7F04006D,0x7F04006E,0x7F04006F,0x7F040070,0x7F040071,0x7F040072,0x7F040073,0x7F040074,0x7F040075,0x7F040076,0x7F040077,0x7F04010F,0x7F040110,0x7F040111,0x7F040112,0x7F040113,0x7F040114,0x7F04015C,0x7F04015D,0x7F04015E,0x7F04015F,0x7F040160,0x7F040161,0x7F040168,0x7F040169,0x7F04016A,0x7F04016B,0x7F04016C,0x7F04016D,0x7F04016E,0x7F040172,0x7F0401B6,0x7F0401B7,0x7F0401B8,0x7F0401B9,0x7F0401BE,0x7F0401BF,0x7F0401C0,0x7F0401C1,0x7F0402DC,0x7F0402DD,0x7F0402DE,0x7F0402DF,0x7F0402E0,0x7F0402EA,0x7F0402EB,0x7F0402EC,0x7F040301,0x7F040302,0x7F040303,0x7F040333,0x7F040336,0x7F04035B,0x7F04035C,0x7F04035D,0x7F04035E,0x7F04035F,0x7F040372,0x7F040373,0x7F040374 } public static int[] TextInputLayout = new int[] { 16842766, 16842906, 16843039, 16843071, 16843088, - 2130903149, - 2130903150, - 2130903151, - 2130903152, - 2130903153, - 2130903154, - 2130903155, - 2130903156, - 2130903157, - 2130903158, - 2130903159, - 2130903311, - 2130903312, - 2130903313, - 2130903314, - 2130903315, - 2130903316, - 2130903388, - 2130903389, - 2130903390, - 2130903391, - 2130903392, - 2130903393, - 2130903400, - 2130903401, - 2130903402, - 2130903403, - 2130903404, - 2130903405, - 2130903406, - 2130903410, - 2130903478, - 2130903479, - 2130903480, - 2130903481, - 2130903486, - 2130903487, - 2130903488, - 2130903489, - 2130903772, - 2130903773, - 2130903774, - 2130903775, - 2130903776, - 2130903786, - 2130903787, - 2130903788, - 2130903809, - 2130903810, - 2130903811, - 2130903859, - 2130903862, - 2130903899, - 2130903900, - 2130903901, - 2130903902, - 2130903903, - 2130903922, - 2130903923, - 2130903924}; + 2130968685, + 2130968686, + 2130968687, + 2130968688, + 2130968689, + 2130968690, + 2130968691, + 2130968692, + 2130968693, + 2130968694, + 2130968695, + 2130968847, + 2130968848, + 2130968849, + 2130968850, + 2130968851, + 2130968852, + 2130968924, + 2130968925, + 2130968926, + 2130968927, + 2130968928, + 2130968929, + 2130968936, + 2130968937, + 2130968938, + 2130968939, + 2130968940, + 2130968941, + 2130968942, + 2130968946, + 2130969014, + 2130969015, + 2130969016, + 2130969017, + 2130969022, + 2130969023, + 2130969024, + 2130969025, + 2130969308, + 2130969309, + 2130969310, + 2130969311, + 2130969312, + 2130969322, + 2130969323, + 2130969324, + 2130969345, + 2130969346, + 2130969347, + 2130969395, + 2130969398, + 2130969435, + 2130969436, + 2130969437, + 2130969438, + 2130969439, + 2130969458, + 2130969459, + 2130969460}; // aapt resource value: 0 public const int TextInputLayout_android_enabled = 0; @@ -29222,11 +29484,11 @@ namespace QRBee.Droid // aapt resource value: 64 public const int TextInputLayout_suffixTextColor = 64; - // aapt resource value: { 0x1010034,0x7F030162,0x7F030163 } + // aapt resource value: { 0x1010034,0x7F040162,0x7F040163 } public static int[] ThemeEnforcement = new int[] { 16842804, - 2130903394, - 2130903395}; + 2130968930, + 2130968931}; // aapt resource value: 0 public const int ThemeEnforcement_android_textAppearance = 0; @@ -29237,38 +29499,38 @@ namespace QRBee.Droid // aapt resource value: 2 public const int ThemeEnforcement_enforceTextAppearance = 2; - // aapt resource value: { 0x10100AF,0x1010140,0x7F03007F,0x7F0300CD,0x7F0300CE,0x7F0300F3,0x7F0300F4,0x7F0300F5,0x7F0300F6,0x7F0300F7,0x7F0300F8,0x7F030262,0x7F030263,0x7F030282,0x7F03028A,0x7F0302B9,0x7F0302BA,0x7F0302F5,0x7F03036D,0x7F03036F,0x7F030370,0x7F0303E2,0x7F0303E6,0x7F0303E7,0x7F0303E8,0x7F0303E9,0x7F0303EA,0x7F0303EB,0x7F0303EC,0x7F0303ED } + // aapt resource value: { 0x10100AF,0x1010140,0x7F04007F,0x7F0400CD,0x7F0400CE,0x7F0400F3,0x7F0400F4,0x7F0400F5,0x7F0400F6,0x7F0400F7,0x7F0400F8,0x7F040262,0x7F040263,0x7F040282,0x7F04028A,0x7F0402B9,0x7F0402BA,0x7F0402F5,0x7F04036D,0x7F04036F,0x7F040370,0x7F0403E2,0x7F0403E6,0x7F0403E7,0x7F0403E8,0x7F0403E9,0x7F0403EA,0x7F0403EB,0x7F0403EC,0x7F0403ED } public static int[] Toolbar = new int[] { 16842927, 16843072, - 2130903167, - 2130903245, - 2130903246, - 2130903283, - 2130903284, - 2130903285, - 2130903286, - 2130903287, - 2130903288, - 2130903650, - 2130903651, - 2130903682, - 2130903690, - 2130903737, - 2130903738, - 2130903797, - 2130903917, - 2130903919, - 2130903920, - 2130904034, - 2130904038, - 2130904039, - 2130904040, - 2130904041, - 2130904042, - 2130904043, - 2130904044, - 2130904045}; + 2130968703, + 2130968781, + 2130968782, + 2130968819, + 2130968820, + 2130968821, + 2130968822, + 2130968823, + 2130968824, + 2130969186, + 2130969187, + 2130969218, + 2130969226, + 2130969273, + 2130969274, + 2130969333, + 2130969453, + 2130969455, + 2130969456, + 2130969570, + 2130969574, + 2130969575, + 2130969576, + 2130969577, + 2130969578, + 2130969579, + 2130969580, + 2130969581}; // aapt resource value: 0 public const int Toolbar_android_gravity = 0; @@ -29360,7 +29622,7 @@ namespace QRBee.Droid // aapt resource value: 29 public const int Toolbar_titleTextColor = 29; - // aapt resource value: { 0x1010034,0x10100D5,0x10100F6,0x101013F,0x1010140,0x101014F,0x7F030050 } + // aapt resource value: { 0x1010034,0x10100D5,0x10100F6,0x101013F,0x1010140,0x101014F,0x7F040050 } public static int[] Tooltip = new int[] { 16842804, 16842965, @@ -29368,7 +29630,7 @@ namespace QRBee.Droid 16843071, 16843072, 16843087, - 2130903120}; + 2130968656}; // aapt resource value: 2 public const int Tooltip_android_layout_margin = 2; @@ -29391,7 +29653,7 @@ namespace QRBee.Droid // aapt resource value: 6 public const int Tooltip_backgroundTint = 6; - // aapt resource value: { 0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030402 } + // aapt resource value: { 0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F040402 } public static int[] Transform = new int[] { 16843552, 16843553, @@ -29404,7 +29666,7 @@ namespace QRBee.Droid 16843560, 16843770, 16843840, - 2130904066}; + 2130969602}; // aapt resource value: 10 public const int Transform_android_elevation = 10; @@ -29442,19 +29704,19 @@ namespace QRBee.Droid // aapt resource value: 11 public const int Transform_transformPivotTarget = 11; - // aapt resource value: { 0x10100D0,0x7F030046,0x7F0300EC,0x7F0300ED,0x7F030151,0x7F030207,0x7F0302AE,0x7F0302E1,0x7F030359,0x7F030403,0x7F030405 } + // aapt resource value: { 0x10100D0,0x7F040046,0x7F0400EC,0x7F0400ED,0x7F040151,0x7F040207,0x7F0402AE,0x7F0402E1,0x7F040359,0x7F040403,0x7F040405 } public static int[] Transition = new int[] { 16842960, - 2130903110, - 2130903276, - 2130903277, - 2130903377, - 2130903559, - 2130903726, - 2130903777, - 2130903897, - 2130904067, - 2130904069}; + 2130968646, + 2130968812, + 2130968813, + 2130968913, + 2130969095, + 2130969262, + 2130969313, + 2130969433, + 2130969603, + 2130969605}; // aapt resource value: 0 public const int Transition_android_id = 0; @@ -29489,13 +29751,13 @@ namespace QRBee.Droid // aapt resource value: 10 public const int Transition_transitionFlags = 10; - // aapt resource value: { 0x7F0300F0,0x7F030318,0x7F030319,0x7F03031A,0x7F03031B } + // aapt resource value: { 0x7F0400F0,0x7F040318,0x7F040319,0x7F04031A,0x7F04031B } public static int[] Variant = new int[] { - 2130903280, - 2130903832, - 2130903833, - 2130903834, - 2130903835}; + 2130968816, + 2130969368, + 2130969369, + 2130969370, + 2130969371}; // aapt resource value: 0 public const int Variant_constraints = 0; @@ -29512,19 +29774,19 @@ namespace QRBee.Droid // aapt resource value: 4 public const int Variant_region_widthMoreThan = 4; - // aapt resource value: { 0x1010000,0x10100DA,0x7F0302D3,0x7F0302D6,0x7F0303CE } + // aapt resource value: { 0x1010000,0x10100DA,0x7F0402D3,0x7F0402D6,0x7F0403CE } public static int[] View = new int[] { 16842752, 16842970, - 2130903763, - 2130903766, - 2130904014}; + 2130969299, + 2130969302, + 2130969550}; - // aapt resource value: { 0x10100D4,0x7F030050,0x7F030051 } + // aapt resource value: { 0x10100D4,0x7F040050,0x7F040051 } public static int[] ViewBackgroundHelper = new int[] { 16842964, - 2130903120, - 2130903121}; + 2130968656, + 2130968657}; // aapt resource value: 0 public const int ViewBackgroundHelper_android_background = 0; @@ -29557,23 +29819,23 @@ namespace QRBee.Droid // aapt resource value: 1 public const int ViewStubCompat_android_layout = 1; - // aapt resource value: { 0x10100D0,0x7F030001,0x7F030002,0x7F0300BF,0x7F030151,0x7F0301D0,0x7F0301D1,0x7F0302AE,0x7F0302B3,0x7F0302CB,0x7F0302E1,0x7F030332,0x7F030403,0x7F03040C,0x7F030415 } + // aapt resource value: { 0x10100D0,0x7F040001,0x7F040002,0x7F0400BF,0x7F040151,0x7F0401D0,0x7F0401D1,0x7F0402AE,0x7F0402B3,0x7F0402CB,0x7F0402E1,0x7F040332,0x7F040403,0x7F04040C,0x7F040415 } public static int[] ViewTransition = new int[] { 16842960, - 2130903041, - 2130903042, - 2130903231, - 2130903377, - 2130903504, - 2130903505, - 2130903726, - 2130903731, - 2130903755, - 2130903777, - 2130903858, - 2130904067, - 2130904076, - 2130904085}; + 2130968577, + 2130968578, + 2130968767, + 2130968913, + 2130969040, + 2130969041, + 2130969262, + 2130969267, + 2130969291, + 2130969313, + 2130969394, + 2130969603, + 2130969612, + 2130969621}; // aapt resource value: 0 public const int ViewTransition_android_id = 0; @@ -29648,26 +29910,26 @@ namespace QRBee.Droid public partial class Xml { - // aapt resource value: 0x7F110000 - public const int image_share_filepaths = 2131820544; + // aapt resource value: 0x7F120000 + public const int image_share_filepaths = 2131886080; - // aapt resource value: 0x7F110001 - public const int standalone_badge = 2131820545; + // aapt resource value: 0x7F120001 + public const int standalone_badge = 2131886081; - // aapt resource value: 0x7F110002 - public const int standalone_badge_gravity_bottom_end = 2131820546; + // aapt resource value: 0x7F120002 + public const int standalone_badge_gravity_bottom_end = 2131886082; - // aapt resource value: 0x7F110003 - public const int standalone_badge_gravity_bottom_start = 2131820547; + // aapt resource value: 0x7F120003 + public const int standalone_badge_gravity_bottom_start = 2131886083; - // aapt resource value: 0x7F110004 - public const int standalone_badge_gravity_top_start = 2131820548; + // aapt resource value: 0x7F120004 + public const int standalone_badge_gravity_top_start = 2131886084; - // aapt resource value: 0x7F110005 - public const int standalone_badge_offset = 2131820549; + // aapt resource value: 0x7F120005 + public const int standalone_badge_offset = 2131886085; - // aapt resource value: 0x7F110006 - public const int xamarin_essentials_fileprovider_file_paths = 2131820550; + // aapt resource value: 0x7F120006 + public const int xamarin_essentials_fileprovider_file_paths = 2131886086; static Xml() { diff --git a/QRBee/QRBee.iOS/QRBee.iOS.csproj b/QRBee/QRBee.iOS/QRBee.iOS.csproj index 1d5e42a..687f47d 100644 --- a/QRBee/QRBee.iOS/QRBee.iOS.csproj +++ b/QRBee/QRBee.iOS/QRBee.iOS.csproj @@ -132,6 +132,9 @@ + + 2.1.4 + diff --git a/QRBee/QRBee/QRBee.csproj b/QRBee/QRBee/QRBee.csproj index 07a7eb2..c2afb6d 100644 --- a/QRBee/QRBee/QRBee.csproj +++ b/QRBee/QRBee/QRBee.csproj @@ -6,6 +6,7 @@ + diff --git a/QRBee/QRBee/ViewModels/LoginViewModel.cs b/QRBee/QRBee/ViewModels/LoginViewModel.cs index d25b3f7..5291326 100644 --- a/QRBee/QRBee/ViewModels/LoginViewModel.cs +++ b/QRBee/QRBee/ViewModels/LoginViewModel.cs @@ -2,6 +2,8 @@ using System; using System.Collections.Generic; using System.Text; +using Plugin.Fingerprint; +using Plugin.Fingerprint.Abstractions; using Xamarin.Forms; namespace QRBee.ViewModels @@ -28,8 +30,27 @@ namespace QRBee.ViewModels /// private async void OnLoginClicked(object obj) { - // Prefixing with `//` switches to a different navigation stack instead of pushing to the active one - await Shell.Current.GoToAsync($"//{nameof(MainPage)}"); + bool isFingerprintAvailable = await CrossFingerprint.Current.IsAvailableAsync(false); + if (!isFingerprintAvailable) + { + //Insert PIN + return; + } + + var conf = new AuthenticationRequestConfiguration("Authentication", "Authenticate access to your personal data"); + + var authResult = await CrossFingerprint.Current.AuthenticateAsync(conf); + if (authResult.Authenticated) + { + //Success + // Prefixing with `//` switches to a different navigation stack instead of pushing to the active one + await Shell.Current.GoToAsync($"//{nameof(MainPage)}"); + } + else + { + //Failure + return; + } } /// diff --git a/QRBee/QRBee/Views/LoginPage.xaml b/QRBee/QRBee/Views/LoginPage.xaml index a037f08..b2f24b4 100644 --- a/QRBee/QRBee/Views/LoginPage.xaml +++ b/QRBee/QRBee/Views/LoginPage.xaml @@ -10,13 +10,13 @@ - - + + + + + + +