diff --git a/.gitignore b/.gitignore
index cd51a9f..b38121d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,3 +39,8 @@ Thumbs.db
# dotCover
*.dotCover
+
+# nuget
+!nuget/**/*
+!/nuget/**/*
+!/nuget/
diff --git a/NuGet.config b/NuGet.config
new file mode 100644
index 0000000..e42b41a
--- /dev/null
+++ b/NuGet.config
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/VisualChallenge/VisualChallenge.Android/Resources/Resource.designer.cs b/VisualChallenge/VisualChallenge.Android/Resources/Resource.designer.cs
index baad460..92b8e59 100644
--- a/VisualChallenge/VisualChallenge.Android/Resources/Resource.designer.cs
+++ b/VisualChallenge/VisualChallenge.Android/Resources/Resource.designer.cs
@@ -351,6 +351,7 @@ public static void UpdateIdValues()
global::Xamarin.Forms.Platform.Android.Resource.Attribute.logoDescription = global::VisualChallenge.Droid.Resource.Attribute.logoDescription;
global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialButtonStyle = global::VisualChallenge.Droid.Resource.Attribute.materialButtonStyle;
global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCardViewStyle = global::VisualChallenge.Droid.Resource.Attribute.materialCardViewStyle;
+ global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialOutlinedButtonStyle = global::VisualChallenge.Droid.Resource.Attribute.materialOutlinedButtonStyle;
global::Xamarin.Forms.Platform.Android.Resource.Attribute.maxActionInlineWidth = global::VisualChallenge.Droid.Resource.Attribute.maxActionInlineWidth;
global::Xamarin.Forms.Platform.Android.Resource.Attribute.maxButtonHeight = global::VisualChallenge.Droid.Resource.Attribute.maxButtonHeight;
global::Xamarin.Forms.Platform.Android.Resource.Attribute.maxImageSize = global::VisualChallenge.Droid.Resource.Attribute.maxImageSize;
@@ -665,6 +666,7 @@ public static void UpdateIdValues()
global::Xamarin.Forms.Platform.Android.Resource.Color.switch_thumb_normal_material_light = global::VisualChallenge.Droid.Resource.Color.switch_thumb_normal_material_light;
global::Xamarin.Forms.Platform.Android.Resource.Color.tooltip_background_dark = global::VisualChallenge.Droid.Resource.Color.tooltip_background_dark;
global::Xamarin.Forms.Platform.Android.Resource.Color.tooltip_background_light = global::VisualChallenge.Droid.Resource.Color.tooltip_background_light;
+ global::Xamarin.Forms.Platform.Android.Resource.Color.white_disabled_material = global::VisualChallenge.Droid.Resource.Color.white_disabled_material;
global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_content_inset_material = global::VisualChallenge.Droid.Resource.Dimension.abc_action_bar_content_inset_material;
global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_content_inset_with_nav = global::VisualChallenge.Droid.Resource.Dimension.abc_action_bar_content_inset_with_nav;
global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_default_height_material = global::VisualChallenge.Droid.Resource.Dimension.abc_action_bar_default_height_material;
@@ -986,6 +988,7 @@ public static void UpdateIdValues()
global::Xamarin.Forms.Platform.Android.Resource.Drawable.ic_mtrl_chip_checked_circle = global::VisualChallenge.Droid.Resource.Drawable.ic_mtrl_chip_checked_circle;
global::Xamarin.Forms.Platform.Android.Resource.Drawable.ic_mtrl_chip_close_circle = global::VisualChallenge.Droid.Resource.Drawable.ic_mtrl_chip_close_circle;
global::Xamarin.Forms.Platform.Android.Resource.Drawable.MaterialActivityIndicatorBackground = global::VisualChallenge.Droid.Resource.Drawable.MaterialActivityIndicatorBackground;
+ global::Xamarin.Forms.Platform.Android.Resource.Drawable.MaterialProgressBar = global::VisualChallenge.Droid.Resource.Drawable.MaterialProgressBar;
global::Xamarin.Forms.Platform.Android.Resource.Drawable.mtrl_snackbar_background = global::VisualChallenge.Droid.Resource.Drawable.mtrl_snackbar_background;
global::Xamarin.Forms.Platform.Android.Resource.Drawable.mtrl_tabs_default_indicator = global::VisualChallenge.Droid.Resource.Drawable.mtrl_tabs_default_indicator;
global::Xamarin.Forms.Platform.Android.Resource.Drawable.navigation_empty_icon = global::VisualChallenge.Droid.Resource.Drawable.navigation_empty_icon;
@@ -1268,6 +1271,7 @@ public static void UpdateIdValues()
global::Xamarin.Forms.Platform.Android.Resource.Layout.design_navigation_menu_item = global::VisualChallenge.Droid.Resource.Layout.design_navigation_menu_item;
global::Xamarin.Forms.Platform.Android.Resource.Layout.design_text_input_password_icon = global::VisualChallenge.Droid.Resource.Layout.design_text_input_password_icon;
global::Xamarin.Forms.Platform.Android.Resource.Layout.FlyoutContent = global::VisualChallenge.Droid.Resource.Layout.FlyoutContent;
+ global::Xamarin.Forms.Platform.Android.Resource.Layout.MaterialPickerTextInput = global::VisualChallenge.Droid.Resource.Layout.MaterialPickerTextInput;
global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_layout_snackbar = global::VisualChallenge.Droid.Resource.Layout.mtrl_layout_snackbar;
global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_layout_snackbar_include = global::VisualChallenge.Droid.Resource.Layout.mtrl_layout_snackbar_include;
global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_action = global::VisualChallenge.Droid.Resource.Layout.notification_action;
@@ -1847,9 +1851,11 @@ public static void UpdateIdValues()
global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Toolbar = global::VisualChallenge.Droid.Resource.Style.Widget_MaterialComponents_Toolbar;
global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Support_CoordinatorLayout = global::VisualChallenge.Droid.Resource.Style.Widget_Support_CoordinatorLayout;
global::Xamarin.Forms.Platform.Android.Resource.Style.XamarinFormsMaterialButton = global::VisualChallenge.Droid.Resource.Style.XamarinFormsMaterialButton;
+ global::Xamarin.Forms.Platform.Android.Resource.Style.XamarinFormsMaterialButtonOutlined = global::VisualChallenge.Droid.Resource.Style.XamarinFormsMaterialButtonOutlined;
global::Xamarin.Forms.Platform.Android.Resource.Style.XamarinFormsMaterialEntryFilled = global::VisualChallenge.Droid.Resource.Style.XamarinFormsMaterialEntryFilled;
global::Xamarin.Forms.Platform.Android.Resource.Style.XamarinFormsMaterialProgressBarCircular = global::VisualChallenge.Droid.Resource.Style.XamarinFormsMaterialProgressBarCircular;
global::Xamarin.Forms.Platform.Android.Resource.Style.XamarinFormsMaterialProgressBarHorizontal = global::VisualChallenge.Droid.Resource.Style.XamarinFormsMaterialProgressBarHorizontal;
+ global::Xamarin.Forms.Platform.Android.Resource.Style.XamarinFormsMaterialSlider = global::VisualChallenge.Droid.Resource.Style.XamarinFormsMaterialSlider;
global::Xamarin.Forms.Platform.Android.Resource.Style.XamarinFormsMaterialTheme = global::VisualChallenge.Droid.Resource.Style.XamarinFormsMaterialTheme;
global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar = global::VisualChallenge.Droid.Resource.Styleable.ActionBar;
global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_background = global::VisualChallenge.Droid.Resource.Styleable.ActionBar_background;
@@ -2723,1478 +2729,1481 @@ private Animator()
public partial class Attribute
{
- // aapt resource value: 0x7f010070
- public const int actionBarDivider = 2130772080;
-
// aapt resource value: 0x7f010071
- public const int actionBarItemBackground = 2130772081;
-
- // aapt resource value: 0x7f01006a
- public const int actionBarPopupTheme = 2130772074;
+ public const int actionBarDivider = 2130772081;
- // aapt resource value: 0x7f01006f
- public const int actionBarSize = 2130772079;
-
- // aapt resource value: 0x7f01006c
- public const int actionBarSplitStyle = 2130772076;
+ // aapt resource value: 0x7f010072
+ public const int actionBarItemBackground = 2130772082;
// aapt resource value: 0x7f01006b
- public const int actionBarStyle = 2130772075;
+ public const int actionBarPopupTheme = 2130772075;
- // aapt resource value: 0x7f010066
- public const int actionBarTabBarStyle = 2130772070;
+ // aapt resource value: 0x7f010070
+ public const int actionBarSize = 2130772080;
- // aapt resource value: 0x7f010065
- public const int actionBarTabStyle = 2130772069;
+ // aapt resource value: 0x7f01006d
+ public const int actionBarSplitStyle = 2130772077;
+
+ // aapt resource value: 0x7f01006c
+ public const int actionBarStyle = 2130772076;
// aapt resource value: 0x7f010067
- public const int actionBarTabTextStyle = 2130772071;
+ public const int actionBarTabBarStyle = 2130772071;
- // aapt resource value: 0x7f01006d
- public const int actionBarTheme = 2130772077;
+ // aapt resource value: 0x7f010066
+ public const int actionBarTabStyle = 2130772070;
+
+ // aapt resource value: 0x7f010068
+ public const int actionBarTabTextStyle = 2130772072;
// aapt resource value: 0x7f01006e
- public const int actionBarWidgetTheme = 2130772078;
+ public const int actionBarTheme = 2130772078;
- // aapt resource value: 0x7f01008c
- public const int actionButtonStyle = 2130772108;
+ // aapt resource value: 0x7f01006f
+ public const int actionBarWidgetTheme = 2130772079;
- // aapt resource value: 0x7f010088
- public const int actionDropDownStyle = 2130772104;
+ // aapt resource value: 0x7f01008d
+ public const int actionButtonStyle = 2130772109;
- // aapt resource value: 0x7f0100e3
- public const int actionLayout = 2130772195;
+ // aapt resource value: 0x7f010089
+ public const int actionDropDownStyle = 2130772105;
- // aapt resource value: 0x7f010072
- public const int actionMenuTextAppearance = 2130772082;
+ // aapt resource value: 0x7f0100e4
+ public const int actionLayout = 2130772196;
// aapt resource value: 0x7f010073
- public const int actionMenuTextColor = 2130772083;
-
- // aapt resource value: 0x7f010076
- public const int actionModeBackground = 2130772086;
+ public const int actionMenuTextAppearance = 2130772083;
- // aapt resource value: 0x7f010075
- public const int actionModeCloseButtonStyle = 2130772085;
+ // aapt resource value: 0x7f010074
+ public const int actionMenuTextColor = 2130772084;
- // aapt resource value: 0x7f010078
- public const int actionModeCloseDrawable = 2130772088;
+ // aapt resource value: 0x7f010077
+ public const int actionModeBackground = 2130772087;
- // aapt resource value: 0x7f01007a
- public const int actionModeCopyDrawable = 2130772090;
+ // aapt resource value: 0x7f010076
+ public const int actionModeCloseButtonStyle = 2130772086;
// aapt resource value: 0x7f010079
- public const int actionModeCutDrawable = 2130772089;
-
- // aapt resource value: 0x7f01007e
- public const int actionModeFindDrawable = 2130772094;
+ public const int actionModeCloseDrawable = 2130772089;
// aapt resource value: 0x7f01007b
- public const int actionModePasteDrawable = 2130772091;
+ public const int actionModeCopyDrawable = 2130772091;
- // aapt resource value: 0x7f010080
- public const int actionModePopupWindowStyle = 2130772096;
+ // aapt resource value: 0x7f01007a
+ public const int actionModeCutDrawable = 2130772090;
+
+ // aapt resource value: 0x7f01007f
+ public const int actionModeFindDrawable = 2130772095;
// aapt resource value: 0x7f01007c
- public const int actionModeSelectAllDrawable = 2130772092;
+ public const int actionModePasteDrawable = 2130772092;
+
+ // aapt resource value: 0x7f010081
+ public const int actionModePopupWindowStyle = 2130772097;
// aapt resource value: 0x7f01007d
- public const int actionModeShareDrawable = 2130772093;
+ public const int actionModeSelectAllDrawable = 2130772093;
- // aapt resource value: 0x7f010077
- public const int actionModeSplitBackground = 2130772087;
+ // aapt resource value: 0x7f01007e
+ public const int actionModeShareDrawable = 2130772094;
- // aapt resource value: 0x7f010074
- public const int actionModeStyle = 2130772084;
+ // aapt resource value: 0x7f010078
+ public const int actionModeSplitBackground = 2130772088;
- // aapt resource value: 0x7f01007f
- public const int actionModeWebSearchDrawable = 2130772095;
+ // aapt resource value: 0x7f010075
+ public const int actionModeStyle = 2130772085;
- // aapt resource value: 0x7f010068
- public const int actionOverflowButtonStyle = 2130772072;
+ // aapt resource value: 0x7f010080
+ public const int actionModeWebSearchDrawable = 2130772096;
// aapt resource value: 0x7f010069
- public const int actionOverflowMenuStyle = 2130772073;
+ public const int actionOverflowButtonStyle = 2130772073;
- // aapt resource value: 0x7f0100e5
- public const int actionProviderClass = 2130772197;
+ // aapt resource value: 0x7f01006a
+ public const int actionOverflowMenuStyle = 2130772074;
- // aapt resource value: 0x7f0100e4
- public const int actionViewClass = 2130772196;
+ // aapt resource value: 0x7f0100e6
+ public const int actionProviderClass = 2130772198;
- // aapt resource value: 0x7f010094
- public const int activityChooserViewStyle = 2130772116;
+ // aapt resource value: 0x7f0100e5
+ public const int actionViewClass = 2130772197;
- // aapt resource value: 0x7f0100b9
- public const int alertDialogButtonGroupStyle = 2130772153;
+ // aapt resource value: 0x7f010095
+ public const int activityChooserViewStyle = 2130772117;
// aapt resource value: 0x7f0100ba
- public const int alertDialogCenterButtons = 2130772154;
-
- // aapt resource value: 0x7f0100b8
- public const int alertDialogStyle = 2130772152;
+ public const int alertDialogButtonGroupStyle = 2130772154;
// aapt resource value: 0x7f0100bb
- public const int alertDialogTheme = 2130772155;
+ public const int alertDialogCenterButtons = 2130772155;
- // aapt resource value: 0x7f0100d2
- public const int allowStacking = 2130772178;
+ // aapt resource value: 0x7f0100b9
+ public const int alertDialogStyle = 2130772153;
- // aapt resource value: 0x7f0101df
- public const int alpha = 2130772447;
+ // aapt resource value: 0x7f0100bc
+ public const int alertDialogTheme = 2130772156;
- // aapt resource value: 0x7f0100e0
- public const int alphabeticModifiers = 2130772192;
+ // aapt resource value: 0x7f0100d3
+ public const int allowStacking = 2130772179;
- // aapt resource value: 0x7f0100d9
- public const int arrowHeadLength = 2130772185;
+ // aapt resource value: 0x7f0101e0
+ public const int alpha = 2130772448;
+
+ // aapt resource value: 0x7f0100e1
+ public const int alphabeticModifiers = 2130772193;
// aapt resource value: 0x7f0100da
- public const int arrowShaftLength = 2130772186;
+ public const int arrowHeadLength = 2130772186;
- // aapt resource value: 0x7f0100c0
- public const int autoCompleteTextViewStyle = 2130772160;
+ // aapt resource value: 0x7f0100db
+ public const int arrowShaftLength = 2130772187;
+
+ // aapt resource value: 0x7f0100c1
+ public const int autoCompleteTextViewStyle = 2130772161;
+
+ // aapt resource value: 0x7f010057
+ public const int autoSizeMaxTextSize = 2130772055;
// aapt resource value: 0x7f010056
- public const int autoSizeMaxTextSize = 2130772054;
+ public const int autoSizeMinTextSize = 2130772054;
// aapt resource value: 0x7f010055
- public const int autoSizeMinTextSize = 2130772053;
+ public const int autoSizePresetSizes = 2130772053;
// aapt resource value: 0x7f010054
- public const int autoSizePresetSizes = 2130772052;
+ public const int autoSizeStepGranularity = 2130772052;
// aapt resource value: 0x7f010053
- public const int autoSizeStepGranularity = 2130772051;
+ public const int autoSizeTextType = 2130772051;
- // aapt resource value: 0x7f010052
- public const int autoSizeTextType = 2130772050;
+ // aapt resource value: 0x7f010030
+ public const int background = 2130772016;
- // aapt resource value: 0x7f01002f
- public const int background = 2130772015;
+ // aapt resource value: 0x7f010032
+ public const int backgroundSplit = 2130772018;
// aapt resource value: 0x7f010031
- public const int backgroundSplit = 2130772017;
-
- // aapt resource value: 0x7f010030
- public const int backgroundStacked = 2130772016;
-
- // aapt resource value: 0x7f01011c
- public const int backgroundTint = 2130772252;
+ public const int backgroundStacked = 2130772017;
// aapt resource value: 0x7f01011d
- public const int backgroundTintMode = 2130772253;
+ public const int backgroundTint = 2130772253;
- // aapt resource value: 0x7f0100db
- public const int barLength = 2130772187;
+ // aapt resource value: 0x7f01011e
+ public const int backgroundTintMode = 2130772254;
- // aapt resource value: 0x7f01018c
- public const int behavior_autoHide = 2130772364;
+ // aapt resource value: 0x7f0100dc
+ public const int barLength = 2130772188;
- // aapt resource value: 0x7f010154
- public const int behavior_fitToContents = 2130772308;
+ // aapt resource value: 0x7f01018d
+ public const int behavior_autoHide = 2130772365;
- // aapt resource value: 0x7f010152
- public const int behavior_hideable = 2130772306;
+ // aapt resource value: 0x7f010155
+ public const int behavior_fitToContents = 2130772309;
- // aapt resource value: 0x7f01019d
- public const int behavior_overlapTop = 2130772381;
+ // aapt resource value: 0x7f010153
+ public const int behavior_hideable = 2130772307;
- // aapt resource value: 0x7f010151
- public const int behavior_peekHeight = 2130772305;
+ // aapt resource value: 0x7f01019e
+ public const int behavior_overlapTop = 2130772382;
- // aapt resource value: 0x7f010153
- public const int behavior_skipCollapsed = 2130772307;
+ // aapt resource value: 0x7f010152
+ public const int behavior_peekHeight = 2130772306;
- // aapt resource value: 0x7f010189
- public const int borderWidth = 2130772361;
+ // aapt resource value: 0x7f010154
+ public const int behavior_skipCollapsed = 2130772308;
- // aapt resource value: 0x7f010091
- public const int borderlessButtonStyle = 2130772113;
+ // aapt resource value: 0x7f01018a
+ public const int borderWidth = 2130772362;
- // aapt resource value: 0x7f01011e
- public const int bottomAppBarStyle = 2130772254;
+ // aapt resource value: 0x7f010092
+ public const int borderlessButtonStyle = 2130772114;
// aapt resource value: 0x7f01011f
- public const int bottomNavigationStyle = 2130772255;
+ public const int bottomAppBarStyle = 2130772255;
// aapt resource value: 0x7f010120
- public const int bottomSheetDialogTheme = 2130772256;
+ public const int bottomNavigationStyle = 2130772256;
// aapt resource value: 0x7f010121
- public const int bottomSheetStyle = 2130772257;
+ public const int bottomSheetDialogTheme = 2130772257;
- // aapt resource value: 0x7f0101d2
- public const int boxBackgroundColor = 2130772434;
+ // aapt resource value: 0x7f010122
+ public const int bottomSheetStyle = 2130772258;
- // aapt resource value: 0x7f0101cb
- public const int boxBackgroundMode = 2130772427;
+ // aapt resource value: 0x7f0101d3
+ public const int boxBackgroundColor = 2130772435;
// aapt resource value: 0x7f0101cc
- public const int boxCollapsedPaddingTop = 2130772428;
+ public const int boxBackgroundMode = 2130772428;
+
+ // aapt resource value: 0x7f0101cd
+ public const int boxCollapsedPaddingTop = 2130772429;
+
+ // aapt resource value: 0x7f0101d1
+ public const int boxCornerRadiusBottomEnd = 2130772433;
// aapt resource value: 0x7f0101d0
- public const int boxCornerRadiusBottomEnd = 2130772432;
+ public const int boxCornerRadiusBottomStart = 2130772432;
// aapt resource value: 0x7f0101cf
- public const int boxCornerRadiusBottomStart = 2130772431;
+ public const int boxCornerRadiusTopEnd = 2130772431;
// aapt resource value: 0x7f0101ce
- public const int boxCornerRadiusTopEnd = 2130772430;
+ public const int boxCornerRadiusTopStart = 2130772430;
- // aapt resource value: 0x7f0101cd
- public const int boxCornerRadiusTopStart = 2130772429;
-
- // aapt resource value: 0x7f0101d1
- public const int boxStrokeColor = 2130772433;
-
- // aapt resource value: 0x7f0101d3
- public const int boxStrokeWidth = 2130772435;
+ // aapt resource value: 0x7f0101d2
+ public const int boxStrokeColor = 2130772434;
- // aapt resource value: 0x7f01008e
- public const int buttonBarButtonStyle = 2130772110;
+ // aapt resource value: 0x7f0101d4
+ public const int boxStrokeWidth = 2130772436;
- // aapt resource value: 0x7f0100be
- public const int buttonBarNegativeButtonStyle = 2130772158;
+ // aapt resource value: 0x7f01008f
+ public const int buttonBarButtonStyle = 2130772111;
// aapt resource value: 0x7f0100bf
- public const int buttonBarNeutralButtonStyle = 2130772159;
+ public const int buttonBarNegativeButtonStyle = 2130772159;
- // aapt resource value: 0x7f0100bd
- public const int buttonBarPositiveButtonStyle = 2130772157;
+ // aapt resource value: 0x7f0100c0
+ public const int buttonBarNeutralButtonStyle = 2130772160;
- // aapt resource value: 0x7f01008d
- public const int buttonBarStyle = 2130772109;
+ // aapt resource value: 0x7f0100be
+ public const int buttonBarPositiveButtonStyle = 2130772158;
- // aapt resource value: 0x7f010111
- public const int buttonGravity = 2130772241;
+ // aapt resource value: 0x7f01008e
+ public const int buttonBarStyle = 2130772110;
- // aapt resource value: 0x7f01004a
- public const int buttonIconDimen = 2130772042;
+ // aapt resource value: 0x7f010112
+ public const int buttonGravity = 2130772242;
- // aapt resource value: 0x7f010044
- public const int buttonPanelSideLayout = 2130772036;
+ // aapt resource value: 0x7f01004b
+ public const int buttonIconDimen = 2130772043;
- // aapt resource value: 0x7f0100c1
- public const int buttonStyle = 2130772161;
+ // aapt resource value: 0x7f010045
+ public const int buttonPanelSideLayout = 2130772037;
// aapt resource value: 0x7f0100c2
- public const int buttonStyleSmall = 2130772162;
+ public const int buttonStyle = 2130772162;
- // aapt resource value: 0x7f0100d3
- public const int buttonTint = 2130772179;
+ // aapt resource value: 0x7f0100c3
+ public const int buttonStyleSmall = 2130772163;
// aapt resource value: 0x7f0100d4
- public const int buttonTintMode = 2130772180;
+ public const int buttonTint = 2130772180;
- // aapt resource value: 0x7f010018
- public const int cardBackgroundColor = 2130771992;
+ // aapt resource value: 0x7f0100d5
+ public const int buttonTintMode = 2130772181;
// aapt resource value: 0x7f010019
- public const int cardCornerRadius = 2130771993;
+ public const int cardBackgroundColor = 2130771993;
// aapt resource value: 0x7f01001a
- public const int cardElevation = 2130771994;
+ public const int cardCornerRadius = 2130771994;
// aapt resource value: 0x7f01001b
- public const int cardMaxElevation = 2130771995;
+ public const int cardElevation = 2130771995;
+
+ // aapt resource value: 0x7f01001c
+ public const int cardMaxElevation = 2130771996;
+
+ // aapt resource value: 0x7f01001e
+ public const int cardPreventCornerOverlap = 2130771998;
// aapt resource value: 0x7f01001d
- public const int cardPreventCornerOverlap = 2130771997;
+ public const int cardUseCompatPadding = 2130771997;
- // aapt resource value: 0x7f01001c
- public const int cardUseCompatPadding = 2130771996;
+ // aapt resource value: 0x7f010018
+ public const int cardViewStyle = 2130771992;
- // aapt resource value: 0x7f010017
- public const int cardViewStyle = 2130771991;
+ // aapt resource value: 0x7f0100c4
+ public const int checkboxStyle = 2130772164;
- // aapt resource value: 0x7f0100c3
- public const int checkboxStyle = 2130772163;
+ // aapt resource value: 0x7f010174
+ public const int checkedChip = 2130772340;
- // aapt resource value: 0x7f010173
- public const int checkedChip = 2130772339;
+ // aapt resource value: 0x7f010166
+ public const int checkedIcon = 2130772326;
// aapt resource value: 0x7f010165
- public const int checkedIcon = 2130772325;
+ public const int checkedIconEnabled = 2130772325;
// aapt resource value: 0x7f010164
- public const int checkedIconEnabled = 2130772324;
+ public const int checkedIconVisible = 2130772324;
- // aapt resource value: 0x7f010163
- public const int checkedIconVisible = 2130772323;
+ // aapt resource value: 0x7f0100c5
+ public const int checkedTextViewStyle = 2130772165;
- // aapt resource value: 0x7f0100c4
- public const int checkedTextViewStyle = 2130772164;
+ // aapt resource value: 0x7f010156
+ public const int chipBackgroundColor = 2130772310;
- // aapt resource value: 0x7f010155
- public const int chipBackgroundColor = 2130772309;
+ // aapt resource value: 0x7f010158
+ public const int chipCornerRadius = 2130772312;
- // aapt resource value: 0x7f010157
- public const int chipCornerRadius = 2130772311;
+ // aapt resource value: 0x7f01016e
+ public const int chipEndPadding = 2130772334;
- // aapt resource value: 0x7f01016d
- public const int chipEndPadding = 2130772333;
+ // aapt resource value: 0x7f010123
+ public const int chipGroupStyle = 2130772259;
- // aapt resource value: 0x7f010122
- public const int chipGroupStyle = 2130772258;
+ // aapt resource value: 0x7f01015d
+ public const int chipIcon = 2130772317;
// aapt resource value: 0x7f01015c
- public const int chipIcon = 2130772316;
+ public const int chipIconEnabled = 2130772316;
- // aapt resource value: 0x7f01015b
- public const int chipIconEnabled = 2130772315;
+ // aapt resource value: 0x7f01015f
+ public const int chipIconSize = 2130772319;
// aapt resource value: 0x7f01015e
- public const int chipIconSize = 2130772318;
-
- // aapt resource value: 0x7f01015d
- public const int chipIconTint = 2130772317;
-
- // aapt resource value: 0x7f01015a
- public const int chipIconVisible = 2130772314;
+ public const int chipIconTint = 2130772318;
- // aapt resource value: 0x7f010156
- public const int chipMinHeight = 2130772310;
+ // aapt resource value: 0x7f01015b
+ public const int chipIconVisible = 2130772315;
- // aapt resource value: 0x7f01016e
- public const int chipSpacing = 2130772334;
+ // aapt resource value: 0x7f010157
+ public const int chipMinHeight = 2130772311;
// aapt resource value: 0x7f01016f
- public const int chipSpacingHorizontal = 2130772335;
+ public const int chipSpacing = 2130772335;
// aapt resource value: 0x7f010170
- public const int chipSpacingVertical = 2130772336;
+ public const int chipSpacingHorizontal = 2130772336;
- // aapt resource value: 0x7f010123
- public const int chipStandaloneStyle = 2130772259;
+ // aapt resource value: 0x7f010171
+ public const int chipSpacingVertical = 2130772337;
- // aapt resource value: 0x7f010166
- public const int chipStartPadding = 2130772326;
+ // aapt resource value: 0x7f010124
+ public const int chipStandaloneStyle = 2130772260;
- // aapt resource value: 0x7f010158
- public const int chipStrokeColor = 2130772312;
+ // aapt resource value: 0x7f010167
+ public const int chipStartPadding = 2130772327;
// aapt resource value: 0x7f010159
- public const int chipStrokeWidth = 2130772313;
+ public const int chipStrokeColor = 2130772313;
- // aapt resource value: 0x7f010124
- public const int chipStyle = 2130772260;
+ // aapt resource value: 0x7f01015a
+ public const int chipStrokeWidth = 2130772314;
- // aapt resource value: 0x7f0100f4
- public const int closeIcon = 2130772212;
+ // aapt resource value: 0x7f010125
+ public const int chipStyle = 2130772261;
- // aapt resource value: 0x7f010160
- public const int closeIconEnabled = 2130772320;
+ // aapt resource value: 0x7f0100f5
+ public const int closeIcon = 2130772213;
- // aapt resource value: 0x7f01016c
- public const int closeIconEndPadding = 2130772332;
+ // aapt resource value: 0x7f010161
+ public const int closeIconEnabled = 2130772321;
- // aapt resource value: 0x7f010162
- public const int closeIconSize = 2130772322;
+ // aapt resource value: 0x7f01016d
+ public const int closeIconEndPadding = 2130772333;
- // aapt resource value: 0x7f01016b
- public const int closeIconStartPadding = 2130772331;
+ // aapt resource value: 0x7f010163
+ public const int closeIconSize = 2130772323;
- // aapt resource value: 0x7f010161
- public const int closeIconTint = 2130772321;
+ // aapt resource value: 0x7f01016c
+ public const int closeIconStartPadding = 2130772332;
- // aapt resource value: 0x7f01015f
- public const int closeIconVisible = 2130772319;
+ // aapt resource value: 0x7f010162
+ public const int closeIconTint = 2130772322;
- // aapt resource value: 0x7f010041
- public const int closeItemLayout = 2130772033;
+ // aapt resource value: 0x7f010160
+ public const int closeIconVisible = 2130772320;
- // aapt resource value: 0x7f010113
- public const int collapseContentDescription = 2130772243;
+ // aapt resource value: 0x7f010042
+ public const int closeItemLayout = 2130772034;
- // aapt resource value: 0x7f010112
- public const int collapseIcon = 2130772242;
+ // aapt resource value: 0x7f010114
+ public const int collapseContentDescription = 2130772244;
- // aapt resource value: 0x7f010180
- public const int collapsedTitleGravity = 2130772352;
+ // aapt resource value: 0x7f010113
+ public const int collapseIcon = 2130772243;
- // aapt resource value: 0x7f01017a
- public const int collapsedTitleTextAppearance = 2130772346;
+ // aapt resource value: 0x7f010181
+ public const int collapsedTitleGravity = 2130772353;
- // aapt resource value: 0x7f0100d5
- public const int color = 2130772181;
+ // aapt resource value: 0x7f01017b
+ public const int collapsedTitleTextAppearance = 2130772347;
- // aapt resource value: 0x7f0100b0
- public const int colorAccent = 2130772144;
+ // aapt resource value: 0x7f0100d6
+ public const int color = 2130772182;
- // aapt resource value: 0x7f0100b7
- public const int colorBackgroundFloating = 2130772151;
+ // aapt resource value: 0x7f0100b1
+ public const int colorAccent = 2130772145;
- // aapt resource value: 0x7f0100b4
- public const int colorButtonNormal = 2130772148;
+ // aapt resource value: 0x7f0100b8
+ public const int colorBackgroundFloating = 2130772152;
- // aapt resource value: 0x7f0100b2
- public const int colorControlActivated = 2130772146;
+ // aapt resource value: 0x7f0100b5
+ public const int colorButtonNormal = 2130772149;
// aapt resource value: 0x7f0100b3
- public const int colorControlHighlight = 2130772147;
+ public const int colorControlActivated = 2130772147;
- // aapt resource value: 0x7f0100b1
- public const int colorControlNormal = 2130772145;
+ // aapt resource value: 0x7f0100b4
+ public const int colorControlHighlight = 2130772148;
- // aapt resource value: 0x7f0100d0
- public const int colorError = 2130772176;
+ // aapt resource value: 0x7f0100b2
+ public const int colorControlNormal = 2130772146;
- // aapt resource value: 0x7f0100ae
- public const int colorPrimary = 2130772142;
+ // aapt resource value: 0x7f0100d1
+ public const int colorError = 2130772177;
// aapt resource value: 0x7f0100af
- public const int colorPrimaryDark = 2130772143;
+ public const int colorPrimary = 2130772143;
- // aapt resource value: 0x7f010125
- public const int colorSecondary = 2130772261;
-
- // aapt resource value: 0x7f0100b5
- public const int colorSwitchThumbNormal = 2130772149;
+ // aapt resource value: 0x7f0100b0
+ public const int colorPrimaryDark = 2130772144;
- // aapt resource value: 0x7f0100f9
- public const int commitIcon = 2130772217;
+ // aapt resource value: 0x7f010126
+ public const int colorSecondary = 2130772262;
- // aapt resource value: 0x7f0100e6
- public const int contentDescription = 2130772198;
+ // aapt resource value: 0x7f0100b6
+ public const int colorSwitchThumbNormal = 2130772150;
- // aapt resource value: 0x7f01003a
- public const int contentInsetEnd = 2130772026;
+ // aapt resource value: 0x7f0100fa
+ public const int commitIcon = 2130772218;
- // aapt resource value: 0x7f01003e
- public const int contentInsetEndWithActions = 2130772030;
+ // aapt resource value: 0x7f0100e7
+ public const int contentDescription = 2130772199;
// aapt resource value: 0x7f01003b
- public const int contentInsetLeft = 2130772027;
+ public const int contentInsetEnd = 2130772027;
- // aapt resource value: 0x7f01003c
- public const int contentInsetRight = 2130772028;
+ // aapt resource value: 0x7f01003f
+ public const int contentInsetEndWithActions = 2130772031;
- // aapt resource value: 0x7f010039
- public const int contentInsetStart = 2130772025;
+ // aapt resource value: 0x7f01003c
+ public const int contentInsetLeft = 2130772028;
// aapt resource value: 0x7f01003d
- public const int contentInsetStartWithNavigation = 2130772029;
+ public const int contentInsetRight = 2130772029;
- // aapt resource value: 0x7f01001e
- public const int contentPadding = 2130771998;
+ // aapt resource value: 0x7f01003a
+ public const int contentInsetStart = 2130772026;
- // aapt resource value: 0x7f010022
- public const int contentPaddingBottom = 2130772002;
+ // aapt resource value: 0x7f01003e
+ public const int contentInsetStartWithNavigation = 2130772030;
// aapt resource value: 0x7f01001f
- public const int contentPaddingLeft = 2130771999;
+ public const int contentPadding = 2130771999;
+
+ // aapt resource value: 0x7f010023
+ public const int contentPaddingBottom = 2130772003;
// aapt resource value: 0x7f010020
- public const int contentPaddingRight = 2130772000;
+ public const int contentPaddingLeft = 2130772000;
// aapt resource value: 0x7f010021
- public const int contentPaddingTop = 2130772001;
+ public const int contentPaddingRight = 2130772001;
- // aapt resource value: 0x7f01017b
- public const int contentScrim = 2130772347;
+ // aapt resource value: 0x7f010022
+ public const int contentPaddingTop = 2130772002;
- // aapt resource value: 0x7f0100b6
- public const int controlBackground = 2130772150;
+ // aapt resource value: 0x7f01017c
+ public const int contentScrim = 2130772348;
- // aapt resource value: 0x7f0101d6
- public const int coordinatorLayoutStyle = 2130772438;
+ // aapt resource value: 0x7f0100b7
+ public const int controlBackground = 2130772151;
- // aapt resource value: 0x7f010193
- public const int cornerRadius = 2130772371;
+ // aapt resource value: 0x7f0101d7
+ public const int coordinatorLayoutStyle = 2130772439;
- // aapt resource value: 0x7f0101c2
- public const int counterEnabled = 2130772418;
+ // aapt resource value: 0x7f010194
+ public const int cornerRadius = 2130772372;
// aapt resource value: 0x7f0101c3
- public const int counterMaxLength = 2130772419;
-
- // aapt resource value: 0x7f0101c5
- public const int counterOverflowTextAppearance = 2130772421;
+ public const int counterEnabled = 2130772419;
// aapt resource value: 0x7f0101c4
- public const int counterTextAppearance = 2130772420;
+ public const int counterMaxLength = 2130772420;
- // aapt resource value: 0x7f010032
- public const int customNavigationLayout = 2130772018;
+ // aapt resource value: 0x7f0101c6
+ public const int counterOverflowTextAppearance = 2130772422;
- // aapt resource value: 0x7f0100f3
- public const int defaultQueryHint = 2130772211;
+ // aapt resource value: 0x7f0101c5
+ public const int counterTextAppearance = 2130772421;
- // aapt resource value: 0x7f010087
- public const int dialogCornerRadius = 2130772103;
+ // aapt resource value: 0x7f010033
+ public const int customNavigationLayout = 2130772019;
- // aapt resource value: 0x7f010085
- public const int dialogPreferredPadding = 2130772101;
+ // aapt resource value: 0x7f0100f4
+ public const int defaultQueryHint = 2130772212;
- // aapt resource value: 0x7f010084
- public const int dialogTheme = 2130772100;
+ // aapt resource value: 0x7f010088
+ public const int dialogCornerRadius = 2130772104;
- // aapt resource value: 0x7f010028
- public const int displayOptions = 2130772008;
+ // aapt resource value: 0x7f010086
+ public const int dialogPreferredPadding = 2130772102;
- // aapt resource value: 0x7f01002e
- public const int divider = 2130772014;
+ // aapt resource value: 0x7f010085
+ public const int dialogTheme = 2130772101;
- // aapt resource value: 0x7f010093
- public const int dividerHorizontal = 2130772115;
+ // aapt resource value: 0x7f010029
+ public const int displayOptions = 2130772009;
- // aapt resource value: 0x7f0100df
- public const int dividerPadding = 2130772191;
+ // aapt resource value: 0x7f01002f
+ public const int divider = 2130772015;
- // aapt resource value: 0x7f010092
- public const int dividerVertical = 2130772114;
+ // aapt resource value: 0x7f010094
+ public const int dividerHorizontal = 2130772116;
- // aapt resource value: 0x7f0100d7
- public const int drawableSize = 2130772183;
+ // aapt resource value: 0x7f0100e0
+ public const int dividerPadding = 2130772192;
- // aapt resource value: 0x7f010023
- public const int drawerArrowStyle = 2130772003;
+ // aapt resource value: 0x7f010093
+ public const int dividerVertical = 2130772115;
- // aapt resource value: 0x7f0100a5
- public const int dropDownListViewStyle = 2130772133;
+ // aapt resource value: 0x7f0100d8
+ public const int drawableSize = 2130772184;
- // aapt resource value: 0x7f010089
- public const int dropdownListPreferredItemHeight = 2130772105;
+ // aapt resource value: 0x7f010024
+ public const int drawerArrowStyle = 2130772004;
- // aapt resource value: 0x7f01009a
- public const int editTextBackground = 2130772122;
+ // aapt resource value: 0x7f0100a6
+ public const int dropDownListViewStyle = 2130772134;
- // aapt resource value: 0x7f010099
- public const int editTextColor = 2130772121;
+ // aapt resource value: 0x7f01008a
+ public const int dropdownListPreferredItemHeight = 2130772106;
- // aapt resource value: 0x7f0100c5
- public const int editTextStyle = 2130772165;
+ // aapt resource value: 0x7f01009b
+ public const int editTextBackground = 2130772123;
- // aapt resource value: 0x7f01003f
- public const int elevation = 2130772031;
+ // aapt resource value: 0x7f01009a
+ public const int editTextColor = 2130772122;
- // aapt resource value: 0x7f0101d4
- public const int enforceMaterialTheme = 2130772436;
+ // aapt resource value: 0x7f0100c6
+ public const int editTextStyle = 2130772166;
+
+ // aapt resource value: 0x7f010040
+ public const int elevation = 2130772032;
// aapt resource value: 0x7f0101d5
- public const int enforceTextAppearance = 2130772437;
+ public const int enforceMaterialTheme = 2130772437;
- // aapt resource value: 0x7f0101c0
- public const int errorEnabled = 2130772416;
+ // aapt resource value: 0x7f0101d6
+ public const int enforceTextAppearance = 2130772438;
// aapt resource value: 0x7f0101c1
- public const int errorTextAppearance = 2130772417;
+ public const int errorEnabled = 2130772417;
- // aapt resource value: 0x7f010043
- public const int expandActivityOverflowButtonDrawable = 2130772035;
+ // aapt resource value: 0x7f0101c2
+ public const int errorTextAppearance = 2130772418;
- // aapt resource value: 0x7f01013f
- public const int expanded = 2130772287;
+ // aapt resource value: 0x7f010044
+ public const int expandActivityOverflowButtonDrawable = 2130772036;
- // aapt resource value: 0x7f010181
- public const int expandedTitleGravity = 2130772353;
+ // aapt resource value: 0x7f010140
+ public const int expanded = 2130772288;
- // aapt resource value: 0x7f010174
- public const int expandedTitleMargin = 2130772340;
+ // aapt resource value: 0x7f010182
+ public const int expandedTitleGravity = 2130772354;
- // aapt resource value: 0x7f010178
- public const int expandedTitleMarginBottom = 2130772344;
+ // aapt resource value: 0x7f010175
+ public const int expandedTitleMargin = 2130772341;
- // aapt resource value: 0x7f010177
- public const int expandedTitleMarginEnd = 2130772343;
+ // aapt resource value: 0x7f010179
+ public const int expandedTitleMarginBottom = 2130772345;
- // aapt resource value: 0x7f010175
- public const int expandedTitleMarginStart = 2130772341;
+ // aapt resource value: 0x7f010178
+ public const int expandedTitleMarginEnd = 2130772344;
// aapt resource value: 0x7f010176
- public const int expandedTitleMarginTop = 2130772342;
+ public const int expandedTitleMarginStart = 2130772342;
- // aapt resource value: 0x7f010179
- public const int expandedTitleTextAppearance = 2130772345;
+ // aapt resource value: 0x7f010177
+ public const int expandedTitleMarginTop = 2130772343;
- // aapt resource value: 0x7f010015
- public const int externalRouteEnabledDrawable = 2130771989;
+ // aapt resource value: 0x7f01017a
+ public const int expandedTitleTextAppearance = 2130772346;
- // aapt resource value: 0x7f010147
- public const int fabAlignmentMode = 2130772295;
+ // aapt resource value: 0x7f010016
+ public const int externalRouteEnabledDrawable = 2130771990;
// aapt resource value: 0x7f010148
- public const int fabCradleMargin = 2130772296;
+ public const int fabAlignmentMode = 2130772296;
// aapt resource value: 0x7f010149
- public const int fabCradleRoundedCornerRadius = 2130772297;
+ public const int fabCradleMargin = 2130772297;
// aapt resource value: 0x7f01014a
- public const int fabCradleVerticalOffset = 2130772298;
+ public const int fabCradleRoundedCornerRadius = 2130772298;
- // aapt resource value: 0x7f010186
- public const int fabCustomSize = 2130772358;
+ // aapt resource value: 0x7f01014b
+ public const int fabCradleVerticalOffset = 2130772299;
- // aapt resource value: 0x7f010185
- public const int fabSize = 2130772357;
+ // aapt resource value: 0x7f010187
+ public const int fabCustomSize = 2130772359;
- // aapt resource value: 0x7f010004
- public const int fastScrollEnabled = 2130771972;
+ // aapt resource value: 0x7f010186
+ public const int fabSize = 2130772358;
- // aapt resource value: 0x7f010007
- public const int fastScrollHorizontalThumbDrawable = 2130771975;
+ // aapt resource value: 0x7f010005
+ public const int fastScrollEnabled = 2130771973;
// aapt resource value: 0x7f010008
- public const int fastScrollHorizontalTrackDrawable = 2130771976;
+ public const int fastScrollHorizontalThumbDrawable = 2130771976;
- // aapt resource value: 0x7f010005
- public const int fastScrollVerticalThumbDrawable = 2130771973;
+ // aapt resource value: 0x7f010009
+ public const int fastScrollHorizontalTrackDrawable = 2130771977;
// aapt resource value: 0x7f010006
- public const int fastScrollVerticalTrackDrawable = 2130771974;
+ public const int fastScrollVerticalThumbDrawable = 2130771974;
- // aapt resource value: 0x7f010059
- public const int firstBaselineToTopHeight = 2130772057;
+ // aapt resource value: 0x7f010007
+ public const int fastScrollVerticalTrackDrawable = 2130771975;
- // aapt resource value: 0x7f010126
- public const int floatingActionButtonStyle = 2130772262;
+ // aapt resource value: 0x7f01005a
+ public const int firstBaselineToTopHeight = 2130772058;
- // aapt resource value: 0x7f0101e7
- public const int font = 2130772455;
+ // aapt resource value: 0x7f010127
+ public const int floatingActionButtonStyle = 2130772263;
- // aapt resource value: 0x7f010057
- public const int fontFamily = 2130772055;
+ // aapt resource value: 0x7f0101e8
+ public const int font = 2130772456;
- // aapt resource value: 0x7f0101e0
- public const int fontProviderAuthority = 2130772448;
+ // aapt resource value: 0x7f010058
+ public const int fontFamily = 2130772056;
- // aapt resource value: 0x7f0101e3
- public const int fontProviderCerts = 2130772451;
+ // aapt resource value: 0x7f0101e1
+ public const int fontProviderAuthority = 2130772449;
// aapt resource value: 0x7f0101e4
- public const int fontProviderFetchStrategy = 2130772452;
+ public const int fontProviderCerts = 2130772452;
// aapt resource value: 0x7f0101e5
- public const int fontProviderFetchTimeout = 2130772453;
+ public const int fontProviderFetchStrategy = 2130772453;
- // aapt resource value: 0x7f0101e1
- public const int fontProviderPackage = 2130772449;
+ // aapt resource value: 0x7f0101e6
+ public const int fontProviderFetchTimeout = 2130772454;
// aapt resource value: 0x7f0101e2
- public const int fontProviderQuery = 2130772450;
+ public const int fontProviderPackage = 2130772450;
- // aapt resource value: 0x7f0101e6
- public const int fontStyle = 2130772454;
+ // aapt resource value: 0x7f0101e3
+ public const int fontProviderQuery = 2130772451;
- // aapt resource value: 0x7f0101e9
- public const int fontVariationSettings = 2130772457;
+ // aapt resource value: 0x7f0101e7
+ public const int fontStyle = 2130772455;
- // aapt resource value: 0x7f0101e8
- public const int fontWeight = 2130772456;
+ // aapt resource value: 0x7f0101ea
+ public const int fontVariationSettings = 2130772458;
- // aapt resource value: 0x7f01018f
- public const int foregroundInsidePadding = 2130772367;
+ // aapt resource value: 0x7f0101e9
+ public const int fontWeight = 2130772457;
- // aapt resource value: 0x7f0100d8
- public const int gapBetweenBars = 2130772184;
+ // aapt resource value: 0x7f010190
+ public const int foregroundInsidePadding = 2130772368;
- // aapt resource value: 0x7f0100f5
- public const int goIcon = 2130772213;
+ // aapt resource value: 0x7f0100d9
+ public const int gapBetweenBars = 2130772185;
- // aapt resource value: 0x7f010199
- public const int headerLayout = 2130772377;
+ // aapt resource value: 0x7f0100f6
+ public const int goIcon = 2130772214;
- // aapt resource value: 0x7f010024
- public const int height = 2130772004;
+ // aapt resource value: 0x7f01019a
+ public const int headerLayout = 2130772378;
- // aapt resource value: 0x7f0101bd
- public const int helperText = 2130772413;
+ // aapt resource value: 0x7f010025
+ public const int height = 2130772005;
// aapt resource value: 0x7f0101be
- public const int helperTextEnabled = 2130772414;
+ public const int helperText = 2130772414;
// aapt resource value: 0x7f0101bf
- public const int helperTextTextAppearance = 2130772415;
+ public const int helperTextEnabled = 2130772415;
- // aapt resource value: 0x7f010127
- public const int hideMotionSpec = 2130772263;
+ // aapt resource value: 0x7f0101c0
+ public const int helperTextTextAppearance = 2130772416;
- // aapt resource value: 0x7f010038
- public const int hideOnContentScroll = 2130772024;
+ // aapt resource value: 0x7f010128
+ public const int hideMotionSpec = 2130772264;
- // aapt resource value: 0x7f01014b
- public const int hideOnScroll = 2130772299;
+ // aapt resource value: 0x7f010039
+ public const int hideOnContentScroll = 2130772025;
+
+ // aapt resource value: 0x7f01014c
+ public const int hideOnScroll = 2130772300;
+
+ // aapt resource value: 0x7f0101bc
+ public const int hintAnimationEnabled = 2130772412;
// aapt resource value: 0x7f0101bb
- public const int hintAnimationEnabled = 2130772411;
+ public const int hintEnabled = 2130772411;
- // aapt resource value: 0x7f0101ba
- public const int hintEnabled = 2130772410;
+ // aapt resource value: 0x7f0101bd
+ public const int hintTextAppearance = 2130772413;
- // aapt resource value: 0x7f0101bc
- public const int hintTextAppearance = 2130772412;
+ // aapt resource value: 0x7f01008c
+ public const int homeAsUpIndicator = 2130772108;
- // aapt resource value: 0x7f01008b
- public const int homeAsUpIndicator = 2130772107;
+ // aapt resource value: 0x7f010034
+ public const int homeLayout = 2130772020;
- // aapt resource value: 0x7f010033
- public const int homeLayout = 2130772019;
+ // aapt resource value: 0x7f010188
+ public const int hoveredFocusedTranslationZ = 2130772360;
- // aapt resource value: 0x7f010187
- public const int hoveredFocusedTranslationZ = 2130772359;
+ // aapt resource value: 0x7f01002d
+ public const int icon = 2130772013;
- // aapt resource value: 0x7f01002c
- public const int icon = 2130772012;
+ // aapt resource value: 0x7f010169
+ public const int iconEndPadding = 2130772329;
- // aapt resource value: 0x7f010168
- public const int iconEndPadding = 2130772328;
+ // aapt resource value: 0x7f010193
+ public const int iconGravity = 2130772371;
// aapt resource value: 0x7f010192
- public const int iconGravity = 2130772370;
+ public const int iconPadding = 2130772370;
// aapt resource value: 0x7f010191
- public const int iconPadding = 2130772369;
-
- // aapt resource value: 0x7f010190
- public const int iconSize = 2130772368;
-
- // aapt resource value: 0x7f010167
- public const int iconStartPadding = 2130772327;
+ public const int iconSize = 2130772369;
- // aapt resource value: 0x7f0100e8
- public const int iconTint = 2130772200;
+ // aapt resource value: 0x7f010168
+ public const int iconStartPadding = 2130772328;
// aapt resource value: 0x7f0100e9
- public const int iconTintMode = 2130772201;
+ public const int iconTint = 2130772201;
- // aapt resource value: 0x7f0100f1
- public const int iconifiedByDefault = 2130772209;
-
- // aapt resource value: 0x7f01009b
- public const int imageButtonStyle = 2130772123;
+ // aapt resource value: 0x7f0100ea
+ public const int iconTintMode = 2130772202;
- // aapt resource value: 0x7f010035
- public const int indeterminateProgressStyle = 2130772021;
+ // aapt resource value: 0x7f0100f2
+ public const int iconifiedByDefault = 2130772210;
- // aapt resource value: 0x7f010042
- public const int initialActivityCount = 2130772034;
+ // aapt resource value: 0x7f01009c
+ public const int imageButtonStyle = 2130772124;
- // aapt resource value: 0x7f01019c
- public const int insetForeground = 2130772380;
+ // aapt resource value: 0x7f010036
+ public const int indeterminateProgressStyle = 2130772022;
- // aapt resource value: 0x7f010025
- public const int isLightTheme = 2130772005;
+ // aapt resource value: 0x7f010043
+ public const int initialActivityCount = 2130772035;
- // aapt resource value: 0x7f010197
- public const int itemBackground = 2130772375;
+ // aapt resource value: 0x7f01019d
+ public const int insetForeground = 2130772381;
- // aapt resource value: 0x7f01019a
- public const int itemHorizontalPadding = 2130772378;
+ // aapt resource value: 0x7f010026
+ public const int isLightTheme = 2130772006;
- // aapt resource value: 0x7f010150
- public const int itemHorizontalTranslationEnabled = 2130772304;
+ // aapt resource value: 0x7f010198
+ public const int itemBackground = 2130772376;
// aapt resource value: 0x7f01019b
- public const int itemIconPadding = 2130772379;
+ public const int itemHorizontalPadding = 2130772379;
- // aapt resource value: 0x7f01014d
- public const int itemIconSize = 2130772301;
+ // aapt resource value: 0x7f010151
+ public const int itemHorizontalTranslationEnabled = 2130772305;
- // aapt resource value: 0x7f010195
- public const int itemIconTint = 2130772373;
+ // aapt resource value: 0x7f01019c
+ public const int itemIconPadding = 2130772380;
- // aapt resource value: 0x7f010037
- public const int itemPadding = 2130772023;
+ // aapt resource value: 0x7f01014e
+ public const int itemIconSize = 2130772302;
- // aapt resource value: 0x7f01018d
- public const int itemSpacing = 2130772365;
+ // aapt resource value: 0x7f010196
+ public const int itemIconTint = 2130772374;
- // aapt resource value: 0x7f010198
- public const int itemTextAppearance = 2130772376;
+ // aapt resource value: 0x7f010038
+ public const int itemPadding = 2130772024;
- // aapt resource value: 0x7f01014f
- public const int itemTextAppearanceActive = 2130772303;
+ // aapt resource value: 0x7f01018e
+ public const int itemSpacing = 2130772366;
- // aapt resource value: 0x7f01014e
- public const int itemTextAppearanceInactive = 2130772302;
+ // aapt resource value: 0x7f010199
+ public const int itemTextAppearance = 2130772377;
- // aapt resource value: 0x7f010196
- public const int itemTextColor = 2130772374;
+ // aapt resource value: 0x7f010150
+ public const int itemTextAppearanceActive = 2130772304;
- // aapt resource value: 0x7f0101d7
- public const int keylines = 2130772439;
+ // aapt resource value: 0x7f01014f
+ public const int itemTextAppearanceInactive = 2130772303;
- // aapt resource value: 0x7f01014c
- public const int labelVisibilityMode = 2130772300;
+ // aapt resource value: 0x7f010197
+ public const int itemTextColor = 2130772375;
- // aapt resource value: 0x7f01005a
- public const int lastBaselineToBottomHeight = 2130772058;
+ // aapt resource value: 0x7f0101d8
+ public const int keylines = 2130772440;
- // aapt resource value: 0x7f0100f0
- public const int layout = 2130772208;
+ // aapt resource value: 0x7f01014d
+ public const int labelVisibilityMode = 2130772301;
- // aapt resource value: 0x7f010000
- public const int layoutManager = 2130771968;
+ // aapt resource value: 0x7f01005b
+ public const int lastBaselineToBottomHeight = 2130772059;
- // aapt resource value: 0x7f0101da
- public const int layout_anchor = 2130772442;
+ // aapt resource value: 0x7f0100f1
+ public const int layout = 2130772209;
- // aapt resource value: 0x7f0101dc
- public const int layout_anchorGravity = 2130772444;
+ // aapt resource value: 0x7f010001
+ public const int layoutManager = 2130771969;
- // aapt resource value: 0x7f0101d9
- public const int layout_behavior = 2130772441;
+ // aapt resource value: 0x7f0101db
+ public const int layout_anchor = 2130772443;
- // aapt resource value: 0x7f010183
- public const int layout_collapseMode = 2130772355;
+ // aapt resource value: 0x7f0101dd
+ public const int layout_anchorGravity = 2130772445;
+
+ // aapt resource value: 0x7f0101da
+ public const int layout_behavior = 2130772442;
// aapt resource value: 0x7f010184
- public const int layout_collapseParallaxMultiplier = 2130772356;
+ public const int layout_collapseMode = 2130772356;
- // aapt resource value: 0x7f0101de
- public const int layout_dodgeInsetEdges = 2130772446;
+ // aapt resource value: 0x7f010185
+ public const int layout_collapseParallaxMultiplier = 2130772357;
- // aapt resource value: 0x7f0101dd
- public const int layout_insetEdge = 2130772445;
+ // aapt resource value: 0x7f0101df
+ public const int layout_dodgeInsetEdges = 2130772447;
- // aapt resource value: 0x7f0101db
- public const int layout_keyline = 2130772443;
+ // aapt resource value: 0x7f0101de
+ public const int layout_insetEdge = 2130772446;
- // aapt resource value: 0x7f010145
- public const int layout_scrollFlags = 2130772293;
+ // aapt resource value: 0x7f0101dc
+ public const int layout_keyline = 2130772444;
// aapt resource value: 0x7f010146
- public const int layout_scrollInterpolator = 2130772294;
-
- // aapt resource value: 0x7f010140
- public const int liftOnScroll = 2130772288;
+ public const int layout_scrollFlags = 2130772294;
- // aapt resource value: 0x7f010058
- public const int lineHeight = 2130772056;
+ // aapt resource value: 0x7f010147
+ public const int layout_scrollInterpolator = 2130772295;
- // aapt resource value: 0x7f01018e
- public const int lineSpacing = 2130772366;
+ // aapt resource value: 0x7f010141
+ public const int liftOnScroll = 2130772289;
- // aapt resource value: 0x7f0100ad
- public const int listChoiceBackgroundIndicator = 2130772141;
+ // aapt resource value: 0x7f010059
+ public const int lineHeight = 2130772057;
- // aapt resource value: 0x7f010086
- public const int listDividerAlertDialog = 2130772102;
+ // aapt resource value: 0x7f01018f
+ public const int lineSpacing = 2130772367;
- // aapt resource value: 0x7f010048
- public const int listItemLayout = 2130772040;
+ // aapt resource value: 0x7f0100ae
+ public const int listChoiceBackgroundIndicator = 2130772142;
- // aapt resource value: 0x7f010045
- public const int listLayout = 2130772037;
+ // aapt resource value: 0x7f010087
+ public const int listDividerAlertDialog = 2130772103;
- // aapt resource value: 0x7f0100cd
- public const int listMenuViewStyle = 2130772173;
+ // aapt resource value: 0x7f010049
+ public const int listItemLayout = 2130772041;
- // aapt resource value: 0x7f0100a6
- public const int listPopupWindowStyle = 2130772134;
+ // aapt resource value: 0x7f010046
+ public const int listLayout = 2130772038;
- // aapt resource value: 0x7f0100a0
- public const int listPreferredItemHeight = 2130772128;
+ // aapt resource value: 0x7f0100ce
+ public const int listMenuViewStyle = 2130772174;
- // aapt resource value: 0x7f0100a2
- public const int listPreferredItemHeightLarge = 2130772130;
+ // aapt resource value: 0x7f0100a7
+ public const int listPopupWindowStyle = 2130772135;
// aapt resource value: 0x7f0100a1
- public const int listPreferredItemHeightSmall = 2130772129;
+ public const int listPreferredItemHeight = 2130772129;
// aapt resource value: 0x7f0100a3
- public const int listPreferredItemPaddingLeft = 2130772131;
+ public const int listPreferredItemHeightLarge = 2130772131;
+
+ // aapt resource value: 0x7f0100a2
+ public const int listPreferredItemHeightSmall = 2130772130;
// aapt resource value: 0x7f0100a4
- public const int listPreferredItemPaddingRight = 2130772132;
+ public const int listPreferredItemPaddingLeft = 2130772132;
- // aapt resource value: 0x7f01002d
- public const int logo = 2130772013;
+ // aapt resource value: 0x7f0100a5
+ public const int listPreferredItemPaddingRight = 2130772133;
- // aapt resource value: 0x7f010116
- public const int logoDescription = 2130772246;
+ // aapt resource value: 0x7f01002e
+ public const int logo = 2130772014;
- // aapt resource value: 0x7f010128
- public const int materialButtonStyle = 2130772264;
+ // aapt resource value: 0x7f010117
+ public const int logoDescription = 2130772247;
// aapt resource value: 0x7f010129
- public const int materialCardViewStyle = 2130772265;
+ public const int materialButtonStyle = 2130772265;
- // aapt resource value: 0x7f0101a0
- public const int maxActionInlineWidth = 2130772384;
+ // aapt resource value: 0x7f01012a
+ public const int materialCardViewStyle = 2130772266;
- // aapt resource value: 0x7f010110
- public const int maxButtonHeight = 2130772240;
+ // aapt resource value: 0x7f010000
+ public const int materialOutlinedButtonStyle = 2130771968;
- // aapt resource value: 0x7f01018b
- public const int maxImageSize = 2130772363;
+ // aapt resource value: 0x7f0101a1
+ public const int maxActionInlineWidth = 2130772385;
- // aapt resource value: 0x7f0100dd
- public const int measureWithLargestChild = 2130772189;
+ // aapt resource value: 0x7f010111
+ public const int maxButtonHeight = 2130772241;
- // aapt resource value: 0x7f010009
- public const int mediaRouteAudioTrackDrawable = 2130771977;
+ // aapt resource value: 0x7f01018c
+ public const int maxImageSize = 2130772364;
- // aapt resource value: 0x7f01000a
- public const int mediaRouteButtonStyle = 2130771978;
+ // aapt resource value: 0x7f0100de
+ public const int measureWithLargestChild = 2130772190;
- // aapt resource value: 0x7f010016
- public const int mediaRouteButtonTint = 2130771990;
+ // aapt resource value: 0x7f01000a
+ public const int mediaRouteAudioTrackDrawable = 2130771978;
// aapt resource value: 0x7f01000b
- public const int mediaRouteCloseDrawable = 2130771979;
+ public const int mediaRouteButtonStyle = 2130771979;
+
+ // aapt resource value: 0x7f010017
+ public const int mediaRouteButtonTint = 2130771991;
// aapt resource value: 0x7f01000c
- public const int mediaRouteControlPanelThemeOverlay = 2130771980;
+ public const int mediaRouteCloseDrawable = 2130771980;
// aapt resource value: 0x7f01000d
- public const int mediaRouteDefaultIconDrawable = 2130771981;
+ public const int mediaRouteControlPanelThemeOverlay = 2130771981;
// aapt resource value: 0x7f01000e
- public const int mediaRoutePauseDrawable = 2130771982;
+ public const int mediaRouteDefaultIconDrawable = 2130771982;
// aapt resource value: 0x7f01000f
- public const int mediaRoutePlayDrawable = 2130771983;
+ public const int mediaRoutePauseDrawable = 2130771983;
// aapt resource value: 0x7f010010
- public const int mediaRouteSpeakerGroupIconDrawable = 2130771984;
+ public const int mediaRoutePlayDrawable = 2130771984;
// aapt resource value: 0x7f010011
- public const int mediaRouteSpeakerIconDrawable = 2130771985;
+ public const int mediaRouteSpeakerGroupIconDrawable = 2130771985;
// aapt resource value: 0x7f010012
- public const int mediaRouteStopDrawable = 2130771986;
+ public const int mediaRouteSpeakerIconDrawable = 2130771986;
// aapt resource value: 0x7f010013
- public const int mediaRouteTheme = 2130771987;
+ public const int mediaRouteStopDrawable = 2130771987;
// aapt resource value: 0x7f010014
- public const int mediaRouteTvIconDrawable = 2130771988;
+ public const int mediaRouteTheme = 2130771988;
- // aapt resource value: 0x7f010194
- public const int menu = 2130772372;
+ // aapt resource value: 0x7f010015
+ public const int mediaRouteTvIconDrawable = 2130771989;
- // aapt resource value: 0x7f010046
- public const int multiChoiceItemLayout = 2130772038;
+ // aapt resource value: 0x7f010195
+ public const int menu = 2130772373;
+
+ // aapt resource value: 0x7f010047
+ public const int multiChoiceItemLayout = 2130772039;
+
+ // aapt resource value: 0x7f010116
+ public const int navigationContentDescription = 2130772246;
// aapt resource value: 0x7f010115
- public const int navigationContentDescription = 2130772245;
+ public const int navigationIcon = 2130772245;
- // aapt resource value: 0x7f010114
- public const int navigationIcon = 2130772244;
+ // aapt resource value: 0x7f010028
+ public const int navigationMode = 2130772008;
- // aapt resource value: 0x7f010027
- public const int navigationMode = 2130772007;
+ // aapt resource value: 0x7f01012b
+ public const int navigationViewStyle = 2130772267;
- // aapt resource value: 0x7f01012a
- public const int navigationViewStyle = 2130772266;
+ // aapt resource value: 0x7f0100e2
+ public const int numericModifiers = 2130772194;
- // aapt resource value: 0x7f0100e1
- public const int numericModifiers = 2130772193;
+ // aapt resource value: 0x7f0100ed
+ public const int overlapAnchor = 2130772205;
- // aapt resource value: 0x7f0100ec
- public const int overlapAnchor = 2130772204;
+ // aapt resource value: 0x7f0100ef
+ public const int paddingBottomNoButtons = 2130772207;
- // aapt resource value: 0x7f0100ee
- public const int paddingBottomNoButtons = 2130772206;
+ // aapt resource value: 0x7f01011b
+ public const int paddingEnd = 2130772251;
// aapt resource value: 0x7f01011a
- public const int paddingEnd = 2130772250;
+ public const int paddingStart = 2130772250;
- // aapt resource value: 0x7f010119
- public const int paddingStart = 2130772249;
+ // aapt resource value: 0x7f0100f0
+ public const int paddingTopNoTitle = 2130772208;
- // aapt resource value: 0x7f0100ef
- public const int paddingTopNoTitle = 2130772207;
+ // aapt resource value: 0x7f0100ab
+ public const int panelBackground = 2130772139;
- // aapt resource value: 0x7f0100aa
- public const int panelBackground = 2130772138;
+ // aapt resource value: 0x7f0100ad
+ public const int panelMenuListTheme = 2130772141;
// aapt resource value: 0x7f0100ac
- public const int panelMenuListTheme = 2130772140;
+ public const int panelMenuListWidth = 2130772140;
- // aapt resource value: 0x7f0100ab
- public const int panelMenuListWidth = 2130772139;
+ // aapt resource value: 0x7f0101c9
+ public const int passwordToggleContentDescription = 2130772425;
// aapt resource value: 0x7f0101c8
- public const int passwordToggleContentDescription = 2130772424;
+ public const int passwordToggleDrawable = 2130772424;
// aapt resource value: 0x7f0101c7
- public const int passwordToggleDrawable = 2130772423;
-
- // aapt resource value: 0x7f0101c6
- public const int passwordToggleEnabled = 2130772422;
-
- // aapt resource value: 0x7f0101c9
- public const int passwordToggleTint = 2130772425;
+ public const int passwordToggleEnabled = 2130772423;
// aapt resource value: 0x7f0101ca
- public const int passwordToggleTintMode = 2130772426;
-
- // aapt resource value: 0x7f010097
- public const int popupMenuStyle = 2130772119;
+ public const int passwordToggleTint = 2130772426;
- // aapt resource value: 0x7f010040
- public const int popupTheme = 2130772032;
+ // aapt resource value: 0x7f0101cb
+ public const int passwordToggleTintMode = 2130772427;
// aapt resource value: 0x7f010098
- public const int popupWindowStyle = 2130772120;
+ public const int popupMenuStyle = 2130772120;
- // aapt resource value: 0x7f0100ea
- public const int preserveIconSpacing = 2130772202;
+ // aapt resource value: 0x7f010041
+ public const int popupTheme = 2130772033;
- // aapt resource value: 0x7f010188
- public const int pressedTranslationZ = 2130772360;
+ // aapt resource value: 0x7f010099
+ public const int popupWindowStyle = 2130772121;
- // aapt resource value: 0x7f010036
- public const int progressBarPadding = 2130772022;
+ // aapt resource value: 0x7f0100eb
+ public const int preserveIconSpacing = 2130772203;
- // aapt resource value: 0x7f010034
- public const int progressBarStyle = 2130772020;
+ // aapt resource value: 0x7f010189
+ public const int pressedTranslationZ = 2130772361;
- // aapt resource value: 0x7f0100fb
- public const int queryBackground = 2130772219;
+ // aapt resource value: 0x7f010037
+ public const int progressBarPadding = 2130772023;
- // aapt resource value: 0x7f0100f2
- public const int queryHint = 2130772210;
+ // aapt resource value: 0x7f010035
+ public const int progressBarStyle = 2130772021;
- // aapt resource value: 0x7f0100c6
- public const int radioButtonStyle = 2130772166;
+ // aapt resource value: 0x7f0100fc
+ public const int queryBackground = 2130772220;
+
+ // aapt resource value: 0x7f0100f3
+ public const int queryHint = 2130772211;
// aapt resource value: 0x7f0100c7
- public const int ratingBarStyle = 2130772167;
+ public const int radioButtonStyle = 2130772167;
// aapt resource value: 0x7f0100c8
- public const int ratingBarStyleIndicator = 2130772168;
+ public const int ratingBarStyle = 2130772168;
// aapt resource value: 0x7f0100c9
- public const int ratingBarStyleSmall = 2130772169;
-
- // aapt resource value: 0x7f010002
- public const int reverseLayout = 2130771970;
+ public const int ratingBarStyleIndicator = 2130772169;
- // aapt resource value: 0x7f01012b
- public const int rippleColor = 2130772267;
+ // aapt resource value: 0x7f0100ca
+ public const int ratingBarStyleSmall = 2130772170;
- // aapt resource value: 0x7f01017f
- public const int scrimAnimationDuration = 2130772351;
+ // aapt resource value: 0x7f010003
+ public const int reverseLayout = 2130771971;
// aapt resource value: 0x7f01012c
- public const int scrimBackground = 2130772268;
+ public const int rippleColor = 2130772268;
- // aapt resource value: 0x7f01017e
- public const int scrimVisibleHeightTrigger = 2130772350;
+ // aapt resource value: 0x7f010180
+ public const int scrimAnimationDuration = 2130772352;
- // aapt resource value: 0x7f0100f7
- public const int searchHintIcon = 2130772215;
+ // aapt resource value: 0x7f01012d
+ public const int scrimBackground = 2130772269;
- // aapt resource value: 0x7f0100f6
- public const int searchIcon = 2130772214;
+ // aapt resource value: 0x7f01017f
+ public const int scrimVisibleHeightTrigger = 2130772351;
- // aapt resource value: 0x7f01009f
- public const int searchViewStyle = 2130772127;
+ // aapt resource value: 0x7f0100f8
+ public const int searchHintIcon = 2130772216;
- // aapt resource value: 0x7f0100ca
- public const int seekBarStyle = 2130772170;
+ // aapt resource value: 0x7f0100f7
+ public const int searchIcon = 2130772215;
- // aapt resource value: 0x7f01008f
- public const int selectableItemBackground = 2130772111;
+ // aapt resource value: 0x7f0100a0
+ public const int searchViewStyle = 2130772128;
+
+ // aapt resource value: 0x7f0100cb
+ public const int seekBarStyle = 2130772171;
// aapt resource value: 0x7f010090
- public const int selectableItemBackgroundBorderless = 2130772112;
+ public const int selectableItemBackground = 2130772112;
- // aapt resource value: 0x7f0100e2
- public const int showAsAction = 2130772194;
+ // aapt resource value: 0x7f010091
+ public const int selectableItemBackgroundBorderless = 2130772113;
- // aapt resource value: 0x7f0100de
- public const int showDividers = 2130772190;
+ // aapt resource value: 0x7f0100e3
+ public const int showAsAction = 2130772195;
- // aapt resource value: 0x7f01012d
- public const int showMotionSpec = 2130772269;
+ // aapt resource value: 0x7f0100df
+ public const int showDividers = 2130772191;
- // aapt resource value: 0x7f010107
- public const int showText = 2130772231;
+ // aapt resource value: 0x7f01012e
+ public const int showMotionSpec = 2130772270;
- // aapt resource value: 0x7f010049
- public const int showTitle = 2130772041;
+ // aapt resource value: 0x7f010108
+ public const int showText = 2130772232;
- // aapt resource value: 0x7f010047
- public const int singleChoiceItemLayout = 2130772039;
+ // aapt resource value: 0x7f01004a
+ public const int showTitle = 2130772042;
- // aapt resource value: 0x7f010171
- public const int singleLine = 2130772337;
+ // aapt resource value: 0x7f010048
+ public const int singleChoiceItemLayout = 2130772040;
// aapt resource value: 0x7f010172
- public const int singleSelection = 2130772338;
+ public const int singleLine = 2130772338;
- // aapt resource value: 0x7f01019f
- public const int snackbarButtonStyle = 2130772383;
+ // aapt resource value: 0x7f010173
+ public const int singleSelection = 2130772339;
- // aapt resource value: 0x7f01019e
- public const int snackbarStyle = 2130772382;
+ // aapt resource value: 0x7f0101a0
+ public const int snackbarButtonStyle = 2130772384;
- // aapt resource value: 0x7f010001
- public const int spanCount = 2130771969;
+ // aapt resource value: 0x7f01019f
+ public const int snackbarStyle = 2130772383;
- // aapt resource value: 0x7f0100d6
- public const int spinBars = 2130772182;
+ // aapt resource value: 0x7f010002
+ public const int spanCount = 2130771970;
- // aapt resource value: 0x7f01008a
- public const int spinnerDropDownItemStyle = 2130772106;
+ // aapt resource value: 0x7f0100d7
+ public const int spinBars = 2130772183;
- // aapt resource value: 0x7f0100cb
- public const int spinnerStyle = 2130772171;
+ // aapt resource value: 0x7f01008b
+ public const int spinnerDropDownItemStyle = 2130772107;
- // aapt resource value: 0x7f010106
- public const int splitTrack = 2130772230;
+ // aapt resource value: 0x7f0100cc
+ public const int spinnerStyle = 2130772172;
- // aapt resource value: 0x7f01004b
- public const int srcCompat = 2130772043;
+ // aapt resource value: 0x7f010107
+ public const int splitTrack = 2130772231;
- // aapt resource value: 0x7f010003
- public const int stackFromEnd = 2130771971;
+ // aapt resource value: 0x7f01004c
+ public const int srcCompat = 2130772044;
- // aapt resource value: 0x7f0100ed
- public const int state_above_anchor = 2130772205;
+ // aapt resource value: 0x7f010004
+ public const int stackFromEnd = 2130771972;
- // aapt resource value: 0x7f010141
- public const int state_collapsed = 2130772289;
+ // aapt resource value: 0x7f0100ee
+ public const int state_above_anchor = 2130772206;
// aapt resource value: 0x7f010142
- public const int state_collapsible = 2130772290;
-
- // aapt resource value: 0x7f010144
- public const int state_liftable = 2130772292;
+ public const int state_collapsed = 2130772290;
// aapt resource value: 0x7f010143
- public const int state_lifted = 2130772291;
+ public const int state_collapsible = 2130772291;
- // aapt resource value: 0x7f0101d8
- public const int statusBarBackground = 2130772440;
+ // aapt resource value: 0x7f010145
+ public const int state_liftable = 2130772293;
- // aapt resource value: 0x7f01017c
- public const int statusBarScrim = 2130772348;
+ // aapt resource value: 0x7f010144
+ public const int state_lifted = 2130772292;
- // aapt resource value: 0x7f01012e
- public const int strokeColor = 2130772270;
+ // aapt resource value: 0x7f0101d9
+ public const int statusBarBackground = 2130772441;
+
+ // aapt resource value: 0x7f01017d
+ public const int statusBarScrim = 2130772349;
// aapt resource value: 0x7f01012f
- public const int strokeWidth = 2130772271;
+ public const int strokeColor = 2130772271;
- // aapt resource value: 0x7f0100eb
- public const int subMenuArrow = 2130772203;
+ // aapt resource value: 0x7f010130
+ public const int strokeWidth = 2130772272;
- // aapt resource value: 0x7f0100fc
- public const int submitBackground = 2130772220;
+ // aapt resource value: 0x7f0100ec
+ public const int subMenuArrow = 2130772204;
- // aapt resource value: 0x7f010029
- public const int subtitle = 2130772009;
+ // aapt resource value: 0x7f0100fd
+ public const int submitBackground = 2130772221;
- // aapt resource value: 0x7f010109
- public const int subtitleTextAppearance = 2130772233;
+ // aapt resource value: 0x7f01002a
+ public const int subtitle = 2130772010;
- // aapt resource value: 0x7f010118
- public const int subtitleTextColor = 2130772248;
+ // aapt resource value: 0x7f01010a
+ public const int subtitleTextAppearance = 2130772234;
- // aapt resource value: 0x7f01002b
- public const int subtitleTextStyle = 2130772011;
+ // aapt resource value: 0x7f010119
+ public const int subtitleTextColor = 2130772249;
- // aapt resource value: 0x7f0100fa
- public const int suggestionRowLayout = 2130772218;
+ // aapt resource value: 0x7f01002c
+ public const int subtitleTextStyle = 2130772012;
- // aapt resource value: 0x7f010104
- public const int switchMinWidth = 2130772228;
+ // aapt resource value: 0x7f0100fb
+ public const int suggestionRowLayout = 2130772219;
// aapt resource value: 0x7f010105
- public const int switchPadding = 2130772229;
+ public const int switchMinWidth = 2130772229;
- // aapt resource value: 0x7f0100cc
- public const int switchStyle = 2130772172;
+ // aapt resource value: 0x7f010106
+ public const int switchPadding = 2130772230;
- // aapt resource value: 0x7f010103
- public const int switchTextAppearance = 2130772227;
+ // aapt resource value: 0x7f0100cd
+ public const int switchStyle = 2130772173;
- // aapt resource value: 0x7f0101a4
- public const int tabBackground = 2130772388;
+ // aapt resource value: 0x7f010104
+ public const int switchTextAppearance = 2130772228;
- // aapt resource value: 0x7f0101a3
- public const int tabContentStart = 2130772387;
+ // aapt resource value: 0x7f0101a5
+ public const int tabBackground = 2130772389;
- // aapt resource value: 0x7f0101aa
- public const int tabGravity = 2130772394;
+ // aapt resource value: 0x7f0101a4
+ public const int tabContentStart = 2130772388;
- // aapt resource value: 0x7f0101b6
- public const int tabIconTint = 2130772406;
+ // aapt resource value: 0x7f0101ab
+ public const int tabGravity = 2130772395;
// aapt resource value: 0x7f0101b7
- public const int tabIconTintMode = 2130772407;
-
- // aapt resource value: 0x7f0101a5
- public const int tabIndicator = 2130772389;
+ public const int tabIconTint = 2130772407;
- // aapt resource value: 0x7f0101a7
- public const int tabIndicatorAnimationDuration = 2130772391;
+ // aapt resource value: 0x7f0101b8
+ public const int tabIconTintMode = 2130772408;
- // aapt resource value: 0x7f0101a1
- public const int tabIndicatorColor = 2130772385;
+ // aapt resource value: 0x7f0101a6
+ public const int tabIndicator = 2130772390;
// aapt resource value: 0x7f0101a8
- public const int tabIndicatorFullWidth = 2130772392;
-
- // aapt resource value: 0x7f0101a6
- public const int tabIndicatorGravity = 2130772390;
+ public const int tabIndicatorAnimationDuration = 2130772392;
// aapt resource value: 0x7f0101a2
- public const int tabIndicatorHeight = 2130772386;
+ public const int tabIndicatorColor = 2130772386;
- // aapt resource value: 0x7f0101ab
- public const int tabInlineLabel = 2130772395;
+ // aapt resource value: 0x7f0101a9
+ public const int tabIndicatorFullWidth = 2130772393;
- // aapt resource value: 0x7f0101ad
- public const int tabMaxWidth = 2130772397;
+ // aapt resource value: 0x7f0101a7
+ public const int tabIndicatorGravity = 2130772391;
+
+ // aapt resource value: 0x7f0101a3
+ public const int tabIndicatorHeight = 2130772387;
// aapt resource value: 0x7f0101ac
- public const int tabMinWidth = 2130772396;
+ public const int tabInlineLabel = 2130772396;
- // aapt resource value: 0x7f0101a9
- public const int tabMode = 2130772393;
+ // aapt resource value: 0x7f0101ae
+ public const int tabMaxWidth = 2130772398;
- // aapt resource value: 0x7f0101b5
- public const int tabPadding = 2130772405;
+ // aapt resource value: 0x7f0101ad
+ public const int tabMinWidth = 2130772397;
- // aapt resource value: 0x7f0101b4
- public const int tabPaddingBottom = 2130772404;
+ // aapt resource value: 0x7f0101aa
+ public const int tabMode = 2130772394;
- // aapt resource value: 0x7f0101b3
- public const int tabPaddingEnd = 2130772403;
+ // aapt resource value: 0x7f0101b6
+ public const int tabPadding = 2130772406;
- // aapt resource value: 0x7f0101b1
- public const int tabPaddingStart = 2130772401;
+ // aapt resource value: 0x7f0101b5
+ public const int tabPaddingBottom = 2130772405;
+
+ // aapt resource value: 0x7f0101b4
+ public const int tabPaddingEnd = 2130772404;
// aapt resource value: 0x7f0101b2
- public const int tabPaddingTop = 2130772402;
+ public const int tabPaddingStart = 2130772402;
- // aapt resource value: 0x7f0101b8
- public const int tabRippleColor = 2130772408;
+ // aapt resource value: 0x7f0101b3
+ public const int tabPaddingTop = 2130772403;
- // aapt resource value: 0x7f0101b0
- public const int tabSelectedTextColor = 2130772400;
+ // aapt resource value: 0x7f0101b9
+ public const int tabRippleColor = 2130772409;
- // aapt resource value: 0x7f010130
- public const int tabStyle = 2130772272;
+ // aapt resource value: 0x7f0101b1
+ public const int tabSelectedTextColor = 2130772401;
- // aapt resource value: 0x7f0101ae
- public const int tabTextAppearance = 2130772398;
+ // aapt resource value: 0x7f010131
+ public const int tabStyle = 2130772273;
// aapt resource value: 0x7f0101af
- public const int tabTextColor = 2130772399;
+ public const int tabTextAppearance = 2130772399;
- // aapt resource value: 0x7f0101b9
- public const int tabUnboundedRipple = 2130772409;
+ // aapt resource value: 0x7f0101b0
+ public const int tabTextColor = 2130772400;
- // aapt resource value: 0x7f010051
- public const int textAllCaps = 2130772049;
+ // aapt resource value: 0x7f0101ba
+ public const int tabUnboundedRipple = 2130772410;
- // aapt resource value: 0x7f010131
- public const int textAppearanceBody1 = 2130772273;
+ // aapt resource value: 0x7f010052
+ public const int textAllCaps = 2130772050;
// aapt resource value: 0x7f010132
- public const int textAppearanceBody2 = 2130772274;
+ public const int textAppearanceBody1 = 2130772274;
// aapt resource value: 0x7f010133
- public const int textAppearanceButton = 2130772275;
+ public const int textAppearanceBody2 = 2130772275;
// aapt resource value: 0x7f010134
- public const int textAppearanceCaption = 2130772276;
+ public const int textAppearanceButton = 2130772276;
// aapt resource value: 0x7f010135
- public const int textAppearanceHeadline1 = 2130772277;
+ public const int textAppearanceCaption = 2130772277;
// aapt resource value: 0x7f010136
- public const int textAppearanceHeadline2 = 2130772278;
+ public const int textAppearanceHeadline1 = 2130772278;
// aapt resource value: 0x7f010137
- public const int textAppearanceHeadline3 = 2130772279;
+ public const int textAppearanceHeadline2 = 2130772279;
// aapt resource value: 0x7f010138
- public const int textAppearanceHeadline4 = 2130772280;
+ public const int textAppearanceHeadline3 = 2130772280;
// aapt resource value: 0x7f010139
- public const int textAppearanceHeadline5 = 2130772281;
+ public const int textAppearanceHeadline4 = 2130772281;
// aapt resource value: 0x7f01013a
- public const int textAppearanceHeadline6 = 2130772282;
+ public const int textAppearanceHeadline5 = 2130772282;
- // aapt resource value: 0x7f010081
- public const int textAppearanceLargePopupMenu = 2130772097;
+ // aapt resource value: 0x7f01013b
+ public const int textAppearanceHeadline6 = 2130772283;
- // aapt resource value: 0x7f0100a7
- public const int textAppearanceListItem = 2130772135;
+ // aapt resource value: 0x7f010082
+ public const int textAppearanceLargePopupMenu = 2130772098;
// aapt resource value: 0x7f0100a8
- public const int textAppearanceListItemSecondary = 2130772136;
+ public const int textAppearanceListItem = 2130772136;
// aapt resource value: 0x7f0100a9
- public const int textAppearanceListItemSmall = 2130772137;
+ public const int textAppearanceListItemSecondary = 2130772137;
- // aapt resource value: 0x7f01013b
- public const int textAppearanceOverline = 2130772283;
+ // aapt resource value: 0x7f0100aa
+ public const int textAppearanceListItemSmall = 2130772138;
- // aapt resource value: 0x7f010083
- public const int textAppearancePopupMenuHeader = 2130772099;
+ // aapt resource value: 0x7f01013c
+ public const int textAppearanceOverline = 2130772284;
- // aapt resource value: 0x7f01009d
- public const int textAppearanceSearchResultSubtitle = 2130772125;
+ // aapt resource value: 0x7f010084
+ public const int textAppearancePopupMenuHeader = 2130772100;
- // aapt resource value: 0x7f01009c
- public const int textAppearanceSearchResultTitle = 2130772124;
+ // aapt resource value: 0x7f01009e
+ public const int textAppearanceSearchResultSubtitle = 2130772126;
- // aapt resource value: 0x7f010082
- public const int textAppearanceSmallPopupMenu = 2130772098;
+ // aapt resource value: 0x7f01009d
+ public const int textAppearanceSearchResultTitle = 2130772125;
- // aapt resource value: 0x7f01013c
- public const int textAppearanceSubtitle1 = 2130772284;
+ // aapt resource value: 0x7f010083
+ public const int textAppearanceSmallPopupMenu = 2130772099;
// aapt resource value: 0x7f01013d
- public const int textAppearanceSubtitle2 = 2130772285;
+ public const int textAppearanceSubtitle1 = 2130772285;
- // aapt resource value: 0x7f0100bc
- public const int textColorAlertDialogListItem = 2130772156;
+ // aapt resource value: 0x7f01013e
+ public const int textAppearanceSubtitle2 = 2130772286;
- // aapt resource value: 0x7f01009e
- public const int textColorSearchUrl = 2130772126;
+ // aapt resource value: 0x7f0100bd
+ public const int textColorAlertDialogListItem = 2130772157;
- // aapt resource value: 0x7f01016a
- public const int textEndPadding = 2130772330;
+ // aapt resource value: 0x7f01009f
+ public const int textColorSearchUrl = 2130772127;
- // aapt resource value: 0x7f01013e
- public const int textInputStyle = 2130772286;
+ // aapt resource value: 0x7f01016b
+ public const int textEndPadding = 2130772331;
- // aapt resource value: 0x7f010169
- public const int textStartPadding = 2130772329;
+ // aapt resource value: 0x7f01013f
+ public const int textInputStyle = 2130772287;
- // aapt resource value: 0x7f01011b
- public const int theme = 2130772251;
+ // aapt resource value: 0x7f01016a
+ public const int textStartPadding = 2130772330;
- // aapt resource value: 0x7f0100dc
- public const int thickness = 2130772188;
+ // aapt resource value: 0x7f01011c
+ public const int theme = 2130772252;
- // aapt resource value: 0x7f010102
- public const int thumbTextPadding = 2130772226;
+ // aapt resource value: 0x7f0100dd
+ public const int thickness = 2130772189;
- // aapt resource value: 0x7f0100fd
- public const int thumbTint = 2130772221;
+ // aapt resource value: 0x7f010103
+ public const int thumbTextPadding = 2130772227;
// aapt resource value: 0x7f0100fe
- public const int thumbTintMode = 2130772222;
+ public const int thumbTint = 2130772222;
- // aapt resource value: 0x7f01004e
- public const int tickMark = 2130772046;
+ // aapt resource value: 0x7f0100ff
+ public const int thumbTintMode = 2130772223;
// aapt resource value: 0x7f01004f
- public const int tickMarkTint = 2130772047;
+ public const int tickMark = 2130772047;
// aapt resource value: 0x7f010050
- public const int tickMarkTintMode = 2130772048;
+ public const int tickMarkTint = 2130772048;
- // aapt resource value: 0x7f01004c
- public const int tint = 2130772044;
+ // aapt resource value: 0x7f010051
+ public const int tickMarkTintMode = 2130772049;
// aapt resource value: 0x7f01004d
- public const int tintMode = 2130772045;
+ public const int tint = 2130772045;
- // aapt resource value: 0x7f010026
- public const int title = 2130772006;
+ // aapt resource value: 0x7f01004e
+ public const int tintMode = 2130772046;
- // aapt resource value: 0x7f010182
- public const int titleEnabled = 2130772354;
+ // aapt resource value: 0x7f010027
+ public const int title = 2130772007;
- // aapt resource value: 0x7f01010a
- public const int titleMargin = 2130772234;
+ // aapt resource value: 0x7f010183
+ public const int titleEnabled = 2130772355;
- // aapt resource value: 0x7f01010e
- public const int titleMarginBottom = 2130772238;
+ // aapt resource value: 0x7f01010b
+ public const int titleMargin = 2130772235;
+
+ // aapt resource value: 0x7f01010f
+ public const int titleMarginBottom = 2130772239;
+
+ // aapt resource value: 0x7f01010d
+ public const int titleMarginEnd = 2130772237;
// aapt resource value: 0x7f01010c
- public const int titleMarginEnd = 2130772236;
+ public const int titleMarginStart = 2130772236;
- // aapt resource value: 0x7f01010b
- public const int titleMarginStart = 2130772235;
+ // aapt resource value: 0x7f01010e
+ public const int titleMarginTop = 2130772238;
- // aapt resource value: 0x7f01010d
- public const int titleMarginTop = 2130772237;
+ // aapt resource value: 0x7f010110
+ public const int titleMargins = 2130772240;
- // aapt resource value: 0x7f01010f
- public const int titleMargins = 2130772239;
+ // aapt resource value: 0x7f010109
+ public const int titleTextAppearance = 2130772233;
- // aapt resource value: 0x7f010108
- public const int titleTextAppearance = 2130772232;
+ // aapt resource value: 0x7f010118
+ public const int titleTextColor = 2130772248;
- // aapt resource value: 0x7f010117
- public const int titleTextColor = 2130772247;
+ // aapt resource value: 0x7f01002b
+ public const int titleTextStyle = 2130772011;
- // aapt resource value: 0x7f01002a
- public const int titleTextStyle = 2130772010;
+ // aapt resource value: 0x7f01017e
+ public const int toolbarId = 2130772350;
- // aapt resource value: 0x7f01017d
- public const int toolbarId = 2130772349;
+ // aapt resource value: 0x7f010097
+ public const int toolbarNavigationButtonStyle = 2130772119;
// aapt resource value: 0x7f010096
- public const int toolbarNavigationButtonStyle = 2130772118;
+ public const int toolbarStyle = 2130772118;
- // aapt resource value: 0x7f010095
- public const int toolbarStyle = 2130772117;
+ // aapt resource value: 0x7f0100d0
+ public const int tooltipForegroundColor = 2130772176;
// aapt resource value: 0x7f0100cf
- public const int tooltipForegroundColor = 2130772175;
-
- // aapt resource value: 0x7f0100ce
- public const int tooltipFrameBackground = 2130772174;
-
- // aapt resource value: 0x7f0100e7
- public const int tooltipText = 2130772199;
+ public const int tooltipFrameBackground = 2130772175;
- // aapt resource value: 0x7f0100ff
- public const int track = 2130772223;
+ // aapt resource value: 0x7f0100e8
+ public const int tooltipText = 2130772200;
// aapt resource value: 0x7f010100
- public const int trackTint = 2130772224;
+ public const int track = 2130772224;
// aapt resource value: 0x7f010101
- public const int trackTintMode = 2130772225;
+ public const int trackTint = 2130772225;
- // aapt resource value: 0x7f0101ea
- public const int ttcIndex = 2130772458;
+ // aapt resource value: 0x7f010102
+ public const int trackTintMode = 2130772226;
- // aapt resource value: 0x7f01018a
- public const int useCompatPadding = 2130772362;
+ // aapt resource value: 0x7f0101eb
+ public const int ttcIndex = 2130772459;
- // aapt resource value: 0x7f0100d1
- public const int viewInflaterClass = 2130772177;
+ // aapt resource value: 0x7f01018b
+ public const int useCompatPadding = 2130772363;
- // aapt resource value: 0x7f0100f8
- public const int voiceIcon = 2130772216;
+ // aapt resource value: 0x7f0100d2
+ public const int viewInflaterClass = 2130772178;
- // aapt resource value: 0x7f01005b
- public const int windowActionBar = 2130772059;
+ // aapt resource value: 0x7f0100f9
+ public const int voiceIcon = 2130772217;
- // aapt resource value: 0x7f01005d
- public const int windowActionBarOverlay = 2130772061;
+ // aapt resource value: 0x7f01005c
+ public const int windowActionBar = 2130772060;
// aapt resource value: 0x7f01005e
- public const int windowActionModeOverlay = 2130772062;
-
- // aapt resource value: 0x7f010062
- public const int windowFixedHeightMajor = 2130772066;
-
- // aapt resource value: 0x7f010060
- public const int windowFixedHeightMinor = 2130772064;
+ public const int windowActionBarOverlay = 2130772062;
// aapt resource value: 0x7f01005f
- public const int windowFixedWidthMajor = 2130772063;
+ public const int windowActionModeOverlay = 2130772063;
+
+ // aapt resource value: 0x7f010063
+ public const int windowFixedHeightMajor = 2130772067;
// aapt resource value: 0x7f010061
- public const int windowFixedWidthMinor = 2130772065;
+ public const int windowFixedHeightMinor = 2130772065;
- // aapt resource value: 0x7f010063
- public const int windowMinWidthMajor = 2130772067;
+ // aapt resource value: 0x7f010060
+ public const int windowFixedWidthMajor = 2130772064;
+
+ // aapt resource value: 0x7f010062
+ public const int windowFixedWidthMinor = 2130772066;
// aapt resource value: 0x7f010064
- public const int windowMinWidthMinor = 2130772068;
+ public const int windowMinWidthMajor = 2130772068;
- // aapt resource value: 0x7f01005c
- public const int windowNoTitle = 2130772060;
+ // aapt resource value: 0x7f010065
+ public const int windowMinWidthMinor = 2130772069;
+
+ // aapt resource value: 0x7f01005d
+ public const int windowNoTitle = 2130772061;
static Attribute()
{
@@ -4642,6 +4651,9 @@ public partial class Color
// aapt resource value: 0x7f0d003f
public const int tooltip_background_light = 2131558463;
+ // aapt resource value: 0x7f0d0088
+ public const int white_disabled_material = 2131558536;
+
static Color()
{
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
@@ -5604,26 +5616,26 @@ public partial class Drawable
// aapt resource value: 0x7f020054
public const int avd_hide_password = 2130837588;
- // aapt resource value: 0x7f020138
- public const int avd_hide_password_1 = 2130837816;
-
// aapt resource value: 0x7f020139
- public const int avd_hide_password_2 = 2130837817;
+ public const int avd_hide_password_1 = 2130837817;
// aapt resource value: 0x7f02013a
- public const int avd_hide_password_3 = 2130837818;
+ public const int avd_hide_password_2 = 2130837818;
+
+ // aapt resource value: 0x7f02013b
+ public const int avd_hide_password_3 = 2130837819;
// aapt resource value: 0x7f020055
public const int avd_show_password = 2130837589;
- // aapt resource value: 0x7f02013b
- public const int avd_show_password_1 = 2130837819;
-
// aapt resource value: 0x7f02013c
- public const int avd_show_password_2 = 2130837820;
+ public const int avd_show_password_1 = 2130837820;
// aapt resource value: 0x7f02013d
- public const int avd_show_password_3 = 2130837821;
+ public const int avd_show_password_2 = 2130837821;
+
+ // aapt resource value: 0x7f02013e
+ public const int avd_show_password_3 = 2130837822;
// aapt resource value: 0x7f020056
public const int design_bottom_navigation_item_background = 2130837590;
@@ -6190,118 +6202,121 @@ public partial class Drawable
public const int MaterialActivityIndicatorBackground = 2130837777;
// aapt resource value: 0x7f020112
- public const int mr_button_connected_dark = 2130837778;
+ public const int MaterialProgressBar = 2130837778;
// aapt resource value: 0x7f020113
- public const int mr_button_connected_light = 2130837779;
+ public const int mr_button_connected_dark = 2130837779;
// aapt resource value: 0x7f020114
- public const int mr_button_connecting_dark = 2130837780;
+ public const int mr_button_connected_light = 2130837780;
// aapt resource value: 0x7f020115
- public const int mr_button_connecting_light = 2130837781;
+ public const int mr_button_connecting_dark = 2130837781;
// aapt resource value: 0x7f020116
- public const int mr_button_dark = 2130837782;
+ public const int mr_button_connecting_light = 2130837782;
// aapt resource value: 0x7f020117
- public const int mr_button_light = 2130837783;
+ public const int mr_button_dark = 2130837783;
// aapt resource value: 0x7f020118
- public const int mr_dialog_close_dark = 2130837784;
+ public const int mr_button_light = 2130837784;
// aapt resource value: 0x7f020119
- public const int mr_dialog_close_light = 2130837785;
+ public const int mr_dialog_close_dark = 2130837785;
// aapt resource value: 0x7f02011a
- public const int mr_dialog_material_background_dark = 2130837786;
+ public const int mr_dialog_close_light = 2130837786;
// aapt resource value: 0x7f02011b
- public const int mr_dialog_material_background_light = 2130837787;
+ public const int mr_dialog_material_background_dark = 2130837787;
// aapt resource value: 0x7f02011c
- public const int mr_group_collapse = 2130837788;
+ public const int mr_dialog_material_background_light = 2130837788;
// aapt resource value: 0x7f02011d
- public const int mr_group_expand = 2130837789;
+ public const int mr_group_collapse = 2130837789;
// aapt resource value: 0x7f02011e
- public const int mr_media_pause_dark = 2130837790;
+ public const int mr_group_expand = 2130837790;
// aapt resource value: 0x7f02011f
- public const int mr_media_pause_light = 2130837791;
+ public const int mr_media_pause_dark = 2130837791;
// aapt resource value: 0x7f020120
- public const int mr_media_play_dark = 2130837792;
+ public const int mr_media_pause_light = 2130837792;
// aapt resource value: 0x7f020121
- public const int mr_media_play_light = 2130837793;
+ public const int mr_media_play_dark = 2130837793;
// aapt resource value: 0x7f020122
- public const int mr_media_stop_dark = 2130837794;
+ public const int mr_media_play_light = 2130837794;
// aapt resource value: 0x7f020123
- public const int mr_media_stop_light = 2130837795;
+ public const int mr_media_stop_dark = 2130837795;
// aapt resource value: 0x7f020124
- public const int mr_vol_type_audiotrack_dark = 2130837796;
+ public const int mr_media_stop_light = 2130837796;
// aapt resource value: 0x7f020125
- public const int mr_vol_type_audiotrack_light = 2130837797;
+ public const int mr_vol_type_audiotrack_dark = 2130837797;
// aapt resource value: 0x7f020126
- public const int mtrl_snackbar_background = 2130837798;
+ public const int mr_vol_type_audiotrack_light = 2130837798;
// aapt resource value: 0x7f020127
- public const int mtrl_tabs_default_indicator = 2130837799;
+ public const int mtrl_snackbar_background = 2130837799;
// aapt resource value: 0x7f020128
- public const int navigation_empty_icon = 2130837800;
+ public const int mtrl_tabs_default_indicator = 2130837800;
// aapt resource value: 0x7f020129
- public const int notification_action_background = 2130837801;
+ public const int navigation_empty_icon = 2130837801;
// aapt resource value: 0x7f02012a
- public const int notification_bg = 2130837802;
+ public const int notification_action_background = 2130837802;
// aapt resource value: 0x7f02012b
- public const int notification_bg_low = 2130837803;
+ public const int notification_bg = 2130837803;
// aapt resource value: 0x7f02012c
- public const int notification_bg_low_normal = 2130837804;
+ public const int notification_bg_low = 2130837804;
// aapt resource value: 0x7f02012d
- public const int notification_bg_low_pressed = 2130837805;
+ public const int notification_bg_low_normal = 2130837805;
// aapt resource value: 0x7f02012e
- public const int notification_bg_normal = 2130837806;
+ public const int notification_bg_low_pressed = 2130837806;
// aapt resource value: 0x7f02012f
- public const int notification_bg_normal_pressed = 2130837807;
+ public const int notification_bg_normal = 2130837807;
// aapt resource value: 0x7f020130
- public const int notification_icon_background = 2130837808;
+ public const int notification_bg_normal_pressed = 2130837808;
- // aapt resource value: 0x7f020136
- public const int notification_template_icon_bg = 2130837814;
+ // aapt resource value: 0x7f020131
+ public const int notification_icon_background = 2130837809;
// aapt resource value: 0x7f020137
- public const int notification_template_icon_low_bg = 2130837815;
+ public const int notification_template_icon_bg = 2130837815;
- // aapt resource value: 0x7f020131
- public const int notification_tile_bg = 2130837809;
+ // aapt resource value: 0x7f020138
+ public const int notification_template_icon_low_bg = 2130837816;
// aapt resource value: 0x7f020132
- public const int notify_panel_notification_icon_bg = 2130837810;
+ public const int notification_tile_bg = 2130837810;
// aapt resource value: 0x7f020133
- public const int tooltip_frame_dark = 2130837811;
+ public const int notify_panel_notification_icon_bg = 2130837811;
// aapt resource value: 0x7f020134
- public const int tooltip_frame_light = 2130837812;
+ public const int tooltip_frame_dark = 2130837812;
// aapt resource value: 0x7f020135
- public const int xamagon_preview = 2130837813;
+ public const int tooltip_frame_light = 2130837813;
+
+ // aapt resource value: 0x7f020136
+ public const int xamagon_preview = 2130837814;
static Drawable()
{
@@ -6334,8 +6349,8 @@ public partial class Id
// aapt resource value: 0x7f0a003e
public const int SYM = 2131361854;
- // aapt resource value: 0x7f0a00e4
- public const int action0 = 2131362020;
+ // aapt resource value: 0x7f0a00e5
+ public const int action0 = 2131362021;
// aapt resource value: 0x7f0a008d
public const int action_bar = 2131361933;
@@ -6358,17 +6373,17 @@ public partial class Id
// aapt resource value: 0x7f0a0069
public const int action_bar_title = 2131361897;
- // aapt resource value: 0x7f0a00e1
- public const int action_container = 2131362017;
+ // aapt resource value: 0x7f0a00e2
+ public const int action_container = 2131362018;
// aapt resource value: 0x7f0a008e
public const int action_context_bar = 2131361934;
- // aapt resource value: 0x7f0a00e8
- public const int action_divider = 2131362024;
+ // aapt resource value: 0x7f0a00e9
+ public const int action_divider = 2131362025;
- // aapt resource value: 0x7f0a00e2
- public const int action_image = 2131362018;
+ // aapt resource value: 0x7f0a00e3
+ public const int action_image = 2131362019;
// aapt resource value: 0x7f0a0003
public const int action_menu_divider = 2131361795;
@@ -6385,11 +6400,11 @@ public partial class Id
// aapt resource value: 0x7f0a006b
public const int action_mode_close_button = 2131361899;
- // aapt resource value: 0x7f0a00e3
- public const int action_text = 2131362019;
+ // aapt resource value: 0x7f0a00e4
+ public const int action_text = 2131362020;
- // aapt resource value: 0x7f0a00f1
- public const int actions = 2131362033;
+ // aapt resource value: 0x7f0a00f2
+ public const int actions = 2131362034;
// aapt resource value: 0x7f0a006c
public const int activity_chooser_view_content = 2131361900;
@@ -6445,8 +6460,8 @@ public partial class Id
// aapt resource value: 0x7f0a0072
public const int buttonPanel = 2131361906;
- // aapt resource value: 0x7f0a00e5
- public const int cancel_action = 2131362021;
+ // aapt resource value: 0x7f0a00e6
+ public const int cancel_action = 2131362022;
// aapt resource value: 0x7f0a004c
public const int center = 2131361868;
@@ -6460,8 +6475,8 @@ public partial class Id
// aapt resource value: 0x7f0a0086
public const int checkbox = 2131361926;
- // aapt resource value: 0x7f0a00ed
- public const int chronometer = 2131362029;
+ // aapt resource value: 0x7f0a00ee
+ public const int chronometer = 2131362030;
// aapt resource value: 0x7f0a0061
public const int clip_horizontal = 2131361889;
@@ -6520,8 +6535,8 @@ public partial class Id
// aapt resource value: 0x7f0a0037
public const int end = 2131361847;
- // aapt resource value: 0x7f0a00f3
- public const int end_padder = 2131362035;
+ // aapt resource value: 0x7f0a00f4
+ public const int end_padder = 2131362036;
// aapt resource value: 0x7f0a0046
public const int enterAlways = 2131361862;
@@ -6577,8 +6592,8 @@ public partial class Id
// aapt resource value: 0x7f0a0071
public const int icon = 2131361905;
- // aapt resource value: 0x7f0a00f2
- public const int icon_group = 2131362034;
+ // aapt resource value: 0x7f0a00f3
+ public const int icon_group = 2131362035;
// aapt resource value: 0x7f0a0041
public const int ifRoom = 2131361857;
@@ -6586,8 +6601,8 @@ public partial class Id
// aapt resource value: 0x7f0a006e
public const int image = 2131361902;
- // aapt resource value: 0x7f0a00ee
- public const int info = 2131362030;
+ // aapt resource value: 0x7f0a00ef
+ public const int info = 2131362031;
// aapt resource value: 0x7f0a0068
public const int italic = 2131361896;
@@ -6616,26 +6631,26 @@ public partial class Id
// aapt resource value: 0x7f0a0070
public const int list_item = 2131361904;
- // aapt resource value: 0x7f0a00f4
- public const int main_appbar = 2131362036;
+ // aapt resource value: 0x7f0a00f5
+ public const int main_appbar = 2131362037;
+
+ // aapt resource value: 0x7f0a00f8
+ public const int main_scrollview = 2131362040;
// aapt resource value: 0x7f0a00f7
- public const int main_scrollview = 2131362039;
+ public const int main_tablayout = 2131362039;
// aapt resource value: 0x7f0a00f6
- public const int main_tablayout = 2131362038;
-
- // aapt resource value: 0x7f0a00f5
- public const int main_toolbar = 2131362037;
+ public const int main_toolbar = 2131362038;
// aapt resource value: 0x7f0a00ff
public const int masked = 2131362047;
- // aapt resource value: 0x7f0a00fc
- public const int materialformsedittext = 2131362044;
+ // aapt resource value: 0x7f0a00b2
+ public const int materialformsedittext = 2131361970;
- // aapt resource value: 0x7f0a00e7
- public const int media_actions = 2131362023;
+ // aapt resource value: 0x7f0a00e8
+ public const int media_actions = 2131362024;
// aapt resource value: 0x7f0a009c
public const int message = 2131361948;
@@ -6646,143 +6661,143 @@ public partial class Id
// aapt resource value: 0x7f0a0059
public const int mini = 2131361881;
- // aapt resource value: 0x7f0a00ce
- public const int mr_art = 2131361998;
-
- // aapt resource value: 0x7f0a00bf
- public const int mr_cast_checkbox = 2131361983;
+ // aapt resource value: 0x7f0a00cf
+ public const int mr_art = 2131361999;
- // aapt resource value: 0x7f0a00b8
- public const int mr_cast_close_button = 2131361976;
+ // aapt resource value: 0x7f0a00c0
+ public const int mr_cast_checkbox = 2131361984;
- // aapt resource value: 0x7f0a00b3
- public const int mr_cast_group_icon = 2131361971;
+ // aapt resource value: 0x7f0a00b9
+ public const int mr_cast_close_button = 2131361977;
// aapt resource value: 0x7f0a00b4
- public const int mr_cast_group_name = 2131361972;
-
- // aapt resource value: 0x7f0a00b2
- public const int mr_cast_list = 2131361970;
+ public const int mr_cast_group_icon = 2131361972;
- // aapt resource value: 0x7f0a00b7
- public const int mr_cast_meta = 2131361975;
+ // aapt resource value: 0x7f0a00b5
+ public const int mr_cast_group_name = 2131361973;
- // aapt resource value: 0x7f0a00b9
- public const int mr_cast_meta_art = 2131361977;
+ // aapt resource value: 0x7f0a00b3
+ public const int mr_cast_list = 2131361971;
- // aapt resource value: 0x7f0a00bb
- public const int mr_cast_meta_subtitle = 2131361979;
+ // aapt resource value: 0x7f0a00b8
+ public const int mr_cast_meta = 2131361976;
// aapt resource value: 0x7f0a00ba
- public const int mr_cast_meta_title = 2131361978;
+ public const int mr_cast_meta_art = 2131361978;
- // aapt resource value: 0x7f0a00bd
- public const int mr_cast_route_icon = 2131361981;
+ // aapt resource value: 0x7f0a00bc
+ public const int mr_cast_meta_subtitle = 2131361980;
+
+ // aapt resource value: 0x7f0a00bb
+ public const int mr_cast_meta_title = 2131361979;
// aapt resource value: 0x7f0a00be
- public const int mr_cast_route_name = 2131361982;
+ public const int mr_cast_route_icon = 2131361982;
- // aapt resource value: 0x7f0a00bc
- public const int mr_cast_stop_button = 2131361980;
+ // aapt resource value: 0x7f0a00bf
+ public const int mr_cast_route_name = 2131361983;
- // aapt resource value: 0x7f0a00c0
- public const int mr_cast_volume_layout = 2131361984;
+ // aapt resource value: 0x7f0a00bd
+ public const int mr_cast_stop_button = 2131361981;
// aapt resource value: 0x7f0a00c1
- public const int mr_cast_volume_slider = 2131361985;
-
- // aapt resource value: 0x7f0a00c3
- public const int mr_chooser_list = 2131361987;
+ public const int mr_cast_volume_layout = 2131361985;
- // aapt resource value: 0x7f0a00c6
- public const int mr_chooser_route_desc = 2131361990;
+ // aapt resource value: 0x7f0a00c2
+ public const int mr_cast_volume_slider = 2131361986;
// aapt resource value: 0x7f0a00c4
- public const int mr_chooser_route_icon = 2131361988;
+ public const int mr_chooser_list = 2131361988;
+
+ // aapt resource value: 0x7f0a00c7
+ public const int mr_chooser_route_desc = 2131361991;
// aapt resource value: 0x7f0a00c5
- public const int mr_chooser_route_name = 2131361989;
+ public const int mr_chooser_route_icon = 2131361989;
- // aapt resource value: 0x7f0a00c2
- public const int mr_chooser_title = 2131361986;
+ // aapt resource value: 0x7f0a00c6
+ public const int mr_chooser_route_name = 2131361990;
- // aapt resource value: 0x7f0a00cb
- public const int mr_close = 2131361995;
+ // aapt resource value: 0x7f0a00c3
+ public const int mr_chooser_title = 2131361987;
- // aapt resource value: 0x7f0a00d1
- public const int mr_control_divider = 2131362001;
+ // aapt resource value: 0x7f0a00cc
+ public const int mr_close = 2131361996;
- // aapt resource value: 0x7f0a00dc
- public const int mr_control_playback_ctrl = 2131362012;
+ // aapt resource value: 0x7f0a00d2
+ public const int mr_control_divider = 2131362002;
- // aapt resource value: 0x7f0a00df
- public const int mr_control_subtitle = 2131362015;
+ // aapt resource value: 0x7f0a00dd
+ public const int mr_control_playback_ctrl = 2131362013;
- // aapt resource value: 0x7f0a00de
- public const int mr_control_title = 2131362014;
+ // aapt resource value: 0x7f0a00e0
+ public const int mr_control_subtitle = 2131362016;
- // aapt resource value: 0x7f0a00dd
- public const int mr_control_title_container = 2131362013;
+ // aapt resource value: 0x7f0a00df
+ public const int mr_control_title = 2131362015;
- // aapt resource value: 0x7f0a00cc
- public const int mr_custom_control = 2131361996;
+ // aapt resource value: 0x7f0a00de
+ public const int mr_control_title_container = 2131362014;
// aapt resource value: 0x7f0a00cd
- public const int mr_default_control = 2131361997;
+ public const int mr_custom_control = 2131361997;
- // aapt resource value: 0x7f0a00c8
- public const int mr_dialog_area = 2131361992;
+ // aapt resource value: 0x7f0a00ce
+ public const int mr_default_control = 2131361998;
- // aapt resource value: 0x7f0a00d7
- public const int mr_dialog_header_name = 2131362007;
+ // aapt resource value: 0x7f0a00c9
+ public const int mr_dialog_area = 2131361993;
- // aapt resource value: 0x7f0a00c7
- public const int mr_expandable_area = 2131361991;
+ // aapt resource value: 0x7f0a00d8
+ public const int mr_dialog_header_name = 2131362008;
- // aapt resource value: 0x7f0a00e0
- public const int mr_group_expand_collapse = 2131362016;
+ // aapt resource value: 0x7f0a00c8
+ public const int mr_expandable_area = 2131361992;
- // aapt resource value: 0x7f0a00b5
- public const int mr_group_volume_route_name = 2131361973;
+ // aapt resource value: 0x7f0a00e1
+ public const int mr_group_expand_collapse = 2131362017;
// aapt resource value: 0x7f0a00b6
- public const int mr_group_volume_slider = 2131361974;
+ public const int mr_group_volume_route_name = 2131361974;
- // aapt resource value: 0x7f0a00cf
- public const int mr_media_main_control = 2131361999;
+ // aapt resource value: 0x7f0a00b7
+ public const int mr_group_volume_slider = 2131361975;
- // aapt resource value: 0x7f0a00ca
- public const int mr_name = 2131361994;
+ // aapt resource value: 0x7f0a00d0
+ public const int mr_media_main_control = 2131362000;
- // aapt resource value: 0x7f0a00d8
- public const int mr_picker_close_button = 2131362008;
+ // aapt resource value: 0x7f0a00cb
+ public const int mr_name = 2131361995;
// aapt resource value: 0x7f0a00d9
- public const int mr_picker_list = 2131362009;
+ public const int mr_picker_close_button = 2131362009;
// aapt resource value: 0x7f0a00da
- public const int mr_picker_route_icon = 2131362010;
+ public const int mr_picker_list = 2131362010;
// aapt resource value: 0x7f0a00db
- public const int mr_picker_route_name = 2131362011;
+ public const int mr_picker_route_icon = 2131362011;
- // aapt resource value: 0x7f0a00d0
- public const int mr_playback_control = 2131362000;
+ // aapt resource value: 0x7f0a00dc
+ public const int mr_picker_route_name = 2131362012;
- // aapt resource value: 0x7f0a00c9
- public const int mr_title_bar = 2131361993;
+ // aapt resource value: 0x7f0a00d1
+ public const int mr_playback_control = 2131362001;
- // aapt resource value: 0x7f0a00d2
- public const int mr_volume_control = 2131362002;
+ // aapt resource value: 0x7f0a00ca
+ public const int mr_title_bar = 2131361994;
// aapt resource value: 0x7f0a00d3
- public const int mr_volume_group_list = 2131362003;
+ public const int mr_volume_control = 2131362003;
- // aapt resource value: 0x7f0a00d5
- public const int mr_volume_item_icon = 2131362005;
+ // aapt resource value: 0x7f0a00d4
+ public const int mr_volume_group_list = 2131362004;
// aapt resource value: 0x7f0a00d6
- public const int mr_volume_slider = 2131362006;
+ public const int mr_volume_item_icon = 2131362006;
+
+ // aapt resource value: 0x7f0a00d7
+ public const int mr_volume_slider = 2131362007;
// aapt resource value: 0x7f0a0014
public const int mtrl_child_content_container = 2131361812;
@@ -6805,14 +6820,14 @@ public partial class Id
// aapt resource value: 0x7f0a0025
public const int normal = 2131361829;
- // aapt resource value: 0x7f0a00f0
- public const int notification_background = 2131362032;
+ // aapt resource value: 0x7f0a00f1
+ public const int notification_background = 2131362033;
- // aapt resource value: 0x7f0a00ea
- public const int notification_main_column = 2131362026;
+ // aapt resource value: 0x7f0a00eb
+ public const int notification_main_column = 2131362027;
- // aapt resource value: 0x7f0a00e9
- public const int notification_main_column_container = 2131362025;
+ // aapt resource value: 0x7f0a00ea
+ public const int notification_main_column_container = 2131362026;
// aapt resource value: 0x7f0a0060
public const int outline = 2131361888;
@@ -6841,11 +6856,11 @@ public partial class Id
// aapt resource value: 0x7f0a0055
public const int right = 2131361877;
- // aapt resource value: 0x7f0a00ef
- public const int right_icon = 2131362031;
+ // aapt resource value: 0x7f0a00f0
+ public const int right_icon = 2131362032;
- // aapt resource value: 0x7f0a00eb
- public const int right_side = 2131362027;
+ // aapt resource value: 0x7f0a00ec
+ public const int right_side = 2131362028;
// aapt resource value: 0x7f0a000c
public const int save_image_matrix = 2131361804;
@@ -6910,14 +6925,14 @@ public partial class Id
// aapt resource value: 0x7f0a004f
public const int selected = 2131361871;
- // aapt resource value: 0x7f0a00f8
- public const int shellcontent_appbar = 2131362040;
+ // aapt resource value: 0x7f0a00f9
+ public const int shellcontent_appbar = 2131362041;
- // aapt resource value: 0x7f0a00fa
- public const int shellcontent_scrollview = 2131362042;
+ // aapt resource value: 0x7f0a00fb
+ public const int shellcontent_scrollview = 2131362043;
- // aapt resource value: 0x7f0a00f9
- public const int shellcontent_toolbar = 2131362041;
+ // aapt resource value: 0x7f0a00fa
+ public const int shellcontent_toolbar = 2131362042;
// aapt resource value: 0x7f0a0083
public const int shortcut = 2131361923;
@@ -6931,8 +6946,8 @@ public partial class Id
// aapt resource value: 0x7f0a002c
public const int showTitle = 2131361836;
- // aapt resource value: 0x7f0a00fb
- public const int sliding_tabs = 2131362043;
+ // aapt resource value: 0x7f0a00fc
+ public const int sliding_tabs = 2131362044;
// aapt resource value: 0x7f0a00a4
public const int smallLabel = 2131361956;
@@ -6967,8 +6982,8 @@ public partial class Id
// aapt resource value: 0x7f0a0056
public const int start = 2131361878;
- // aapt resource value: 0x7f0a00e6
- public const int status_bar_latest_event_content = 2131362022;
+ // aapt resource value: 0x7f0a00e7
+ public const int status_bar_latest_event_content = 2131362023;
// aapt resource value: 0x7f0a005b
public const int stretch = 2131361883;
@@ -7018,8 +7033,8 @@ public partial class Id
// aapt resource value: 0x7f0a001a
public const int textinput_helper_text = 2131361818;
- // aapt resource value: 0x7f0a00ec
- public const int time = 2131362028;
+ // aapt resource value: 0x7f0a00ed
+ public const int time = 2131362029;
// aapt resource value: 0x7f0a0023
public const int title = 2131361827;
@@ -7075,8 +7090,8 @@ public partial class Id
// aapt resource value: 0x7f0a00fe
public const int visible = 2131362046;
- // aapt resource value: 0x7f0a00d4
- public const int volume_item_container = 2131362004;
+ // aapt resource value: 0x7f0a00d5
+ public const int volume_item_container = 2131362005;
// aapt resource value: 0x7f0a0043
public const int withText = 2131361859;
@@ -7337,124 +7352,127 @@ public partial class Layout
public const int FlyoutContent = 2130968621;
// aapt resource value: 0x7f04002e
- public const int mr_cast_dialog = 2130968622;
+ public const int MaterialPickerTextInput = 2130968622;
// aapt resource value: 0x7f04002f
- public const int mr_cast_group_item = 2130968623;
+ public const int mr_cast_dialog = 2130968623;
// aapt resource value: 0x7f040030
- public const int mr_cast_group_volume_item = 2130968624;
+ public const int mr_cast_group_item = 2130968624;
// aapt resource value: 0x7f040031
- public const int mr_cast_media_metadata = 2130968625;
+ public const int mr_cast_group_volume_item = 2130968625;
// aapt resource value: 0x7f040032
- public const int mr_cast_route_item = 2130968626;
+ public const int mr_cast_media_metadata = 2130968626;
// aapt resource value: 0x7f040033
- public const int mr_chooser_dialog = 2130968627;
+ public const int mr_cast_route_item = 2130968627;
// aapt resource value: 0x7f040034
- public const int mr_chooser_list_item = 2130968628;
+ public const int mr_chooser_dialog = 2130968628;
// aapt resource value: 0x7f040035
- public const int mr_controller_material_dialog_b = 2130968629;
+ public const int mr_chooser_list_item = 2130968629;
// aapt resource value: 0x7f040036
- public const int mr_controller_volume_item = 2130968630;
+ public const int mr_controller_material_dialog_b = 2130968630;
// aapt resource value: 0x7f040037
- public const int mr_dialog_header_item = 2130968631;
+ public const int mr_controller_volume_item = 2130968631;
// aapt resource value: 0x7f040038
- public const int mr_picker_dialog = 2130968632;
+ public const int mr_dialog_header_item = 2130968632;
// aapt resource value: 0x7f040039
- public const int mr_picker_route_item = 2130968633;
+ public const int mr_picker_dialog = 2130968633;
// aapt resource value: 0x7f04003a
- public const int mr_playback_control = 2130968634;
+ public const int mr_picker_route_item = 2130968634;
// aapt resource value: 0x7f04003b
- public const int mr_volume_control = 2130968635;
+ public const int mr_playback_control = 2130968635;
// aapt resource value: 0x7f04003c
- public const int mtrl_layout_snackbar = 2130968636;
+ public const int mr_volume_control = 2130968636;
// aapt resource value: 0x7f04003d
- public const int mtrl_layout_snackbar_include = 2130968637;
+ public const int mtrl_layout_snackbar = 2130968637;
// aapt resource value: 0x7f04003e
- public const int notification_action = 2130968638;
+ public const int mtrl_layout_snackbar_include = 2130968638;
// aapt resource value: 0x7f04003f
- public const int notification_action_tombstone = 2130968639;
+ public const int notification_action = 2130968639;
// aapt resource value: 0x7f040040
- public const int notification_media_action = 2130968640;
+ public const int notification_action_tombstone = 2130968640;
// aapt resource value: 0x7f040041
- public const int notification_media_cancel_action = 2130968641;
+ public const int notification_media_action = 2130968641;
// aapt resource value: 0x7f040042
- public const int notification_template_big_media = 2130968642;
+ public const int notification_media_cancel_action = 2130968642;
// aapt resource value: 0x7f040043
- public const int notification_template_big_media_custom = 2130968643;
+ public const int notification_template_big_media = 2130968643;
// aapt resource value: 0x7f040044
- public const int notification_template_big_media_narrow = 2130968644;
+ public const int notification_template_big_media_custom = 2130968644;
// aapt resource value: 0x7f040045
- public const int notification_template_big_media_narrow_custom = 2130968645;
+ public const int notification_template_big_media_narrow = 2130968645;
// aapt resource value: 0x7f040046
- public const int notification_template_custom_big = 2130968646;
+ public const int notification_template_big_media_narrow_custom = 2130968646;
// aapt resource value: 0x7f040047
- public const int notification_template_icon_group = 2130968647;
+ public const int notification_template_custom_big = 2130968647;
// aapt resource value: 0x7f040048
- public const int notification_template_lines_media = 2130968648;
+ public const int notification_template_icon_group = 2130968648;
// aapt resource value: 0x7f040049
- public const int notification_template_media = 2130968649;
+ public const int notification_template_lines_media = 2130968649;
// aapt resource value: 0x7f04004a
- public const int notification_template_media_custom = 2130968650;
+ public const int notification_template_media = 2130968650;
// aapt resource value: 0x7f04004b
- public const int notification_template_part_chronometer = 2130968651;
+ public const int notification_template_media_custom = 2130968651;
// aapt resource value: 0x7f04004c
- public const int notification_template_part_time = 2130968652;
+ public const int notification_template_part_chronometer = 2130968652;
// aapt resource value: 0x7f04004d
- public const int RootLayout = 2130968653;
+ public const int notification_template_part_time = 2130968653;
// aapt resource value: 0x7f04004e
- public const int select_dialog_item_material = 2130968654;
+ public const int RootLayout = 2130968654;
// aapt resource value: 0x7f04004f
- public const int select_dialog_multichoice_material = 2130968655;
+ public const int select_dialog_item_material = 2130968655;
// aapt resource value: 0x7f040050
- public const int select_dialog_singlechoice_material = 2130968656;
+ public const int select_dialog_multichoice_material = 2130968656;
// aapt resource value: 0x7f040051
- public const int ShellContent = 2130968657;
+ public const int select_dialog_singlechoice_material = 2130968657;
// aapt resource value: 0x7f040052
- public const int support_simple_spinner_dropdown_item = 2130968658;
+ public const int ShellContent = 2130968658;
// aapt resource value: 0x7f040053
- public const int Tabbar = 2130968659;
+ public const int support_simple_spinner_dropdown_item = 2130968659;
// aapt resource value: 0x7f040054
- public const int TextInputLayoutFilledBox = 2130968660;
+ public const int Tabbar = 2130968660;
// aapt resource value: 0x7f040055
- public const int Toolbar = 2130968661;
+ public const int TextInputLayoutFilledBox = 2130968661;
+
+ // aapt resource value: 0x7f040056
+ public const int Toolbar = 2130968662;
static Layout()
{
@@ -7738,1562 +7756,1568 @@ private String()
public partial class Style
{
- // aapt resource value: 0x7f08009d
- public const int AlertDialog_AppCompat = 2131230877;
-
- // aapt resource value: 0x7f08009e
- public const int AlertDialog_AppCompat_Light = 2131230878;
-
// aapt resource value: 0x7f08009f
- public const int Animation_AppCompat_Dialog = 2131230879;
+ public const int AlertDialog_AppCompat = 2131230879;
// aapt resource value: 0x7f0800a0
- public const int Animation_AppCompat_DropDownUp = 2131230880;
+ public const int AlertDialog_AppCompat_Light = 2131230880;
// aapt resource value: 0x7f0800a1
- public const int Animation_AppCompat_Tooltip = 2131230881;
-
- // aapt resource value: 0x7f080172
- public const int Animation_Design_BottomSheetDialog = 2131231090;
-
- // aapt resource value: 0x7f080206
- public const int AppCompatDialogStyle = 2131231238;
+ public const int Animation_AppCompat_Dialog = 2131230881;
// aapt resource value: 0x7f0800a2
- public const int Base_AlertDialog_AppCompat = 2131230882;
+ public const int Animation_AppCompat_DropDownUp = 2131230882;
// aapt resource value: 0x7f0800a3
- public const int Base_AlertDialog_AppCompat_Light = 2131230883;
+ public const int Animation_AppCompat_Tooltip = 2131230883;
+
+ // aapt resource value: 0x7f080174
+ public const int Animation_Design_BottomSheetDialog = 2131231092;
+
+ // aapt resource value: 0x7f080208
+ public const int AppCompatDialogStyle = 2131231240;
// aapt resource value: 0x7f0800a4
- public const int Base_Animation_AppCompat_Dialog = 2131230884;
+ public const int Base_AlertDialog_AppCompat = 2131230884;
// aapt resource value: 0x7f0800a5
- public const int Base_Animation_AppCompat_DropDownUp = 2131230885;
+ public const int Base_AlertDialog_AppCompat_Light = 2131230885;
// aapt resource value: 0x7f0800a6
- public const int Base_Animation_AppCompat_Tooltip = 2131230886;
-
- // aapt resource value: 0x7f080011
- public const int Base_CardView = 2131230737;
+ public const int Base_Animation_AppCompat_Dialog = 2131230886;
// aapt resource value: 0x7f0800a7
- public const int Base_DialogWindowTitle_AppCompat = 2131230887;
+ public const int Base_Animation_AppCompat_DropDownUp = 2131230887;
// aapt resource value: 0x7f0800a8
- public const int Base_DialogWindowTitleBackground_AppCompat = 2131230888;
+ public const int Base_Animation_AppCompat_Tooltip = 2131230888;
- // aapt resource value: 0x7f080031
- public const int Base_TextAppearance_AppCompat = 2131230769;
+ // aapt resource value: 0x7f080013
+ public const int Base_CardView = 2131230739;
- // aapt resource value: 0x7f080032
- public const int Base_TextAppearance_AppCompat_Body1 = 2131230770;
+ // aapt resource value: 0x7f0800a9
+ public const int Base_DialogWindowTitle_AppCompat = 2131230889;
+
+ // aapt resource value: 0x7f0800aa
+ public const int Base_DialogWindowTitleBackground_AppCompat = 2131230890;
// aapt resource value: 0x7f080033
- public const int Base_TextAppearance_AppCompat_Body2 = 2131230771;
+ public const int Base_TextAppearance_AppCompat = 2131230771;
// aapt resource value: 0x7f080034
- public const int Base_TextAppearance_AppCompat_Button = 2131230772;
+ public const int Base_TextAppearance_AppCompat_Body1 = 2131230772;
// aapt resource value: 0x7f080035
- public const int Base_TextAppearance_AppCompat_Caption = 2131230773;
+ public const int Base_TextAppearance_AppCompat_Body2 = 2131230773;
// aapt resource value: 0x7f080036
- public const int Base_TextAppearance_AppCompat_Display1 = 2131230774;
+ public const int Base_TextAppearance_AppCompat_Button = 2131230774;
// aapt resource value: 0x7f080037
- public const int Base_TextAppearance_AppCompat_Display2 = 2131230775;
+ public const int Base_TextAppearance_AppCompat_Caption = 2131230775;
// aapt resource value: 0x7f080038
- public const int Base_TextAppearance_AppCompat_Display3 = 2131230776;
+ public const int Base_TextAppearance_AppCompat_Display1 = 2131230776;
// aapt resource value: 0x7f080039
- public const int Base_TextAppearance_AppCompat_Display4 = 2131230777;
+ public const int Base_TextAppearance_AppCompat_Display2 = 2131230777;
// aapt resource value: 0x7f08003a
- public const int Base_TextAppearance_AppCompat_Headline = 2131230778;
+ public const int Base_TextAppearance_AppCompat_Display3 = 2131230778;
// aapt resource value: 0x7f08003b
- public const int Base_TextAppearance_AppCompat_Inverse = 2131230779;
+ public const int Base_TextAppearance_AppCompat_Display4 = 2131230779;
// aapt resource value: 0x7f08003c
- public const int Base_TextAppearance_AppCompat_Large = 2131230780;
+ public const int Base_TextAppearance_AppCompat_Headline = 2131230780;
// aapt resource value: 0x7f08003d
- public const int Base_TextAppearance_AppCompat_Large_Inverse = 2131230781;
+ public const int Base_TextAppearance_AppCompat_Inverse = 2131230781;
// aapt resource value: 0x7f08003e
- public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131230782;
+ public const int Base_TextAppearance_AppCompat_Large = 2131230782;
// aapt resource value: 0x7f08003f
- public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131230783;
+ public const int Base_TextAppearance_AppCompat_Large_Inverse = 2131230783;
// aapt resource value: 0x7f080040
- public const int Base_TextAppearance_AppCompat_Medium = 2131230784;
+ public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131230784;
// aapt resource value: 0x7f080041
- public const int Base_TextAppearance_AppCompat_Medium_Inverse = 2131230785;
+ public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131230785;
// aapt resource value: 0x7f080042
- public const int Base_TextAppearance_AppCompat_Menu = 2131230786;
-
- // aapt resource value: 0x7f0800a9
- public const int Base_TextAppearance_AppCompat_SearchResult = 2131230889;
+ public const int Base_TextAppearance_AppCompat_Medium = 2131230786;
// aapt resource value: 0x7f080043
- public const int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 2131230787;
+ public const int Base_TextAppearance_AppCompat_Medium_Inverse = 2131230787;
// aapt resource value: 0x7f080044
- public const int Base_TextAppearance_AppCompat_SearchResult_Title = 2131230788;
+ public const int Base_TextAppearance_AppCompat_Menu = 2131230788;
+
+ // aapt resource value: 0x7f0800ab
+ public const int Base_TextAppearance_AppCompat_SearchResult = 2131230891;
// aapt resource value: 0x7f080045
- public const int Base_TextAppearance_AppCompat_Small = 2131230789;
+ public const int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 2131230789;
// aapt resource value: 0x7f080046
- public const int Base_TextAppearance_AppCompat_Small_Inverse = 2131230790;
+ public const int Base_TextAppearance_AppCompat_SearchResult_Title = 2131230790;
// aapt resource value: 0x7f080047
- public const int Base_TextAppearance_AppCompat_Subhead = 2131230791;
-
- // aapt resource value: 0x7f0800aa
- public const int Base_TextAppearance_AppCompat_Subhead_Inverse = 2131230890;
+ public const int Base_TextAppearance_AppCompat_Small = 2131230791;
// aapt resource value: 0x7f080048
- public const int Base_TextAppearance_AppCompat_Title = 2131230792;
+ public const int Base_TextAppearance_AppCompat_Small_Inverse = 2131230792;
- // aapt resource value: 0x7f0800ab
- public const int Base_TextAppearance_AppCompat_Title_Inverse = 2131230891;
+ // aapt resource value: 0x7f080049
+ public const int Base_TextAppearance_AppCompat_Subhead = 2131230793;
// aapt resource value: 0x7f0800ac
- public const int Base_TextAppearance_AppCompat_Tooltip = 2131230892;
+ public const int Base_TextAppearance_AppCompat_Subhead_Inverse = 2131230892;
- // aapt resource value: 0x7f08008c
- public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131230860;
+ // aapt resource value: 0x7f08004a
+ public const int Base_TextAppearance_AppCompat_Title = 2131230794;
- // aapt resource value: 0x7f080049
- public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131230793;
+ // aapt resource value: 0x7f0800ad
+ public const int Base_TextAppearance_AppCompat_Title_Inverse = 2131230893;
- // aapt resource value: 0x7f08004a
- public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131230794;
+ // aapt resource value: 0x7f0800ae
+ public const int Base_TextAppearance_AppCompat_Tooltip = 2131230894;
+
+ // aapt resource value: 0x7f08008e
+ public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131230862;
// aapt resource value: 0x7f08004b
- public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 2131230795;
+ public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131230795;
// aapt resource value: 0x7f08004c
- public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131230796;
+ public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131230796;
// aapt resource value: 0x7f08004d
- public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131230797;
+ public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 2131230797;
// aapt resource value: 0x7f08004e
- public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 2131230798;
+ public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131230798;
// aapt resource value: 0x7f08004f
- public const int Base_TextAppearance_AppCompat_Widget_Button = 2131230799;
+ public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131230799;
- // aapt resource value: 0x7f080093
- public const int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131230867;
+ // aapt resource value: 0x7f080050
+ public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 2131230800;
- // aapt resource value: 0x7f080094
- public const int Base_TextAppearance_AppCompat_Widget_Button_Colored = 2131230868;
+ // aapt resource value: 0x7f080051
+ public const int Base_TextAppearance_AppCompat_Widget_Button = 2131230801;
- // aapt resource value: 0x7f08008d
- public const int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 2131230861;
+ // aapt resource value: 0x7f080095
+ public const int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131230869;
- // aapt resource value: 0x7f0800ad
- public const int Base_TextAppearance_AppCompat_Widget_DropDownItem = 2131230893;
+ // aapt resource value: 0x7f080096
+ public const int Base_TextAppearance_AppCompat_Widget_Button_Colored = 2131230870;
- // aapt resource value: 0x7f080050
- public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131230800;
+ // aapt resource value: 0x7f08008f
+ public const int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 2131230863;
- // aapt resource value: 0x7f080051
- public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131230801;
+ // aapt resource value: 0x7f0800af
+ public const int Base_TextAppearance_AppCompat_Widget_DropDownItem = 2131230895;
// aapt resource value: 0x7f080052
- public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131230802;
+ public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131230802;
// aapt resource value: 0x7f080053
- public const int Base_TextAppearance_AppCompat_Widget_Switch = 2131230803;
+ public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131230803;
// aapt resource value: 0x7f080054
- public const int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131230804;
-
- // aapt resource value: 0x7f0800ae
- public const int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131230894;
+ public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131230804;
// aapt resource value: 0x7f080055
- public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131230805;
+ public const int Base_TextAppearance_AppCompat_Widget_Switch = 2131230805;
// aapt resource value: 0x7f080056
- public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 2131230806;
+ public const int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131230806;
- // aapt resource value: 0x7f080057
- public const int Base_Theme_AppCompat = 2131230807;
+ // aapt resource value: 0x7f0800b0
+ public const int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131230896;
- // aapt resource value: 0x7f0800af
- public const int Base_Theme_AppCompat_CompactMenu = 2131230895;
+ // aapt resource value: 0x7f080057
+ public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131230807;
// aapt resource value: 0x7f080058
- public const int Base_Theme_AppCompat_Dialog = 2131230808;
+ public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 2131230808;
- // aapt resource value: 0x7f0800b0
- public const int Base_Theme_AppCompat_Dialog_Alert = 2131230896;
+ // aapt resource value: 0x7f080059
+ public const int Base_Theme_AppCompat = 2131230809;
// aapt resource value: 0x7f0800b1
- public const int Base_Theme_AppCompat_Dialog_FixedSize = 2131230897;
-
- // aapt resource value: 0x7f0800b2
- public const int Base_Theme_AppCompat_Dialog_MinWidth = 2131230898;
+ public const int Base_Theme_AppCompat_CompactMenu = 2131230897;
- // aapt resource value: 0x7f080015
- public const int Base_Theme_AppCompat_DialogWhenLarge = 2131230741;
+ // aapt resource value: 0x7f08005a
+ public const int Base_Theme_AppCompat_Dialog = 2131230810;
- // aapt resource value: 0x7f080059
- public const int Base_Theme_AppCompat_Light = 2131230809;
+ // aapt resource value: 0x7f0800b2
+ public const int Base_Theme_AppCompat_Dialog_Alert = 2131230898;
// aapt resource value: 0x7f0800b3
- public const int Base_Theme_AppCompat_Light_DarkActionBar = 2131230899;
-
- // aapt resource value: 0x7f08005a
- public const int Base_Theme_AppCompat_Light_Dialog = 2131230810;
+ public const int Base_Theme_AppCompat_Dialog_FixedSize = 2131230899;
// aapt resource value: 0x7f0800b4
- public const int Base_Theme_AppCompat_Light_Dialog_Alert = 2131230900;
+ public const int Base_Theme_AppCompat_Dialog_MinWidth = 2131230900;
+
+ // aapt resource value: 0x7f080017
+ public const int Base_Theme_AppCompat_DialogWhenLarge = 2131230743;
+
+ // aapt resource value: 0x7f08005b
+ public const int Base_Theme_AppCompat_Light = 2131230811;
// aapt resource value: 0x7f0800b5
- public const int Base_Theme_AppCompat_Light_Dialog_FixedSize = 2131230901;
+ public const int Base_Theme_AppCompat_Light_DarkActionBar = 2131230901;
+
+ // aapt resource value: 0x7f08005c
+ public const int Base_Theme_AppCompat_Light_Dialog = 2131230812;
// aapt resource value: 0x7f0800b6
- public const int Base_Theme_AppCompat_Light_Dialog_MinWidth = 2131230902;
+ public const int Base_Theme_AppCompat_Light_Dialog_Alert = 2131230902;
- // aapt resource value: 0x7f080016
- public const int Base_Theme_AppCompat_Light_DialogWhenLarge = 2131230742;
+ // aapt resource value: 0x7f0800b7
+ public const int Base_Theme_AppCompat_Light_Dialog_FixedSize = 2131230903;
- // aapt resource value: 0x7f080173
- public const int Base_Theme_MaterialComponents = 2131231091;
+ // aapt resource value: 0x7f0800b8
+ public const int Base_Theme_AppCompat_Light_Dialog_MinWidth = 2131230904;
- // aapt resource value: 0x7f080174
- public const int Base_Theme_MaterialComponents_Bridge = 2131231092;
+ // aapt resource value: 0x7f080018
+ public const int Base_Theme_AppCompat_Light_DialogWhenLarge = 2131230744;
// aapt resource value: 0x7f080175
- public const int Base_Theme_MaterialComponents_CompactMenu = 2131231093;
+ public const int Base_Theme_MaterialComponents = 2131231093;
// aapt resource value: 0x7f080176
- public const int Base_Theme_MaterialComponents_Dialog = 2131231094;
+ public const int Base_Theme_MaterialComponents_Bridge = 2131231094;
// aapt resource value: 0x7f080177
- public const int Base_Theme_MaterialComponents_Dialog_Alert = 2131231095;
+ public const int Base_Theme_MaterialComponents_CompactMenu = 2131231095;
// aapt resource value: 0x7f080178
- public const int Base_Theme_MaterialComponents_Dialog_FixedSize = 2131231096;
+ public const int Base_Theme_MaterialComponents_Dialog = 2131231096;
// aapt resource value: 0x7f080179
- public const int Base_Theme_MaterialComponents_Dialog_MinWidth = 2131231097;
-
- // aapt resource value: 0x7f08016c
- public const int Base_Theme_MaterialComponents_DialogWhenLarge = 2131231084;
+ public const int Base_Theme_MaterialComponents_Dialog_Alert = 2131231097;
// aapt resource value: 0x7f08017a
- public const int Base_Theme_MaterialComponents_Light = 2131231098;
+ public const int Base_Theme_MaterialComponents_Dialog_FixedSize = 2131231098;
// aapt resource value: 0x7f08017b
- public const int Base_Theme_MaterialComponents_Light_Bridge = 2131231099;
+ public const int Base_Theme_MaterialComponents_Dialog_MinWidth = 2131231099;
+
+ // aapt resource value: 0x7f08016e
+ public const int Base_Theme_MaterialComponents_DialogWhenLarge = 2131231086;
// aapt resource value: 0x7f08017c
- public const int Base_Theme_MaterialComponents_Light_DarkActionBar = 2131231100;
+ public const int Base_Theme_MaterialComponents_Light = 2131231100;
// aapt resource value: 0x7f08017d
- public const int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131231101;
+ public const int Base_Theme_MaterialComponents_Light_Bridge = 2131231101;
// aapt resource value: 0x7f08017e
- public const int Base_Theme_MaterialComponents_Light_Dialog = 2131231102;
+ public const int Base_Theme_MaterialComponents_Light_DarkActionBar = 2131231102;
// aapt resource value: 0x7f08017f
- public const int Base_Theme_MaterialComponents_Light_Dialog_Alert = 2131231103;
+ public const int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131231103;
// aapt resource value: 0x7f080180
- public const int Base_Theme_MaterialComponents_Light_Dialog_FixedSize = 2131231104;
+ public const int Base_Theme_MaterialComponents_Light_Dialog = 2131231104;
// aapt resource value: 0x7f080181
- public const int Base_Theme_MaterialComponents_Light_Dialog_MinWidth = 2131231105;
+ public const int Base_Theme_MaterialComponents_Light_Dialog_Alert = 2131231105;
- // aapt resource value: 0x7f08016d
- public const int Base_Theme_MaterialComponents_Light_DialogWhenLarge = 2131231085;
+ // aapt resource value: 0x7f080182
+ public const int Base_Theme_MaterialComponents_Light_Dialog_FixedSize = 2131231106;
- // aapt resource value: 0x7f0800b7
- public const int Base_ThemeOverlay_AppCompat = 2131230903;
+ // aapt resource value: 0x7f080183
+ public const int Base_Theme_MaterialComponents_Light_Dialog_MinWidth = 2131231107;
- // aapt resource value: 0x7f0800b8
- public const int Base_ThemeOverlay_AppCompat_ActionBar = 2131230904;
+ // aapt resource value: 0x7f08016f
+ public const int Base_Theme_MaterialComponents_Light_DialogWhenLarge = 2131231087;
// aapt resource value: 0x7f0800b9
- public const int Base_ThemeOverlay_AppCompat_Dark = 2131230905;
+ public const int Base_ThemeOverlay_AppCompat = 2131230905;
// aapt resource value: 0x7f0800ba
- public const int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 2131230906;
-
- // aapt resource value: 0x7f08005b
- public const int Base_ThemeOverlay_AppCompat_Dialog = 2131230811;
+ public const int Base_ThemeOverlay_AppCompat_ActionBar = 2131230906;
// aapt resource value: 0x7f0800bb
- public const int Base_ThemeOverlay_AppCompat_Dialog_Alert = 2131230907;
+ public const int Base_ThemeOverlay_AppCompat_Dark = 2131230907;
// aapt resource value: 0x7f0800bc
- public const int Base_ThemeOverlay_AppCompat_Light = 2131230908;
+ public const int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 2131230908;
- // aapt resource value: 0x7f080182
- public const int Base_ThemeOverlay_MaterialComponents_Dialog = 2131231106;
+ // aapt resource value: 0x7f08005d
+ public const int Base_ThemeOverlay_AppCompat_Dialog = 2131230813;
- // aapt resource value: 0x7f080183
- public const int Base_ThemeOverlay_MaterialComponents_Dialog_Alert = 2131231107;
+ // aapt resource value: 0x7f0800bd
+ public const int Base_ThemeOverlay_AppCompat_Dialog_Alert = 2131230909;
+
+ // aapt resource value: 0x7f0800be
+ public const int Base_ThemeOverlay_AppCompat_Light = 2131230910;
// aapt resource value: 0x7f080184
- public const int Base_V14_Theme_MaterialComponents = 2131231108;
+ public const int Base_ThemeOverlay_MaterialComponents_Dialog = 2131231108;
// aapt resource value: 0x7f080185
- public const int Base_V14_Theme_MaterialComponents_Bridge = 2131231109;
+ public const int Base_ThemeOverlay_MaterialComponents_Dialog_Alert = 2131231109;
// aapt resource value: 0x7f080186
- public const int Base_V14_Theme_MaterialComponents_Dialog = 2131231110;
+ public const int Base_V14_Theme_MaterialComponents = 2131231110;
// aapt resource value: 0x7f080187
- public const int Base_V14_Theme_MaterialComponents_Light = 2131231111;
+ public const int Base_V14_Theme_MaterialComponents_Bridge = 2131231111;
// aapt resource value: 0x7f080188
- public const int Base_V14_Theme_MaterialComponents_Light_Bridge = 2131231112;
+ public const int Base_V14_Theme_MaterialComponents_Dialog = 2131231112;
// aapt resource value: 0x7f080189
- public const int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131231113;
+ public const int Base_V14_Theme_MaterialComponents_Light = 2131231113;
// aapt resource value: 0x7f08018a
- public const int Base_V14_Theme_MaterialComponents_Light_Dialog = 2131231114;
+ public const int Base_V14_Theme_MaterialComponents_Light_Bridge = 2131231114;
// aapt resource value: 0x7f08018b
- public const int Base_V14_ThemeOverlay_MaterialComponents_Dialog = 2131231115;
+ public const int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131231115;
// aapt resource value: 0x7f08018c
- public const int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert = 2131231116;
+ public const int Base_V14_Theme_MaterialComponents_Light_Dialog = 2131231116;
- // aapt resource value: 0x7f08005c
- public const int Base_V21_Theme_AppCompat = 2131230812;
+ // aapt resource value: 0x7f08018d
+ public const int Base_V14_ThemeOverlay_MaterialComponents_Dialog = 2131231117;
- // aapt resource value: 0x7f08005d
- public const int Base_V21_Theme_AppCompat_Dialog = 2131230813;
+ // aapt resource value: 0x7f08018e
+ public const int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert = 2131231118;
// aapt resource value: 0x7f08005e
- public const int Base_V21_Theme_AppCompat_Light = 2131230814;
+ public const int Base_V21_Theme_AppCompat = 2131230814;
// aapt resource value: 0x7f08005f
- public const int Base_V21_Theme_AppCompat_Light_Dialog = 2131230815;
+ public const int Base_V21_Theme_AppCompat_Dialog = 2131230815;
// aapt resource value: 0x7f080060
- public const int Base_V21_ThemeOverlay_AppCompat_Dialog = 2131230816;
+ public const int Base_V21_Theme_AppCompat_Light = 2131230816;
- // aapt resource value: 0x7f08008a
- public const int Base_V22_Theme_AppCompat = 2131230858;
+ // aapt resource value: 0x7f080061
+ public const int Base_V21_Theme_AppCompat_Light_Dialog = 2131230817;
- // aapt resource value: 0x7f08008b
- public const int Base_V22_Theme_AppCompat_Light = 2131230859;
+ // aapt resource value: 0x7f080062
+ public const int Base_V21_ThemeOverlay_AppCompat_Dialog = 2131230818;
- // aapt resource value: 0x7f08008e
- public const int Base_V23_Theme_AppCompat = 2131230862;
+ // aapt resource value: 0x7f08008c
+ public const int Base_V22_Theme_AppCompat = 2131230860;
- // aapt resource value: 0x7f08008f
- public const int Base_V23_Theme_AppCompat_Light = 2131230863;
+ // aapt resource value: 0x7f08008d
+ public const int Base_V22_Theme_AppCompat_Light = 2131230861;
- // aapt resource value: 0x7f080097
- public const int Base_V26_Theme_AppCompat = 2131230871;
+ // aapt resource value: 0x7f080090
+ public const int Base_V23_Theme_AppCompat = 2131230864;
- // aapt resource value: 0x7f080098
- public const int Base_V26_Theme_AppCompat_Light = 2131230872;
+ // aapt resource value: 0x7f080091
+ public const int Base_V23_Theme_AppCompat_Light = 2131230865;
// aapt resource value: 0x7f080099
- public const int Base_V26_Widget_AppCompat_Toolbar = 2131230873;
+ public const int Base_V26_Theme_AppCompat = 2131230873;
- // aapt resource value: 0x7f08009b
- public const int Base_V28_Theme_AppCompat = 2131230875;
+ // aapt resource value: 0x7f08009a
+ public const int Base_V26_Theme_AppCompat_Light = 2131230874;
- // aapt resource value: 0x7f08009c
- public const int Base_V28_Theme_AppCompat_Light = 2131230876;
+ // aapt resource value: 0x7f08009b
+ public const int Base_V26_Widget_AppCompat_Toolbar = 2131230875;
- // aapt resource value: 0x7f0800bd
- public const int Base_V7_Theme_AppCompat = 2131230909;
+ // aapt resource value: 0x7f08009d
+ public const int Base_V28_Theme_AppCompat = 2131230877;
- // aapt resource value: 0x7f0800be
- public const int Base_V7_Theme_AppCompat_Dialog = 2131230910;
+ // aapt resource value: 0x7f08009e
+ public const int Base_V28_Theme_AppCompat_Light = 2131230878;
// aapt resource value: 0x7f0800bf
- public const int Base_V7_Theme_AppCompat_Light = 2131230911;
+ public const int Base_V7_Theme_AppCompat = 2131230911;
// aapt resource value: 0x7f0800c0
- public const int Base_V7_Theme_AppCompat_Light_Dialog = 2131230912;
+ public const int Base_V7_Theme_AppCompat_Dialog = 2131230912;
// aapt resource value: 0x7f0800c1
- public const int Base_V7_ThemeOverlay_AppCompat_Dialog = 2131230913;
+ public const int Base_V7_Theme_AppCompat_Light = 2131230913;
// aapt resource value: 0x7f0800c2
- public const int Base_V7_Widget_AppCompat_AutoCompleteTextView = 2131230914;
+ public const int Base_V7_Theme_AppCompat_Light_Dialog = 2131230914;
// aapt resource value: 0x7f0800c3
- public const int Base_V7_Widget_AppCompat_EditText = 2131230915;
+ public const int Base_V7_ThemeOverlay_AppCompat_Dialog = 2131230915;
// aapt resource value: 0x7f0800c4
- public const int Base_V7_Widget_AppCompat_Toolbar = 2131230916;
+ public const int Base_V7_Widget_AppCompat_AutoCompleteTextView = 2131230916;
// aapt resource value: 0x7f0800c5
- public const int Base_Widget_AppCompat_ActionBar = 2131230917;
+ public const int Base_V7_Widget_AppCompat_EditText = 2131230917;
// aapt resource value: 0x7f0800c6
- public const int Base_Widget_AppCompat_ActionBar_Solid = 2131230918;
+ public const int Base_V7_Widget_AppCompat_Toolbar = 2131230918;
// aapt resource value: 0x7f0800c7
- public const int Base_Widget_AppCompat_ActionBar_TabBar = 2131230919;
+ public const int Base_Widget_AppCompat_ActionBar = 2131230919;
- // aapt resource value: 0x7f080061
- public const int Base_Widget_AppCompat_ActionBar_TabText = 2131230817;
+ // aapt resource value: 0x7f0800c8
+ public const int Base_Widget_AppCompat_ActionBar_Solid = 2131230920;
- // aapt resource value: 0x7f080062
- public const int Base_Widget_AppCompat_ActionBar_TabView = 2131230818;
+ // aapt resource value: 0x7f0800c9
+ public const int Base_Widget_AppCompat_ActionBar_TabBar = 2131230921;
// aapt resource value: 0x7f080063
- public const int Base_Widget_AppCompat_ActionButton = 2131230819;
+ public const int Base_Widget_AppCompat_ActionBar_TabText = 2131230819;
// aapt resource value: 0x7f080064
- public const int Base_Widget_AppCompat_ActionButton_CloseMode = 2131230820;
+ public const int Base_Widget_AppCompat_ActionBar_TabView = 2131230820;
// aapt resource value: 0x7f080065
- public const int Base_Widget_AppCompat_ActionButton_Overflow = 2131230821;
-
- // aapt resource value: 0x7f0800c8
- public const int Base_Widget_AppCompat_ActionMode = 2131230920;
-
- // aapt resource value: 0x7f0800c9
- public const int Base_Widget_AppCompat_ActivityChooserView = 2131230921;
+ public const int Base_Widget_AppCompat_ActionButton = 2131230821;
// aapt resource value: 0x7f080066
- public const int Base_Widget_AppCompat_AutoCompleteTextView = 2131230822;
+ public const int Base_Widget_AppCompat_ActionButton_CloseMode = 2131230822;
// aapt resource value: 0x7f080067
- public const int Base_Widget_AppCompat_Button = 2131230823;
+ public const int Base_Widget_AppCompat_ActionButton_Overflow = 2131230823;
- // aapt resource value: 0x7f080068
- public const int Base_Widget_AppCompat_Button_Borderless = 2131230824;
+ // aapt resource value: 0x7f0800ca
+ public const int Base_Widget_AppCompat_ActionMode = 2131230922;
- // aapt resource value: 0x7f080069
- public const int Base_Widget_AppCompat_Button_Borderless_Colored = 2131230825;
+ // aapt resource value: 0x7f0800cb
+ public const int Base_Widget_AppCompat_ActivityChooserView = 2131230923;
- // aapt resource value: 0x7f0800ca
- public const int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131230922;
+ // aapt resource value: 0x7f080068
+ public const int Base_Widget_AppCompat_AutoCompleteTextView = 2131230824;
- // aapt resource value: 0x7f080090
- public const int Base_Widget_AppCompat_Button_Colored = 2131230864;
+ // aapt resource value: 0x7f080069
+ public const int Base_Widget_AppCompat_Button = 2131230825;
// aapt resource value: 0x7f08006a
- public const int Base_Widget_AppCompat_Button_Small = 2131230826;
+ public const int Base_Widget_AppCompat_Button_Borderless = 2131230826;
// aapt resource value: 0x7f08006b
- public const int Base_Widget_AppCompat_ButtonBar = 2131230827;
+ public const int Base_Widget_AppCompat_Button_Borderless_Colored = 2131230827;
- // aapt resource value: 0x7f0800cb
- public const int Base_Widget_AppCompat_ButtonBar_AlertDialog = 2131230923;
+ // aapt resource value: 0x7f0800cc
+ public const int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131230924;
+
+ // aapt resource value: 0x7f080092
+ public const int Base_Widget_AppCompat_Button_Colored = 2131230866;
// aapt resource value: 0x7f08006c
- public const int Base_Widget_AppCompat_CompoundButton_CheckBox = 2131230828;
+ public const int Base_Widget_AppCompat_Button_Small = 2131230828;
// aapt resource value: 0x7f08006d
- public const int Base_Widget_AppCompat_CompoundButton_RadioButton = 2131230829;
-
- // aapt resource value: 0x7f0800cc
- public const int Base_Widget_AppCompat_CompoundButton_Switch = 2131230924;
-
- // aapt resource value: 0x7f080014
- public const int Base_Widget_AppCompat_DrawerArrowToggle = 2131230740;
+ public const int Base_Widget_AppCompat_ButtonBar = 2131230829;
// aapt resource value: 0x7f0800cd
- public const int Base_Widget_AppCompat_DrawerArrowToggle_Common = 2131230925;
+ public const int Base_Widget_AppCompat_ButtonBar_AlertDialog = 2131230925;
// aapt resource value: 0x7f08006e
- public const int Base_Widget_AppCompat_DropDownItem_Spinner = 2131230830;
+ public const int Base_Widget_AppCompat_CompoundButton_CheckBox = 2131230830;
// aapt resource value: 0x7f08006f
- public const int Base_Widget_AppCompat_EditText = 2131230831;
-
- // aapt resource value: 0x7f080070
- public const int Base_Widget_AppCompat_ImageButton = 2131230832;
+ public const int Base_Widget_AppCompat_CompoundButton_RadioButton = 2131230831;
// aapt resource value: 0x7f0800ce
- public const int Base_Widget_AppCompat_Light_ActionBar = 2131230926;
+ public const int Base_Widget_AppCompat_CompoundButton_Switch = 2131230926;
+
+ // aapt resource value: 0x7f080016
+ public const int Base_Widget_AppCompat_DrawerArrowToggle = 2131230742;
// aapt resource value: 0x7f0800cf
- public const int Base_Widget_AppCompat_Light_ActionBar_Solid = 2131230927;
+ public const int Base_Widget_AppCompat_DrawerArrowToggle_Common = 2131230927;
- // aapt resource value: 0x7f0800d0
- public const int Base_Widget_AppCompat_Light_ActionBar_TabBar = 2131230928;
+ // aapt resource value: 0x7f080070
+ public const int Base_Widget_AppCompat_DropDownItem_Spinner = 2131230832;
// aapt resource value: 0x7f080071
- public const int Base_Widget_AppCompat_Light_ActionBar_TabText = 2131230833;
+ public const int Base_Widget_AppCompat_EditText = 2131230833;
// aapt resource value: 0x7f080072
- public const int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131230834;
+ public const int Base_Widget_AppCompat_ImageButton = 2131230834;
+
+ // aapt resource value: 0x7f0800d0
+ public const int Base_Widget_AppCompat_Light_ActionBar = 2131230928;
+
+ // aapt resource value: 0x7f0800d1
+ public const int Base_Widget_AppCompat_Light_ActionBar_Solid = 2131230929;
+
+ // aapt resource value: 0x7f0800d2
+ public const int Base_Widget_AppCompat_Light_ActionBar_TabBar = 2131230930;
// aapt resource value: 0x7f080073
- public const int Base_Widget_AppCompat_Light_ActionBar_TabView = 2131230835;
+ public const int Base_Widget_AppCompat_Light_ActionBar_TabText = 2131230835;
// aapt resource value: 0x7f080074
- public const int Base_Widget_AppCompat_Light_PopupMenu = 2131230836;
+ public const int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131230836;
// aapt resource value: 0x7f080075
- public const int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 2131230837;
-
- // aapt resource value: 0x7f0800d1
- public const int Base_Widget_AppCompat_ListMenuView = 2131230929;
+ public const int Base_Widget_AppCompat_Light_ActionBar_TabView = 2131230837;
// aapt resource value: 0x7f080076
- public const int Base_Widget_AppCompat_ListPopupWindow = 2131230838;
+ public const int Base_Widget_AppCompat_Light_PopupMenu = 2131230838;
// aapt resource value: 0x7f080077
- public const int Base_Widget_AppCompat_ListView = 2131230839;
+ public const int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 2131230839;
+
+ // aapt resource value: 0x7f0800d3
+ public const int Base_Widget_AppCompat_ListMenuView = 2131230931;
// aapt resource value: 0x7f080078
- public const int Base_Widget_AppCompat_ListView_DropDown = 2131230840;
+ public const int Base_Widget_AppCompat_ListPopupWindow = 2131230840;
// aapt resource value: 0x7f080079
- public const int Base_Widget_AppCompat_ListView_Menu = 2131230841;
+ public const int Base_Widget_AppCompat_ListView = 2131230841;
// aapt resource value: 0x7f08007a
- public const int Base_Widget_AppCompat_PopupMenu = 2131230842;
+ public const int Base_Widget_AppCompat_ListView_DropDown = 2131230842;
// aapt resource value: 0x7f08007b
- public const int Base_Widget_AppCompat_PopupMenu_Overflow = 2131230843;
-
- // aapt resource value: 0x7f0800d2
- public const int Base_Widget_AppCompat_PopupWindow = 2131230930;
+ public const int Base_Widget_AppCompat_ListView_Menu = 2131230843;
// aapt resource value: 0x7f08007c
- public const int Base_Widget_AppCompat_ProgressBar = 2131230844;
+ public const int Base_Widget_AppCompat_PopupMenu = 2131230844;
// aapt resource value: 0x7f08007d
- public const int Base_Widget_AppCompat_ProgressBar_Horizontal = 2131230845;
+ public const int Base_Widget_AppCompat_PopupMenu_Overflow = 2131230845;
- // aapt resource value: 0x7f08007e
- public const int Base_Widget_AppCompat_RatingBar = 2131230846;
+ // aapt resource value: 0x7f0800d4
+ public const int Base_Widget_AppCompat_PopupWindow = 2131230932;
- // aapt resource value: 0x7f080091
- public const int Base_Widget_AppCompat_RatingBar_Indicator = 2131230865;
+ // aapt resource value: 0x7f08007e
+ public const int Base_Widget_AppCompat_ProgressBar = 2131230846;
- // aapt resource value: 0x7f080092
- public const int Base_Widget_AppCompat_RatingBar_Small = 2131230866;
+ // aapt resource value: 0x7f08007f
+ public const int Base_Widget_AppCompat_ProgressBar_Horizontal = 2131230847;
- // aapt resource value: 0x7f0800d3
- public const int Base_Widget_AppCompat_SearchView = 2131230931;
+ // aapt resource value: 0x7f080080
+ public const int Base_Widget_AppCompat_RatingBar = 2131230848;
- // aapt resource value: 0x7f0800d4
- public const int Base_Widget_AppCompat_SearchView_ActionBar = 2131230932;
+ // aapt resource value: 0x7f080093
+ public const int Base_Widget_AppCompat_RatingBar_Indicator = 2131230867;
- // aapt resource value: 0x7f08007f
- public const int Base_Widget_AppCompat_SeekBar = 2131230847;
+ // aapt resource value: 0x7f080094
+ public const int Base_Widget_AppCompat_RatingBar_Small = 2131230868;
// aapt resource value: 0x7f0800d5
- public const int Base_Widget_AppCompat_SeekBar_Discrete = 2131230933;
-
- // aapt resource value: 0x7f080080
- public const int Base_Widget_AppCompat_Spinner = 2131230848;
+ public const int Base_Widget_AppCompat_SearchView = 2131230933;
- // aapt resource value: 0x7f080017
- public const int Base_Widget_AppCompat_Spinner_Underlined = 2131230743;
+ // aapt resource value: 0x7f0800d6
+ public const int Base_Widget_AppCompat_SearchView_ActionBar = 2131230934;
// aapt resource value: 0x7f080081
- public const int Base_Widget_AppCompat_TextView_SpinnerItem = 2131230849;
+ public const int Base_Widget_AppCompat_SeekBar = 2131230849;
- // aapt resource value: 0x7f08009a
- public const int Base_Widget_AppCompat_Toolbar = 2131230874;
+ // aapt resource value: 0x7f0800d7
+ public const int Base_Widget_AppCompat_SeekBar_Discrete = 2131230935;
// aapt resource value: 0x7f080082
- public const int Base_Widget_AppCompat_Toolbar_Button_Navigation = 2131230850;
+ public const int Base_Widget_AppCompat_Spinner = 2131230850;
- // aapt resource value: 0x7f08018d
- public const int Base_Widget_Design_TabLayout = 2131231117;
+ // aapt resource value: 0x7f080019
+ public const int Base_Widget_AppCompat_Spinner_Underlined = 2131230745;
- // aapt resource value: 0x7f08018e
- public const int Base_Widget_MaterialComponents_Chip = 2131231118;
+ // aapt resource value: 0x7f080083
+ public const int Base_Widget_AppCompat_TextView_SpinnerItem = 2131230851;
+
+ // aapt resource value: 0x7f08009c
+ public const int Base_Widget_AppCompat_Toolbar = 2131230876;
+
+ // aapt resource value: 0x7f080084
+ public const int Base_Widget_AppCompat_Toolbar_Button_Navigation = 2131230852;
// aapt resource value: 0x7f08018f
- public const int Base_Widget_MaterialComponents_TextInputEditText = 2131231119;
+ public const int Base_Widget_Design_TabLayout = 2131231119;
// aapt resource value: 0x7f080190
- public const int Base_Widget_MaterialComponents_TextInputLayout = 2131231120;
+ public const int Base_Widget_MaterialComponents_Chip = 2131231120;
- // aapt resource value: 0x7f080010
- public const int CardView = 2131230736;
+ // aapt resource value: 0x7f080191
+ public const int Base_Widget_MaterialComponents_TextInputEditText = 2131231121;
+
+ // aapt resource value: 0x7f080192
+ public const int Base_Widget_MaterialComponents_TextInputLayout = 2131231122;
// aapt resource value: 0x7f080012
- public const int CardView_Dark = 2131230738;
+ public const int CardView = 2131230738;
- // aapt resource value: 0x7f080013
- public const int CardView_Light = 2131230739;
+ // aapt resource value: 0x7f080014
+ public const int CardView_Dark = 2131230740;
- // aapt resource value: 0x7f080204
- public const int MainTheme = 2131231236;
+ // aapt resource value: 0x7f080015
+ public const int CardView_Light = 2131230741;
- // aapt resource value: 0x7f080205
- public const int MainTheme_Base = 2131231237;
+ // aapt resource value: 0x7f080206
+ public const int MainTheme = 2131231238;
// aapt resource value: 0x7f080207
- public const int MainTheme_Launcher = 2131231239;
-
- // aapt resource value: 0x7f080083
- public const int Platform_AppCompat = 2131230851;
+ public const int MainTheme_Base = 2131231239;
- // aapt resource value: 0x7f080084
- public const int Platform_AppCompat_Light = 2131230852;
+ // aapt resource value: 0x7f080209
+ public const int MainTheme_Launcher = 2131231241;
- // aapt resource value: 0x7f080191
- public const int Platform_MaterialComponents = 2131231121;
+ // aapt resource value: 0x7f080085
+ public const int Platform_AppCompat = 2131230853;
- // aapt resource value: 0x7f080192
- public const int Platform_MaterialComponents_Dialog = 2131231122;
+ // aapt resource value: 0x7f080086
+ public const int Platform_AppCompat_Light = 2131230854;
// aapt resource value: 0x7f080193
- public const int Platform_MaterialComponents_Light = 2131231123;
+ public const int Platform_MaterialComponents = 2131231123;
// aapt resource value: 0x7f080194
- public const int Platform_MaterialComponents_Light_Dialog = 2131231124;
+ public const int Platform_MaterialComponents_Dialog = 2131231124;
- // aapt resource value: 0x7f080085
- public const int Platform_ThemeOverlay_AppCompat = 2131230853;
+ // aapt resource value: 0x7f080195
+ public const int Platform_MaterialComponents_Light = 2131231125;
- // aapt resource value: 0x7f080086
- public const int Platform_ThemeOverlay_AppCompat_Dark = 2131230854;
+ // aapt resource value: 0x7f080196
+ public const int Platform_MaterialComponents_Light_Dialog = 2131231126;
// aapt resource value: 0x7f080087
- public const int Platform_ThemeOverlay_AppCompat_Light = 2131230855;
+ public const int Platform_ThemeOverlay_AppCompat = 2131230855;
// aapt resource value: 0x7f080088
- public const int Platform_V21_AppCompat = 2131230856;
+ public const int Platform_ThemeOverlay_AppCompat_Dark = 2131230856;
// aapt resource value: 0x7f080089
- public const int Platform_V21_AppCompat_Light = 2131230857;
+ public const int Platform_ThemeOverlay_AppCompat_Light = 2131230857;
- // aapt resource value: 0x7f080095
- public const int Platform_V25_AppCompat = 2131230869;
+ // aapt resource value: 0x7f08008a
+ public const int Platform_V21_AppCompat = 2131230858;
- // aapt resource value: 0x7f080096
- public const int Platform_V25_AppCompat_Light = 2131230870;
+ // aapt resource value: 0x7f08008b
+ public const int Platform_V21_AppCompat_Light = 2131230859;
- // aapt resource value: 0x7f0800d6
- public const int Platform_Widget_AppCompat_Spinner = 2131230934;
+ // aapt resource value: 0x7f080097
+ public const int Platform_V25_AppCompat = 2131230871;
- // aapt resource value: 0x7f080020
- public const int RtlOverlay_DialogWindowTitle_AppCompat = 2131230752;
+ // aapt resource value: 0x7f080098
+ public const int Platform_V25_AppCompat_Light = 2131230872;
- // aapt resource value: 0x7f080021
- public const int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 2131230753;
+ // aapt resource value: 0x7f0800d8
+ public const int Platform_Widget_AppCompat_Spinner = 2131230936;
// aapt resource value: 0x7f080022
- public const int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 2131230754;
+ public const int RtlOverlay_DialogWindowTitle_AppCompat = 2131230754;
// aapt resource value: 0x7f080023
- public const int RtlOverlay_Widget_AppCompat_PopupMenuItem = 2131230755;
+ public const int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 2131230755;
// aapt resource value: 0x7f080024
- public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 2131230756;
+ public const int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 2131230756;
// aapt resource value: 0x7f080025
- public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = 2131230757;
+ public const int RtlOverlay_Widget_AppCompat_PopupMenuItem = 2131230757;
// aapt resource value: 0x7f080026
- public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = 2131230758;
+ public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 2131230758;
// aapt resource value: 0x7f080027
- public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 2131230759;
+ public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = 2131230759;
// aapt resource value: 0x7f080028
- public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = 2131230760;
+ public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = 2131230760;
// aapt resource value: 0x7f080029
- public const int RtlOverlay_Widget_AppCompat_Search_DropDown = 2131230761;
+ public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 2131230761;
// aapt resource value: 0x7f08002a
- public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 2131230762;
+ public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = 2131230762;
// aapt resource value: 0x7f08002b
- public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 2131230763;
+ public const int RtlOverlay_Widget_AppCompat_Search_DropDown = 2131230763;
// aapt resource value: 0x7f08002c
- public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 2131230764;
+ public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 2131230764;
// aapt resource value: 0x7f08002d
- public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 2131230765;
+ public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 2131230765;
// aapt resource value: 0x7f08002e
- public const int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 2131230766;
+ public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 2131230766;
// aapt resource value: 0x7f08002f
- public const int RtlUnderlay_Widget_AppCompat_ActionButton = 2131230767;
+ public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 2131230767;
// aapt resource value: 0x7f080030
- public const int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 2131230768;
+ public const int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 2131230768;
- // aapt resource value: 0x7f0800d7
- public const int TextAppearance_AppCompat = 2131230935;
+ // aapt resource value: 0x7f080031
+ public const int RtlUnderlay_Widget_AppCompat_ActionButton = 2131230769;
- // aapt resource value: 0x7f0800d8
- public const int TextAppearance_AppCompat_Body1 = 2131230936;
+ // aapt resource value: 0x7f080032
+ public const int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 2131230770;
// aapt resource value: 0x7f0800d9
- public const int TextAppearance_AppCompat_Body2 = 2131230937;
+ public const int TextAppearance_AppCompat = 2131230937;
// aapt resource value: 0x7f0800da
- public const int TextAppearance_AppCompat_Button = 2131230938;
+ public const int TextAppearance_AppCompat_Body1 = 2131230938;
// aapt resource value: 0x7f0800db
- public const int TextAppearance_AppCompat_Caption = 2131230939;
+ public const int TextAppearance_AppCompat_Body2 = 2131230939;
// aapt resource value: 0x7f0800dc
- public const int TextAppearance_AppCompat_Display1 = 2131230940;
+ public const int TextAppearance_AppCompat_Button = 2131230940;
// aapt resource value: 0x7f0800dd
- public const int TextAppearance_AppCompat_Display2 = 2131230941;
+ public const int TextAppearance_AppCompat_Caption = 2131230941;
// aapt resource value: 0x7f0800de
- public const int TextAppearance_AppCompat_Display3 = 2131230942;
+ public const int TextAppearance_AppCompat_Display1 = 2131230942;
// aapt resource value: 0x7f0800df
- public const int TextAppearance_AppCompat_Display4 = 2131230943;
+ public const int TextAppearance_AppCompat_Display2 = 2131230943;
// aapt resource value: 0x7f0800e0
- public const int TextAppearance_AppCompat_Headline = 2131230944;
+ public const int TextAppearance_AppCompat_Display3 = 2131230944;
// aapt resource value: 0x7f0800e1
- public const int TextAppearance_AppCompat_Inverse = 2131230945;
+ public const int TextAppearance_AppCompat_Display4 = 2131230945;
// aapt resource value: 0x7f0800e2
- public const int TextAppearance_AppCompat_Large = 2131230946;
+ public const int TextAppearance_AppCompat_Headline = 2131230946;
// aapt resource value: 0x7f0800e3
- public const int TextAppearance_AppCompat_Large_Inverse = 2131230947;
+ public const int TextAppearance_AppCompat_Inverse = 2131230947;
// aapt resource value: 0x7f0800e4
- public const int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 2131230948;
+ public const int TextAppearance_AppCompat_Large = 2131230948;
// aapt resource value: 0x7f0800e5
- public const int TextAppearance_AppCompat_Light_SearchResult_Title = 2131230949;
+ public const int TextAppearance_AppCompat_Large_Inverse = 2131230949;
// aapt resource value: 0x7f0800e6
- public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131230950;
+ public const int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 2131230950;
// aapt resource value: 0x7f0800e7
- public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131230951;
+ public const int TextAppearance_AppCompat_Light_SearchResult_Title = 2131230951;
// aapt resource value: 0x7f0800e8
- public const int TextAppearance_AppCompat_Medium = 2131230952;
+ public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131230952;
// aapt resource value: 0x7f0800e9
- public const int TextAppearance_AppCompat_Medium_Inverse = 2131230953;
+ public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131230953;
// aapt resource value: 0x7f0800ea
- public const int TextAppearance_AppCompat_Menu = 2131230954;
+ public const int TextAppearance_AppCompat_Medium = 2131230954;
// aapt resource value: 0x7f0800eb
- public const int TextAppearance_AppCompat_SearchResult_Subtitle = 2131230955;
+ public const int TextAppearance_AppCompat_Medium_Inverse = 2131230955;
// aapt resource value: 0x7f0800ec
- public const int TextAppearance_AppCompat_SearchResult_Title = 2131230956;
+ public const int TextAppearance_AppCompat_Menu = 2131230956;
// aapt resource value: 0x7f0800ed
- public const int TextAppearance_AppCompat_Small = 2131230957;
+ public const int TextAppearance_AppCompat_SearchResult_Subtitle = 2131230957;
// aapt resource value: 0x7f0800ee
- public const int TextAppearance_AppCompat_Small_Inverse = 2131230958;
+ public const int TextAppearance_AppCompat_SearchResult_Title = 2131230958;
// aapt resource value: 0x7f0800ef
- public const int TextAppearance_AppCompat_Subhead = 2131230959;
+ public const int TextAppearance_AppCompat_Small = 2131230959;
// aapt resource value: 0x7f0800f0
- public const int TextAppearance_AppCompat_Subhead_Inverse = 2131230960;
+ public const int TextAppearance_AppCompat_Small_Inverse = 2131230960;
// aapt resource value: 0x7f0800f1
- public const int TextAppearance_AppCompat_Title = 2131230961;
+ public const int TextAppearance_AppCompat_Subhead = 2131230961;
// aapt resource value: 0x7f0800f2
- public const int TextAppearance_AppCompat_Title_Inverse = 2131230962;
-
- // aapt resource value: 0x7f08001f
- public const int TextAppearance_AppCompat_Tooltip = 2131230751;
+ public const int TextAppearance_AppCompat_Subhead_Inverse = 2131230962;
// aapt resource value: 0x7f0800f3
- public const int TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131230963;
+ public const int TextAppearance_AppCompat_Title = 2131230963;
// aapt resource value: 0x7f0800f4
- public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131230964;
+ public const int TextAppearance_AppCompat_Title_Inverse = 2131230964;
+
+ // aapt resource value: 0x7f080021
+ public const int TextAppearance_AppCompat_Tooltip = 2131230753;
// aapt resource value: 0x7f0800f5
- public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131230965;
+ public const int TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131230965;
// aapt resource value: 0x7f0800f6
- public const int TextAppearance_AppCompat_Widget_ActionBar_Title = 2131230966;
+ public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131230966;
// aapt resource value: 0x7f0800f7
- public const int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131230967;
+ public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131230967;
// aapt resource value: 0x7f0800f8
- public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131230968;
+ public const int TextAppearance_AppCompat_Widget_ActionBar_Title = 2131230968;
// aapt resource value: 0x7f0800f9
- public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 2131230969;
+ public const int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131230969;
// aapt resource value: 0x7f0800fa
- public const int TextAppearance_AppCompat_Widget_ActionMode_Title = 2131230970;
+ public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131230970;
// aapt resource value: 0x7f0800fb
- public const int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 2131230971;
+ public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 2131230971;
// aapt resource value: 0x7f0800fc
- public const int TextAppearance_AppCompat_Widget_Button = 2131230972;
+ public const int TextAppearance_AppCompat_Widget_ActionMode_Title = 2131230972;
// aapt resource value: 0x7f0800fd
- public const int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131230973;
+ public const int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 2131230973;
// aapt resource value: 0x7f0800fe
- public const int TextAppearance_AppCompat_Widget_Button_Colored = 2131230974;
+ public const int TextAppearance_AppCompat_Widget_Button = 2131230974;
// aapt resource value: 0x7f0800ff
- public const int TextAppearance_AppCompat_Widget_Button_Inverse = 2131230975;
+ public const int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131230975;
// aapt resource value: 0x7f080100
- public const int TextAppearance_AppCompat_Widget_DropDownItem = 2131230976;
+ public const int TextAppearance_AppCompat_Widget_Button_Colored = 2131230976;
// aapt resource value: 0x7f080101
- public const int TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131230977;
+ public const int TextAppearance_AppCompat_Widget_Button_Inverse = 2131230977;
// aapt resource value: 0x7f080102
- public const int TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131230978;
+ public const int TextAppearance_AppCompat_Widget_DropDownItem = 2131230978;
// aapt resource value: 0x7f080103
- public const int TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131230979;
+ public const int TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131230979;
// aapt resource value: 0x7f080104
- public const int TextAppearance_AppCompat_Widget_Switch = 2131230980;
+ public const int TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131230980;
// aapt resource value: 0x7f080105
- public const int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131230981;
+ public const int TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131230981;
- // aapt resource value: 0x7f0801fd
- public const int TextAppearance_Compat_Notification = 2131231229;
+ // aapt resource value: 0x7f080106
+ public const int TextAppearance_AppCompat_Widget_Switch = 2131230982;
- // aapt resource value: 0x7f0801fe
- public const int TextAppearance_Compat_Notification_Info = 2131231230;
+ // aapt resource value: 0x7f080107
+ public const int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131230983;
- // aapt resource value: 0x7f080166
- public const int TextAppearance_Compat_Notification_Info_Media = 2131231078;
+ // aapt resource value: 0x7f0801ff
+ public const int TextAppearance_Compat_Notification = 2131231231;
- // aapt resource value: 0x7f080203
- public const int TextAppearance_Compat_Notification_Line2 = 2131231235;
+ // aapt resource value: 0x7f080200
+ public const int TextAppearance_Compat_Notification_Info = 2131231232;
- // aapt resource value: 0x7f08016a
- public const int TextAppearance_Compat_Notification_Line2_Media = 2131231082;
+ // aapt resource value: 0x7f080168
+ public const int TextAppearance_Compat_Notification_Info_Media = 2131231080;
- // aapt resource value: 0x7f080167
- public const int TextAppearance_Compat_Notification_Media = 2131231079;
+ // aapt resource value: 0x7f080205
+ public const int TextAppearance_Compat_Notification_Line2 = 2131231237;
- // aapt resource value: 0x7f0801ff
- public const int TextAppearance_Compat_Notification_Time = 2131231231;
+ // aapt resource value: 0x7f08016c
+ public const int TextAppearance_Compat_Notification_Line2_Media = 2131231084;
- // aapt resource value: 0x7f080168
- public const int TextAppearance_Compat_Notification_Time_Media = 2131231080;
+ // aapt resource value: 0x7f080169
+ public const int TextAppearance_Compat_Notification_Media = 2131231081;
- // aapt resource value: 0x7f080200
- public const int TextAppearance_Compat_Notification_Title = 2131231232;
+ // aapt resource value: 0x7f080201
+ public const int TextAppearance_Compat_Notification_Time = 2131231233;
- // aapt resource value: 0x7f080169
- public const int TextAppearance_Compat_Notification_Title_Media = 2131231081;
+ // aapt resource value: 0x7f08016a
+ public const int TextAppearance_Compat_Notification_Time_Media = 2131231082;
- // aapt resource value: 0x7f080195
- public const int TextAppearance_Design_CollapsingToolbar_Expanded = 2131231125;
+ // aapt resource value: 0x7f080202
+ public const int TextAppearance_Compat_Notification_Title = 2131231234;
- // aapt resource value: 0x7f080196
- public const int TextAppearance_Design_Counter = 2131231126;
+ // aapt resource value: 0x7f08016b
+ public const int TextAppearance_Compat_Notification_Title_Media = 2131231083;
// aapt resource value: 0x7f080197
- public const int TextAppearance_Design_Counter_Overflow = 2131231127;
+ public const int TextAppearance_Design_CollapsingToolbar_Expanded = 2131231127;
// aapt resource value: 0x7f080198
- public const int TextAppearance_Design_Error = 2131231128;
+ public const int TextAppearance_Design_Counter = 2131231128;
// aapt resource value: 0x7f080199
- public const int TextAppearance_Design_HelperText = 2131231129;
+ public const int TextAppearance_Design_Counter_Overflow = 2131231129;
// aapt resource value: 0x7f08019a
- public const int TextAppearance_Design_Hint = 2131231130;
+ public const int TextAppearance_Design_Error = 2131231130;
// aapt resource value: 0x7f08019b
- public const int TextAppearance_Design_Snackbar_Message = 2131231131;
+ public const int TextAppearance_Design_HelperText = 2131231131;
// aapt resource value: 0x7f08019c
- public const int TextAppearance_Design_Tab = 2131231132;
+ public const int TextAppearance_Design_Hint = 2131231132;
// aapt resource value: 0x7f08019d
- public const int TextAppearance_MaterialComponents_Body1 = 2131231133;
+ public const int TextAppearance_Design_Snackbar_Message = 2131231133;
// aapt resource value: 0x7f08019e
- public const int TextAppearance_MaterialComponents_Body2 = 2131231134;
-
- // aapt resource value: 0x7f08016e
- public const int TextAppearance_MaterialComponents_Button = 2131231086;
+ public const int TextAppearance_Design_Tab = 2131231134;
// aapt resource value: 0x7f08019f
- public const int TextAppearance_MaterialComponents_Caption = 2131231135;
+ public const int TextAppearance_MaterialComponents_Body1 = 2131231135;
// aapt resource value: 0x7f0801a0
- public const int TextAppearance_MaterialComponents_Chip = 2131231136;
+ public const int TextAppearance_MaterialComponents_Body2 = 2131231136;
+
+ // aapt resource value: 0x7f080170
+ public const int TextAppearance_MaterialComponents_Button = 2131231088;
// aapt resource value: 0x7f0801a1
- public const int TextAppearance_MaterialComponents_Headline1 = 2131231137;
+ public const int TextAppearance_MaterialComponents_Caption = 2131231137;
// aapt resource value: 0x7f0801a2
- public const int TextAppearance_MaterialComponents_Headline2 = 2131231138;
+ public const int TextAppearance_MaterialComponents_Chip = 2131231138;
// aapt resource value: 0x7f0801a3
- public const int TextAppearance_MaterialComponents_Headline3 = 2131231139;
+ public const int TextAppearance_MaterialComponents_Headline1 = 2131231139;
// aapt resource value: 0x7f0801a4
- public const int TextAppearance_MaterialComponents_Headline4 = 2131231140;
+ public const int TextAppearance_MaterialComponents_Headline2 = 2131231140;
// aapt resource value: 0x7f0801a5
- public const int TextAppearance_MaterialComponents_Headline5 = 2131231141;
-
- // aapt resource value: 0x7f08016f
- public const int TextAppearance_MaterialComponents_Headline6 = 2131231087;
-
- // aapt resource value: 0x7f080170
- public const int TextAppearance_MaterialComponents_Overline = 2131231088;
+ public const int TextAppearance_MaterialComponents_Headline3 = 2131231141;
// aapt resource value: 0x7f0801a6
- public const int TextAppearance_MaterialComponents_Subtitle1 = 2131231142;
+ public const int TextAppearance_MaterialComponents_Headline4 = 2131231142;
+
+ // aapt resource value: 0x7f0801a7
+ public const int TextAppearance_MaterialComponents_Headline5 = 2131231143;
// aapt resource value: 0x7f080171
- public const int TextAppearance_MaterialComponents_Subtitle2 = 2131231089;
+ public const int TextAppearance_MaterialComponents_Headline6 = 2131231089;
- // aapt resource value: 0x7f0801a7
- public const int TextAppearance_MaterialComponents_Tab = 2131231143;
+ // aapt resource value: 0x7f080172
+ public const int TextAppearance_MaterialComponents_Overline = 2131231090;
- // aapt resource value: 0x7f080005
- public const int TextAppearance_MediaRouter_PrimaryText = 2131230725;
+ // aapt resource value: 0x7f0801a8
+ public const int TextAppearance_MaterialComponents_Subtitle1 = 2131231144;
- // aapt resource value: 0x7f080006
- public const int TextAppearance_MediaRouter_SecondaryText = 2131230726;
+ // aapt resource value: 0x7f080173
+ public const int TextAppearance_MaterialComponents_Subtitle2 = 2131231091;
+
+ // aapt resource value: 0x7f0801a9
+ public const int TextAppearance_MaterialComponents_Tab = 2131231145;
// aapt resource value: 0x7f080007
- public const int TextAppearance_MediaRouter_Title = 2131230727;
+ public const int TextAppearance_MediaRouter_PrimaryText = 2131230727;
- // aapt resource value: 0x7f080106
- public const int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131230982;
+ // aapt resource value: 0x7f080008
+ public const int TextAppearance_MediaRouter_SecondaryText = 2131230728;
- // aapt resource value: 0x7f080107
- public const int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131230983;
+ // aapt resource value: 0x7f080009
+ public const int TextAppearance_MediaRouter_Title = 2131230729;
// aapt resource value: 0x7f080108
- public const int TextAppearance_Widget_AppCompat_Toolbar_Title = 2131230984;
+ public const int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131230984;
// aapt resource value: 0x7f080109
- public const int Theme_AppCompat = 2131230985;
+ public const int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131230985;
// aapt resource value: 0x7f08010a
- public const int Theme_AppCompat_CompactMenu = 2131230986;
+ public const int TextAppearance_Widget_AppCompat_Toolbar_Title = 2131230986;
- // aapt resource value: 0x7f080018
- public const int Theme_AppCompat_DayNight = 2131230744;
+ // aapt resource value: 0x7f08010b
+ public const int Theme_AppCompat = 2131230987;
- // aapt resource value: 0x7f080019
- public const int Theme_AppCompat_DayNight_DarkActionBar = 2131230745;
+ // aapt resource value: 0x7f08010c
+ public const int Theme_AppCompat_CompactMenu = 2131230988;
// aapt resource value: 0x7f08001a
- public const int Theme_AppCompat_DayNight_Dialog = 2131230746;
+ public const int Theme_AppCompat_DayNight = 2131230746;
// aapt resource value: 0x7f08001b
- public const int Theme_AppCompat_DayNight_Dialog_Alert = 2131230747;
+ public const int Theme_AppCompat_DayNight_DarkActionBar = 2131230747;
// aapt resource value: 0x7f08001c
- public const int Theme_AppCompat_DayNight_Dialog_MinWidth = 2131230748;
+ public const int Theme_AppCompat_DayNight_Dialog = 2131230748;
// aapt resource value: 0x7f08001d
- public const int Theme_AppCompat_DayNight_DialogWhenLarge = 2131230749;
+ public const int Theme_AppCompat_DayNight_Dialog_Alert = 2131230749;
// aapt resource value: 0x7f08001e
- public const int Theme_AppCompat_DayNight_NoActionBar = 2131230750;
+ public const int Theme_AppCompat_DayNight_Dialog_MinWidth = 2131230750;
- // aapt resource value: 0x7f08010b
- public const int Theme_AppCompat_Dialog = 2131230987;
+ // aapt resource value: 0x7f08001f
+ public const int Theme_AppCompat_DayNight_DialogWhenLarge = 2131230751;
- // aapt resource value: 0x7f08010c
- public const int Theme_AppCompat_Dialog_Alert = 2131230988;
+ // aapt resource value: 0x7f080020
+ public const int Theme_AppCompat_DayNight_NoActionBar = 2131230752;
// aapt resource value: 0x7f08010d
- public const int Theme_AppCompat_Dialog_MinWidth = 2131230989;
+ public const int Theme_AppCompat_Dialog = 2131230989;
// aapt resource value: 0x7f08010e
- public const int Theme_AppCompat_DialogWhenLarge = 2131230990;
+ public const int Theme_AppCompat_Dialog_Alert = 2131230990;
// aapt resource value: 0x7f08010f
- public const int Theme_AppCompat_Light = 2131230991;
+ public const int Theme_AppCompat_Dialog_MinWidth = 2131230991;
// aapt resource value: 0x7f080110
- public const int Theme_AppCompat_Light_DarkActionBar = 2131230992;
+ public const int Theme_AppCompat_DialogWhenLarge = 2131230992;
// aapt resource value: 0x7f080111
- public const int Theme_AppCompat_Light_Dialog = 2131230993;
+ public const int Theme_AppCompat_Light = 2131230993;
// aapt resource value: 0x7f080112
- public const int Theme_AppCompat_Light_Dialog_Alert = 2131230994;
+ public const int Theme_AppCompat_Light_DarkActionBar = 2131230994;
// aapt resource value: 0x7f080113
- public const int Theme_AppCompat_Light_Dialog_MinWidth = 2131230995;
+ public const int Theme_AppCompat_Light_Dialog = 2131230995;
// aapt resource value: 0x7f080114
- public const int Theme_AppCompat_Light_DialogWhenLarge = 2131230996;
+ public const int Theme_AppCompat_Light_Dialog_Alert = 2131230996;
// aapt resource value: 0x7f080115
- public const int Theme_AppCompat_Light_NoActionBar = 2131230997;
+ public const int Theme_AppCompat_Light_Dialog_MinWidth = 2131230997;
// aapt resource value: 0x7f080116
- public const int Theme_AppCompat_NoActionBar = 2131230998;
+ public const int Theme_AppCompat_Light_DialogWhenLarge = 2131230998;
- // aapt resource value: 0x7f0801a8
- public const int Theme_Design = 2131231144;
+ // aapt resource value: 0x7f080117
+ public const int Theme_AppCompat_Light_NoActionBar = 2131230999;
- // aapt resource value: 0x7f0801a9
- public const int Theme_Design_BottomSheetDialog = 2131231145;
+ // aapt resource value: 0x7f080118
+ public const int Theme_AppCompat_NoActionBar = 2131231000;
// aapt resource value: 0x7f0801aa
- public const int Theme_Design_Light = 2131231146;
+ public const int Theme_Design = 2131231146;
// aapt resource value: 0x7f0801ab
- public const int Theme_Design_Light_BottomSheetDialog = 2131231147;
+ public const int Theme_Design_BottomSheetDialog = 2131231147;
// aapt resource value: 0x7f0801ac
- public const int Theme_Design_Light_NoActionBar = 2131231148;
+ public const int Theme_Design_Light = 2131231148;
// aapt resource value: 0x7f0801ad
- public const int Theme_Design_NoActionBar = 2131231149;
+ public const int Theme_Design_Light_BottomSheetDialog = 2131231149;
// aapt resource value: 0x7f0801ae
- public const int Theme_MaterialComponents = 2131231150;
+ public const int Theme_Design_Light_NoActionBar = 2131231150;
// aapt resource value: 0x7f0801af
- public const int Theme_MaterialComponents_BottomSheetDialog = 2131231151;
+ public const int Theme_Design_NoActionBar = 2131231151;
// aapt resource value: 0x7f0801b0
- public const int Theme_MaterialComponents_Bridge = 2131231152;
+ public const int Theme_MaterialComponents = 2131231152;
// aapt resource value: 0x7f0801b1
- public const int Theme_MaterialComponents_CompactMenu = 2131231153;
+ public const int Theme_MaterialComponents_BottomSheetDialog = 2131231153;
// aapt resource value: 0x7f0801b2
- public const int Theme_MaterialComponents_Dialog = 2131231154;
+ public const int Theme_MaterialComponents_Bridge = 2131231154;
// aapt resource value: 0x7f0801b3
- public const int Theme_MaterialComponents_Dialog_Alert = 2131231155;
+ public const int Theme_MaterialComponents_CompactMenu = 2131231155;
// aapt resource value: 0x7f0801b4
- public const int Theme_MaterialComponents_Dialog_MinWidth = 2131231156;
+ public const int Theme_MaterialComponents_Dialog = 2131231156;
// aapt resource value: 0x7f0801b5
- public const int Theme_MaterialComponents_DialogWhenLarge = 2131231157;
+ public const int Theme_MaterialComponents_Dialog_Alert = 2131231157;
// aapt resource value: 0x7f0801b6
- public const int Theme_MaterialComponents_Light = 2131231158;
+ public const int Theme_MaterialComponents_Dialog_MinWidth = 2131231158;
// aapt resource value: 0x7f0801b7
- public const int Theme_MaterialComponents_Light_BottomSheetDialog = 2131231159;
+ public const int Theme_MaterialComponents_DialogWhenLarge = 2131231159;
// aapt resource value: 0x7f0801b8
- public const int Theme_MaterialComponents_Light_Bridge = 2131231160;
+ public const int Theme_MaterialComponents_Light = 2131231160;
// aapt resource value: 0x7f0801b9
- public const int Theme_MaterialComponents_Light_DarkActionBar = 2131231161;
+ public const int Theme_MaterialComponents_Light_BottomSheetDialog = 2131231161;
// aapt resource value: 0x7f0801ba
- public const int Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131231162;
+ public const int Theme_MaterialComponents_Light_Bridge = 2131231162;
// aapt resource value: 0x7f0801bb
- public const int Theme_MaterialComponents_Light_Dialog = 2131231163;
+ public const int Theme_MaterialComponents_Light_DarkActionBar = 2131231163;
// aapt resource value: 0x7f0801bc
- public const int Theme_MaterialComponents_Light_Dialog_Alert = 2131231164;
+ public const int Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131231164;
// aapt resource value: 0x7f0801bd
- public const int Theme_MaterialComponents_Light_Dialog_MinWidth = 2131231165;
+ public const int Theme_MaterialComponents_Light_Dialog = 2131231165;
// aapt resource value: 0x7f0801be
- public const int Theme_MaterialComponents_Light_DialogWhenLarge = 2131231166;
+ public const int Theme_MaterialComponents_Light_Dialog_Alert = 2131231166;
// aapt resource value: 0x7f0801bf
- public const int Theme_MaterialComponents_Light_NoActionBar = 2131231167;
+ public const int Theme_MaterialComponents_Light_Dialog_MinWidth = 2131231167;
// aapt resource value: 0x7f0801c0
- public const int Theme_MaterialComponents_Light_NoActionBar_Bridge = 2131231168;
+ public const int Theme_MaterialComponents_Light_DialogWhenLarge = 2131231168;
// aapt resource value: 0x7f0801c1
- public const int Theme_MaterialComponents_NoActionBar = 2131231169;
+ public const int Theme_MaterialComponents_Light_NoActionBar = 2131231169;
// aapt resource value: 0x7f0801c2
- public const int Theme_MaterialComponents_NoActionBar_Bridge = 2131231170;
+ public const int Theme_MaterialComponents_Light_NoActionBar_Bridge = 2131231170;
- // aapt resource value: 0x7f080008
- public const int Theme_MediaRouter = 2131230728;
+ // aapt resource value: 0x7f0801c3
+ public const int Theme_MaterialComponents_NoActionBar = 2131231171;
- // aapt resource value: 0x7f080009
- public const int Theme_MediaRouter_Light = 2131230729;
+ // aapt resource value: 0x7f0801c4
+ public const int Theme_MaterialComponents_NoActionBar_Bridge = 2131231172;
// aapt resource value: 0x7f08000a
- public const int Theme_MediaRouter_Light_DarkControlPanel = 2131230730;
+ public const int Theme_MediaRouter = 2131230730;
// aapt resource value: 0x7f08000b
- public const int Theme_MediaRouter_LightControlPanel = 2131230731;
+ public const int Theme_MediaRouter_Light = 2131230731;
- // aapt resource value: 0x7f080117
- public const int ThemeOverlay_AppCompat = 2131230999;
+ // aapt resource value: 0x7f08000c
+ public const int Theme_MediaRouter_Light_DarkControlPanel = 2131230732;
- // aapt resource value: 0x7f080118
- public const int ThemeOverlay_AppCompat_ActionBar = 2131231000;
+ // aapt resource value: 0x7f08000d
+ public const int Theme_MediaRouter_LightControlPanel = 2131230733;
// aapt resource value: 0x7f080119
- public const int ThemeOverlay_AppCompat_Dark = 2131231001;
+ public const int ThemeOverlay_AppCompat = 2131231001;
// aapt resource value: 0x7f08011a
- public const int ThemeOverlay_AppCompat_Dark_ActionBar = 2131231002;
+ public const int ThemeOverlay_AppCompat_ActionBar = 2131231002;
// aapt resource value: 0x7f08011b
- public const int ThemeOverlay_AppCompat_Dialog = 2131231003;
+ public const int ThemeOverlay_AppCompat_Dark = 2131231003;
// aapt resource value: 0x7f08011c
- public const int ThemeOverlay_AppCompat_Dialog_Alert = 2131231004;
+ public const int ThemeOverlay_AppCompat_Dark_ActionBar = 2131231004;
// aapt resource value: 0x7f08011d
- public const int ThemeOverlay_AppCompat_Light = 2131231005;
+ public const int ThemeOverlay_AppCompat_Dialog = 2131231005;
- // aapt resource value: 0x7f0801c3
- public const int ThemeOverlay_MaterialComponents = 2131231171;
+ // aapt resource value: 0x7f08011e
+ public const int ThemeOverlay_AppCompat_Dialog_Alert = 2131231006;
- // aapt resource value: 0x7f0801c4
- public const int ThemeOverlay_MaterialComponents_ActionBar = 2131231172;
+ // aapt resource value: 0x7f08011f
+ public const int ThemeOverlay_AppCompat_Light = 2131231007;
// aapt resource value: 0x7f0801c5
- public const int ThemeOverlay_MaterialComponents_Dark = 2131231173;
+ public const int ThemeOverlay_MaterialComponents = 2131231173;
// aapt resource value: 0x7f0801c6
- public const int ThemeOverlay_MaterialComponents_Dark_ActionBar = 2131231174;
+ public const int ThemeOverlay_MaterialComponents_ActionBar = 2131231174;
// aapt resource value: 0x7f0801c7
- public const int ThemeOverlay_MaterialComponents_Dialog = 2131231175;
+ public const int ThemeOverlay_MaterialComponents_Dark = 2131231175;
// aapt resource value: 0x7f0801c8
- public const int ThemeOverlay_MaterialComponents_Dialog_Alert = 2131231176;
+ public const int ThemeOverlay_MaterialComponents_Dark_ActionBar = 2131231176;
// aapt resource value: 0x7f0801c9
- public const int ThemeOverlay_MaterialComponents_Light = 2131231177;
+ public const int ThemeOverlay_MaterialComponents_Dialog = 2131231177;
// aapt resource value: 0x7f0801ca
- public const int ThemeOverlay_MaterialComponents_TextInputEditText = 2131231178;
+ public const int ThemeOverlay_MaterialComponents_Dialog_Alert = 2131231178;
// aapt resource value: 0x7f0801cb
- public const int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox = 2131231179;
+ public const int ThemeOverlay_MaterialComponents_Light = 2131231179;
// aapt resource value: 0x7f0801cc
- public const int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense = 2131231180;
+ public const int ThemeOverlay_MaterialComponents_TextInputEditText = 2131231180;
// aapt resource value: 0x7f0801cd
- public const int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox = 2131231181;
+ public const int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox = 2131231181;
// aapt resource value: 0x7f0801ce
- public const int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 2131231182;
+ public const int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense = 2131231182;
- // aapt resource value: 0x7f08000c
- public const int ThemeOverlay_MediaRouter_Dark = 2131230732;
+ // aapt resource value: 0x7f0801cf
+ public const int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox = 2131231183;
- // aapt resource value: 0x7f08000d
- public const int ThemeOverlay_MediaRouter_Light = 2131230733;
+ // aapt resource value: 0x7f0801d0
+ public const int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 2131231184;
- // aapt resource value: 0x7f08011e
- public const int Widget_AppCompat_ActionBar = 2131231006;
+ // aapt resource value: 0x7f08000e
+ public const int ThemeOverlay_MediaRouter_Dark = 2131230734;
- // aapt resource value: 0x7f08011f
- public const int Widget_AppCompat_ActionBar_Solid = 2131231007;
+ // aapt resource value: 0x7f08000f
+ public const int ThemeOverlay_MediaRouter_Light = 2131230735;
// aapt resource value: 0x7f080120
- public const int Widget_AppCompat_ActionBar_TabBar = 2131231008;
+ public const int Widget_AppCompat_ActionBar = 2131231008;
// aapt resource value: 0x7f080121
- public const int Widget_AppCompat_ActionBar_TabText = 2131231009;
+ public const int Widget_AppCompat_ActionBar_Solid = 2131231009;
// aapt resource value: 0x7f080122
- public const int Widget_AppCompat_ActionBar_TabView = 2131231010;
+ public const int Widget_AppCompat_ActionBar_TabBar = 2131231010;
// aapt resource value: 0x7f080123
- public const int Widget_AppCompat_ActionButton = 2131231011;
+ public const int Widget_AppCompat_ActionBar_TabText = 2131231011;
// aapt resource value: 0x7f080124
- public const int Widget_AppCompat_ActionButton_CloseMode = 2131231012;
+ public const int Widget_AppCompat_ActionBar_TabView = 2131231012;
// aapt resource value: 0x7f080125
- public const int Widget_AppCompat_ActionButton_Overflow = 2131231013;
+ public const int Widget_AppCompat_ActionButton = 2131231013;
// aapt resource value: 0x7f080126
- public const int Widget_AppCompat_ActionMode = 2131231014;
+ public const int Widget_AppCompat_ActionButton_CloseMode = 2131231014;
// aapt resource value: 0x7f080127
- public const int Widget_AppCompat_ActivityChooserView = 2131231015;
+ public const int Widget_AppCompat_ActionButton_Overflow = 2131231015;
// aapt resource value: 0x7f080128
- public const int Widget_AppCompat_AutoCompleteTextView = 2131231016;
+ public const int Widget_AppCompat_ActionMode = 2131231016;
// aapt resource value: 0x7f080129
- public const int Widget_AppCompat_Button = 2131231017;
+ public const int Widget_AppCompat_ActivityChooserView = 2131231017;
// aapt resource value: 0x7f08012a
- public const int Widget_AppCompat_Button_Borderless = 2131231018;
+ public const int Widget_AppCompat_AutoCompleteTextView = 2131231018;
// aapt resource value: 0x7f08012b
- public const int Widget_AppCompat_Button_Borderless_Colored = 2131231019;
+ public const int Widget_AppCompat_Button = 2131231019;
// aapt resource value: 0x7f08012c
- public const int Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131231020;
+ public const int Widget_AppCompat_Button_Borderless = 2131231020;
// aapt resource value: 0x7f08012d
- public const int Widget_AppCompat_Button_Colored = 2131231021;
+ public const int Widget_AppCompat_Button_Borderless_Colored = 2131231021;
// aapt resource value: 0x7f08012e
- public const int Widget_AppCompat_Button_Small = 2131231022;
+ public const int Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131231022;
// aapt resource value: 0x7f08012f
- public const int Widget_AppCompat_ButtonBar = 2131231023;
+ public const int Widget_AppCompat_Button_Colored = 2131231023;
// aapt resource value: 0x7f080130
- public const int Widget_AppCompat_ButtonBar_AlertDialog = 2131231024;
+ public const int Widget_AppCompat_Button_Small = 2131231024;
// aapt resource value: 0x7f080131
- public const int Widget_AppCompat_CompoundButton_CheckBox = 2131231025;
+ public const int Widget_AppCompat_ButtonBar = 2131231025;
// aapt resource value: 0x7f080132
- public const int Widget_AppCompat_CompoundButton_RadioButton = 2131231026;
+ public const int Widget_AppCompat_ButtonBar_AlertDialog = 2131231026;
// aapt resource value: 0x7f080133
- public const int Widget_AppCompat_CompoundButton_Switch = 2131231027;
+ public const int Widget_AppCompat_CompoundButton_CheckBox = 2131231027;
// aapt resource value: 0x7f080134
- public const int Widget_AppCompat_DrawerArrowToggle = 2131231028;
+ public const int Widget_AppCompat_CompoundButton_RadioButton = 2131231028;
// aapt resource value: 0x7f080135
- public const int Widget_AppCompat_DropDownItem_Spinner = 2131231029;
+ public const int Widget_AppCompat_CompoundButton_Switch = 2131231029;
// aapt resource value: 0x7f080136
- public const int Widget_AppCompat_EditText = 2131231030;
+ public const int Widget_AppCompat_DrawerArrowToggle = 2131231030;
// aapt resource value: 0x7f080137
- public const int Widget_AppCompat_ImageButton = 2131231031;
+ public const int Widget_AppCompat_DropDownItem_Spinner = 2131231031;
// aapt resource value: 0x7f080138
- public const int Widget_AppCompat_Light_ActionBar = 2131231032;
+ public const int Widget_AppCompat_EditText = 2131231032;
// aapt resource value: 0x7f080139
- public const int Widget_AppCompat_Light_ActionBar_Solid = 2131231033;
+ public const int Widget_AppCompat_ImageButton = 2131231033;
// aapt resource value: 0x7f08013a
- public const int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 2131231034;
+ public const int Widget_AppCompat_Light_ActionBar = 2131231034;
// aapt resource value: 0x7f08013b
- public const int Widget_AppCompat_Light_ActionBar_TabBar = 2131231035;
+ public const int Widget_AppCompat_Light_ActionBar_Solid = 2131231035;
// aapt resource value: 0x7f08013c
- public const int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 2131231036;
+ public const int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 2131231036;
// aapt resource value: 0x7f08013d
- public const int Widget_AppCompat_Light_ActionBar_TabText = 2131231037;
+ public const int Widget_AppCompat_Light_ActionBar_TabBar = 2131231037;
// aapt resource value: 0x7f08013e
- public const int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131231038;
+ public const int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 2131231038;
// aapt resource value: 0x7f08013f
- public const int Widget_AppCompat_Light_ActionBar_TabView = 2131231039;
+ public const int Widget_AppCompat_Light_ActionBar_TabText = 2131231039;
// aapt resource value: 0x7f080140
- public const int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 2131231040;
+ public const int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131231040;
// aapt resource value: 0x7f080141
- public const int Widget_AppCompat_Light_ActionButton = 2131231041;
+ public const int Widget_AppCompat_Light_ActionBar_TabView = 2131231041;
// aapt resource value: 0x7f080142
- public const int Widget_AppCompat_Light_ActionButton_CloseMode = 2131231042;
+ public const int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 2131231042;
// aapt resource value: 0x7f080143
- public const int Widget_AppCompat_Light_ActionButton_Overflow = 2131231043;
+ public const int Widget_AppCompat_Light_ActionButton = 2131231043;
// aapt resource value: 0x7f080144
- public const int Widget_AppCompat_Light_ActionMode_Inverse = 2131231044;
+ public const int Widget_AppCompat_Light_ActionButton_CloseMode = 2131231044;
// aapt resource value: 0x7f080145
- public const int Widget_AppCompat_Light_ActivityChooserView = 2131231045;
+ public const int Widget_AppCompat_Light_ActionButton_Overflow = 2131231045;
// aapt resource value: 0x7f080146
- public const int Widget_AppCompat_Light_AutoCompleteTextView = 2131231046;
+ public const int Widget_AppCompat_Light_ActionMode_Inverse = 2131231046;
// aapt resource value: 0x7f080147
- public const int Widget_AppCompat_Light_DropDownItem_Spinner = 2131231047;
+ public const int Widget_AppCompat_Light_ActivityChooserView = 2131231047;
// aapt resource value: 0x7f080148
- public const int Widget_AppCompat_Light_ListPopupWindow = 2131231048;
+ public const int Widget_AppCompat_Light_AutoCompleteTextView = 2131231048;
// aapt resource value: 0x7f080149
- public const int Widget_AppCompat_Light_ListView_DropDown = 2131231049;
+ public const int Widget_AppCompat_Light_DropDownItem_Spinner = 2131231049;
// aapt resource value: 0x7f08014a
- public const int Widget_AppCompat_Light_PopupMenu = 2131231050;
+ public const int Widget_AppCompat_Light_ListPopupWindow = 2131231050;
// aapt resource value: 0x7f08014b
- public const int Widget_AppCompat_Light_PopupMenu_Overflow = 2131231051;
+ public const int Widget_AppCompat_Light_ListView_DropDown = 2131231051;
// aapt resource value: 0x7f08014c
- public const int Widget_AppCompat_Light_SearchView = 2131231052;
+ public const int Widget_AppCompat_Light_PopupMenu = 2131231052;
// aapt resource value: 0x7f08014d
- public const int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 2131231053;
+ public const int Widget_AppCompat_Light_PopupMenu_Overflow = 2131231053;
// aapt resource value: 0x7f08014e
- public const int Widget_AppCompat_ListMenuView = 2131231054;
+ public const int Widget_AppCompat_Light_SearchView = 2131231054;
// aapt resource value: 0x7f08014f
- public const int Widget_AppCompat_ListPopupWindow = 2131231055;
+ public const int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 2131231055;
// aapt resource value: 0x7f080150
- public const int Widget_AppCompat_ListView = 2131231056;
+ public const int Widget_AppCompat_ListMenuView = 2131231056;
// aapt resource value: 0x7f080151
- public const int Widget_AppCompat_ListView_DropDown = 2131231057;
+ public const int Widget_AppCompat_ListPopupWindow = 2131231057;
// aapt resource value: 0x7f080152
- public const int Widget_AppCompat_ListView_Menu = 2131231058;
+ public const int Widget_AppCompat_ListView = 2131231058;
// aapt resource value: 0x7f080153
- public const int Widget_AppCompat_PopupMenu = 2131231059;
+ public const int Widget_AppCompat_ListView_DropDown = 2131231059;
// aapt resource value: 0x7f080154
- public const int Widget_AppCompat_PopupMenu_Overflow = 2131231060;
+ public const int Widget_AppCompat_ListView_Menu = 2131231060;
// aapt resource value: 0x7f080155
- public const int Widget_AppCompat_PopupWindow = 2131231061;
+ public const int Widget_AppCompat_PopupMenu = 2131231061;
// aapt resource value: 0x7f080156
- public const int Widget_AppCompat_ProgressBar = 2131231062;
+ public const int Widget_AppCompat_PopupMenu_Overflow = 2131231062;
// aapt resource value: 0x7f080157
- public const int Widget_AppCompat_ProgressBar_Horizontal = 2131231063;
+ public const int Widget_AppCompat_PopupWindow = 2131231063;
// aapt resource value: 0x7f080158
- public const int Widget_AppCompat_RatingBar = 2131231064;
+ public const int Widget_AppCompat_ProgressBar = 2131231064;
// aapt resource value: 0x7f080159
- public const int Widget_AppCompat_RatingBar_Indicator = 2131231065;
+ public const int Widget_AppCompat_ProgressBar_Horizontal = 2131231065;
// aapt resource value: 0x7f08015a
- public const int Widget_AppCompat_RatingBar_Small = 2131231066;
+ public const int Widget_AppCompat_RatingBar = 2131231066;
// aapt resource value: 0x7f08015b
- public const int Widget_AppCompat_SearchView = 2131231067;
+ public const int Widget_AppCompat_RatingBar_Indicator = 2131231067;
// aapt resource value: 0x7f08015c
- public const int Widget_AppCompat_SearchView_ActionBar = 2131231068;
+ public const int Widget_AppCompat_RatingBar_Small = 2131231068;
// aapt resource value: 0x7f08015d
- public const int Widget_AppCompat_SeekBar = 2131231069;
+ public const int Widget_AppCompat_SearchView = 2131231069;
// aapt resource value: 0x7f08015e
- public const int Widget_AppCompat_SeekBar_Discrete = 2131231070;
+ public const int Widget_AppCompat_SearchView_ActionBar = 2131231070;
// aapt resource value: 0x7f08015f
- public const int Widget_AppCompat_Spinner = 2131231071;
+ public const int Widget_AppCompat_SeekBar = 2131231071;
// aapt resource value: 0x7f080160
- public const int Widget_AppCompat_Spinner_DropDown = 2131231072;
+ public const int Widget_AppCompat_SeekBar_Discrete = 2131231072;
// aapt resource value: 0x7f080161
- public const int Widget_AppCompat_Spinner_DropDown_ActionBar = 2131231073;
+ public const int Widget_AppCompat_Spinner = 2131231073;
// aapt resource value: 0x7f080162
- public const int Widget_AppCompat_Spinner_Underlined = 2131231074;
+ public const int Widget_AppCompat_Spinner_DropDown = 2131231074;
// aapt resource value: 0x7f080163
- public const int Widget_AppCompat_TextView_SpinnerItem = 2131231075;
+ public const int Widget_AppCompat_Spinner_DropDown_ActionBar = 2131231075;
// aapt resource value: 0x7f080164
- public const int Widget_AppCompat_Toolbar = 2131231076;
+ public const int Widget_AppCompat_Spinner_Underlined = 2131231076;
// aapt resource value: 0x7f080165
- public const int Widget_AppCompat_Toolbar_Button_Navigation = 2131231077;
+ public const int Widget_AppCompat_TextView_SpinnerItem = 2131231077;
- // aapt resource value: 0x7f080201
- public const int Widget_Compat_NotificationActionContainer = 2131231233;
+ // aapt resource value: 0x7f080166
+ public const int Widget_AppCompat_Toolbar = 2131231078;
- // aapt resource value: 0x7f080202
- public const int Widget_Compat_NotificationActionText = 2131231234;
+ // aapt resource value: 0x7f080167
+ public const int Widget_AppCompat_Toolbar_Button_Navigation = 2131231079;
- // aapt resource value: 0x7f0801cf
- public const int Widget_Design_AppBarLayout = 2131231183;
+ // aapt resource value: 0x7f080203
+ public const int Widget_Compat_NotificationActionContainer = 2131231235;
- // aapt resource value: 0x7f0801d0
- public const int Widget_Design_BottomNavigationView = 2131231184;
+ // aapt resource value: 0x7f080204
+ public const int Widget_Compat_NotificationActionText = 2131231236;
// aapt resource value: 0x7f0801d1
- public const int Widget_Design_BottomSheet_Modal = 2131231185;
+ public const int Widget_Design_AppBarLayout = 2131231185;
// aapt resource value: 0x7f0801d2
- public const int Widget_Design_CollapsingToolbar = 2131231186;
+ public const int Widget_Design_BottomNavigationView = 2131231186;
// aapt resource value: 0x7f0801d3
- public const int Widget_Design_FloatingActionButton = 2131231187;
+ public const int Widget_Design_BottomSheet_Modal = 2131231187;
// aapt resource value: 0x7f0801d4
- public const int Widget_Design_NavigationView = 2131231188;
+ public const int Widget_Design_CollapsingToolbar = 2131231188;
// aapt resource value: 0x7f0801d5
- public const int Widget_Design_ScrimInsetsFrameLayout = 2131231189;
+ public const int Widget_Design_FloatingActionButton = 2131231189;
// aapt resource value: 0x7f0801d6
- public const int Widget_Design_Snackbar = 2131231190;
-
- // aapt resource value: 0x7f08016b
- public const int Widget_Design_TabLayout = 2131231083;
+ public const int Widget_Design_NavigationView = 2131231190;
// aapt resource value: 0x7f0801d7
- public const int Widget_Design_TextInputLayout = 2131231191;
+ public const int Widget_Design_ScrimInsetsFrameLayout = 2131231191;
// aapt resource value: 0x7f0801d8
- public const int Widget_MaterialComponents_BottomAppBar = 2131231192;
+ public const int Widget_Design_Snackbar = 2131231192;
+
+ // aapt resource value: 0x7f08016d
+ public const int Widget_Design_TabLayout = 2131231085;
// aapt resource value: 0x7f0801d9
- public const int Widget_MaterialComponents_BottomAppBar_Colored = 2131231193;
+ public const int Widget_Design_TextInputLayout = 2131231193;
// aapt resource value: 0x7f0801da
- public const int Widget_MaterialComponents_BottomNavigationView = 2131231194;
+ public const int Widget_MaterialComponents_BottomAppBar = 2131231194;
// aapt resource value: 0x7f0801db
- public const int Widget_MaterialComponents_BottomNavigationView_Colored = 2131231195;
+ public const int Widget_MaterialComponents_BottomAppBar_Colored = 2131231195;
// aapt resource value: 0x7f0801dc
- public const int Widget_MaterialComponents_BottomSheet_Modal = 2131231196;
+ public const int Widget_MaterialComponents_BottomNavigationView = 2131231196;
// aapt resource value: 0x7f0801dd
- public const int Widget_MaterialComponents_Button = 2131231197;
+ public const int Widget_MaterialComponents_BottomNavigationView_Colored = 2131231197;
// aapt resource value: 0x7f0801de
- public const int Widget_MaterialComponents_Button_Icon = 2131231198;
+ public const int Widget_MaterialComponents_BottomSheet_Modal = 2131231198;
// aapt resource value: 0x7f0801df
- public const int Widget_MaterialComponents_Button_OutlinedButton = 2131231199;
+ public const int Widget_MaterialComponents_Button = 2131231199;
// aapt resource value: 0x7f0801e0
- public const int Widget_MaterialComponents_Button_OutlinedButton_Icon = 2131231200;
+ public const int Widget_MaterialComponents_Button_Icon = 2131231200;
// aapt resource value: 0x7f0801e1
- public const int Widget_MaterialComponents_Button_TextButton = 2131231201;
+ public const int Widget_MaterialComponents_Button_OutlinedButton = 2131231201;
// aapt resource value: 0x7f0801e2
- public const int Widget_MaterialComponents_Button_TextButton_Dialog = 2131231202;
+ public const int Widget_MaterialComponents_Button_OutlinedButton_Icon = 2131231202;
// aapt resource value: 0x7f0801e3
- public const int Widget_MaterialComponents_Button_TextButton_Dialog_Icon = 2131231203;
+ public const int Widget_MaterialComponents_Button_TextButton = 2131231203;
// aapt resource value: 0x7f0801e4
- public const int Widget_MaterialComponents_Button_TextButton_Icon = 2131231204;
+ public const int Widget_MaterialComponents_Button_TextButton_Dialog = 2131231204;
// aapt resource value: 0x7f0801e5
- public const int Widget_MaterialComponents_Button_UnelevatedButton = 2131231205;
+ public const int Widget_MaterialComponents_Button_TextButton_Dialog_Icon = 2131231205;
// aapt resource value: 0x7f0801e6
- public const int Widget_MaterialComponents_Button_UnelevatedButton_Icon = 2131231206;
+ public const int Widget_MaterialComponents_Button_TextButton_Icon = 2131231206;
// aapt resource value: 0x7f0801e7
- public const int Widget_MaterialComponents_CardView = 2131231207;
+ public const int Widget_MaterialComponents_Button_UnelevatedButton = 2131231207;
// aapt resource value: 0x7f0801e8
- public const int Widget_MaterialComponents_Chip_Action = 2131231208;
+ public const int Widget_MaterialComponents_Button_UnelevatedButton_Icon = 2131231208;
// aapt resource value: 0x7f0801e9
- public const int Widget_MaterialComponents_Chip_Choice = 2131231209;
+ public const int Widget_MaterialComponents_CardView = 2131231209;
// aapt resource value: 0x7f0801ea
- public const int Widget_MaterialComponents_Chip_Entry = 2131231210;
+ public const int Widget_MaterialComponents_Chip_Action = 2131231210;
// aapt resource value: 0x7f0801eb
- public const int Widget_MaterialComponents_Chip_Filter = 2131231211;
+ public const int Widget_MaterialComponents_Chip_Choice = 2131231211;
// aapt resource value: 0x7f0801ec
- public const int Widget_MaterialComponents_ChipGroup = 2131231212;
+ public const int Widget_MaterialComponents_Chip_Entry = 2131231212;
// aapt resource value: 0x7f0801ed
- public const int Widget_MaterialComponents_FloatingActionButton = 2131231213;
+ public const int Widget_MaterialComponents_Chip_Filter = 2131231213;
// aapt resource value: 0x7f0801ee
- public const int Widget_MaterialComponents_NavigationView = 2131231214;
+ public const int Widget_MaterialComponents_ChipGroup = 2131231214;
// aapt resource value: 0x7f0801ef
- public const int Widget_MaterialComponents_Snackbar = 2131231215;
+ public const int Widget_MaterialComponents_FloatingActionButton = 2131231215;
// aapt resource value: 0x7f0801f0
- public const int Widget_MaterialComponents_Snackbar_FullWidth = 2131231216;
+ public const int Widget_MaterialComponents_NavigationView = 2131231216;
// aapt resource value: 0x7f0801f1
- public const int Widget_MaterialComponents_TabLayout = 2131231217;
+ public const int Widget_MaterialComponents_Snackbar = 2131231217;
// aapt resource value: 0x7f0801f2
- public const int Widget_MaterialComponents_TabLayout_Colored = 2131231218;
+ public const int Widget_MaterialComponents_Snackbar_FullWidth = 2131231218;
// aapt resource value: 0x7f0801f3
- public const int Widget_MaterialComponents_TextInputEditText_FilledBox = 2131231219;
+ public const int Widget_MaterialComponents_TabLayout = 2131231219;
// aapt resource value: 0x7f0801f4
- public const int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense = 2131231220;
+ public const int Widget_MaterialComponents_TabLayout_Colored = 2131231220;
// aapt resource value: 0x7f0801f5
- public const int Widget_MaterialComponents_TextInputEditText_OutlinedBox = 2131231221;
+ public const int Widget_MaterialComponents_TextInputEditText_FilledBox = 2131231221;
// aapt resource value: 0x7f0801f6
- public const int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 2131231222;
+ public const int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense = 2131231222;
// aapt resource value: 0x7f0801f7
- public const int Widget_MaterialComponents_TextInputLayout_FilledBox = 2131231223;
+ public const int Widget_MaterialComponents_TextInputEditText_OutlinedBox = 2131231223;
// aapt resource value: 0x7f0801f8
- public const int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense = 2131231224;
+ public const int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 2131231224;
// aapt resource value: 0x7f0801f9
- public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox = 2131231225;
+ public const int Widget_MaterialComponents_TextInputLayout_FilledBox = 2131231225;
// aapt resource value: 0x7f0801fa
- public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense = 2131231226;
+ public const int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense = 2131231226;
// aapt resource value: 0x7f0801fb
- public const int Widget_MaterialComponents_Toolbar = 2131231227;
+ public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox = 2131231227;
- // aapt resource value: 0x7f08000e
- public const int Widget_MediaRouter_Light_MediaRouteButton = 2131230734;
+ // aapt resource value: 0x7f0801fc
+ public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense = 2131231228;
- // aapt resource value: 0x7f08000f
- public const int Widget_MediaRouter_MediaRouteButton = 2131230735;
+ // aapt resource value: 0x7f0801fd
+ public const int Widget_MaterialComponents_Toolbar = 2131231229;
- // aapt resource value: 0x7f0801fc
- public const int Widget_Support_CoordinatorLayout = 2131231228;
+ // aapt resource value: 0x7f080010
+ public const int Widget_MediaRouter_Light_MediaRouteButton = 2131230736;
- // aapt resource value: 0x7f080003
- public const int XamarinFormsMaterialButton = 2131230723;
+ // aapt resource value: 0x7f080011
+ public const int Widget_MediaRouter_MediaRouteButton = 2131230737;
+
+ // aapt resource value: 0x7f0801fe
+ public const int Widget_Support_CoordinatorLayout = 2131231230;
// aapt resource value: 0x7f080004
- public const int XamarinFormsMaterialEntryFilled = 2131230724;
+ public const int XamarinFormsMaterialButton = 2131230724;
+
+ // aapt resource value: 0x7f080005
+ public const int XamarinFormsMaterialButtonOutlined = 2131230725;
+
+ // aapt resource value: 0x7f080006
+ public const int XamarinFormsMaterialEntryFilled = 2131230726;
+
+ // aapt resource value: 0x7f080003
+ public const int XamarinFormsMaterialProgressBarCircular = 2131230723;
// aapt resource value: 0x7f080002
- public const int XamarinFormsMaterialProgressBarCircular = 2131230722;
+ public const int XamarinFormsMaterialProgressBarHorizontal = 2131230722;
// aapt resource value: 0x7f080001
- public const int XamarinFormsMaterialProgressBarHorizontal = 2131230721;
+ public const int XamarinFormsMaterialSlider = 2131230721;
// aapt resource value: 0x7f080000
public const int XamarinFormsMaterialTheme = 2131230720;
@@ -9312,8 +9336,7 @@ public partial class Styleable
{
public static int[] ActionBar = new int[] {
- 2130772004,
- 2130772006,
+ 2130772005,
2130772007,
2130772008,
2130772009,
@@ -9340,7 +9363,8 @@ public partial class Styleable
2130772030,
2130772031,
2130772032,
- 2130772107};
+ 2130772033,
+ 2130772108};
// aapt resource value: 10
public const int ActionBar_background = 10;
@@ -9444,12 +9468,12 @@ public partial class Styleable
public static int[] ActionMenuView;
public static int[] ActionMode = new int[] {
- 2130772004,
- 2130772010,
+ 2130772005,
2130772011,
- 2130772015,
- 2130772017,
- 2130772033};
+ 2130772012,
+ 2130772016,
+ 2130772018,
+ 2130772034};
// aapt resource value: 3
public const int ActionMode_background = 3;
@@ -9470,8 +9494,8 @@ public partial class Styleable
public const int ActionMode_titleTextStyle = 1;
public static int[] ActivityChooserView = new int[] {
- 2130772034,
- 2130772035};
+ 2130772035,
+ 2130772036};
// aapt resource value: 1
public const int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
@@ -9481,13 +9505,13 @@ public partial class Styleable
public static int[] AlertDialog = new int[] {
16842994,
- 2130772036,
2130772037,
2130772038,
2130772039,
2130772040,
2130772041,
- 2130772042};
+ 2130772042,
+ 2130772043};
// aapt resource value: 0
public const int AlertDialog_android_layout = 0;
@@ -9571,9 +9595,9 @@ public partial class Styleable
16842964,
16843919,
16844096,
- 2130772031,
- 2130772287,
- 2130772288};
+ 2130772032,
+ 2130772288,
+ 2130772289};
// aapt resource value: 0
public const int AppBarLayout_android_background = 0;
@@ -9594,10 +9618,10 @@ public partial class Styleable
public const int AppBarLayout_liftOnScroll = 5;
public static int[] AppBarLayoutStates = new int[] {
- 2130772289,
2130772290,
2130772291,
- 2130772292};
+ 2130772292,
+ 2130772293};
// aapt resource value: 0
public const int AppBarLayoutStates_state_collapsed = 0;
@@ -9612,8 +9636,8 @@ public partial class Styleable
public const int AppBarLayoutStates_state_lifted = 2;
public static int[] AppBarLayout_Layout = new int[] {
- 2130772293,
- 2130772294};
+ 2130772294,
+ 2130772295};
// aapt resource value: 0
public const int AppBarLayout_Layout_layout_scrollFlags = 0;
@@ -9623,9 +9647,9 @@ public partial class Styleable
public static int[] AppCompatImageView = new int[] {
16843033,
- 2130772043,
2130772044,
- 2130772045};
+ 2130772045,
+ 2130772046};
// aapt resource value: 0
public const int AppCompatImageView_android_src = 0;
@@ -9641,9 +9665,9 @@ public partial class Styleable
public static int[] AppCompatSeekBar = new int[] {
16843074,
- 2130772046,
2130772047,
- 2130772048};
+ 2130772048,
+ 2130772049};
// aapt resource value: 0
public const int AppCompatSeekBar_android_thumb = 0;
@@ -9689,7 +9713,6 @@ public partial class Styleable
public static int[] AppCompatTextView = new int[] {
16842804,
- 2130772049,
2130772050,
2130772051,
2130772052,
@@ -9698,7 +9721,8 @@ public partial class Styleable
2130772055,
2130772056,
2130772057,
- 2130772058};
+ 2130772058,
+ 2130772059};
// aapt resource value: 0
public const int AppCompatTextView_android_textAppearance = 0;
@@ -9736,7 +9760,6 @@ public partial class Styleable
public static int[] AppCompatTheme = new int[] {
16842839,
16842926,
- 2130772059,
2130772060,
2130772061,
2130772062,
@@ -9854,7 +9877,8 @@ public partial class Styleable
2130772174,
2130772175,
2130772176,
- 2130772177};
+ 2130772177,
+ 2130772178};
// aapt resource value: 23
public const int AppCompatTheme_actionBarDivider = 23;
@@ -10220,12 +10244,12 @@ public partial class Styleable
public const int AppCompatTheme_windowNoTitle = 3;
public static int[] BottomAppBar = new int[] {
- 2130772252,
- 2130772295,
+ 2130772253,
2130772296,
2130772297,
2130772298,
- 2130772299};
+ 2130772299,
+ 2130772300};
// aapt resource value: 0
public const int BottomAppBar_backgroundTint = 0;
@@ -10246,16 +10270,16 @@ public partial class Styleable
public const int BottomAppBar_hideOnScroll = 5;
public static int[] BottomNavigationView = new int[] {
- 2130772031,
- 2130772300,
+ 2130772032,
2130772301,
2130772302,
2130772303,
2130772304,
- 2130772372,
+ 2130772305,
2130772373,
2130772374,
- 2130772375};
+ 2130772375,
+ 2130772376};
// aapt resource value: 0
public const int BottomNavigationView_elevation = 0;
@@ -10288,10 +10312,10 @@ public partial class Styleable
public const int BottomNavigationView_menu = 6;
public static int[] BottomSheetBehavior_Layout = new int[] {
- 2130772305,
2130772306,
2130772307,
- 2130772308};
+ 2130772308,
+ 2130772309};
// aapt resource value: 3
public const int BottomSheetBehavior_Layout_behavior_fitToContents = 3;
@@ -10306,7 +10330,7 @@ public partial class Styleable
public const int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2;
public static int[] ButtonBarLayout = new int[] {
- 2130772178};
+ 2130772179};
// aapt resource value: 0
public const int ButtonBarLayout_allowStacking = 0;
@@ -10314,7 +10338,6 @@ public partial class Styleable
public static int[] CardView = new int[] {
16843071,
16843072,
- 2130771992,
2130771993,
2130771994,
2130771995,
@@ -10324,7 +10347,8 @@ public partial class Styleable
2130771999,
2130772000,
2130772001,
- 2130772002};
+ 2130772002,
+ 2130772003};
// aapt resource value: 1
public const int CardView_android_minHeight = 1;
@@ -10371,11 +10395,10 @@ public partial class Styleable
16843039,
16843087,
16843237,
- 2130772212,
- 2130772263,
- 2130772267,
- 2130772269,
- 2130772309,
+ 2130772213,
+ 2130772264,
+ 2130772268,
+ 2130772270,
2130772310,
2130772311,
2130772312,
@@ -10399,7 +10422,8 @@ public partial class Styleable
2130772330,
2130772331,
2130772332,
- 2130772333};
+ 2130772333,
+ 2130772334};
// aapt resource value: 4
public const int Chip_android_checkable = 4;
@@ -10504,12 +10528,12 @@ public partial class Styleable
public const int Chip_textStartPadding = 29;
public static int[] ChipGroup = new int[] {
- 2130772334,
2130772335,
2130772336,
2130772337,
2130772338,
- 2130772339};
+ 2130772339,
+ 2130772340};
// aapt resource value: 5
public const int ChipGroup_checkedChip = 5;
@@ -10530,8 +10554,7 @@ public partial class Styleable
public const int ChipGroup_singleSelection = 4;
public static int[] CollapsingToolbarLayout = new int[] {
- 2130772006,
- 2130772340,
+ 2130772007,
2130772341,
2130772342,
2130772343,
@@ -10545,7 +10568,8 @@ public partial class Styleable
2130772351,
2130772352,
2130772353,
- 2130772354};
+ 2130772354,
+ 2130772355};
// aapt resource value: 13
public const int CollapsingToolbarLayout_collapsedTitleGravity = 13;
@@ -10596,8 +10620,8 @@ public partial class Styleable
public const int CollapsingToolbarLayout_toolbarId = 10;
public static int[] CollapsingToolbarLayout_Layout = new int[] {
- 2130772355,
- 2130772356};
+ 2130772356,
+ 2130772357};
// aapt resource value: 0
public const int CollapsingToolbarLayout_Layout_layout_collapseMode = 0;
@@ -10608,7 +10632,7 @@ public partial class Styleable
public static int[] ColorStateListItem = new int[] {
16843173,
16843551,
- 2130772447};
+ 2130772448};
// aapt resource value: 2
public const int ColorStateListItem_alpha = 2;
@@ -10621,8 +10645,8 @@ public partial class Styleable
public static int[] CompoundButton = new int[] {
16843015,
- 2130772179,
- 2130772180};
+ 2130772180,
+ 2130772181};
// aapt resource value: 0
public const int CompoundButton_android_button = 0;
@@ -10634,8 +10658,8 @@ public partial class Styleable
public const int CompoundButton_buttonTintMode = 2;
public static int[] CoordinatorLayout = new int[] {
- 2130772439,
- 2130772440};
+ 2130772440,
+ 2130772441};
// aapt resource value: 0
public const int CoordinatorLayout_keylines = 0;
@@ -10645,12 +10669,12 @@ public partial class Styleable
public static int[] CoordinatorLayout_Layout = new int[] {
16842931,
- 2130772441,
2130772442,
2130772443,
2130772444,
2130772445,
- 2130772446};
+ 2130772446,
+ 2130772447};
// aapt resource value: 0
public const int CoordinatorLayout_Layout_android_layout_gravity = 0;
@@ -10674,8 +10698,8 @@ public partial class Styleable
public const int CoordinatorLayout_Layout_layout_keyline = 3;
public static int[] DesignTheme = new int[] {
- 2130772256,
- 2130772257};
+ 2130772257,
+ 2130772258};
// aapt resource value: 0
public const int DesignTheme_bottomSheetDialogTheme = 0;
@@ -10684,14 +10708,14 @@ public partial class Styleable
public const int DesignTheme_bottomSheetStyle = 1;
public static int[] DrawerArrowToggle = new int[] {
- 2130772181,
2130772182,
2130772183,
2130772184,
2130772185,
2130772186,
2130772187,
- 2130772188};
+ 2130772188,
+ 2130772189};
// aapt resource value: 4
public const int DrawerArrowToggle_arrowHeadLength = 4;
@@ -10718,19 +10742,19 @@ public partial class Styleable
public const int DrawerArrowToggle_thickness = 7;
public static int[] FloatingActionButton = new int[] {
- 2130772031,
- 2130772252,
+ 2130772032,
2130772253,
- 2130772263,
- 2130772267,
- 2130772269,
- 2130772357,
+ 2130772254,
+ 2130772264,
+ 2130772268,
+ 2130772270,
2130772358,
2130772359,
2130772360,
2130772361,
2130772362,
- 2130772363};
+ 2130772363,
+ 2130772364};
// aapt resource value: 1
public const int FloatingActionButton_backgroundTint = 1;
@@ -10772,14 +10796,14 @@ public partial class Styleable
public const int FloatingActionButton_useCompatPadding = 11;
public static int[] FloatingActionButton_Behavior_Layout = new int[] {
- 2130772364};
+ 2130772365};
// aapt resource value: 0
public const int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0;
public static int[] FlowLayout = new int[] {
- 2130772365,
- 2130772366};
+ 2130772366,
+ 2130772367};
// aapt resource value: 0
public const int FlowLayout_itemSpacing = 0;
@@ -10788,12 +10812,12 @@ public partial class Styleable
public const int FlowLayout_lineSpacing = 1;
public static int[] FontFamily = new int[] {
- 2130772448,
2130772449,
2130772450,
2130772451,
2130772452,
- 2130772453};
+ 2130772453,
+ 2130772454};
// aapt resource value: 0
public const int FontFamily_fontProviderAuthority = 0;
@@ -10819,11 +10843,11 @@ public partial class Styleable
16844095,
16844143,
16844144,
- 2130772454,
2130772455,
2130772456,
2130772457,
- 2130772458};
+ 2130772458,
+ 2130772459};
// aapt resource value: 0
public const int FontFamilyFont_android_font = 0;
@@ -10858,7 +10882,7 @@ public partial class Styleable
public static int[] ForegroundLinearLayout = new int[] {
16843017,
16843264,
- 2130772367};
+ 2130772368};
// aapt resource value: 0
public const int ForegroundLinearLayout_android_foreground = 0;
@@ -10935,10 +10959,10 @@ public partial class Styleable
16843046,
16843047,
16843048,
- 2130772014,
- 2130772189,
+ 2130772015,
2130772190,
- 2130772191};
+ 2130772191,
+ 2130772192};
// aapt resource value: 2
public const int LinearLayoutCompat_android_baselineAligned = 2;
@@ -11000,18 +11024,18 @@ public partial class Styleable
16843192,
16843193,
16843194,
- 2130772012,
- 2130772200,
+ 2130772013,
2130772201,
- 2130772252,
+ 2130772202,
2130772253,
- 2130772267,
- 2130772270,
+ 2130772254,
+ 2130772268,
2130772271,
- 2130772368,
+ 2130772272,
2130772369,
2130772370,
- 2130772371};
+ 2130772371,
+ 2130772372};
// aapt resource value: 3
public const int MaterialButton_android_insetBottom = 3;
@@ -11062,8 +11086,8 @@ public partial class Styleable
public const int MaterialButton_strokeWidth = 11;
public static int[] MaterialCardView = new int[] {
- 2130772270,
- 2130772271};
+ 2130772271,
+ 2130772272};
// aapt resource value: 0
public const int MaterialCardView_strokeColor = 0;
@@ -11072,23 +11096,22 @@ public partial class Styleable
public const int MaterialCardView_strokeWidth = 1;
public static int[] MaterialComponentsTheme = new int[] {
- 2130772142,
2130772143,
2130772144,
- 2130772151,
- 2130772165,
- 2130772256,
+ 2130772145,
+ 2130772152,
+ 2130772166,
2130772257,
2130772258,
2130772259,
2130772260,
2130772261,
2130772262,
- 2130772264,
+ 2130772263,
2130772265,
2130772266,
- 2130772268,
- 2130772272,
+ 2130772267,
+ 2130772269,
2130772273,
2130772274,
2130772275,
@@ -11103,7 +11126,8 @@ public partial class Styleable
2130772284,
2130772285,
2130772286,
- 2130772383};
+ 2130772287,
+ 2130772384};
// aapt resource value: 5
public const int MaterialComponentsTheme_bottomSheetDialogTheme = 5;
@@ -11204,8 +11228,8 @@ public partial class Styleable
public static int[] MediaRouteButton = new int[] {
16843071,
16843072,
- 2130771989,
- 2130771990};
+ 2130771990,
+ 2130771991};
// aapt resource value: 1
public const int MediaRouteButton_android_minHeight = 1;
@@ -11259,7 +11283,6 @@ public partial class Styleable
16843236,
16843237,
16843375,
- 2130772192,
2130772193,
2130772194,
2130772195,
@@ -11268,7 +11291,8 @@ public partial class Styleable
2130772198,
2130772199,
2130772200,
- 2130772201};
+ 2130772201,
+ 2130772202};
// aapt resource value: 16
public const int MenuItem_actionLayout = 16;
@@ -11347,8 +11371,8 @@ public partial class Styleable
16843055,
16843056,
16843057,
- 2130772202,
- 2130772203};
+ 2130772203,
+ 2130772204};
// aapt resource value: 4
public const int MenuView_android_headerBackground = 4;
@@ -11381,15 +11405,15 @@ public partial class Styleable
16842964,
16842973,
16843039,
- 2130772031,
- 2130772372,
+ 2130772032,
2130772373,
2130772374,
2130772375,
2130772376,
2130772377,
2130772378,
- 2130772379};
+ 2130772379,
+ 2130772380};
// aapt resource value: 0
public const int NavigationView_android_background = 0;
@@ -11430,7 +11454,7 @@ public partial class Styleable
public static int[] PopupWindow = new int[] {
16843126,
16843465,
- 2130772204};
+ 2130772205};
// aapt resource value: 1
public const int PopupWindow_android_popupAnimationStyle = 1;
@@ -11442,14 +11466,14 @@ public partial class Styleable
public const int PopupWindow_overlapAnchor = 2;
public static int[] PopupWindowBackgroundState = new int[] {
- 2130772205};
+ 2130772206};
// aapt resource value: 0
public const int PopupWindowBackgroundState_state_above_anchor = 0;
public static int[] RecycleListView = new int[] {
- 2130772206,
- 2130772207};
+ 2130772207,
+ 2130772208};
// aapt resource value: 0
public const int RecycleListView_paddingBottomNoButtons = 0;
@@ -11460,7 +11484,6 @@ public partial class Styleable
public static int[] RecyclerView = new int[] {
16842948,
16842993,
- 2130771968,
2130771969,
2130771970,
2130771971,
@@ -11468,7 +11491,8 @@ public partial class Styleable
2130771973,
2130771974,
2130771975,
- 2130771976};
+ 2130771976,
+ 2130771977};
// aapt resource value: 1
public const int RecyclerView_android_descendantFocusability = 1;
@@ -11504,13 +11528,13 @@ public partial class Styleable
public const int RecyclerView_stackFromEnd = 5;
public static int[] ScrimInsetsFrameLayout = new int[] {
- 2130772380};
+ 2130772381};
// aapt resource value: 0
public const int ScrimInsetsFrameLayout_insetForeground = 0;
public static int[] ScrollingViewBehavior_Layout = new int[] {
- 2130772381};
+ 2130772382};
// aapt resource value: 0
public const int ScrollingViewBehavior_Layout_behavior_overlapTop = 0;
@@ -11520,7 +11544,6 @@ public partial class Styleable
16843039,
16843296,
16843364,
- 2130772208,
2130772209,
2130772210,
2130772211,
@@ -11532,7 +11555,8 @@ public partial class Styleable
2130772217,
2130772218,
2130772219,
- 2130772220};
+ 2130772220,
+ 2130772221};
// aapt resource value: 0
public const int SearchView_android_focusable = 0;
@@ -11586,8 +11610,8 @@ public partial class Styleable
public const int SearchView_voiceIcon = 12;
public static int[] Snackbar = new int[] {
- 2130772382,
- 2130772383};
+ 2130772383,
+ 2130772384};
// aapt resource value: 1
public const int Snackbar_snackbarButtonStyle = 1;
@@ -11597,8 +11621,8 @@ public partial class Styleable
public static int[] SnackbarLayout = new int[] {
16843039,
- 2130772031,
- 2130772384};
+ 2130772032,
+ 2130772385};
// aapt resource value: 0
public const int SnackbarLayout_android_maxWidth = 0;
@@ -11614,7 +11638,7 @@ public partial class Styleable
16843126,
16843131,
16843362,
- 2130772032};
+ 2130772033};
// aapt resource value: 3
public const int Spinner_android_dropDownWidth = 3;
@@ -11667,7 +11691,6 @@ public partial class Styleable
16843044,
16843045,
16843074,
- 2130772221,
2130772222,
2130772223,
2130772224,
@@ -11677,7 +11700,8 @@ public partial class Styleable
2130772228,
2130772229,
2130772230,
- 2130772231};
+ 2130772231,
+ 2130772232};
// aapt resource value: 1
public const int SwitchCompat_android_textOff = 1;
@@ -11736,7 +11760,6 @@ public partial class Styleable
public const int TabItem_android_text = 2;
public static int[] TabLayout = new int[] {
- 2130772385,
2130772386,
2130772387,
2130772388,
@@ -11760,7 +11783,8 @@ public partial class Styleable
2130772406,
2130772407,
2130772408,
- 2130772409};
+ 2130772409,
+ 2130772410};
// aapt resource value: 3
public const int TabLayout_tabBackground = 3;
@@ -11849,8 +11873,8 @@ public partial class Styleable
16843107,
16843108,
16843692,
- 2130772049,
- 2130772055};
+ 2130772050,
+ 2130772056};
// aapt resource value: 10
public const int TextAppearance_android_fontFamily = 10;
@@ -11894,7 +11918,6 @@ public partial class Styleable
public static int[] TextInputLayout = new int[] {
16842906,
16843088,
- 2130772410,
2130772411,
2130772412,
2130772413,
@@ -11919,7 +11942,8 @@ public partial class Styleable
2130772432,
2130772433,
2130772434,
- 2130772435};
+ 2130772435,
+ 2130772436};
// aapt resource value: 1
public const int TextInputLayout_android_hint = 1;
@@ -12007,8 +12031,8 @@ public partial class Styleable
public static int[] ThemeEnforcement = new int[] {
16842804,
- 2130772436,
- 2130772437};
+ 2130772437,
+ 2130772438};
// aapt resource value: 0
public const int ThemeEnforcement_android_textAppearance = 0;
@@ -12022,17 +12046,16 @@ public partial class Styleable
public static int[] Toolbar = new int[] {
16842927,
16843072,
- 2130772006,
- 2130772009,
- 2130772013,
- 2130772025,
+ 2130772007,
+ 2130772010,
+ 2130772014,
2130772026,
2130772027,
2130772028,
2130772029,
2130772030,
- 2130772032,
- 2130772232,
+ 2130772031,
+ 2130772033,
2130772233,
2130772234,
2130772235,
@@ -12048,7 +12071,8 @@ public partial class Styleable
2130772245,
2130772246,
2130772247,
- 2130772248};
+ 2130772248,
+ 2130772249};
// aapt resource value: 0
public const int Toolbar_android_gravity = 0;
@@ -12140,9 +12164,9 @@ public partial class Styleable
public static int[] View = new int[] {
16842752,
16842970,
- 2130772249,
2130772250,
- 2130772251};
+ 2130772251,
+ 2130772252};
// aapt resource value: 1
public const int View_android_focusable = 1;
@@ -12161,8 +12185,8 @@ public partial class Styleable
public static int[] ViewBackgroundHelper = new int[] {
16842964,
- 2130772252,
- 2130772253};
+ 2130772253,
+ 2130772254};
// aapt resource value: 0
public const int ViewBackgroundHelper_android_background = 0;
diff --git a/VisualChallenge/VisualChallenge.Android/VisualChallenge.Android.csproj b/VisualChallenge/VisualChallenge.Android/VisualChallenge.Android.csproj
index a778b00..02772b3 100644
--- a/VisualChallenge/VisualChallenge.Android/VisualChallenge.Android.csproj
+++ b/VisualChallenge/VisualChallenge.Android/VisualChallenge.Android.csproj
@@ -15,7 +15,6 @@
Properties\AndroidManifest.xml
Resources
Assets
- false
v9.0
Xamarin.Android.Net.AndroidClientHandler
@@ -49,7 +48,7 @@
-
+
3.6.0.135200-pre1
@@ -90,7 +89,7 @@
- {97CAB2B1-D85C-442E-AEFA-06FF5138B907}
+ {DF343C5B-66F1-4EF5-B721-6246D8F1DC39}
VisualChallenge
diff --git a/VisualChallenge/VisualChallenge.iOS/VisualChallenge.iOS.csproj b/VisualChallenge/VisualChallenge.iOS/VisualChallenge.iOS.csproj
index 66ac1ee..348a5b5 100644
--- a/VisualChallenge/VisualChallenge.iOS/VisualChallenge.iOS.csproj
+++ b/VisualChallenge/VisualChallenge.iOS/VisualChallenge.iOS.csproj
@@ -132,7 +132,7 @@
-
+
3.6.0.135200-pre1
@@ -140,7 +140,7 @@
- {97CAB2B1-D85C-442E-AEFA-06FF5138B907}
+ {DF343C5B-66F1-4EF5-B721-6246D8F1DC39}
VisualChallenge
diff --git a/VisualChallenge/VisualChallenge/VisualChallenge.csproj b/VisualChallenge/VisualChallenge/VisualChallenge.csproj
index d475857..0afd6d4 100644
--- a/VisualChallenge/VisualChallenge/VisualChallenge.csproj
+++ b/VisualChallenge/VisualChallenge/VisualChallenge.csproj
@@ -11,7 +11,7 @@
-
+
diff --git a/nuget/Xamarin.Forms.4.0.1.170976.nupkg b/nuget/Xamarin.Forms.4.0.1.170976.nupkg
new file mode 100755
index 0000000..afe6b7d
Binary files /dev/null and b/nuget/Xamarin.Forms.4.0.1.170976.nupkg differ
diff --git a/nuget/Xamarin.Forms.AppLinks.4.0.1.170976.nupkg b/nuget/Xamarin.Forms.AppLinks.4.0.1.170976.nupkg
new file mode 100755
index 0000000..fe0cac9
Binary files /dev/null and b/nuget/Xamarin.Forms.AppLinks.4.0.1.170976.nupkg differ
diff --git a/nuget/Xamarin.Forms.Maps.4.0.1.170976.nupkg b/nuget/Xamarin.Forms.Maps.4.0.1.170976.nupkg
new file mode 100755
index 0000000..6467d6e
Binary files /dev/null and b/nuget/Xamarin.Forms.Maps.4.0.1.170976.nupkg differ
diff --git a/nuget/Xamarin.Forms.Maps.GTK.4.0.1.170976.nupkg b/nuget/Xamarin.Forms.Maps.GTK.4.0.1.170976.nupkg
new file mode 100755
index 0000000..6ee9abd
Binary files /dev/null and b/nuget/Xamarin.Forms.Maps.GTK.4.0.1.170976.nupkg differ
diff --git a/nuget/Xamarin.Forms.Maps.WPF.4.0.1.170976.nupkg b/nuget/Xamarin.Forms.Maps.WPF.4.0.1.170976.nupkg
new file mode 100755
index 0000000..422de7a
Binary files /dev/null and b/nuget/Xamarin.Forms.Maps.WPF.4.0.1.170976.nupkg differ
diff --git a/nuget/Xamarin.Forms.Pages.4.0.1.170976.nupkg b/nuget/Xamarin.Forms.Pages.4.0.1.170976.nupkg
new file mode 100755
index 0000000..2eb0a31
Binary files /dev/null and b/nuget/Xamarin.Forms.Pages.4.0.1.170976.nupkg differ
diff --git a/nuget/Xamarin.Forms.Pages.Azure.4.0.1.170976.nupkg b/nuget/Xamarin.Forms.Pages.Azure.4.0.1.170976.nupkg
new file mode 100755
index 0000000..a93917a
Binary files /dev/null and b/nuget/Xamarin.Forms.Pages.Azure.4.0.1.170976.nupkg differ
diff --git a/nuget/Xamarin.Forms.Platform.GTK.4.0.1.170976.nupkg b/nuget/Xamarin.Forms.Platform.GTK.4.0.1.170976.nupkg
new file mode 100755
index 0000000..ae7a479
Binary files /dev/null and b/nuget/Xamarin.Forms.Platform.GTK.4.0.1.170976.nupkg differ
diff --git a/nuget/Xamarin.Forms.Platform.WPF.4.0.1.170976.nupkg b/nuget/Xamarin.Forms.Platform.WPF.4.0.1.170976.nupkg
new file mode 100755
index 0000000..794329a
Binary files /dev/null and b/nuget/Xamarin.Forms.Platform.WPF.4.0.1.170976.nupkg differ
diff --git a/nuget/Xamarin.Forms.Visual.Material.4.0.1.170976.nupkg b/nuget/Xamarin.Forms.Visual.Material.4.0.1.170976.nupkg
new file mode 100755
index 0000000..61733ba
Binary files /dev/null and b/nuget/Xamarin.Forms.Visual.Material.4.0.1.170976.nupkg differ