diff --git a/TODO-app/TODO-app/MainActivity.cs b/TODO-app/TODO-app/MainActivity.cs index c6239d0..7fe55fe 100644 --- a/TODO-app/TODO-app/MainActivity.cs +++ b/TODO-app/TODO-app/MainActivity.cs @@ -12,6 +12,7 @@ using Android.Views.InputMethods; using TODO_app.Resources.layout; using Java.Lang; +using Firebase.Analytics; namespace TODO_app { @@ -86,6 +87,13 @@ public class MainActivity : AppCompatActivity protected override void OnCreate(Bundle savedInstanceState) { + //GoogleAnalytics.Current.Config.TrackingId = "4095321217"; + //GoogleAnalytics.Current.Config.AppId = "com.tiimi1.todo_app"; + //GoogleAnalytics.Current.Config.AppName = "TODO-app"; + //GoogleAnalytics.Current.Config.AppVersion = "1.3.0.0"; + //GoogleAnalytics.Current.InitTracker(); + //GoogleAnalytics.Current.Tracker.SendView("MainPage"); + FirebaseAnalytics.GetInstance(this); LoadSettings(); base.OnCreate(savedInstanceState); Xamarin.Essentials.Platform.Init(this, savedInstanceState); @@ -179,7 +187,7 @@ private void CheckIfMissedAnymore() amountOfMissed++; } } - + missedTasksCount.Text = amountOfMissed.ToString(); if (amountOfMissed <= 0) { missedTasksBtn.Visibility = ViewStates.Gone; @@ -687,7 +695,7 @@ private void ArrowModify(object sender, EventArgs e) case Resource.Id.DayArrowDown: daySelected--; - if (daySelected < DateTime.DaysInMonth(YearSelected, MonthSelected)) + if (daySelected < 1) { daySelected++; } diff --git a/TODO-app/TODO-app/Properties/AndroidManifest.xml b/TODO-app/TODO-app/Properties/AndroidManifest.xml index fd5b414..799107e 100644 --- a/TODO-app/TODO-app/Properties/AndroidManifest.xml +++ b/TODO-app/TODO-app/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@  - + diff --git a/TODO-app/TODO-app/Resources/Resource.designer.cs b/TODO-app/TODO-app/Resources/Resource.designer.cs index e2fdbee..18fdccf 100644 --- a/TODO-app/TODO-app/Resources/Resource.designer.cs +++ b/TODO-app/TODO-app/Resources/Resource.designer.cs @@ -305,25 +305,7 @@ public partial class Animation public const int design_snackbar_out = 2130771995; // aapt resource value: 0x7F01001C - public const int fragment_close_enter = 2130771996; - - // aapt resource value: 0x7F01001D - public const int fragment_close_exit = 2130771997; - - // aapt resource value: 0x7F01001E - public const int fragment_fade_enter = 2130771998; - - // aapt resource value: 0x7F01001F - public const int fragment_fade_exit = 2130771999; - - // aapt resource value: 0x7F010020 - public const int fragment_fast_out_extra_slow_in = 2130772000; - - // aapt resource value: 0x7F010021 - public const int fragment_open_enter = 2130772001; - - // aapt resource value: 0x7F010022 - public const int fragment_open_exit = 2130772002; + public const int fragment_fast_out_extra_slow_in = 2130771996; static Animation() { @@ -348,25 +330,43 @@ public partial class Animator public const int design_fab_show_motion_spec = 2130837506; // aapt resource value: 0x7F020003 - public const int mtrl_btn_state_list_anim = 2130837507; + public const int fragment_close_enter = 2130837507; // aapt resource value: 0x7F020004 - public const int mtrl_btn_unelevated_state_list_anim = 2130837508; + public const int fragment_close_exit = 2130837508; // aapt resource value: 0x7F020005 - public const int mtrl_chip_state_list_anim = 2130837509; + public const int fragment_fade_enter = 2130837509; // aapt resource value: 0x7F020006 - public const int mtrl_fab_hide_motion_spec = 2130837510; + public const int fragment_fade_exit = 2130837510; // aapt resource value: 0x7F020007 - public const int mtrl_fab_show_motion_spec = 2130837511; + public const int fragment_open_enter = 2130837511; // aapt resource value: 0x7F020008 - public const int mtrl_fab_transformation_sheet_collapse_spec = 2130837512; + public const int fragment_open_exit = 2130837512; // aapt resource value: 0x7F020009 - public const int mtrl_fab_transformation_sheet_expand_spec = 2130837513; + public const int mtrl_btn_state_list_anim = 2130837513; + + // aapt resource value: 0x7F02000A + public const int mtrl_btn_unelevated_state_list_anim = 2130837514; + + // aapt resource value: 0x7F02000B + public const int mtrl_chip_state_list_anim = 2130837515; + + // aapt resource value: 0x7F02000C + public const int mtrl_fab_hide_motion_spec = 2130837516; + + // aapt resource value: 0x7F02000D + public const int mtrl_fab_show_motion_spec = 2130837517; + + // aapt resource value: 0x7F02000E + public const int mtrl_fab_transformation_sheet_collapse_spec = 2130837518; + + // aapt resource value: 0x7F02000F + public const int mtrl_fab_transformation_sheet_expand_spec = 2130837519; static Animator() { @@ -637,1228 +637,1261 @@ public partial class Attribute public const int buttonPanelSideLayout = 2130903124; // aapt resource value: 0x7F030055 - public const int buttonStyle = 2130903125; + public const int buttonSize = 2130903125; // aapt resource value: 0x7F030056 - public const int buttonStyleSmall = 2130903126; + public const int buttonStyle = 2130903126; // aapt resource value: 0x7F030057 - public const int buttonTint = 2130903127; + public const int buttonStyleSmall = 2130903127; // aapt resource value: 0x7F030058 - public const int buttonTintMode = 2130903128; + public const int buttonTint = 2130903128; // aapt resource value: 0x7F030059 - public const int cardBackgroundColor = 2130903129; + public const int buttonTintMode = 2130903129; // aapt resource value: 0x7F03005A - public const int cardCornerRadius = 2130903130; + public const int cardBackgroundColor = 2130903130; // aapt resource value: 0x7F03005B - public const int cardElevation = 2130903131; + public const int cardCornerRadius = 2130903131; // aapt resource value: 0x7F03005C - public const int cardMaxElevation = 2130903132; + public const int cardElevation = 2130903132; // aapt resource value: 0x7F03005D - public const int cardPreventCornerOverlap = 2130903133; + public const int cardMaxElevation = 2130903133; // aapt resource value: 0x7F03005E - public const int cardUseCompatPadding = 2130903134; + public const int cardPreventCornerOverlap = 2130903134; // aapt resource value: 0x7F03005F - public const int cardViewStyle = 2130903135; + public const int cardUseCompatPadding = 2130903135; // aapt resource value: 0x7F030060 - public const int checkboxStyle = 2130903136; + public const int cardViewStyle = 2130903136; // aapt resource value: 0x7F030061 - public const int checkedChip = 2130903137; + public const int checkboxStyle = 2130903137; // aapt resource value: 0x7F030062 - public const int checkedIcon = 2130903138; + public const int checkedChip = 2130903138; // aapt resource value: 0x7F030063 - public const int checkedIconEnabled = 2130903139; + public const int checkedIcon = 2130903139; // aapt resource value: 0x7F030064 - public const int checkedIconVisible = 2130903140; + public const int checkedIconEnabled = 2130903140; // aapt resource value: 0x7F030065 - public const int checkedTextViewStyle = 2130903141; + public const int checkedIconVisible = 2130903141; // aapt resource value: 0x7F030066 - public const int chipBackgroundColor = 2130903142; + public const int checkedTextViewStyle = 2130903142; // aapt resource value: 0x7F030067 - public const int chipCornerRadius = 2130903143; + public const int chipBackgroundColor = 2130903143; // aapt resource value: 0x7F030068 - public const int chipEndPadding = 2130903144; + public const int chipCornerRadius = 2130903144; // aapt resource value: 0x7F030069 - public const int chipGroupStyle = 2130903145; + public const int chipEndPadding = 2130903145; // aapt resource value: 0x7F03006A - public const int chipIcon = 2130903146; + public const int chipGroupStyle = 2130903146; // aapt resource value: 0x7F03006B - public const int chipIconEnabled = 2130903147; + public const int chipIcon = 2130903147; // aapt resource value: 0x7F03006C - public const int chipIconSize = 2130903148; + public const int chipIconEnabled = 2130903148; // aapt resource value: 0x7F03006D - public const int chipIconTint = 2130903149; + public const int chipIconSize = 2130903149; // aapt resource value: 0x7F03006E - public const int chipIconVisible = 2130903150; + public const int chipIconTint = 2130903150; // aapt resource value: 0x7F03006F - public const int chipMinHeight = 2130903151; + public const int chipIconVisible = 2130903151; // aapt resource value: 0x7F030070 - public const int chipSpacing = 2130903152; + public const int chipMinHeight = 2130903152; // aapt resource value: 0x7F030071 - public const int chipSpacingHorizontal = 2130903153; + public const int chipSpacing = 2130903153; // aapt resource value: 0x7F030072 - public const int chipSpacingVertical = 2130903154; + public const int chipSpacingHorizontal = 2130903154; // aapt resource value: 0x7F030073 - public const int chipStandaloneStyle = 2130903155; + public const int chipSpacingVertical = 2130903155; // aapt resource value: 0x7F030074 - public const int chipStartPadding = 2130903156; + public const int chipStandaloneStyle = 2130903156; // aapt resource value: 0x7F030075 - public const int chipStrokeColor = 2130903157; + public const int chipStartPadding = 2130903157; // aapt resource value: 0x7F030076 - public const int chipStrokeWidth = 2130903158; + public const int chipStrokeColor = 2130903158; // aapt resource value: 0x7F030077 - public const int chipStyle = 2130903159; + public const int chipStrokeWidth = 2130903159; // aapt resource value: 0x7F030078 - public const int closeIcon = 2130903160; + public const int chipStyle = 2130903160; // aapt resource value: 0x7F030079 - public const int closeIconEnabled = 2130903161; + public const int circleCrop = 2130903161; // aapt resource value: 0x7F03007A - public const int closeIconEndPadding = 2130903162; + public const int closeIcon = 2130903162; // aapt resource value: 0x7F03007B - public const int closeIconSize = 2130903163; + public const int closeIconEnabled = 2130903163; // aapt resource value: 0x7F03007C - public const int closeIconStartPadding = 2130903164; + public const int closeIconEndPadding = 2130903164; // aapt resource value: 0x7F03007D - public const int closeIconTint = 2130903165; + public const int closeIconSize = 2130903165; // aapt resource value: 0x7F03007E - public const int closeIconVisible = 2130903166; + public const int closeIconStartPadding = 2130903166; // aapt resource value: 0x7F03007F - public const int closeItemLayout = 2130903167; + public const int closeIconTint = 2130903167; // aapt resource value: 0x7F030080 - public const int collapseContentDescription = 2130903168; - - // aapt resource value: 0x7F030082 - public const int collapsedTitleGravity = 2130903170; - - // aapt resource value: 0x7F030083 - public const int collapsedTitleTextAppearance = 2130903171; + public const int closeIconVisible = 2130903168; // aapt resource value: 0x7F030081 - public const int collapseIcon = 2130903169; + public const int closeItemLayout = 2130903169; + + // aapt resource value: 0x7F030082 + public const int collapseContentDescription = 2130903170; // aapt resource value: 0x7F030084 - public const int color = 2130903172; + public const int collapsedTitleGravity = 2130903172; // aapt resource value: 0x7F030085 - public const int colorAccent = 2130903173; + public const int collapsedTitleTextAppearance = 2130903173; + + // aapt resource value: 0x7F030083 + public const int collapseIcon = 2130903171; // aapt resource value: 0x7F030086 - public const int colorBackgroundFloating = 2130903174; + public const int color = 2130903174; // aapt resource value: 0x7F030087 - public const int colorButtonNormal = 2130903175; + public const int colorAccent = 2130903175; // aapt resource value: 0x7F030088 - public const int colorControlActivated = 2130903176; + public const int colorBackgroundFloating = 2130903176; // aapt resource value: 0x7F030089 - public const int colorControlHighlight = 2130903177; + public const int colorButtonNormal = 2130903177; // aapt resource value: 0x7F03008A - public const int colorControlNormal = 2130903178; + public const int colorControlActivated = 2130903178; // aapt resource value: 0x7F03008B - public const int colorError = 2130903179; + public const int colorControlHighlight = 2130903179; // aapt resource value: 0x7F03008C - public const int colorPrimary = 2130903180; + public const int colorControlNormal = 2130903180; // aapt resource value: 0x7F03008D - public const int colorPrimaryDark = 2130903181; + public const int colorError = 2130903181; // aapt resource value: 0x7F03008E - public const int colorSecondary = 2130903182; + public const int colorPrimary = 2130903182; // aapt resource value: 0x7F03008F - public const int colorSwitchThumbNormal = 2130903183; + public const int colorPrimaryDark = 2130903183; // aapt resource value: 0x7F030090 - public const int commitIcon = 2130903184; + public const int colorScheme = 2130903184; // aapt resource value: 0x7F030091 - public const int contentDescription = 2130903185; + public const int colorSecondary = 2130903185; // aapt resource value: 0x7F030092 - public const int contentInsetEnd = 2130903186; + public const int colorSwitchThumbNormal = 2130903186; // aapt resource value: 0x7F030093 - public const int contentInsetEndWithActions = 2130903187; + public const int commitIcon = 2130903187; // aapt resource value: 0x7F030094 - public const int contentInsetLeft = 2130903188; + public const int contentDescription = 2130903188; // aapt resource value: 0x7F030095 - public const int contentInsetRight = 2130903189; + public const int contentInsetEnd = 2130903189; // aapt resource value: 0x7F030096 - public const int contentInsetStart = 2130903190; + public const int contentInsetEndWithActions = 2130903190; // aapt resource value: 0x7F030097 - public const int contentInsetStartWithNavigation = 2130903191; + public const int contentInsetLeft = 2130903191; // aapt resource value: 0x7F030098 - public const int contentPadding = 2130903192; + public const int contentInsetRight = 2130903192; // aapt resource value: 0x7F030099 - public const int contentPaddingBottom = 2130903193; + public const int contentInsetStart = 2130903193; // aapt resource value: 0x7F03009A - public const int contentPaddingLeft = 2130903194; + public const int contentInsetStartWithNavigation = 2130903194; // aapt resource value: 0x7F03009B - public const int contentPaddingRight = 2130903195; + public const int contentPadding = 2130903195; // aapt resource value: 0x7F03009C - public const int contentPaddingTop = 2130903196; + public const int contentPaddingBottom = 2130903196; // aapt resource value: 0x7F03009D - public const int contentScrim = 2130903197; + public const int contentPaddingLeft = 2130903197; // aapt resource value: 0x7F03009E - public const int controlBackground = 2130903198; + public const int contentPaddingRight = 2130903198; // aapt resource value: 0x7F03009F - public const int coordinatorLayoutStyle = 2130903199; + public const int contentPaddingTop = 2130903199; // aapt resource value: 0x7F0300A0 - public const int cornerRadius = 2130903200; + public const int contentScrim = 2130903200; // aapt resource value: 0x7F0300A1 - public const int counterEnabled = 2130903201; + public const int controlBackground = 2130903201; // aapt resource value: 0x7F0300A2 - public const int counterMaxLength = 2130903202; + public const int coordinatorLayoutStyle = 2130903202; // aapt resource value: 0x7F0300A3 - public const int counterOverflowTextAppearance = 2130903203; + public const int cornerRadius = 2130903203; // aapt resource value: 0x7F0300A4 - public const int counterTextAppearance = 2130903204; + public const int counterEnabled = 2130903204; // aapt resource value: 0x7F0300A5 - public const int customNavigationLayout = 2130903205; + public const int counterMaxLength = 2130903205; // aapt resource value: 0x7F0300A6 - public const int defaultQueryHint = 2130903206; + public const int counterOverflowTextAppearance = 2130903206; // aapt resource value: 0x7F0300A7 - public const int dialogCornerRadius = 2130903207; + public const int counterTextAppearance = 2130903207; // aapt resource value: 0x7F0300A8 - public const int dialogPreferredPadding = 2130903208; + public const int customNavigationLayout = 2130903208; // aapt resource value: 0x7F0300A9 - public const int dialogTheme = 2130903209; + public const int defaultQueryHint = 2130903209; // aapt resource value: 0x7F0300AA - public const int displayOptions = 2130903210; + public const int dialogCornerRadius = 2130903210; // aapt resource value: 0x7F0300AB - public const int divider = 2130903211; + public const int dialogPreferredPadding = 2130903211; // aapt resource value: 0x7F0300AC - public const int dividerHorizontal = 2130903212; + public const int dialogTheme = 2130903212; // aapt resource value: 0x7F0300AD - public const int dividerPadding = 2130903213; + public const int displayOptions = 2130903213; // aapt resource value: 0x7F0300AE - public const int dividerVertical = 2130903214; + public const int divider = 2130903214; // aapt resource value: 0x7F0300AF - public const int drawableBottomCompat = 2130903215; + public const int dividerHorizontal = 2130903215; // aapt resource value: 0x7F0300B0 - public const int drawableEndCompat = 2130903216; + public const int dividerPadding = 2130903216; // aapt resource value: 0x7F0300B1 - public const int drawableLeftCompat = 2130903217; + public const int dividerVertical = 2130903217; // aapt resource value: 0x7F0300B2 - public const int drawableRightCompat = 2130903218; + public const int drawableBottomCompat = 2130903218; // aapt resource value: 0x7F0300B3 - public const int drawableSize = 2130903219; + public const int drawableEndCompat = 2130903219; // aapt resource value: 0x7F0300B4 - public const int drawableStartCompat = 2130903220; + public const int drawableLeftCompat = 2130903220; // aapt resource value: 0x7F0300B5 - public const int drawableTint = 2130903221; + public const int drawableRightCompat = 2130903221; // aapt resource value: 0x7F0300B6 - public const int drawableTintMode = 2130903222; + public const int drawableSize = 2130903222; // aapt resource value: 0x7F0300B7 - public const int drawableTopCompat = 2130903223; + public const int drawableStartCompat = 2130903223; // aapt resource value: 0x7F0300B8 - public const int drawerArrowStyle = 2130903224; + public const int drawableTint = 2130903224; // aapt resource value: 0x7F0300B9 - public const int drawerLayoutStyle = 2130903225; - - // aapt resource value: 0x7F0300BB - public const int dropdownListPreferredItemHeight = 2130903227; + public const int drawableTintMode = 2130903225; // aapt resource value: 0x7F0300BA - public const int dropDownListViewStyle = 2130903226; + public const int drawableTopCompat = 2130903226; - // aapt resource value: 0x7F0300BC - public const int editTextBackground = 2130903228; + // aapt resource value: 0x7F0300BB + public const int drawerArrowStyle = 2130903227; - // aapt resource value: 0x7F0300BD - public const int editTextColor = 2130903229; + // aapt resource value: 0x7F0300BC + public const int drawerLayoutStyle = 2130903228; // aapt resource value: 0x7F0300BE - public const int editTextStyle = 2130903230; + public const int dropdownListPreferredItemHeight = 2130903230; + + // aapt resource value: 0x7F0300BD + public const int dropDownListViewStyle = 2130903229; // aapt resource value: 0x7F0300BF - public const int elevation = 2130903231; + public const int editTextBackground = 2130903231; // aapt resource value: 0x7F0300C0 - public const int enforceMaterialTheme = 2130903232; + public const int editTextColor = 2130903232; // aapt resource value: 0x7F0300C1 - public const int enforceTextAppearance = 2130903233; + public const int editTextStyle = 2130903233; // aapt resource value: 0x7F0300C2 - public const int errorEnabled = 2130903234; + public const int elevation = 2130903234; // aapt resource value: 0x7F0300C3 - public const int errorTextAppearance = 2130903235; + public const int enforceMaterialTheme = 2130903235; // aapt resource value: 0x7F0300C4 - public const int expandActivityOverflowButtonDrawable = 2130903236; + public const int enforceTextAppearance = 2130903236; // aapt resource value: 0x7F0300C5 - public const int expanded = 2130903237; + public const int errorEnabled = 2130903237; // aapt resource value: 0x7F0300C6 - public const int expandedTitleGravity = 2130903238; + public const int errorTextAppearance = 2130903238; // aapt resource value: 0x7F0300C7 - public const int expandedTitleMargin = 2130903239; + public const int expandActivityOverflowButtonDrawable = 2130903239; // aapt resource value: 0x7F0300C8 - public const int expandedTitleMarginBottom = 2130903240; + public const int expanded = 2130903240; // aapt resource value: 0x7F0300C9 - public const int expandedTitleMarginEnd = 2130903241; + public const int expandedTitleGravity = 2130903241; // aapt resource value: 0x7F0300CA - public const int expandedTitleMarginStart = 2130903242; + public const int expandedTitleMargin = 2130903242; // aapt resource value: 0x7F0300CB - public const int expandedTitleMarginTop = 2130903243; + public const int expandedTitleMarginBottom = 2130903243; // aapt resource value: 0x7F0300CC - public const int expandedTitleTextAppearance = 2130903244; + public const int expandedTitleMarginEnd = 2130903244; // aapt resource value: 0x7F0300CD - public const int fabAlignmentMode = 2130903245; + public const int expandedTitleMarginStart = 2130903245; // aapt resource value: 0x7F0300CE - public const int fabCradleMargin = 2130903246; + public const int expandedTitleMarginTop = 2130903246; // aapt resource value: 0x7F0300CF - public const int fabCradleRoundedCornerRadius = 2130903247; + public const int expandedTitleTextAppearance = 2130903247; // aapt resource value: 0x7F0300D0 - public const int fabCradleVerticalOffset = 2130903248; + public const int fabAlignmentMode = 2130903248; // aapt resource value: 0x7F0300D1 - public const int fabCustomSize = 2130903249; + public const int fabCradleMargin = 2130903249; // aapt resource value: 0x7F0300D2 - public const int fabSize = 2130903250; + public const int fabCradleRoundedCornerRadius = 2130903250; // aapt resource value: 0x7F0300D3 - public const int fastScrollEnabled = 2130903251; + public const int fabCradleVerticalOffset = 2130903251; // aapt resource value: 0x7F0300D4 - public const int fastScrollHorizontalThumbDrawable = 2130903252; + public const int fabCustomSize = 2130903252; // aapt resource value: 0x7F0300D5 - public const int fastScrollHorizontalTrackDrawable = 2130903253; + public const int fabSize = 2130903253; // aapt resource value: 0x7F0300D6 - public const int fastScrollVerticalThumbDrawable = 2130903254; + public const int fastScrollEnabled = 2130903254; // aapt resource value: 0x7F0300D7 - public const int fastScrollVerticalTrackDrawable = 2130903255; + public const int fastScrollHorizontalThumbDrawable = 2130903255; // aapt resource value: 0x7F0300D8 - public const int firstBaselineToTopHeight = 2130903256; + public const int fastScrollHorizontalTrackDrawable = 2130903256; // aapt resource value: 0x7F0300D9 - public const int floatingActionButtonStyle = 2130903257; + public const int fastScrollVerticalThumbDrawable = 2130903257; // aapt resource value: 0x7F0300DA - public const int font = 2130903258; + public const int fastScrollVerticalTrackDrawable = 2130903258; // aapt resource value: 0x7F0300DB - public const int fontFamily = 2130903259; + public const int firstBaselineToTopHeight = 2130903259; // aapt resource value: 0x7F0300DC - public const int fontProviderAuthority = 2130903260; + public const int floatingActionButtonStyle = 2130903260; // aapt resource value: 0x7F0300DD - public const int fontProviderCerts = 2130903261; + public const int font = 2130903261; // aapt resource value: 0x7F0300DE - public const int fontProviderFetchStrategy = 2130903262; + public const int fontFamily = 2130903262; // aapt resource value: 0x7F0300DF - public const int fontProviderFetchTimeout = 2130903263; + public const int fontProviderAuthority = 2130903263; // aapt resource value: 0x7F0300E0 - public const int fontProviderPackage = 2130903264; + public const int fontProviderCerts = 2130903264; // aapt resource value: 0x7F0300E1 - public const int fontProviderQuery = 2130903265; + public const int fontProviderFetchStrategy = 2130903265; // aapt resource value: 0x7F0300E2 - public const int fontStyle = 2130903266; + public const int fontProviderFetchTimeout = 2130903266; // aapt resource value: 0x7F0300E3 - public const int fontVariationSettings = 2130903267; + public const int fontProviderPackage = 2130903267; // aapt resource value: 0x7F0300E4 - public const int fontWeight = 2130903268; + public const int fontProviderQuery = 2130903268; // aapt resource value: 0x7F0300E5 - public const int foregroundInsidePadding = 2130903269; + public const int fontProviderSystemFontFamily = 2130903269; // aapt resource value: 0x7F0300E6 - public const int gapBetweenBars = 2130903270; + public const int fontStyle = 2130903270; // aapt resource value: 0x7F0300E7 - public const int goIcon = 2130903271; + public const int fontVariationSettings = 2130903271; // aapt resource value: 0x7F0300E8 - public const int headerLayout = 2130903272; + public const int fontWeight = 2130903272; // aapt resource value: 0x7F0300E9 - public const int height = 2130903273; + public const int foregroundInsidePadding = 2130903273; // aapt resource value: 0x7F0300EA - public const int helperText = 2130903274; + public const int gapBetweenBars = 2130903274; // aapt resource value: 0x7F0300EB - public const int helperTextEnabled = 2130903275; + public const int goIcon = 2130903275; // aapt resource value: 0x7F0300EC - public const int helperTextTextAppearance = 2130903276; + public const int headerLayout = 2130903276; // aapt resource value: 0x7F0300ED - public const int hideMotionSpec = 2130903277; + public const int height = 2130903277; // aapt resource value: 0x7F0300EE - public const int hideOnContentScroll = 2130903278; + public const int helperText = 2130903278; // aapt resource value: 0x7F0300EF - public const int hideOnScroll = 2130903279; + public const int helperTextEnabled = 2130903279; // aapt resource value: 0x7F0300F0 - public const int hintAnimationEnabled = 2130903280; + public const int helperTextTextAppearance = 2130903280; // aapt resource value: 0x7F0300F1 - public const int hintEnabled = 2130903281; + public const int hideMotionSpec = 2130903281; // aapt resource value: 0x7F0300F2 - public const int hintTextAppearance = 2130903282; + public const int hideOnContentScroll = 2130903282; // aapt resource value: 0x7F0300F3 - public const int homeAsUpIndicator = 2130903283; + public const int hideOnScroll = 2130903283; // aapt resource value: 0x7F0300F4 - public const int homeLayout = 2130903284; + public const int hintAnimationEnabled = 2130903284; // aapt resource value: 0x7F0300F5 - public const int hoveredFocusedTranslationZ = 2130903285; + public const int hintEnabled = 2130903285; // aapt resource value: 0x7F0300F6 - public const int icon = 2130903286; + public const int hintTextAppearance = 2130903286; // aapt resource value: 0x7F0300F7 - public const int iconEndPadding = 2130903287; + public const int homeAsUpIndicator = 2130903287; // aapt resource value: 0x7F0300F8 - public const int iconGravity = 2130903288; - - // aapt resource value: 0x7F0300FE - public const int iconifiedByDefault = 2130903294; + public const int homeLayout = 2130903288; // aapt resource value: 0x7F0300F9 - public const int iconPadding = 2130903289; + public const int hoveredFocusedTranslationZ = 2130903289; // aapt resource value: 0x7F0300FA - public const int iconSize = 2130903290; + public const int icon = 2130903290; // aapt resource value: 0x7F0300FB - public const int iconStartPadding = 2130903291; + public const int iconEndPadding = 2130903291; // aapt resource value: 0x7F0300FC - public const int iconTint = 2130903292; + public const int iconGravity = 2130903292; + + // aapt resource value: 0x7F030102 + public const int iconifiedByDefault = 2130903298; // aapt resource value: 0x7F0300FD - public const int iconTintMode = 2130903293; + public const int iconPadding = 2130903293; + + // aapt resource value: 0x7F0300FE + public const int iconSize = 2130903294; // aapt resource value: 0x7F0300FF - public const int imageButtonStyle = 2130903295; + public const int iconStartPadding = 2130903295; // aapt resource value: 0x7F030100 - public const int indeterminateProgressStyle = 2130903296; + public const int iconTint = 2130903296; // aapt resource value: 0x7F030101 - public const int initialActivityCount = 2130903297; - - // aapt resource value: 0x7F030102 - public const int insetForeground = 2130903298; + public const int iconTintMode = 2130903297; // aapt resource value: 0x7F030103 - public const int isLightTheme = 2130903299; + public const int imageAspectRatio = 2130903299; // aapt resource value: 0x7F030104 - public const int itemBackground = 2130903300; + public const int imageAspectRatioAdjust = 2130903300; // aapt resource value: 0x7F030105 - public const int itemHorizontalPadding = 2130903301; + public const int imageButtonStyle = 2130903301; // aapt resource value: 0x7F030106 - public const int itemHorizontalTranslationEnabled = 2130903302; + public const int indeterminateProgressStyle = 2130903302; // aapt resource value: 0x7F030107 - public const int itemIconPadding = 2130903303; + public const int initialActivityCount = 2130903303; // aapt resource value: 0x7F030108 - public const int itemIconSize = 2130903304; + public const int insetForeground = 2130903304; // aapt resource value: 0x7F030109 - public const int itemIconTint = 2130903305; + public const int isLightTheme = 2130903305; // aapt resource value: 0x7F03010A - public const int itemPadding = 2130903306; + public const int itemBackground = 2130903306; // aapt resource value: 0x7F03010B - public const int itemSpacing = 2130903307; + public const int itemHorizontalPadding = 2130903307; // aapt resource value: 0x7F03010C - public const int itemTextAppearance = 2130903308; + public const int itemHorizontalTranslationEnabled = 2130903308; // aapt resource value: 0x7F03010D - public const int itemTextAppearanceActive = 2130903309; + public const int itemIconPadding = 2130903309; // aapt resource value: 0x7F03010E - public const int itemTextAppearanceInactive = 2130903310; + public const int itemIconSize = 2130903310; // aapt resource value: 0x7F03010F - public const int itemTextColor = 2130903311; + public const int itemIconTint = 2130903311; // aapt resource value: 0x7F030110 - public const int keylines = 2130903312; + public const int itemPadding = 2130903312; // aapt resource value: 0x7F030111 - public const int labelVisibilityMode = 2130903313; + public const int itemSpacing = 2130903313; // aapt resource value: 0x7F030112 - public const int lastBaselineToBottomHeight = 2130903314; + public const int itemTextAppearance = 2130903314; // aapt resource value: 0x7F030113 - public const int layout = 2130903315; + public const int itemTextAppearanceActive = 2130903315; // aapt resource value: 0x7F030114 - public const int layoutManager = 2130903316; + public const int itemTextAppearanceInactive = 2130903316; // aapt resource value: 0x7F030115 - public const int layout_anchor = 2130903317; + public const int itemTextColor = 2130903317; // aapt resource value: 0x7F030116 - public const int layout_anchorGravity = 2130903318; - - // aapt resource value: 0x7F030117 - public const int layout_behavior = 2130903319; + public const int keylines = 2130903318; // aapt resource value: 0x7F030118 - public const int layout_collapseMode = 2130903320; + public const int labelVisibilityMode = 2130903320; // aapt resource value: 0x7F030119 - public const int layout_collapseParallaxMultiplier = 2130903321; + public const int lastBaselineToBottomHeight = 2130903321; // aapt resource value: 0x7F03011A - public const int layout_dodgeInsetEdges = 2130903322; + public const int layout = 2130903322; // aapt resource value: 0x7F03011B - public const int layout_insetEdge = 2130903323; + public const int layoutManager = 2130903323; // aapt resource value: 0x7F03011C - public const int layout_keyline = 2130903324; + public const int layout_anchor = 2130903324; // aapt resource value: 0x7F03011D - public const int layout_scrollFlags = 2130903325; + public const int layout_anchorGravity = 2130903325; // aapt resource value: 0x7F03011E - public const int layout_scrollInterpolator = 2130903326; + public const int layout_behavior = 2130903326; // aapt resource value: 0x7F03011F - public const int liftOnScroll = 2130903327; + public const int layout_collapseMode = 2130903327; // aapt resource value: 0x7F030120 - public const int lineHeight = 2130903328; + public const int layout_collapseParallaxMultiplier = 2130903328; // aapt resource value: 0x7F030121 - public const int lineSpacing = 2130903329; + public const int layout_dodgeInsetEdges = 2130903329; // aapt resource value: 0x7F030122 - public const int listChoiceBackgroundIndicator = 2130903330; + public const int layout_insetEdge = 2130903330; // aapt resource value: 0x7F030123 - public const int listChoiceIndicatorMultipleAnimated = 2130903331; + public const int layout_keyline = 2130903331; // aapt resource value: 0x7F030124 - public const int listChoiceIndicatorSingleAnimated = 2130903332; + public const int layout_scrollFlags = 2130903332; // aapt resource value: 0x7F030125 - public const int listDividerAlertDialog = 2130903333; + public const int layout_scrollInterpolator = 2130903333; // aapt resource value: 0x7F030126 - public const int listItemLayout = 2130903334; + public const int liftOnScroll = 2130903334; // aapt resource value: 0x7F030127 - public const int listLayout = 2130903335; + public const int lineHeight = 2130903335; // aapt resource value: 0x7F030128 - public const int listMenuViewStyle = 2130903336; + public const int lineSpacing = 2130903336; // aapt resource value: 0x7F030129 - public const int listPopupWindowStyle = 2130903337; + public const int listChoiceBackgroundIndicator = 2130903337; // aapt resource value: 0x7F03012A - public const int listPreferredItemHeight = 2130903338; + public const int listChoiceIndicatorMultipleAnimated = 2130903338; // aapt resource value: 0x7F03012B - public const int listPreferredItemHeightLarge = 2130903339; + public const int listChoiceIndicatorSingleAnimated = 2130903339; // aapt resource value: 0x7F03012C - public const int listPreferredItemHeightSmall = 2130903340; + public const int listDividerAlertDialog = 2130903340; // aapt resource value: 0x7F03012D - public const int listPreferredItemPaddingEnd = 2130903341; + public const int listItemLayout = 2130903341; // aapt resource value: 0x7F03012E - public const int listPreferredItemPaddingLeft = 2130903342; + public const int listLayout = 2130903342; // aapt resource value: 0x7F03012F - public const int listPreferredItemPaddingRight = 2130903343; + public const int listMenuViewStyle = 2130903343; // aapt resource value: 0x7F030130 - public const int listPreferredItemPaddingStart = 2130903344; + public const int listPopupWindowStyle = 2130903344; // aapt resource value: 0x7F030131 - public const int logo = 2130903345; + public const int listPreferredItemHeight = 2130903345; // aapt resource value: 0x7F030132 - public const int logoDescription = 2130903346; + public const int listPreferredItemHeightLarge = 2130903346; // aapt resource value: 0x7F030133 - public const int materialButtonStyle = 2130903347; + public const int listPreferredItemHeightSmall = 2130903347; // aapt resource value: 0x7F030134 - public const int materialCardViewStyle = 2130903348; + public const int listPreferredItemPaddingEnd = 2130903348; // aapt resource value: 0x7F030135 - public const int maxActionInlineWidth = 2130903349; + public const int listPreferredItemPaddingLeft = 2130903349; // aapt resource value: 0x7F030136 - public const int maxButtonHeight = 2130903350; + public const int listPreferredItemPaddingRight = 2130903350; // aapt resource value: 0x7F030137 - public const int maxImageSize = 2130903351; + public const int listPreferredItemPaddingStart = 2130903351; // aapt resource value: 0x7F030138 - public const int measureWithLargestChild = 2130903352; + public const int logo = 2130903352; // aapt resource value: 0x7F030139 - public const int menu = 2130903353; + public const int logoDescription = 2130903353; + + // aapt resource value: 0x7F030117 + public const int lStar = 2130903319; // aapt resource value: 0x7F03013A - public const int multiChoiceItemLayout = 2130903354; + public const int materialButtonStyle = 2130903354; // aapt resource value: 0x7F03013B - public const int navigationContentDescription = 2130903355; + public const int materialCardViewStyle = 2130903355; // aapt resource value: 0x7F03013C - public const int navigationIcon = 2130903356; + public const int maxActionInlineWidth = 2130903356; // aapt resource value: 0x7F03013D - public const int navigationMode = 2130903357; + public const int maxButtonHeight = 2130903357; // aapt resource value: 0x7F03013E - public const int navigationViewStyle = 2130903358; + public const int maxImageSize = 2130903358; // aapt resource value: 0x7F03013F - public const int numericModifiers = 2130903359; + public const int measureWithLargestChild = 2130903359; // aapt resource value: 0x7F030140 - public const int overlapAnchor = 2130903360; + public const int menu = 2130903360; // aapt resource value: 0x7F030141 - public const int paddingBottomNoButtons = 2130903361; + public const int multiChoiceItemLayout = 2130903361; // aapt resource value: 0x7F030142 - public const int paddingEnd = 2130903362; + public const int navigationContentDescription = 2130903362; // aapt resource value: 0x7F030143 - public const int paddingStart = 2130903363; + public const int navigationIcon = 2130903363; // aapt resource value: 0x7F030144 - public const int paddingTopNoTitle = 2130903364; + public const int navigationMode = 2130903364; // aapt resource value: 0x7F030145 - public const int panelBackground = 2130903365; + public const int navigationViewStyle = 2130903365; // aapt resource value: 0x7F030146 - public const int panelMenuListTheme = 2130903366; + public const int nestedScrollViewStyle = 2130903366; // aapt resource value: 0x7F030147 - public const int panelMenuListWidth = 2130903367; + public const int numericModifiers = 2130903367; // aapt resource value: 0x7F030148 - public const int passwordToggleContentDescription = 2130903368; + public const int overlapAnchor = 2130903368; // aapt resource value: 0x7F030149 - public const int passwordToggleDrawable = 2130903369; + public const int paddingBottomNoButtons = 2130903369; // aapt resource value: 0x7F03014A - public const int passwordToggleEnabled = 2130903370; + public const int paddingEnd = 2130903370; // aapt resource value: 0x7F03014B - public const int passwordToggleTint = 2130903371; + public const int paddingStart = 2130903371; // aapt resource value: 0x7F03014C - public const int passwordToggleTintMode = 2130903372; + public const int paddingTopNoTitle = 2130903372; // aapt resource value: 0x7F03014D - public const int popupMenuStyle = 2130903373; + public const int panelBackground = 2130903373; // aapt resource value: 0x7F03014E - public const int popupTheme = 2130903374; + public const int panelMenuListTheme = 2130903374; // aapt resource value: 0x7F03014F - public const int popupWindowStyle = 2130903375; + public const int panelMenuListWidth = 2130903375; // aapt resource value: 0x7F030150 - public const int preserveIconSpacing = 2130903376; + public const int passwordToggleContentDescription = 2130903376; // aapt resource value: 0x7F030151 - public const int pressedTranslationZ = 2130903377; + public const int passwordToggleDrawable = 2130903377; // aapt resource value: 0x7F030152 - public const int progressBarPadding = 2130903378; + public const int passwordToggleEnabled = 2130903378; // aapt resource value: 0x7F030153 - public const int progressBarStyle = 2130903379; + public const int passwordToggleTint = 2130903379; // aapt resource value: 0x7F030154 - public const int queryBackground = 2130903380; + public const int passwordToggleTintMode = 2130903380; // aapt resource value: 0x7F030155 - public const int queryHint = 2130903381; + public const int popupMenuStyle = 2130903381; // aapt resource value: 0x7F030156 - public const int radioButtonStyle = 2130903382; + public const int popupTheme = 2130903382; // aapt resource value: 0x7F030157 - public const int ratingBarStyle = 2130903383; + public const int popupWindowStyle = 2130903383; // aapt resource value: 0x7F030158 - public const int ratingBarStyleIndicator = 2130903384; + public const int preserveIconSpacing = 2130903384; // aapt resource value: 0x7F030159 - public const int ratingBarStyleSmall = 2130903385; + public const int pressedTranslationZ = 2130903385; // aapt resource value: 0x7F03015A - public const int recyclerViewStyle = 2130903386; + public const int progressBarPadding = 2130903386; // aapt resource value: 0x7F03015B - public const int reverseLayout = 2130903387; + public const int progressBarStyle = 2130903387; // aapt resource value: 0x7F03015C - public const int rippleColor = 2130903388; + public const int queryBackground = 2130903388; // aapt resource value: 0x7F03015D - public const int scrimAnimationDuration = 2130903389; + public const int queryHint = 2130903389; // aapt resource value: 0x7F03015E - public const int scrimBackground = 2130903390; + public const int queryPatterns = 2130903390; // aapt resource value: 0x7F03015F - public const int scrimVisibleHeightTrigger = 2130903391; + public const int radioButtonStyle = 2130903391; // aapt resource value: 0x7F030160 - public const int searchHintIcon = 2130903392; + public const int ratingBarStyle = 2130903392; // aapt resource value: 0x7F030161 - public const int searchIcon = 2130903393; + public const int ratingBarStyleIndicator = 2130903393; // aapt resource value: 0x7F030162 - public const int searchViewStyle = 2130903394; + public const int ratingBarStyleSmall = 2130903394; // aapt resource value: 0x7F030163 - public const int seekBarStyle = 2130903395; + public const int recyclerViewStyle = 2130903395; // aapt resource value: 0x7F030164 - public const int selectableItemBackground = 2130903396; + public const int reverseLayout = 2130903396; // aapt resource value: 0x7F030165 - public const int selectableItemBackgroundBorderless = 2130903397; + public const int rippleColor = 2130903397; // aapt resource value: 0x7F030166 - public const int showAsAction = 2130903398; + public const int scopeUris = 2130903398; // aapt resource value: 0x7F030167 - public const int showDividers = 2130903399; + public const int scrimAnimationDuration = 2130903399; // aapt resource value: 0x7F030168 - public const int showMotionSpec = 2130903400; + public const int scrimBackground = 2130903400; // aapt resource value: 0x7F030169 - public const int showText = 2130903401; + public const int scrimVisibleHeightTrigger = 2130903401; // aapt resource value: 0x7F03016A - public const int showTitle = 2130903402; + public const int searchHintIcon = 2130903402; // aapt resource value: 0x7F03016B - public const int singleChoiceItemLayout = 2130903403; + public const int searchIcon = 2130903403; // aapt resource value: 0x7F03016C - public const int singleLine = 2130903404; + public const int searchViewStyle = 2130903404; // aapt resource value: 0x7F03016D - public const int singleSelection = 2130903405; + public const int seekBarStyle = 2130903405; // aapt resource value: 0x7F03016E - public const int snackbarButtonStyle = 2130903406; + public const int selectableItemBackground = 2130903406; // aapt resource value: 0x7F03016F - public const int snackbarStyle = 2130903407; + public const int selectableItemBackgroundBorderless = 2130903407; // aapt resource value: 0x7F030170 - public const int spanCount = 2130903408; + public const int shortcutMatchRequired = 2130903408; // aapt resource value: 0x7F030171 - public const int spinBars = 2130903409; + public const int showAsAction = 2130903409; // aapt resource value: 0x7F030172 - public const int spinnerDropDownItemStyle = 2130903410; + public const int showDividers = 2130903410; // aapt resource value: 0x7F030173 - public const int spinnerStyle = 2130903411; + public const int showMotionSpec = 2130903411; // aapt resource value: 0x7F030174 - public const int splitTrack = 2130903412; + public const int showText = 2130903412; // aapt resource value: 0x7F030175 - public const int srcCompat = 2130903413; + public const int showTitle = 2130903413; // aapt resource value: 0x7F030176 - public const int stackFromEnd = 2130903414; + public const int singleChoiceItemLayout = 2130903414; // aapt resource value: 0x7F030177 - public const int state_above_anchor = 2130903415; + public const int singleLine = 2130903415; // aapt resource value: 0x7F030178 - public const int state_collapsed = 2130903416; + public const int singleSelection = 2130903416; // aapt resource value: 0x7F030179 - public const int state_collapsible = 2130903417; + public const int snackbarButtonStyle = 2130903417; // aapt resource value: 0x7F03017A - public const int state_liftable = 2130903418; + public const int snackbarStyle = 2130903418; // aapt resource value: 0x7F03017B - public const int state_lifted = 2130903419; + public const int spanCount = 2130903419; // aapt resource value: 0x7F03017C - public const int statusBarBackground = 2130903420; + public const int spinBars = 2130903420; // aapt resource value: 0x7F03017D - public const int statusBarScrim = 2130903421; + public const int spinnerDropDownItemStyle = 2130903421; // aapt resource value: 0x7F03017E - public const int strokeColor = 2130903422; + public const int spinnerStyle = 2130903422; // aapt resource value: 0x7F03017F - public const int strokeWidth = 2130903423; + public const int splitTrack = 2130903423; // aapt resource value: 0x7F030180 - public const int subMenuArrow = 2130903424; + public const int srcCompat = 2130903424; // aapt resource value: 0x7F030181 - public const int submitBackground = 2130903425; + public const int stackFromEnd = 2130903425; // aapt resource value: 0x7F030182 - public const int subtitle = 2130903426; + public const int state_above_anchor = 2130903426; // aapt resource value: 0x7F030183 - public const int subtitleTextAppearance = 2130903427; + public const int state_collapsed = 2130903427; // aapt resource value: 0x7F030184 - public const int subtitleTextColor = 2130903428; + public const int state_collapsible = 2130903428; // aapt resource value: 0x7F030185 - public const int subtitleTextStyle = 2130903429; + public const int state_liftable = 2130903429; // aapt resource value: 0x7F030186 - public const int suggestionRowLayout = 2130903430; + public const int state_lifted = 2130903430; // aapt resource value: 0x7F030187 - public const int switchMinWidth = 2130903431; + public const int statusBarBackground = 2130903431; // aapt resource value: 0x7F030188 - public const int switchPadding = 2130903432; + public const int statusBarScrim = 2130903432; // aapt resource value: 0x7F030189 - public const int switchStyle = 2130903433; + public const int strokeColor = 2130903433; // aapt resource value: 0x7F03018A - public const int switchTextAppearance = 2130903434; + public const int strokeWidth = 2130903434; // aapt resource value: 0x7F03018B - public const int tabBackground = 2130903435; + public const int subMenuArrow = 2130903435; // aapt resource value: 0x7F03018C - public const int tabContentStart = 2130903436; + public const int submitBackground = 2130903436; // aapt resource value: 0x7F03018D - public const int tabGravity = 2130903437; + public const int subtitle = 2130903437; // aapt resource value: 0x7F03018E - public const int tabIconTint = 2130903438; + public const int subtitleTextAppearance = 2130903438; // aapt resource value: 0x7F03018F - public const int tabIconTintMode = 2130903439; + public const int subtitleTextColor = 2130903439; // aapt resource value: 0x7F030190 - public const int tabIndicator = 2130903440; + public const int subtitleTextStyle = 2130903440; // aapt resource value: 0x7F030191 - public const int tabIndicatorAnimationDuration = 2130903441; + public const int suggestionRowLayout = 2130903441; // aapt resource value: 0x7F030192 - public const int tabIndicatorColor = 2130903442; + public const int switchMinWidth = 2130903442; // aapt resource value: 0x7F030193 - public const int tabIndicatorFullWidth = 2130903443; + public const int switchPadding = 2130903443; // aapt resource value: 0x7F030194 - public const int tabIndicatorGravity = 2130903444; + public const int switchStyle = 2130903444; // aapt resource value: 0x7F030195 - public const int tabIndicatorHeight = 2130903445; + public const int switchTextAppearance = 2130903445; // aapt resource value: 0x7F030196 - public const int tabInlineLabel = 2130903446; + public const int tabBackground = 2130903446; // aapt resource value: 0x7F030197 - public const int tabMaxWidth = 2130903447; + public const int tabContentStart = 2130903447; // aapt resource value: 0x7F030198 - public const int tabMinWidth = 2130903448; + public const int tabGravity = 2130903448; // aapt resource value: 0x7F030199 - public const int tabMode = 2130903449; + public const int tabIconTint = 2130903449; // aapt resource value: 0x7F03019A - public const int tabPadding = 2130903450; + public const int tabIconTintMode = 2130903450; // aapt resource value: 0x7F03019B - public const int tabPaddingBottom = 2130903451; + public const int tabIndicator = 2130903451; // aapt resource value: 0x7F03019C - public const int tabPaddingEnd = 2130903452; + public const int tabIndicatorAnimationDuration = 2130903452; // aapt resource value: 0x7F03019D - public const int tabPaddingStart = 2130903453; + public const int tabIndicatorColor = 2130903453; // aapt resource value: 0x7F03019E - public const int tabPaddingTop = 2130903454; + public const int tabIndicatorFullWidth = 2130903454; // aapt resource value: 0x7F03019F - public const int tabRippleColor = 2130903455; + public const int tabIndicatorGravity = 2130903455; // aapt resource value: 0x7F0301A0 - public const int tabSelectedTextColor = 2130903456; + public const int tabIndicatorHeight = 2130903456; // aapt resource value: 0x7F0301A1 - public const int tabStyle = 2130903457; + public const int tabInlineLabel = 2130903457; // aapt resource value: 0x7F0301A2 - public const int tabTextAppearance = 2130903458; + public const int tabMaxWidth = 2130903458; // aapt resource value: 0x7F0301A3 - public const int tabTextColor = 2130903459; + public const int tabMinWidth = 2130903459; // aapt resource value: 0x7F0301A4 - public const int tabUnboundedRipple = 2130903460; + public const int tabMode = 2130903460; // aapt resource value: 0x7F0301A5 - public const int textAllCaps = 2130903461; + public const int tabPadding = 2130903461; // aapt resource value: 0x7F0301A6 - public const int textAppearanceBody1 = 2130903462; + public const int tabPaddingBottom = 2130903462; // aapt resource value: 0x7F0301A7 - public const int textAppearanceBody2 = 2130903463; + public const int tabPaddingEnd = 2130903463; // aapt resource value: 0x7F0301A8 - public const int textAppearanceButton = 2130903464; + public const int tabPaddingStart = 2130903464; // aapt resource value: 0x7F0301A9 - public const int textAppearanceCaption = 2130903465; + public const int tabPaddingTop = 2130903465; // aapt resource value: 0x7F0301AA - public const int textAppearanceHeadline1 = 2130903466; + public const int tabRippleColor = 2130903466; // aapt resource value: 0x7F0301AB - public const int textAppearanceHeadline2 = 2130903467; + public const int tabSelectedTextColor = 2130903467; // aapt resource value: 0x7F0301AC - public const int textAppearanceHeadline3 = 2130903468; + public const int tabStyle = 2130903468; // aapt resource value: 0x7F0301AD - public const int textAppearanceHeadline4 = 2130903469; + public const int tabTextAppearance = 2130903469; // aapt resource value: 0x7F0301AE - public const int textAppearanceHeadline5 = 2130903470; + public const int tabTextColor = 2130903470; // aapt resource value: 0x7F0301AF - public const int textAppearanceHeadline6 = 2130903471; + public const int tabUnboundedRipple = 2130903471; // aapt resource value: 0x7F0301B0 - public const int textAppearanceLargePopupMenu = 2130903472; + public const int textAllCaps = 2130903472; // aapt resource value: 0x7F0301B1 - public const int textAppearanceListItem = 2130903473; + public const int textAppearanceBody1 = 2130903473; // aapt resource value: 0x7F0301B2 - public const int textAppearanceListItemSecondary = 2130903474; + public const int textAppearanceBody2 = 2130903474; // aapt resource value: 0x7F0301B3 - public const int textAppearanceListItemSmall = 2130903475; + public const int textAppearanceButton = 2130903475; // aapt resource value: 0x7F0301B4 - public const int textAppearanceOverline = 2130903476; + public const int textAppearanceCaption = 2130903476; // aapt resource value: 0x7F0301B5 - public const int textAppearancePopupMenuHeader = 2130903477; + public const int textAppearanceHeadline1 = 2130903477; // aapt resource value: 0x7F0301B6 - public const int textAppearanceSearchResultSubtitle = 2130903478; + public const int textAppearanceHeadline2 = 2130903478; // aapt resource value: 0x7F0301B7 - public const int textAppearanceSearchResultTitle = 2130903479; + public const int textAppearanceHeadline3 = 2130903479; // aapt resource value: 0x7F0301B8 - public const int textAppearanceSmallPopupMenu = 2130903480; + public const int textAppearanceHeadline4 = 2130903480; // aapt resource value: 0x7F0301B9 - public const int textAppearanceSubtitle1 = 2130903481; + public const int textAppearanceHeadline5 = 2130903481; // aapt resource value: 0x7F0301BA - public const int textAppearanceSubtitle2 = 2130903482; + public const int textAppearanceHeadline6 = 2130903482; // aapt resource value: 0x7F0301BB - public const int textColorAlertDialogListItem = 2130903483; + public const int textAppearanceLargePopupMenu = 2130903483; // aapt resource value: 0x7F0301BC - public const int textColorSearchUrl = 2130903484; + public const int textAppearanceListItem = 2130903484; // aapt resource value: 0x7F0301BD - public const int textEndPadding = 2130903485; + public const int textAppearanceListItemSecondary = 2130903485; // aapt resource value: 0x7F0301BE - public const int textInputStyle = 2130903486; + public const int textAppearanceListItemSmall = 2130903486; // aapt resource value: 0x7F0301BF - public const int textLocale = 2130903487; + public const int textAppearanceOverline = 2130903487; // aapt resource value: 0x7F0301C0 - public const int textStartPadding = 2130903488; + public const int textAppearancePopupMenuHeader = 2130903488; // aapt resource value: 0x7F0301C1 - public const int theme = 2130903489; + public const int textAppearanceSearchResultSubtitle = 2130903489; // aapt resource value: 0x7F0301C2 - public const int thickness = 2130903490; + public const int textAppearanceSearchResultTitle = 2130903490; // aapt resource value: 0x7F0301C3 - public const int thumbTextPadding = 2130903491; + public const int textAppearanceSmallPopupMenu = 2130903491; // aapt resource value: 0x7F0301C4 - public const int thumbTint = 2130903492; + public const int textAppearanceSubtitle1 = 2130903492; // aapt resource value: 0x7F0301C5 - public const int thumbTintMode = 2130903493; + public const int textAppearanceSubtitle2 = 2130903493; // aapt resource value: 0x7F0301C6 - public const int tickMark = 2130903494; + public const int textColorAlertDialogListItem = 2130903494; // aapt resource value: 0x7F0301C7 - public const int tickMarkTint = 2130903495; + public const int textColorSearchUrl = 2130903495; // aapt resource value: 0x7F0301C8 - public const int tickMarkTintMode = 2130903496; + public const int textEndPadding = 2130903496; // aapt resource value: 0x7F0301C9 - public const int tint = 2130903497; + public const int textInputStyle = 2130903497; // aapt resource value: 0x7F0301CA - public const int tintMode = 2130903498; + public const int textLocale = 2130903498; // aapt resource value: 0x7F0301CB - public const int title = 2130903499; + public const int textStartPadding = 2130903499; // aapt resource value: 0x7F0301CC - public const int titleEnabled = 2130903500; + public const int theme = 2130903500; // aapt resource value: 0x7F0301CD - public const int titleMargin = 2130903501; + public const int thickness = 2130903501; // aapt resource value: 0x7F0301CE - public const int titleMarginBottom = 2130903502; + public const int thumbTextPadding = 2130903502; // aapt resource value: 0x7F0301CF - public const int titleMarginEnd = 2130903503; - - // aapt resource value: 0x7F0301D2 - public const int titleMargins = 2130903506; + public const int thumbTint = 2130903503; // aapt resource value: 0x7F0301D0 - public const int titleMarginStart = 2130903504; + public const int thumbTintMode = 2130903504; // aapt resource value: 0x7F0301D1 - public const int titleMarginTop = 2130903505; + public const int tickMark = 2130903505; + + // aapt resource value: 0x7F0301D2 + public const int tickMarkTint = 2130903506; // aapt resource value: 0x7F0301D3 - public const int titleTextAppearance = 2130903507; + public const int tickMarkTintMode = 2130903507; // aapt resource value: 0x7F0301D4 - public const int titleTextColor = 2130903508; + public const int tint = 2130903508; // aapt resource value: 0x7F0301D5 - public const int titleTextStyle = 2130903509; + public const int tintMode = 2130903509; // aapt resource value: 0x7F0301D6 - public const int toolbarId = 2130903510; + public const int title = 2130903510; // aapt resource value: 0x7F0301D7 - public const int toolbarNavigationButtonStyle = 2130903511; + public const int titleEnabled = 2130903511; // aapt resource value: 0x7F0301D8 - public const int toolbarStyle = 2130903512; + public const int titleMargin = 2130903512; // aapt resource value: 0x7F0301D9 - public const int tooltipForegroundColor = 2130903513; + public const int titleMarginBottom = 2130903513; // aapt resource value: 0x7F0301DA - public const int tooltipFrameBackground = 2130903514; + public const int titleMarginEnd = 2130903514; + + // aapt resource value: 0x7F0301DD + public const int titleMargins = 2130903517; // aapt resource value: 0x7F0301DB - public const int tooltipText = 2130903515; + public const int titleMarginStart = 2130903515; // aapt resource value: 0x7F0301DC - public const int track = 2130903516; - - // aapt resource value: 0x7F0301DD - public const int trackTint = 2130903517; + public const int titleMarginTop = 2130903516; // aapt resource value: 0x7F0301DE - public const int trackTintMode = 2130903518; + public const int titleTextAppearance = 2130903518; // aapt resource value: 0x7F0301DF - public const int ttcIndex = 2130903519; + public const int titleTextColor = 2130903519; // aapt resource value: 0x7F0301E0 - public const int useCompatPadding = 2130903520; + public const int titleTextStyle = 2130903520; // aapt resource value: 0x7F0301E1 - public const int viewInflaterClass = 2130903521; + public const int toolbarId = 2130903521; // aapt resource value: 0x7F0301E2 - public const int voiceIcon = 2130903522; + public const int toolbarNavigationButtonStyle = 2130903522; // aapt resource value: 0x7F0301E3 - public const int windowActionBar = 2130903523; + public const int toolbarStyle = 2130903523; // aapt resource value: 0x7F0301E4 - public const int windowActionBarOverlay = 2130903524; + public const int tooltipForegroundColor = 2130903524; // aapt resource value: 0x7F0301E5 - public const int windowActionModeOverlay = 2130903525; + public const int tooltipFrameBackground = 2130903525; // aapt resource value: 0x7F0301E6 - public const int windowFixedHeightMajor = 2130903526; + public const int tooltipText = 2130903526; // aapt resource value: 0x7F0301E7 - public const int windowFixedHeightMinor = 2130903527; + public const int track = 2130903527; // aapt resource value: 0x7F0301E8 - public const int windowFixedWidthMajor = 2130903528; + public const int trackTint = 2130903528; // aapt resource value: 0x7F0301E9 - public const int windowFixedWidthMinor = 2130903529; + public const int trackTintMode = 2130903529; // aapt resource value: 0x7F0301EA - public const int windowMinWidthMajor = 2130903530; + public const int ttcIndex = 2130903530; // aapt resource value: 0x7F0301EB - public const int windowMinWidthMinor = 2130903531; + public const int useCompatPadding = 2130903531; // aapt resource value: 0x7F0301EC - public const int windowNoTitle = 2130903532; + public const int viewInflaterClass = 2130903532; + + // aapt resource value: 0x7F0301ED + public const int voiceIcon = 2130903533; + + // aapt resource value: 0x7F0301EE + public const int windowActionBar = 2130903534; + + // aapt resource value: 0x7F0301EF + public const int windowActionBarOverlay = 2130903535; + + // aapt resource value: 0x7F0301F0 + public const int windowActionModeOverlay = 2130903536; + + // aapt resource value: 0x7F0301F1 + public const int windowFixedHeightMajor = 2130903537; + + // aapt resource value: 0x7F0301F2 + public const int windowFixedHeightMinor = 2130903538; + + // aapt resource value: 0x7F0301F3 + public const int windowFixedWidthMajor = 2130903539; + + // aapt resource value: 0x7F0301F4 + public const int windowFixedWidthMinor = 2130903540; + + // aapt resource value: 0x7F0301F5 + public const int windowMinWidthMajor = 2130903541; + + // aapt resource value: 0x7F0301F6 + public const int windowMinWidthMinor = 2130903542; + + // aapt resource value: 0x7F0301F7 + public const int windowNoTitle = 2130903543; static Attribute() { @@ -2058,289 +2091,322 @@ public partial class Color public const int colorPrimaryDark = 2131034164; // aapt resource value: 0x7F050035 - public const int design_bottom_navigation_shadow_color = 2131034165; + public const int common_google_signin_btn_text_dark = 2131034165; // aapt resource value: 0x7F050036 - public const int design_default_color_primary = 2131034166; + public const int common_google_signin_btn_text_dark_default = 2131034166; // aapt resource value: 0x7F050037 - public const int design_default_color_primary_dark = 2131034167; + public const int common_google_signin_btn_text_dark_disabled = 2131034167; // aapt resource value: 0x7F050038 - public const int design_error = 2131034168; + public const int common_google_signin_btn_text_dark_focused = 2131034168; // aapt resource value: 0x7F050039 - public const int design_fab_shadow_end_color = 2131034169; + public const int common_google_signin_btn_text_dark_pressed = 2131034169; // aapt resource value: 0x7F05003A - public const int design_fab_shadow_mid_color = 2131034170; + public const int common_google_signin_btn_text_light = 2131034170; // aapt resource value: 0x7F05003B - public const int design_fab_shadow_start_color = 2131034171; + public const int common_google_signin_btn_text_light_default = 2131034171; // aapt resource value: 0x7F05003C - public const int design_fab_stroke_end_inner_color = 2131034172; + public const int common_google_signin_btn_text_light_disabled = 2131034172; // aapt resource value: 0x7F05003D - public const int design_fab_stroke_end_outer_color = 2131034173; + public const int common_google_signin_btn_text_light_focused = 2131034173; // aapt resource value: 0x7F05003E - public const int design_fab_stroke_top_inner_color = 2131034174; + public const int common_google_signin_btn_text_light_pressed = 2131034174; // aapt resource value: 0x7F05003F - public const int design_fab_stroke_top_outer_color = 2131034175; + public const int common_google_signin_btn_tint = 2131034175; // aapt resource value: 0x7F050040 - public const int design_snackbar_background_color = 2131034176; + public const int design_bottom_navigation_shadow_color = 2131034176; // aapt resource value: 0x7F050041 - public const int design_tint_password_toggle = 2131034177; + public const int design_default_color_primary = 2131034177; // aapt resource value: 0x7F050042 - public const int dim_foreground_disabled_material_dark = 2131034178; + public const int design_default_color_primary_dark = 2131034178; // aapt resource value: 0x7F050043 - public const int dim_foreground_disabled_material_light = 2131034179; + public const int design_error = 2131034179; // aapt resource value: 0x7F050044 - public const int dim_foreground_material_dark = 2131034180; + public const int design_fab_shadow_end_color = 2131034180; // aapt resource value: 0x7F050045 - public const int dim_foreground_material_light = 2131034181; + public const int design_fab_shadow_mid_color = 2131034181; // aapt resource value: 0x7F050046 - public const int error_color_material_dark = 2131034182; + public const int design_fab_shadow_start_color = 2131034182; // aapt resource value: 0x7F050047 - public const int error_color_material_light = 2131034183; + public const int design_fab_stroke_end_inner_color = 2131034183; // aapt resource value: 0x7F050048 - public const int foreground_material_dark = 2131034184; + public const int design_fab_stroke_end_outer_color = 2131034184; // aapt resource value: 0x7F050049 - public const int foreground_material_light = 2131034185; + public const int design_fab_stroke_top_inner_color = 2131034185; // aapt resource value: 0x7F05004A - public const int headerBackground = 2131034186; + public const int design_fab_stroke_top_outer_color = 2131034186; // aapt resource value: 0x7F05004B - public const int highlighted_text_material_dark = 2131034187; + public const int design_snackbar_background_color = 2131034187; // aapt resource value: 0x7F05004C - public const int highlighted_text_material_light = 2131034188; + public const int design_tint_password_toggle = 2131034188; // aapt resource value: 0x7F05004D - public const int ic_launcher_background = 2131034189; + public const int dim_foreground_disabled_material_dark = 2131034189; // aapt resource value: 0x7F05004E - public const int mainBlue = 2131034190; + public const int dim_foreground_disabled_material_light = 2131034190; // aapt resource value: 0x7F05004F - public const int mainGreen = 2131034191; + public const int dim_foreground_material_dark = 2131034191; // aapt resource value: 0x7F050050 - public const int mainOrange = 2131034192; + public const int dim_foreground_material_light = 2131034192; // aapt resource value: 0x7F050051 - public const int mainRed = 2131034193; + public const int error_color_material_dark = 2131034193; // aapt resource value: 0x7F050052 - public const int mainViolet = 2131034194; + public const int error_color_material_light = 2131034194; // aapt resource value: 0x7F050053 - public const int material_blue_grey_800 = 2131034195; + public const int foreground_material_dark = 2131034195; // aapt resource value: 0x7F050054 - public const int material_blue_grey_900 = 2131034196; + public const int foreground_material_light = 2131034196; // aapt resource value: 0x7F050055 - public const int material_blue_grey_950 = 2131034197; + public const int headerBackground = 2131034197; // aapt resource value: 0x7F050056 - public const int material_deep_teal_200 = 2131034198; + public const int highlighted_text_material_dark = 2131034198; // aapt resource value: 0x7F050057 - public const int material_deep_teal_500 = 2131034199; + public const int highlighted_text_material_light = 2131034199; // aapt resource value: 0x7F050058 - public const int material_grey_100 = 2131034200; + public const int ic_launcher_background = 2131034200; // aapt resource value: 0x7F050059 - public const int material_grey_300 = 2131034201; + public const int mainBlue = 2131034201; // aapt resource value: 0x7F05005A - public const int material_grey_50 = 2131034202; + public const int mainGreen = 2131034202; // aapt resource value: 0x7F05005B - public const int material_grey_600 = 2131034203; + public const int mainOrange = 2131034203; // aapt resource value: 0x7F05005C - public const int material_grey_800 = 2131034204; + public const int mainRed = 2131034204; // aapt resource value: 0x7F05005D - public const int material_grey_850 = 2131034205; + public const int mainViolet = 2131034205; // aapt resource value: 0x7F05005E - public const int material_grey_900 = 2131034206; + public const int material_blue_grey_800 = 2131034206; // aapt resource value: 0x7F05005F - public const int mtrl_bottom_nav_colored_item_tint = 2131034207; + public const int material_blue_grey_900 = 2131034207; // aapt resource value: 0x7F050060 - public const int mtrl_bottom_nav_item_tint = 2131034208; + public const int material_blue_grey_950 = 2131034208; // aapt resource value: 0x7F050061 - public const int mtrl_btn_bg_color_disabled = 2131034209; + public const int material_deep_teal_200 = 2131034209; // aapt resource value: 0x7F050062 - public const int mtrl_btn_bg_color_selector = 2131034210; + public const int material_deep_teal_500 = 2131034210; // aapt resource value: 0x7F050063 - public const int mtrl_btn_ripple_color = 2131034211; + public const int material_grey_100 = 2131034211; // aapt resource value: 0x7F050064 - public const int mtrl_btn_stroke_color_selector = 2131034212; + public const int material_grey_300 = 2131034212; // aapt resource value: 0x7F050065 - public const int mtrl_btn_text_btn_ripple_color = 2131034213; + public const int material_grey_50 = 2131034213; // aapt resource value: 0x7F050066 - public const int mtrl_btn_text_color_disabled = 2131034214; + public const int material_grey_600 = 2131034214; // aapt resource value: 0x7F050067 - public const int mtrl_btn_text_color_selector = 2131034215; + public const int material_grey_800 = 2131034215; // aapt resource value: 0x7F050068 - public const int mtrl_btn_transparent_bg_color = 2131034216; + public const int material_grey_850 = 2131034216; // aapt resource value: 0x7F050069 - public const int mtrl_chip_background_color = 2131034217; + public const int material_grey_900 = 2131034217; // aapt resource value: 0x7F05006A - public const int mtrl_chip_close_icon_tint = 2131034218; + public const int mtrl_bottom_nav_colored_item_tint = 2131034218; // aapt resource value: 0x7F05006B - public const int mtrl_chip_ripple_color = 2131034219; + public const int mtrl_bottom_nav_item_tint = 2131034219; // aapt resource value: 0x7F05006C - public const int mtrl_chip_text_color = 2131034220; + public const int mtrl_btn_bg_color_disabled = 2131034220; // aapt resource value: 0x7F05006D - public const int mtrl_fab_ripple_color = 2131034221; + public const int mtrl_btn_bg_color_selector = 2131034221; // aapt resource value: 0x7F05006E - public const int mtrl_scrim_color = 2131034222; + public const int mtrl_btn_ripple_color = 2131034222; // aapt resource value: 0x7F05006F - public const int mtrl_tabs_colored_ripple_color = 2131034223; + public const int mtrl_btn_stroke_color_selector = 2131034223; // aapt resource value: 0x7F050070 - public const int mtrl_tabs_icon_color_selector = 2131034224; + public const int mtrl_btn_text_btn_ripple_color = 2131034224; // aapt resource value: 0x7F050071 - public const int mtrl_tabs_icon_color_selector_colored = 2131034225; + public const int mtrl_btn_text_color_disabled = 2131034225; // aapt resource value: 0x7F050072 - public const int mtrl_tabs_legacy_text_color_selector = 2131034226; + public const int mtrl_btn_text_color_selector = 2131034226; // aapt resource value: 0x7F050073 - public const int mtrl_tabs_ripple_color = 2131034227; + public const int mtrl_btn_transparent_bg_color = 2131034227; + + // aapt resource value: 0x7F050074 + public const int mtrl_chip_background_color = 2131034228; // aapt resource value: 0x7F050075 - public const int mtrl_textinput_default_box_stroke_color = 2131034229; + public const int mtrl_chip_close_icon_tint = 2131034229; // aapt resource value: 0x7F050076 - public const int mtrl_textinput_disabled_color = 2131034230; + public const int mtrl_chip_ripple_color = 2131034230; // aapt resource value: 0x7F050077 - public const int mtrl_textinput_filled_box_default_background_color = 2131034231; + public const int mtrl_chip_text_color = 2131034231; // aapt resource value: 0x7F050078 - public const int mtrl_textinput_hovered_box_stroke_color = 2131034232; - - // aapt resource value: 0x7F050074 - public const int mtrl_text_btn_text_color_selector = 2131034228; + public const int mtrl_fab_ripple_color = 2131034232; // aapt resource value: 0x7F050079 - public const int notification_action_color_filter = 2131034233; + public const int mtrl_scrim_color = 2131034233; // aapt resource value: 0x7F05007A - public const int notification_icon_bg_color = 2131034234; + public const int mtrl_tabs_colored_ripple_color = 2131034234; // aapt resource value: 0x7F05007B - public const int primary_dark_material_dark = 2131034235; + public const int mtrl_tabs_icon_color_selector = 2131034235; // aapt resource value: 0x7F05007C - public const int primary_dark_material_light = 2131034236; + public const int mtrl_tabs_icon_color_selector_colored = 2131034236; // aapt resource value: 0x7F05007D - public const int primary_material_dark = 2131034237; + public const int mtrl_tabs_legacy_text_color_selector = 2131034237; // aapt resource value: 0x7F05007E - public const int primary_material_light = 2131034238; - - // aapt resource value: 0x7F05007F - public const int primary_text_default_material_dark = 2131034239; + public const int mtrl_tabs_ripple_color = 2131034238; // aapt resource value: 0x7F050080 - public const int primary_text_default_material_light = 2131034240; + public const int mtrl_textinput_default_box_stroke_color = 2131034240; // aapt resource value: 0x7F050081 - public const int primary_text_disabled_material_dark = 2131034241; + public const int mtrl_textinput_disabled_color = 2131034241; // aapt resource value: 0x7F050082 - public const int primary_text_disabled_material_light = 2131034242; + public const int mtrl_textinput_filled_box_default_background_color = 2131034242; // aapt resource value: 0x7F050083 - public const int ripple_material_dark = 2131034243; + public const int mtrl_textinput_hovered_box_stroke_color = 2131034243; + + // aapt resource value: 0x7F05007F + public const int mtrl_text_btn_text_color_selector = 2131034239; // aapt resource value: 0x7F050084 - public const int ripple_material_light = 2131034244; + public const int notification_action_color_filter = 2131034244; // aapt resource value: 0x7F050085 - public const int secondary_text_default_material_dark = 2131034245; + public const int notification_icon_bg_color = 2131034245; // aapt resource value: 0x7F050086 - public const int secondary_text_default_material_light = 2131034246; + public const int primary_dark_material_dark = 2131034246; // aapt resource value: 0x7F050087 - public const int secondary_text_disabled_material_dark = 2131034247; + public const int primary_dark_material_light = 2131034247; // aapt resource value: 0x7F050088 - public const int secondary_text_disabled_material_light = 2131034248; + public const int primary_material_dark = 2131034248; // aapt resource value: 0x7F050089 - public const int switch_thumb_disabled_material_dark = 2131034249; + public const int primary_material_light = 2131034249; // aapt resource value: 0x7F05008A - public const int switch_thumb_disabled_material_light = 2131034250; + public const int primary_text_default_material_dark = 2131034250; // aapt resource value: 0x7F05008B - public const int switch_thumb_material_dark = 2131034251; + public const int primary_text_default_material_light = 2131034251; // aapt resource value: 0x7F05008C - public const int switch_thumb_material_light = 2131034252; + public const int primary_text_disabled_material_dark = 2131034252; // aapt resource value: 0x7F05008D - public const int switch_thumb_normal_material_dark = 2131034253; + public const int primary_text_disabled_material_light = 2131034253; // aapt resource value: 0x7F05008E - public const int switch_thumb_normal_material_light = 2131034254; + public const int ripple_material_dark = 2131034254; // aapt resource value: 0x7F05008F - public const int textPrimary = 2131034255; + public const int ripple_material_light = 2131034255; // aapt resource value: 0x7F050090 - public const int textSecondary = 2131034256; + public const int secondary_text_default_material_dark = 2131034256; // aapt resource value: 0x7F050091 - public const int tooltip_background_dark = 2131034257; + public const int secondary_text_default_material_light = 2131034257; // aapt resource value: 0x7F050092 - public const int tooltip_background_light = 2131034258; + public const int secondary_text_disabled_material_dark = 2131034258; // aapt resource value: 0x7F050093 - public const int white = 2131034259; + public const int secondary_text_disabled_material_light = 2131034259; + + // aapt resource value: 0x7F050094 + public const int switch_thumb_disabled_material_dark = 2131034260; + + // aapt resource value: 0x7F050095 + public const int switch_thumb_disabled_material_light = 2131034261; + + // aapt resource value: 0x7F050096 + public const int switch_thumb_material_dark = 2131034262; + + // aapt resource value: 0x7F050097 + public const int switch_thumb_material_light = 2131034263; + + // aapt resource value: 0x7F050098 + public const int switch_thumb_normal_material_dark = 2131034264; + + // aapt resource value: 0x7F050099 + public const int switch_thumb_normal_material_light = 2131034265; + + // aapt resource value: 0x7F05009A + public const int textPrimary = 2131034266; + + // aapt resource value: 0x7F05009B + public const int textSecondary = 2131034267; + + // aapt resource value: 0x7F05009C + public const int tooltip_background_dark = 2131034268; + + // aapt resource value: 0x7F05009D + public const int tooltip_background_light = 2131034269; + + // aapt resource value: 0x7F05009E + public const int white = 2131034270; static Color() { @@ -3335,124 +3401,187 @@ public partial class Drawable public const int circle = 2131165290; // aapt resource value: 0x7F07006B - public const int design_bottom_navigation_item_background = 2131165291; + public const int common_full_open_on_phone = 2131165291; // aapt resource value: 0x7F07006C - public const int design_fab_background = 2131165292; + public const int common_google_signin_btn_icon_dark = 2131165292; // aapt resource value: 0x7F07006D - public const int design_ic_visibility = 2131165293; + public const int common_google_signin_btn_icon_dark_focused = 2131165293; // aapt resource value: 0x7F07006E - public const int design_ic_visibility_off = 2131165294; + public const int common_google_signin_btn_icon_dark_normal = 2131165294; // aapt resource value: 0x7F07006F - public const int design_password_eye = 2131165295; + public const int common_google_signin_btn_icon_dark_normal_background = 2131165295; // aapt resource value: 0x7F070070 - public const int design_snackbar_background = 2131165296; + public const int common_google_signin_btn_icon_disabled = 2131165296; // aapt resource value: 0x7F070071 - public const int exclamation = 2131165297; + public const int common_google_signin_btn_icon_light = 2131165297; // aapt resource value: 0x7F070072 - public const int guide1 = 2131165298; + public const int common_google_signin_btn_icon_light_focused = 2131165298; // aapt resource value: 0x7F070073 - public const int guide2 = 2131165299; + public const int common_google_signin_btn_icon_light_normal = 2131165299; // aapt resource value: 0x7F070074 - public const int guide3 = 2131165300; + public const int common_google_signin_btn_icon_light_normal_background = 2131165300; // aapt resource value: 0x7F070075 - public const int guide4 = 2131165301; + public const int common_google_signin_btn_text_dark = 2131165301; // aapt resource value: 0x7F070076 - public const int ic_mtrl_chip_checked_black = 2131165302; + public const int common_google_signin_btn_text_dark_focused = 2131165302; // aapt resource value: 0x7F070077 - public const int ic_mtrl_chip_checked_circle = 2131165303; + public const int common_google_signin_btn_text_dark_normal = 2131165303; // aapt resource value: 0x7F070078 - public const int ic_mtrl_chip_close_circle = 2131165304; + public const int common_google_signin_btn_text_dark_normal_background = 2131165304; // aapt resource value: 0x7F070079 - public const int mtrl_snackbar_background = 2131165305; + public const int common_google_signin_btn_text_disabled = 2131165305; // aapt resource value: 0x7F07007A - public const int mtrl_tabs_default_indicator = 2131165306; + public const int common_google_signin_btn_text_light = 2131165306; // aapt resource value: 0x7F07007B - public const int navigation_empty_icon = 2131165307; + public const int common_google_signin_btn_text_light_focused = 2131165307; // aapt resource value: 0x7F07007C - public const int notification_action_background = 2131165308; + public const int common_google_signin_btn_text_light_normal = 2131165308; // aapt resource value: 0x7F07007D - public const int notification_bg = 2131165309; + public const int common_google_signin_btn_text_light_normal_background = 2131165309; // aapt resource value: 0x7F07007E - public const int notification_bg_low = 2131165310; + public const int design_bottom_navigation_item_background = 2131165310; // aapt resource value: 0x7F07007F - public const int notification_bg_low_normal = 2131165311; + public const int design_fab_background = 2131165311; // aapt resource value: 0x7F070080 - public const int notification_bg_low_pressed = 2131165312; + public const int design_ic_visibility = 2131165312; // aapt resource value: 0x7F070081 - public const int notification_bg_normal = 2131165313; + public const int design_ic_visibility_off = 2131165313; // aapt resource value: 0x7F070082 - public const int notification_bg_normal_pressed = 2131165314; + public const int design_password_eye = 2131165314; // aapt resource value: 0x7F070083 - public const int notification_icon_background = 2131165315; + public const int design_snackbar_background = 2131165315; // aapt resource value: 0x7F070084 - public const int notification_template_icon_bg = 2131165316; + public const int exclamation = 2131165316; // aapt resource value: 0x7F070085 - public const int notification_template_icon_low_bg = 2131165317; + public const int googleg_disabled_color_18 = 2131165317; // aapt resource value: 0x7F070086 - public const int notification_tile_bg = 2131165318; + public const int googleg_standard_color_18 = 2131165318; // aapt resource value: 0x7F070087 - public const int notify_panel_notification_icon_bg = 2131165319; + public const int guide1 = 2131165319; // aapt resource value: 0x7F070088 - public const int rounded10px = 2131165320; + public const int guide2 = 2131165320; // aapt resource value: 0x7F070089 - public const int rounded50px = 2131165321; + public const int guide3 = 2131165321; // aapt resource value: 0x7F07008A - public const int rounded60px = 2131165322; + public const int guide4 = 2131165322; // aapt resource value: 0x7F07008B - public const int rounded90px = 2131165323; + public const int ic_mtrl_chip_checked_black = 2131165323; // aapt resource value: 0x7F07008C - public const int SettingsVector = 2131165324; + public const int ic_mtrl_chip_checked_circle = 2131165324; // aapt resource value: 0x7F07008D - public const int task_radio_button = 2131165325; + public const int ic_mtrl_chip_close_circle = 2131165325; // aapt resource value: 0x7F07008E - public const int task_radio_button_active = 2131165326; + public const int mtrl_snackbar_background = 2131165326; // aapt resource value: 0x7F07008F - public const int toggle_thumb = 2131165327; + public const int mtrl_tabs_default_indicator = 2131165327; // aapt resource value: 0x7F070090 - public const int toggle_track = 2131165328; + public const int navigation_empty_icon = 2131165328; // aapt resource value: 0x7F070091 - public const int tooltip_frame_dark = 2131165329; + public const int notification_action_background = 2131165329; // aapt resource value: 0x7F070092 - public const int tooltip_frame_light = 2131165330; + public const int notification_bg = 2131165330; + + // aapt resource value: 0x7F070093 + public const int notification_bg_low = 2131165331; + + // aapt resource value: 0x7F070094 + public const int notification_bg_low_normal = 2131165332; + + // aapt resource value: 0x7F070095 + public const int notification_bg_low_pressed = 2131165333; + + // aapt resource value: 0x7F070096 + public const int notification_bg_normal = 2131165334; + + // aapt resource value: 0x7F070097 + public const int notification_bg_normal_pressed = 2131165335; + + // aapt resource value: 0x7F070098 + public const int notification_icon_background = 2131165336; + + // aapt resource value: 0x7F070099 + public const int notification_template_icon_bg = 2131165337; + + // aapt resource value: 0x7F07009A + public const int notification_template_icon_low_bg = 2131165338; + + // aapt resource value: 0x7F07009B + public const int notification_tile_bg = 2131165339; + + // aapt resource value: 0x7F07009C + public const int notify_panel_notification_icon_bg = 2131165340; + + // aapt resource value: 0x7F07009D + public const int rounded10px = 2131165341; + + // aapt resource value: 0x7F07009E + public const int rounded50px = 2131165342; + + // aapt resource value: 0x7F07009F + public const int rounded60px = 2131165343; + + // aapt resource value: 0x7F0700A0 + public const int rounded90px = 2131165344; + + // aapt resource value: 0x7F0700A1 + public const int SettingsVector = 2131165345; + + // aapt resource value: 0x7F0700A2 + public const int task_radio_button = 2131165346; + + // aapt resource value: 0x7F0700A3 + public const int task_radio_button_active = 2131165347; + + // aapt resource value: 0x7F0700A4 + public const int toggle_thumb = 2131165348; + + // aapt resource value: 0x7F0700A5 + public const int toggle_track = 2131165349; + + // aapt resource value: 0x7F0700A6 + public const int tooltip_frame_dark = 2131165350; + + // aapt resource value: 0x7F0700A7 + public const int tooltip_frame_light = 2131165351; static Drawable() { @@ -3652,94 +3781,100 @@ public partial class Id public const int AddTask = 2131296257; // aapt resource value: 0x7F090069 - public const int alertTitle = 2131296361; + public const int adjust_height = 2131296361; // aapt resource value: 0x7F09006A - public const int all = 2131296362; - - // aapt resource value: 0x7F090000 - public const int ALT = 2131296256; + public const int adjust_width = 2131296362; // aapt resource value: 0x7F09006B - public const int always = 2131296363; + public const int alertTitle = 2131296363; // aapt resource value: 0x7F09006C - public const int async = 2131296364; + public const int all = 2131296364; - // aapt resource value: 0x7F09006D - public const int auto = 2131296365; + // aapt resource value: 0x7F090000 + public const int ALT = 2131296256; - // aapt resource value: 0x7F090002 - public const int BackToMain = 2131296258; + // aapt resource value: 0x7F09006D + public const int always = 2131296365; // aapt resource value: 0x7F09006E - public const int beginning = 2131296366; + public const int async = 2131296366; // aapt resource value: 0x7F09006F - public const int blocking = 2131296367; + public const int auto = 2131296367; + + // aapt resource value: 0x7F090002 + public const int BackToMain = 2131296258; // aapt resource value: 0x7F090070 - public const int bottom = 2131296368; + public const int beginning = 2131296368; // aapt resource value: 0x7F090071 - public const int browser_actions_header_text = 2131296369; - - // aapt resource value: 0x7F090074 - public const int browser_actions_menu_items = 2131296372; + public const int blocking = 2131296369; // aapt resource value: 0x7F090072 - public const int browser_actions_menu_item_icon = 2131296370; + public const int bottom = 2131296370; // aapt resource value: 0x7F090073 - public const int browser_actions_menu_item_text = 2131296371; - - // aapt resource value: 0x7F090075 - public const int browser_actions_menu_view = 2131296373; + public const int browser_actions_header_text = 2131296371; // aapt resource value: 0x7F090076 - public const int buttonPanel = 2131296374; + public const int browser_actions_menu_items = 2131296374; + + // aapt resource value: 0x7F090074 + public const int browser_actions_menu_item_icon = 2131296372; + + // aapt resource value: 0x7F090075 + public const int browser_actions_menu_item_text = 2131296373; // aapt resource value: 0x7F090077 - public const int calendarView = 2131296375; + public const int browser_actions_menu_view = 2131296375; // aapt resource value: 0x7F090078 - public const int center = 2131296376; + public const int buttonPanel = 2131296376; // aapt resource value: 0x7F090079 - public const int center_horizontal = 2131296377; + public const int calendarView = 2131296377; // aapt resource value: 0x7F09007A - public const int center_vertical = 2131296378; + public const int center = 2131296378; // aapt resource value: 0x7F09007B - public const int checkbox = 2131296379; + public const int center_horizontal = 2131296379; // aapt resource value: 0x7F09007C - public const int @checked = 2131296380; + public const int center_vertical = 2131296380; // aapt resource value: 0x7F09007D - public const int chronometer = 2131296381; + public const int checkbox = 2131296381; // aapt resource value: 0x7F09007E - public const int clip_horizontal = 2131296382; + public const int @checked = 2131296382; // aapt resource value: 0x7F09007F - public const int clip_vertical = 2131296383; + public const int chronometer = 2131296383; // aapt resource value: 0x7F090080 - public const int collapseActionView = 2131296384; + public const int clip_horizontal = 2131296384; // aapt resource value: 0x7F090081 - public const int container = 2131296385; + public const int clip_vertical = 2131296385; // aapt resource value: 0x7F090082 - public const int content = 2131296386; + public const int collapseActionView = 2131296386; // aapt resource value: 0x7F090083 - public const int contentPanel = 2131296387; + public const int container = 2131296387; // aapt resource value: 0x7F090084 - public const int coordinator = 2131296388; + public const int content = 2131296388; + + // aapt resource value: 0x7F090085 + public const int contentPanel = 2131296389; + + // aapt resource value: 0x7F090086 + public const int coordinator = 2131296390; // aapt resource value: 0x7F090004 public const int CreateTask = 2131296260; @@ -3762,74 +3897,77 @@ public partial class Id // aapt resource value: 0x7F090003 public const int CTRL = 2131296259; - // aapt resource value: 0x7F090085 - public const int custom = 2131296389; - - // aapt resource value: 0x7F090086 - public const int customPanel = 2131296390; - // aapt resource value: 0x7F090087 - public const int date1btn = 2131296391; + public const int custom = 2131296391; // aapt resource value: 0x7F090088 - public const int date1number = 2131296392; + public const int customPanel = 2131296392; // aapt resource value: 0x7F090089 - public const int date1str = 2131296393; + public const int dark = 2131296393; // aapt resource value: 0x7F09008A - public const int date2btn = 2131296394; + public const int date1btn = 2131296394; // aapt resource value: 0x7F09008B - public const int date2number = 2131296395; + public const int date1number = 2131296395; // aapt resource value: 0x7F09008C - public const int date2str = 2131296396; + public const int date1str = 2131296396; // aapt resource value: 0x7F09008D - public const int date3btn = 2131296397; + public const int date2btn = 2131296397; // aapt resource value: 0x7F09008E - public const int date3number = 2131296398; + public const int date2number = 2131296398; // aapt resource value: 0x7F09008F - public const int date3str = 2131296399; + public const int date2str = 2131296399; // aapt resource value: 0x7F090090 - public const int date4btn = 2131296400; + public const int date3btn = 2131296400; // aapt resource value: 0x7F090091 - public const int date4number = 2131296401; + public const int date3number = 2131296401; // aapt resource value: 0x7F090092 - public const int date4str = 2131296402; + public const int date3str = 2131296402; // aapt resource value: 0x7F090093 - public const int date5btn = 2131296403; + public const int date4btn = 2131296403; // aapt resource value: 0x7F090094 - public const int date5number = 2131296404; + public const int date4number = 2131296404; // aapt resource value: 0x7F090095 - public const int date5str = 2131296405; + public const int date4str = 2131296405; // aapt resource value: 0x7F090096 - public const int date6btn = 2131296406; + public const int date5btn = 2131296406; // aapt resource value: 0x7F090097 - public const int date6number = 2131296407; + public const int date5number = 2131296407; // aapt resource value: 0x7F090098 - public const int date6str = 2131296408; + public const int date5str = 2131296408; // aapt resource value: 0x7F090099 - public const int date7btn = 2131296409; + public const int date6btn = 2131296409; // aapt resource value: 0x7F09009A - public const int date7number = 2131296410; + public const int date6number = 2131296410; // aapt resource value: 0x7F09009B - public const int date7str = 2131296411; + public const int date6str = 2131296411; + + // aapt resource value: 0x7F09009C + public const int date7btn = 2131296412; + + // aapt resource value: 0x7F09009D + public const int date7number = 2131296413; + + // aapt resource value: 0x7F09009E + public const int date7str = 2131296414; // aapt resource value: 0x7F09000A public const int DayArrowDown = 2131296266; @@ -3840,143 +3978,161 @@ public partial class Id // aapt resource value: 0x7F09000C public const int DayInput = 2131296268; - // aapt resource value: 0x7F09009C - public const int decor_content_parent = 2131296412; - - // aapt resource value: 0x7F09009D - public const int default_activity_button = 2131296413; - - // aapt resource value: 0x7F09009E - public const int design_bottom_sheet = 2131296414; - // aapt resource value: 0x7F09009F - public const int design_menu_item_action_area = 2131296415; + public const int decor_content_parent = 2131296415; // aapt resource value: 0x7F0900A0 - public const int design_menu_item_action_area_stub = 2131296416; + public const int default_activity_button = 2131296416; // aapt resource value: 0x7F0900A1 - public const int design_menu_item_text = 2131296417; + public const int design_bottom_sheet = 2131296417; // aapt resource value: 0x7F0900A2 - public const int design_navigation_view = 2131296418; + public const int design_menu_item_action_area = 2131296418; // aapt resource value: 0x7F0900A3 - public const int dialog_button = 2131296419; + public const int design_menu_item_action_area_stub = 2131296419; // aapt resource value: 0x7F0900A4 - public const int disableHome = 2131296420; + public const int design_menu_item_text = 2131296420; // aapt resource value: 0x7F0900A5 - public const int edit_query = 2131296421; + public const int design_navigation_view = 2131296421; // aapt resource value: 0x7F0900A6 - public const int end = 2131296422; + public const int dialog_button = 2131296422; // aapt resource value: 0x7F0900A7 - public const int enterAlways = 2131296423; + public const int disableHome = 2131296423; // aapt resource value: 0x7F0900A8 - public const int enterAlwaysCollapsed = 2131296424; + public const int edit_query = 2131296424; // aapt resource value: 0x7F0900A9 - public const int exitUntilCollapsed = 2131296425; - - // aapt resource value: 0x7F0900AB - public const int expanded_menu = 2131296427; + public const int end = 2131296425; // aapt resource value: 0x7F0900AA - public const int expand_activities_button = 2131296426; + public const int enterAlways = 2131296426; + + // aapt resource value: 0x7F0900AB + public const int enterAlwaysCollapsed = 2131296427; // aapt resource value: 0x7F0900AC - public const int fill = 2131296428; + public const int exitUntilCollapsed = 2131296428; - // aapt resource value: 0x7F0900AF - public const int filled = 2131296431; + // aapt resource value: 0x7F0900AE + public const int expanded_menu = 2131296430; // aapt resource value: 0x7F0900AD - public const int fill_horizontal = 2131296429; + public const int expand_activities_button = 2131296429; - // aapt resource value: 0x7F0900AE - public const int fill_vertical = 2131296430; + // aapt resource value: 0x7F0900AF + public const int fill = 2131296431; + + // aapt resource value: 0x7F0900B2 + public const int filled = 2131296434; // aapt resource value: 0x7F0900B0 - public const int @fixed = 2131296432; + public const int fill_horizontal = 2131296432; // aapt resource value: 0x7F0900B1 - public const int forever = 2131296433; - - // aapt resource value: 0x7F0900B2 - public const int fragment_container_view_tag = 2131296434; - - // aapt resource value: 0x7F09000D - public const int FUNCTION = 2131296269; + public const int fill_vertical = 2131296433; // aapt resource value: 0x7F0900B3 - public const int ghost_view = 2131296435; + public const int @fixed = 2131296435; // aapt resource value: 0x7F0900B4 - public const int ghost_view_holder = 2131296436; + public const int forever = 2131296436; // aapt resource value: 0x7F0900B5 - public const int group_divider = 2131296437; + public const int fragment_container_view_tag = 2131296437; - // aapt resource value: 0x7F0900B6 - public const int guideScreen = 2131296438; + // aapt resource value: 0x7F09000D + public const int FUNCTION = 2131296269; - // aapt resource value: 0x7F09000E - public const int Header = 2131296270; + // aapt resource value: 0x7F0900B6 + public const int ghost_view = 2131296438; // aapt resource value: 0x7F0900B7 - public const int home = 2131296439; + public const int ghost_view_holder = 2131296439; // aapt resource value: 0x7F0900B8 - public const int homeAsUp = 2131296440; + public const int group_divider = 2131296440; // aapt resource value: 0x7F0900B9 - public const int icon = 2131296441; + public const int guideScreen = 2131296441; + + // aapt resource value: 0x7F09000E + public const int Header = 2131296270; // aapt resource value: 0x7F0900BA - public const int icon_group = 2131296442; + public const int home = 2131296442; // aapt resource value: 0x7F0900BB - public const int ifRoom = 2131296443; + public const int homeAsUp = 2131296443; // aapt resource value: 0x7F0900BC - public const int image = 2131296444; + public const int icon = 2131296444; // aapt resource value: 0x7F0900BD - public const int imageLayout = 2131296445; + public const int icon_group = 2131296445; // aapt resource value: 0x7F0900BE - public const int info = 2131296446; + public const int icon_only = 2131296446; // aapt resource value: 0x7F0900BF - public const int italic = 2131296447; + public const int ifRoom = 2131296447; // aapt resource value: 0x7F0900C0 - public const int item_touch_helper_previous_elevation = 2131296448; + public const int image = 2131296448; // aapt resource value: 0x7F0900C1 - public const int labeled = 2131296449; + public const int imageLayout = 2131296449; // aapt resource value: 0x7F0900C2 - public const int largeLabel = 2131296450; + public const int info = 2131296450; // aapt resource value: 0x7F0900C3 - public const int left = 2131296451; + public const int italic = 2131296451; // aapt resource value: 0x7F0900C4 - public const int line1 = 2131296452; + public const int item1 = 2131296452; // aapt resource value: 0x7F0900C5 - public const int line3 = 2131296453; + public const int item2 = 2131296453; // aapt resource value: 0x7F0900C6 - public const int listMode = 2131296454; + public const int item3 = 2131296454; // aapt resource value: 0x7F0900C7 - public const int list_item = 2131296455; + public const int item4 = 2131296455; + + // aapt resource value: 0x7F0900C8 + public const int item_touch_helper_previous_elevation = 2131296456; + + // aapt resource value: 0x7F0900C9 + public const int labeled = 2131296457; + + // aapt resource value: 0x7F0900CA + public const int largeLabel = 2131296458; + + // aapt resource value: 0x7F0900CB + public const int left = 2131296459; + + // aapt resource value: 0x7F0900CC + public const int light = 2131296460; + + // aapt resource value: 0x7F0900CD + public const int line1 = 2131296461; + + // aapt resource value: 0x7F0900CE + public const int line3 = 2131296462; + + // aapt resource value: 0x7F0900CF + public const int listMode = 2131296463; + + // aapt resource value: 0x7F0900D0 + public const int list_item = 2131296464; // aapt resource value: 0x7F090010 public const int MainBlueActive = 2131296272; @@ -3990,8 +4146,8 @@ public partial class Id // aapt resource value: 0x7F090013 public const int MainGreenToggle = 2131296275; - // aapt resource value: 0x7F0900C8 - public const int mainHeader = 2131296456; + // aapt resource value: 0x7F0900D1 + public const int mainHeader = 2131296465; // aapt resource value: 0x7F090014 public const int MainInfo = 2131296276; @@ -4014,29 +4170,29 @@ public partial class Id // aapt resource value: 0x7F09001A public const int MainVioletToggle = 2131296282; - // aapt resource value: 0x7F0900C9 - public const int masked = 2131296457; + // aapt resource value: 0x7F0900D2 + public const int masked = 2131296466; - // aapt resource value: 0x7F0900CA - public const int message = 2131296458; + // aapt resource value: 0x7F0900D3 + public const int message = 2131296467; // aapt resource value: 0x7F09000F public const int META = 2131296271; - // aapt resource value: 0x7F0900CB - public const int middle = 2131296459; + // aapt resource value: 0x7F0900D4 + public const int middle = 2131296468; - // aapt resource value: 0x7F0900CC - public const int mini = 2131296460; + // aapt resource value: 0x7F0900D5 + public const int mini = 2131296469; - // aapt resource value: 0x7F0900CD - public const int missedTasksBtn = 2131296461; + // aapt resource value: 0x7F0900D6 + public const int missedTasksBtn = 2131296470; - // aapt resource value: 0x7F0900CE - public const int missedTasksCount = 2131296462; + // aapt resource value: 0x7F0900D7 + public const int missedTasksCount = 2131296471; - // aapt resource value: 0x7F0900CF - public const int missedTasksSpace = 2131296463; + // aapt resource value: 0x7F0900D8 + public const int missedTasksSpace = 2131296472; // aapt resource value: 0x7F09001B public const int MonthArrowDown = 2131296283; @@ -4047,389 +4203,419 @@ public partial class Id // aapt resource value: 0x7F09001D public const int MonthInput = 2131296285; - // aapt resource value: 0x7F0900D0 - public const int mtrl_child_content_container = 2131296464; - - // aapt resource value: 0x7F0900D1 - public const int mtrl_internal_children_alpha_tag = 2131296465; - - // aapt resource value: 0x7F0900D2 - public const int multiply = 2131296466; - - // aapt resource value: 0x7F09001E - public const int NavBar = 2131296286; - - // aapt resource value: 0x7F0900D3 - public const int navigation_header_container = 2131296467; - - // aapt resource value: 0x7F0900D4 - public const int never = 2131296468; - - // aapt resource value: 0x7F0900D5 - public const int nextButton = 2131296469; - - // aapt resource value: 0x7F0900D6 - public const int none = 2131296470; - - // aapt resource value: 0x7F0900D7 - public const int normal = 2131296471; - - // aapt resource value: 0x7F0900D8 - public const int notification_background = 2131296472; - // aapt resource value: 0x7F0900D9 - public const int notification_main_column = 2131296473; + public const int mtrl_child_content_container = 2131296473; // aapt resource value: 0x7F0900DA - public const int notification_main_column_container = 2131296474; + public const int mtrl_internal_children_alpha_tag = 2131296474; // aapt resource value: 0x7F0900DB - public const int off = 2131296475; + public const int multiply = 2131296475; + + // aapt resource value: 0x7F09001E + public const int NavBar = 2131296286; // aapt resource value: 0x7F0900DC - public const int on = 2131296476; + public const int navigation_header_container = 2131296476; // aapt resource value: 0x7F0900DD - public const int onBoardHeader = 2131296477; + public const int never = 2131296477; // aapt resource value: 0x7F0900DE - public const int outline = 2131296478; + public const int nextButton = 2131296478; // aapt resource value: 0x7F0900DF - public const int parallax = 2131296479; + public const int none = 2131296479; // aapt resource value: 0x7F0900E0 - public const int parentPanel = 2131296480; + public const int normal = 2131296480; // aapt resource value: 0x7F0900E1 - public const int parent_matrix = 2131296481; + public const int notification_background = 2131296481; // aapt resource value: 0x7F0900E2 - public const int pin = 2131296482; - - // aapt resource value: 0x7F09001F - public const int PopupCancel = 2131296287; - - // aapt resource value: 0x7F090020 - public const int PopupConfirm = 2131296288; - - // aapt resource value: 0x7F090021 - public const int PopupDescription = 2131296289; - - // aapt resource value: 0x7F090022 - public const int PopupHeader = 2131296290; + public const int notification_main_column = 2131296482; // aapt resource value: 0x7F0900E3 - public const int progress_circular = 2131296483; + public const int notification_main_column_container = 2131296483; // aapt resource value: 0x7F0900E4 - public const int progress_horizontal = 2131296484; + public const int off = 2131296484; // aapt resource value: 0x7F0900E5 - public const int radio = 2131296485; + public const int on = 2131296485; // aapt resource value: 0x7F0900E6 - public const int right = 2131296486; + public const int onBoardHeader = 2131296486; // aapt resource value: 0x7F0900E7 - public const int right_icon = 2131296487; + public const int outline = 2131296487; // aapt resource value: 0x7F0900E8 - public const int right_side = 2131296488; + public const int parallax = 2131296488; // aapt resource value: 0x7F0900E9 - public const int save_non_transition_alpha = 2131296489; + public const int parentPanel = 2131296489; // aapt resource value: 0x7F0900EA - public const int save_overlay_view = 2131296490; + public const int parent_matrix = 2131296490; // aapt resource value: 0x7F0900EB - public const int screen = 2131296491; + public const int pin = 2131296491; - // aapt resource value: 0x7F0900EC - public const int scroll = 2131296492; + // aapt resource value: 0x7F09001F + public const int PopupCancel = 2131296287; - // aapt resource value: 0x7F0900F1 - public const int scrollable = 2131296497; + // aapt resource value: 0x7F090020 + public const int PopupConfirm = 2131296288; + + // aapt resource value: 0x7F090021 + public const int PopupDescription = 2131296289; + + // aapt resource value: 0x7F090022 + public const int PopupHeader = 2131296290; + + // aapt resource value: 0x7F0900EC + public const int progress_circular = 2131296492; // aapt resource value: 0x7F0900ED - public const int scrollBase = 2131296493; + public const int progress_horizontal = 2131296493; // aapt resource value: 0x7F0900EE - public const int scrollIndicatorDown = 2131296494; + public const int radio = 2131296494; // aapt resource value: 0x7F0900EF - public const int scrollIndicatorUp = 2131296495; - - // aapt resource value: 0x7F090025 - public const int ScrollLayout = 2131296293; + public const int right = 2131296495; // aapt resource value: 0x7F0900F0 - public const int scrollView = 2131296496; - - // aapt resource value: 0x7F090026 - public const int SearchBar = 2131296294; + public const int right_icon = 2131296496; - // aapt resource value: 0x7F090027 - public const int SearchField = 2131296295; + // aapt resource value: 0x7F0900F1 + public const int right_side = 2131296497; // aapt resource value: 0x7F0900F2 - public const int search_badge = 2131296498; + public const int save_non_transition_alpha = 2131296498; // aapt resource value: 0x7F0900F3 - public const int search_bar = 2131296499; + public const int save_overlay_view = 2131296499; // aapt resource value: 0x7F0900F4 - public const int search_button = 2131296500; + public const int screen = 2131296500; // aapt resource value: 0x7F0900F5 - public const int search_close_btn = 2131296501; + public const int scroll = 2131296501; + + // aapt resource value: 0x7F0900FA + public const int scrollable = 2131296506; // aapt resource value: 0x7F0900F6 - public const int search_edit_frame = 2131296502; + public const int scrollBase = 2131296502; // aapt resource value: 0x7F0900F7 - public const int search_go_btn = 2131296503; + public const int scrollIndicatorDown = 2131296503; // aapt resource value: 0x7F0900F8 - public const int search_mag_icon = 2131296504; + public const int scrollIndicatorUp = 2131296504; + + // aapt resource value: 0x7F090025 + public const int ScrollLayout = 2131296293; // aapt resource value: 0x7F0900F9 - public const int search_plate = 2131296505; + public const int scrollView = 2131296505; - // aapt resource value: 0x7F0900FA - public const int search_src_text = 2131296506; + // aapt resource value: 0x7F090026 + public const int SearchBar = 2131296294; - // aapt resource value: 0x7F0900FB - public const int search_voice_btn = 2131296507; + // aapt resource value: 0x7F090027 + public const int SearchField = 2131296295; - // aapt resource value: 0x7F0900FD - public const int selected = 2131296509; + // aapt resource value: 0x7F0900FB + public const int search_badge = 2131296507; // aapt resource value: 0x7F0900FC - public const int select_dialog_listview = 2131296508; - - // aapt resource value: 0x7F090028 - public const int SendFeedbackBtn = 2131296296; + public const int search_bar = 2131296508; - // aapt resource value: 0x7F090029 - public const int SettingsButton = 2131296297; - - // aapt resource value: 0x7F09002A - public const int SettingsReturn = 2131296298; - - // aapt resource value: 0x7F09002B - public const int SettingsScroller = 2131296299; - - // aapt resource value: 0x7F090023 - public const int SHIFT = 2131296291; + // aapt resource value: 0x7F0900FD + public const int search_button = 2131296509; // aapt resource value: 0x7F0900FE - public const int shortcut = 2131296510; - - // aapt resource value: 0x7F09002C - public const int ShowAll = 2131296300; + public const int search_close_btn = 2131296510; // aapt resource value: 0x7F0900FF - public const int showCustom = 2131296511; + public const int search_edit_frame = 2131296511; // aapt resource value: 0x7F090100 - public const int showHome = 2131296512; + public const int search_go_btn = 2131296512; // aapt resource value: 0x7F090101 - public const int showTitle = 2131296513; + public const int search_mag_icon = 2131296513; // aapt resource value: 0x7F090102 - public const int skipButton = 2131296514; + public const int search_plate = 2131296514; // aapt resource value: 0x7F090103 - public const int smallLabel = 2131296515; + public const int search_src_text = 2131296515; // aapt resource value: 0x7F090104 - public const int snackbar_action = 2131296516; + public const int search_voice_btn = 2131296516; + + // aapt resource value: 0x7F090106 + public const int selected = 2131296518; // aapt resource value: 0x7F090105 - public const int snackbar_text = 2131296517; + public const int select_dialog_listview = 2131296517; - // aapt resource value: 0x7F090106 - public const int snap = 2131296518; + // aapt resource value: 0x7F090028 + public const int SendFeedbackBtn = 2131296296; - // aapt resource value: 0x7F090107 - public const int snapMargins = 2131296519; + // aapt resource value: 0x7F090029 + public const int SettingsButton = 2131296297; - // aapt resource value: 0x7F09002D - public const int SortByCreationDate = 2131296301; + // aapt resource value: 0x7F09002A + public const int SettingsReturn = 2131296298; - // aapt resource value: 0x7F09002E - public const int SortByDueDate = 2131296302; + // aapt resource value: 0x7F09002B + public const int SettingsScroller = 2131296299; + + // aapt resource value: 0x7F090023 + public const int SHIFT = 2131296291; + + // aapt resource value: 0x7F090107 + public const int shortcut = 2131296519; + + // aapt resource value: 0x7F09002C + public const int ShowAll = 2131296300; // aapt resource value: 0x7F090108 - public const int spacer = 2131296520; + public const int showCustom = 2131296520; // aapt resource value: 0x7F090109 - public const int split_action_bar = 2131296521; + public const int showHome = 2131296521; // aapt resource value: 0x7F09010A - public const int src_atop = 2131296522; + public const int showTitle = 2131296522; // aapt resource value: 0x7F09010B - public const int src_in = 2131296523; + public const int skipButton = 2131296523; // aapt resource value: 0x7F09010C - public const int src_over = 2131296524; + public const int smallLabel = 2131296524; // aapt resource value: 0x7F09010D - public const int start = 2131296525; + public const int snackbar_action = 2131296525; // aapt resource value: 0x7F09010E - public const int stretch = 2131296526; + public const int snackbar_text = 2131296526; // aapt resource value: 0x7F09010F - public const int submenuarrow = 2131296527; + public const int snap = 2131296527; // aapt resource value: 0x7F090110 - public const int submit_area = 2131296528; + public const int snapMargins = 2131296528; - // aapt resource value: 0x7F090024 - public const int SYM = 2131296292; + // aapt resource value: 0x7F09002D + public const int SortByCreationDate = 2131296301; + + // aapt resource value: 0x7F09002E + public const int SortByDueDate = 2131296302; // aapt resource value: 0x7F090111 - public const int tabMode = 2131296529; + public const int spacer = 2131296529; // aapt resource value: 0x7F090112 - public const int tag_accessibility_actions = 2131296530; + public const int special_effects_controller_view_tag = 2131296530; // aapt resource value: 0x7F090113 - public const int tag_accessibility_clickable_spans = 2131296531; + public const int split_action_bar = 2131296531; // aapt resource value: 0x7F090114 - public const int tag_accessibility_heading = 2131296532; + public const int src_atop = 2131296532; // aapt resource value: 0x7F090115 - public const int tag_accessibility_pane_title = 2131296533; + public const int src_in = 2131296533; // aapt resource value: 0x7F090116 - public const int tag_screen_reader_focusable = 2131296534; + public const int src_over = 2131296534; // aapt resource value: 0x7F090117 - public const int tag_transition_group = 2131296535; + public const int standard = 2131296535; // aapt resource value: 0x7F090118 - public const int tag_unhandled_key_event_manager = 2131296536; + public const int start = 2131296536; // aapt resource value: 0x7F090119 - public const int tag_unhandled_key_listeners = 2131296537; + public const int stretch = 2131296537; // aapt resource value: 0x7F09011A - public const int taskCountLayout = 2131296538; + public const int submenuarrow = 2131296538; // aapt resource value: 0x7F09011B - public const int taskCountText = 2131296539; + public const int submit_area = 2131296539; - // aapt resource value: 0x7F09002F - public const int TaskNameField = 2131296303; + // aapt resource value: 0x7F090024 + public const int SYM = 2131296292; // aapt resource value: 0x7F09011C - public const int text = 2131296540; + public const int tabMode = 2131296540; // aapt resource value: 0x7F09011D - public const int text2 = 2131296541; - - // aapt resource value: 0x7F090122 - public const int textinput_counter = 2131296546; - - // aapt resource value: 0x7F090123 - public const int textinput_error = 2131296547; - - // aapt resource value: 0x7F090124 - public const int textinput_helper_text = 2131296548; + public const int tag_accessibility_actions = 2131296541; // aapt resource value: 0x7F09011E - public const int textSpacerNoButtons = 2131296542; + public const int tag_accessibility_clickable_spans = 2131296542; // aapt resource value: 0x7F09011F - public const int textSpacerNoTitle = 2131296543; + public const int tag_accessibility_heading = 2131296543; // aapt resource value: 0x7F090120 - public const int textStart = 2131296544; + public const int tag_accessibility_pane_title = 2131296544; // aapt resource value: 0x7F090121 - public const int text_input_password_toggle = 2131296545; + public const int tag_on_apply_window_listener = 2131296545; + + // aapt resource value: 0x7F090122 + public const int tag_on_receive_content_listener = 2131296546; + + // aapt resource value: 0x7F090123 + public const int tag_on_receive_content_mime_types = 2131296547; + + // aapt resource value: 0x7F090124 + public const int tag_screen_reader_focusable = 2131296548; // aapt resource value: 0x7F090125 - public const int time = 2131296549; + public const int tag_state_description = 2131296549; // aapt resource value: 0x7F090126 - public const int title = 2131296550; + public const int tag_transition_group = 2131296550; // aapt resource value: 0x7F090127 - public const int titleDividerNoCustom = 2131296551; + public const int tag_unhandled_key_event_manager = 2131296551; // aapt resource value: 0x7F090128 - public const int title_template = 2131296552; + public const int tag_unhandled_key_listeners = 2131296552; // aapt resource value: 0x7F090129 - public const int todayHeader = 2131296553; + public const int tag_window_insets_animation_callback = 2131296553; // aapt resource value: 0x7F09012A - public const int top = 2131296554; + public const int taskCountLayout = 2131296554; // aapt resource value: 0x7F09012B - public const int topPanel = 2131296555; + public const int taskCountText = 2131296555; + + // aapt resource value: 0x7F09002F + public const int TaskNameField = 2131296303; // aapt resource value: 0x7F09012C - public const int touch_outside = 2131296556; + public const int text = 2131296556; // aapt resource value: 0x7F09012D - public const int transition_current_scene = 2131296557; + public const int text2 = 2131296557; + + // aapt resource value: 0x7F090132 + public const int textinput_counter = 2131296562; + + // aapt resource value: 0x7F090133 + public const int textinput_error = 2131296563; + + // aapt resource value: 0x7F090134 + public const int textinput_helper_text = 2131296564; // aapt resource value: 0x7F09012E - public const int transition_layout_save = 2131296558; + public const int textSpacerNoButtons = 2131296558; // aapt resource value: 0x7F09012F - public const int transition_position = 2131296559; + public const int textSpacerNoTitle = 2131296559; // aapt resource value: 0x7F090130 - public const int transition_scene_layoutid_cache = 2131296560; + public const int textStart = 2131296560; // aapt resource value: 0x7F090131 - public const int transition_transform = 2131296561; - - // aapt resource value: 0x7F090132 - public const int @unchecked = 2131296562; - - // aapt resource value: 0x7F090133 - public const int uniform = 2131296563; - - // aapt resource value: 0x7F090134 - public const int unlabeled = 2131296564; + public const int text_input_password_toggle = 2131296561; // aapt resource value: 0x7F090135 - public const int up = 2131296565; + public const int time = 2131296565; // aapt resource value: 0x7F090136 - public const int useLogo = 2131296566; - - // aapt resource value: 0x7F090030 - public const int VersionText = 2131296304; + public const int title = 2131296566; // aapt resource value: 0x7F090137 - public const int view_offset_helper = 2131296567; + public const int titleDividerNoCustom = 2131296567; // aapt resource value: 0x7F090138 - public const int view_tree_saved_state_registry_owner = 2131296568; + public const int title_template = 2131296568; // aapt resource value: 0x7F090139 - public const int visible = 2131296569; + public const int todayHeader = 2131296569; // aapt resource value: 0x7F09013A - public const int visible_removing_fragment_view_tag = 2131296570; + public const int top = 2131296570; // aapt resource value: 0x7F09013B - public const int withText = 2131296571; + public const int topPanel = 2131296571; // aapt resource value: 0x7F09013C - public const int wrap_content = 2131296572; + public const int touch_outside = 2131296572; + + // aapt resource value: 0x7F09013D + public const int transition_current_scene = 2131296573; + + // aapt resource value: 0x7F09013E + public const int transition_layout_save = 2131296574; + + // aapt resource value: 0x7F09013F + public const int transition_position = 2131296575; + + // aapt resource value: 0x7F090140 + public const int transition_scene_layoutid_cache = 2131296576; + + // aapt resource value: 0x7F090141 + public const int transition_transform = 2131296577; + + // aapt resource value: 0x7F090142 + public const int @unchecked = 2131296578; + + // aapt resource value: 0x7F090143 + public const int uniform = 2131296579; + + // aapt resource value: 0x7F090144 + public const int unlabeled = 2131296580; + + // aapt resource value: 0x7F090145 + public const int up = 2131296581; + + // aapt resource value: 0x7F090146 + public const int useLogo = 2131296582; + + // aapt resource value: 0x7F090030 + public const int VersionText = 2131296304; + + // aapt resource value: 0x7F090147 + public const int view_offset_helper = 2131296583; + + // aapt resource value: 0x7F090148 + public const int view_tree_lifecycle_owner = 2131296584; + + // aapt resource value: 0x7F090149 + public const int view_tree_saved_state_registry_owner = 2131296585; + + // aapt resource value: 0x7F09014A + public const int view_tree_view_model_store_owner = 2131296586; + + // aapt resource value: 0x7F09014B + public const int visible = 2131296587; + + // aapt resource value: 0x7F09014C + public const int visible_removing_fragment_view_tag = 2131296588; + + // aapt resource value: 0x7F09014D + public const int wide = 2131296589; + + // aapt resource value: 0x7F09014E + public const int withText = 2131296590; + + // aapt resource value: 0x7F09014F + public const int wrap_content = 2131296591; // aapt resource value: 0x7F090031 public const int YearArrowDown = 2131296305; @@ -4478,25 +4664,28 @@ public partial class Integer public const int design_tab_indicator_anim_duration_ms = 2131361799; // aapt resource value: 0x7F0A0008 - public const int hide_password_duration = 2131361800; + public const int google_play_services_version = 2131361800; // aapt resource value: 0x7F0A0009 - public const int mtrl_btn_anim_delay_ms = 2131361801; + public const int hide_password_duration = 2131361801; // aapt resource value: 0x7F0A000A - public const int mtrl_btn_anim_duration_ms = 2131361802; + public const int mtrl_btn_anim_delay_ms = 2131361802; // aapt resource value: 0x7F0A000B - public const int mtrl_chip_anim_duration = 2131361803; + public const int mtrl_btn_anim_duration_ms = 2131361803; // aapt resource value: 0x7F0A000C - public const int mtrl_tab_indicator_anim_duration_ms = 2131361804; + public const int mtrl_chip_anim_duration = 2131361804; // aapt resource value: 0x7F0A000D - public const int show_password_duration = 2131361805; + public const int mtrl_tab_indicator_anim_duration_ms = 2131361805; // aapt resource value: 0x7F0A000E - public const int status_bar_notification_info_maxnum = 2131361806; + public const int show_password_duration = 2131361806; + + // aapt resource value: 0x7F0A000F + public const int status_bar_notification_info_maxnum = 2131361807; static Integer() { @@ -4750,17 +4939,36 @@ private Layout() } } - public partial class Mipmap + public partial class Menu { // aapt resource value: 0x7F0D0000 - public const int ic_launcher = 2131558400; + public const int example_menu = 2131558400; // aapt resource value: 0x7F0D0001 - public const int ic_launcher_foreground = 2131558401; + public const int example_menu2 = 2131558401; + + static Menu() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Menu() + { + } + } + + public partial class Mipmap + { + + // aapt resource value: 0x7F0E0000 + public const int ic_launcher = 2131623936; + + // aapt resource value: 0x7F0E0001 + public const int ic_launcher_foreground = 2131623937; - // aapt resource value: 0x7F0D0002 - public const int ic_launcher_round = 2131558402; + // aapt resource value: 0x7F0E0002 + public const int ic_launcher_round = 2131623938; static Mipmap() { @@ -4772,323 +4980,417 @@ private Mipmap() } } + public partial class Raw + { + + // aapt resource value: 0x7F0F0000 + public const int firebase_common_keep = 2131689472; + + static Raw() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Raw() + { + } + } + public partial class String { - // aapt resource value: 0x7F0E0007 - public const int abc_action_bar_home_description = 2131623943; + // aapt resource value: 0x7F100007 + public const int abc_action_bar_home_description = 2131755015; - // aapt resource value: 0x7F0E0008 - public const int abc_action_bar_up_description = 2131623944; + // aapt resource value: 0x7F100008 + public const int abc_action_bar_up_description = 2131755016; - // aapt resource value: 0x7F0E0009 - public const int abc_action_menu_overflow_description = 2131623945; + // aapt resource value: 0x7F100009 + public const int abc_action_menu_overflow_description = 2131755017; - // aapt resource value: 0x7F0E000A - public const int abc_action_mode_done = 2131623946; + // aapt resource value: 0x7F10000A + public const int abc_action_mode_done = 2131755018; - // aapt resource value: 0x7F0E000C - public const int abc_activitychooserview_choose_application = 2131623948; + // aapt resource value: 0x7F10000C + public const int abc_activitychooserview_choose_application = 2131755020; - // aapt resource value: 0x7F0E000B - public const int abc_activity_chooser_view_see_all = 2131623947; + // aapt resource value: 0x7F10000B + public const int abc_activity_chooser_view_see_all = 2131755019; - // aapt resource value: 0x7F0E000D - public const int abc_capital_off = 2131623949; + // aapt resource value: 0x7F10000D + public const int abc_capital_off = 2131755021; - // aapt resource value: 0x7F0E000E - public const int abc_capital_on = 2131623950; + // aapt resource value: 0x7F10000E + public const int abc_capital_on = 2131755022; - // aapt resource value: 0x7F0E000F - public const int abc_menu_alt_shortcut_label = 2131623951; + // aapt resource value: 0x7F10000F + public const int abc_menu_alt_shortcut_label = 2131755023; - // aapt resource value: 0x7F0E0010 - public const int abc_menu_ctrl_shortcut_label = 2131623952; + // aapt resource value: 0x7F100010 + public const int abc_menu_ctrl_shortcut_label = 2131755024; - // aapt resource value: 0x7F0E0011 - public const int abc_menu_delete_shortcut_label = 2131623953; + // aapt resource value: 0x7F100011 + public const int abc_menu_delete_shortcut_label = 2131755025; - // aapt resource value: 0x7F0E0012 - public const int abc_menu_enter_shortcut_label = 2131623954; + // aapt resource value: 0x7F100012 + public const int abc_menu_enter_shortcut_label = 2131755026; - // aapt resource value: 0x7F0E0013 - public const int abc_menu_function_shortcut_label = 2131623955; + // aapt resource value: 0x7F100013 + public const int abc_menu_function_shortcut_label = 2131755027; - // aapt resource value: 0x7F0E0014 - public const int abc_menu_meta_shortcut_label = 2131623956; + // aapt resource value: 0x7F100014 + public const int abc_menu_meta_shortcut_label = 2131755028; - // aapt resource value: 0x7F0E0015 - public const int abc_menu_shift_shortcut_label = 2131623957; + // aapt resource value: 0x7F100015 + public const int abc_menu_shift_shortcut_label = 2131755029; - // aapt resource value: 0x7F0E0016 - public const int abc_menu_space_shortcut_label = 2131623958; + // aapt resource value: 0x7F100016 + public const int abc_menu_space_shortcut_label = 2131755030; - // aapt resource value: 0x7F0E0017 - public const int abc_menu_sym_shortcut_label = 2131623959; + // aapt resource value: 0x7F100017 + public const int abc_menu_sym_shortcut_label = 2131755031; - // aapt resource value: 0x7F0E0018 - public const int abc_prepend_shortcut_label = 2131623960; + // aapt resource value: 0x7F100018 + public const int abc_prepend_shortcut_label = 2131755032; - // aapt resource value: 0x7F0E001A - public const int abc_searchview_description_clear = 2131623962; + // aapt resource value: 0x7F10001A + public const int abc_searchview_description_clear = 2131755034; - // aapt resource value: 0x7F0E001B - public const int abc_searchview_description_query = 2131623963; + // aapt resource value: 0x7F10001B + public const int abc_searchview_description_query = 2131755035; - // aapt resource value: 0x7F0E001C - public const int abc_searchview_description_search = 2131623964; + // aapt resource value: 0x7F10001C + public const int abc_searchview_description_search = 2131755036; - // aapt resource value: 0x7F0E001D - public const int abc_searchview_description_submit = 2131623965; + // aapt resource value: 0x7F10001D + public const int abc_searchview_description_submit = 2131755037; - // aapt resource value: 0x7F0E001E - public const int abc_searchview_description_voice = 2131623966; + // aapt resource value: 0x7F10001E + public const int abc_searchview_description_voice = 2131755038; - // aapt resource value: 0x7F0E0019 - public const int abc_search_hint = 2131623961; + // aapt resource value: 0x7F100019 + public const int abc_search_hint = 2131755033; - // aapt resource value: 0x7F0E001F - public const int abc_shareactionprovider_share_with = 2131623967; + // aapt resource value: 0x7F10001F + public const int abc_shareactionprovider_share_with = 2131755039; - // aapt resource value: 0x7F0E0020 - public const int abc_shareactionprovider_share_with_application = 2131623968; + // aapt resource value: 0x7F100020 + public const int abc_shareactionprovider_share_with_application = 2131755040; - // aapt resource value: 0x7F0E0021 - public const int abc_toolbar_collapse_description = 2131623969; + // aapt resource value: 0x7F100021 + public const int abc_toolbar_collapse_description = 2131755041; - // aapt resource value: 0x7F0E0022 - public const int action_settings = 2131623970; + // aapt resource value: 0x7F100022 + public const int action_settings = 2131755042; - // aapt resource value: 0x7F0E0023 - public const int add = 2131623971; + // aapt resource value: 0x7F100023 + public const int add = 2131755043; - // aapt resource value: 0x7F0E0024 - public const int add_task_header = 2131623972; + // aapt resource value: 0x7F100024 + public const int add_task_header = 2131755044; - // aapt resource value: 0x7F0E0026 - public const int appbar_scrolling_view_behavior = 2131623974; + // aapt resource value: 0x7F100026 + public const int appbar_scrolling_view_behavior = 2131755046; - // aapt resource value: 0x7F0E0025 - public const int app_name = 2131623973; + // aapt resource value: 0x7F100025 + public const int app_name = 2131755045; - // aapt resource value: 0x7F0E0027 - public const int bottom_sheet_behavior = 2131623975; + // aapt resource value: 0x7F100027 + public const int bottom_sheet_behavior = 2131755047; - // aapt resource value: 0x7F0E0028 - public const int character_counter_content_description = 2131623976; + // aapt resource value: 0x7F100028 + public const int character_counter_content_description = 2131755048; - // aapt resource value: 0x7F0E0029 - public const int character_counter_pattern = 2131623977; + // aapt resource value: 0x7F100029 + public const int character_counter_pattern = 2131755049; - // aapt resource value: 0x7F0E002A - public const int colorTheme = 2131623978; + // aapt resource value: 0x7F10002A + public const int colorTheme = 2131755050; - // aapt resource value: 0x7F0E002B - public const int copy_toast_msg = 2131623979; + // aapt resource value: 0x7F10002B + public const int common_google_play_services_enable_button = 2131755051; - // aapt resource value: 0x7F0E0000 - public const int CreationDate = 2131623936; + // aapt resource value: 0x7F10002C + public const int common_google_play_services_enable_text = 2131755052; - // aapt resource value: 0x7F0E0001 - public const int Credits1 = 2131623937; + // aapt resource value: 0x7F10002D + public const int common_google_play_services_enable_title = 2131755053; - // aapt resource value: 0x7F0E0002 - public const int Credits2 = 2131623938; + // aapt resource value: 0x7F10002E + public const int common_google_play_services_install_button = 2131755054; + + // aapt resource value: 0x7F10002F + public const int common_google_play_services_install_text = 2131755055; + + // aapt resource value: 0x7F100030 + public const int common_google_play_services_install_title = 2131755056; + + // aapt resource value: 0x7F100031 + public const int common_google_play_services_notification_channel_name = 2131755057; + + // aapt resource value: 0x7F100032 + public const int common_google_play_services_notification_ticker = 2131755058; + + // aapt resource value: 0x7F100033 + public const int common_google_play_services_unknown_issue = 2131755059; + + // aapt resource value: 0x7F100034 + public const int common_google_play_services_unsupported_text = 2131755060; + + // aapt resource value: 0x7F100035 + public const int common_google_play_services_update_button = 2131755061; + + // aapt resource value: 0x7F100036 + public const int common_google_play_services_update_text = 2131755062; + + // aapt resource value: 0x7F100037 + public const int common_google_play_services_update_title = 2131755063; - // aapt resource value: 0x7F0E0003 - public const int Credits3 = 2131623939; + // aapt resource value: 0x7F100038 + public const int common_google_play_services_updating_text = 2131755064; - // aapt resource value: 0x7F0E0004 - public const int CreditsHeader = 2131623940; + // aapt resource value: 0x7F100039 + public const int common_google_play_services_wear_update_text = 2131755065; - // aapt resource value: 0x7F0E002C - public const int darkModeSetting = 2131623980; + // aapt resource value: 0x7F10003A + public const int common_open_on_phone = 2131755066; - // aapt resource value: 0x7F0E002D - public const int date = 2131623981; + // aapt resource value: 0x7F10003B + public const int common_signin_button_text = 2131755067; - // aapt resource value: 0x7F0E002E - public const int date1 = 2131623982; + // aapt resource value: 0x7F10003C + public const int common_signin_button_text_long = 2131755068; - // aapt resource value: 0x7F0E002F - public const int date1string = 2131623983; + // aapt resource value: 0x7F10003D + public const int copy_toast_msg = 2131755069; - // aapt resource value: 0x7F0E0030 - public const int date2 = 2131623984; + // aapt resource value: 0x7F100000 + public const int CreationDate = 2131755008; - // aapt resource value: 0x7F0E0031 - public const int date2string = 2131623985; + // aapt resource value: 0x7F100001 + public const int Credits1 = 2131755009; - // aapt resource value: 0x7F0E0032 - public const int date3 = 2131623986; + // aapt resource value: 0x7F100002 + public const int Credits2 = 2131755010; - // aapt resource value: 0x7F0E0033 - public const int date3string = 2131623987; + // aapt resource value: 0x7F100003 + public const int Credits3 = 2131755011; - // aapt resource value: 0x7F0E0034 - public const int date4 = 2131623988; + // aapt resource value: 0x7F100004 + public const int CreditsHeader = 2131755012; - // aapt resource value: 0x7F0E0035 - public const int date4string = 2131623989; + // aapt resource value: 0x7F10003E + public const int darkModeSetting = 2131755070; - // aapt resource value: 0x7F0E0036 - public const int date5 = 2131623990; + // aapt resource value: 0x7F10003F + public const int date = 2131755071; - // aapt resource value: 0x7F0E0037 - public const int date5string = 2131623991; + // aapt resource value: 0x7F100040 + public const int date1 = 2131755072; - // aapt resource value: 0x7F0E0038 - public const int date6 = 2131623992; + // aapt resource value: 0x7F100041 + public const int date1string = 2131755073; - // aapt resource value: 0x7F0E0039 - public const int date6string = 2131623993; + // aapt resource value: 0x7F100042 + public const int date2 = 2131755074; - // aapt resource value: 0x7F0E003A - public const int date7 = 2131623994; + // aapt resource value: 0x7F100043 + public const int date2string = 2131755075; - // aapt resource value: 0x7F0E003B - public const int date7string = 2131623995; + // aapt resource value: 0x7F100044 + public const int date3 = 2131755076; - // aapt resource value: 0x7F0E003C - public const int dateDoesntExist = 2131623996; + // aapt resource value: 0x7F100045 + public const int date3string = 2131755077; - // aapt resource value: 0x7F0E003D - public const int dateInPast = 2131623997; + // aapt resource value: 0x7F100046 + public const int date4 = 2131755078; - // aapt resource value: 0x7F0E003E - public const int dateTooBig = 2131623998; + // aapt resource value: 0x7F100047 + public const int date4string = 2131755079; - // aapt resource value: 0x7F0E003F - public const int date_select_header = 2131623999; + // aapt resource value: 0x7F100048 + public const int date5 = 2131755080; - // aapt resource value: 0x7F0E0040 - public const int default_description = 2131624000; + // aapt resource value: 0x7F100049 + public const int date5string = 2131755081; - // aapt resource value: 0x7F0E0041 - public const int deleteTaskDescription = 2131624001; + // aapt resource value: 0x7F10004A + public const int date6 = 2131755082; - // aapt resource value: 0x7F0E0042 - public const int deleteTaskHeader = 2131624002; + // aapt resource value: 0x7F10004B + public const int date6string = 2131755083; - // aapt resource value: 0x7F0E0005 - public const int DueDate = 2131623941; + // aapt resource value: 0x7F10004C + public const int date7 = 2131755084; - // aapt resource value: 0x7F0E0043 - public const int fab_transformation_scrim_behavior = 2131624003; + // aapt resource value: 0x7F10004D + public const int date7string = 2131755085; - // aapt resource value: 0x7F0E0044 - public const int fab_transformation_sheet_behavior = 2131624004; + // aapt resource value: 0x7F10004E + public const int dateDoesntExist = 2131755086; - // aapt resource value: 0x7F0E0045 - public const int fallback_menu_item_copy_link = 2131624005; + // aapt resource value: 0x7F10004F + public const int dateInPast = 2131755087; - // aapt resource value: 0x7F0E0046 - public const int fallback_menu_item_open_in_browser = 2131624006; + // aapt resource value: 0x7F100050 + public const int dateTooBig = 2131755088; - // aapt resource value: 0x7F0E0047 - public const int fallback_menu_item_share_link = 2131624007; + // aapt resource value: 0x7F100051 + public const int date_select_header = 2131755089; - // aapt resource value: 0x7F0E0048 - public const int guide1 = 2131624008; + // aapt resource value: 0x7F100052 + public const int default_description = 2131755090; - // aapt resource value: 0x7F0E0049 - public const int guide2 = 2131624009; + // aapt resource value: 0x7F100053 + public const int default_web_client_id = 2131755091; - // aapt resource value: 0x7F0E004A - public const int guide3 = 2131624010; + // aapt resource value: 0x7F100054 + public const int deleteTaskDescription = 2131755092; - // aapt resource value: 0x7F0E004B - public const int guide4 = 2131624011; + // aapt resource value: 0x7F100055 + public const int deleteTaskHeader = 2131755093; - // aapt resource value: 0x7F0E004C - public const int hide_bottom_view_on_scroll_behavior = 2131624012; + // aapt resource value: 0x7F100005 + public const int DueDate = 2131755013; - // aapt resource value: 0x7F0E004D - public const int invalidDate = 2131624013; + // aapt resource value: 0x7F100056 + public const int fab_transformation_scrim_behavior = 2131755094; - // aapt resource value: 0x7F0E004E - public const int invalidName = 2131624014; + // aapt resource value: 0x7F100057 + public const int fab_transformation_sheet_behavior = 2131755095; - // aapt resource value: 0x7F0E004F - public const int invalidNameDesc = 2131624015; + // aapt resource value: 0x7F100058 + public const int fallback_menu_item_copy_link = 2131755096; - // aapt resource value: 0x7F0E0050 - public const int invalidValue = 2131624016; + // aapt resource value: 0x7F100059 + public const int fallback_menu_item_open_in_browser = 2131755097; - // aapt resource value: 0x7F0E0051 - public const int mtrl_chip_close_icon_content_description = 2131624017; + // aapt resource value: 0x7F10005A + public const int fallback_menu_item_share_link = 2131755098; - // aapt resource value: 0x7F0E0052 - public const int nameExists = 2131624018; + // aapt resource value: 0x7F10005B + public const int fcm_fallback_notification_channel_label = 2131755099; - // aapt resource value: 0x7F0E0053 - public const int next = 2131624019; + // aapt resource value: 0x7F10005C + public const int gcm_defaultSenderId = 2131755100; - // aapt resource value: 0x7F0E0054 - public const int no = 2131624020; + // aapt resource value: 0x7F10005D + public const int google_api_key = 2131755101; - // aapt resource value: 0x7F0E0055 - public const int notificationSetting = 2131624021; + // aapt resource value: 0x7F10005E + public const int google_app_id = 2131755102; - // aapt resource value: 0x7F0E0056 - public const int password_toggle_content_description = 2131624022; + // aapt resource value: 0x7F10005F + public const int google_crash_reporting_api_key = 2131755103; - // aapt resource value: 0x7F0E0057 - public const int path_password_eye = 2131624023; + // aapt resource value: 0x7F100060 + public const int google_storage_bucket = 2131755104; - // aapt resource value: 0x7F0E0058 - public const int path_password_eye_mask_strike_through = 2131624024; + // aapt resource value: 0x7F100061 + public const int guide1 = 2131755105; - // aapt resource value: 0x7F0E0059 - public const int path_password_eye_mask_visible = 2131624025; + // aapt resource value: 0x7F100062 + public const int guide2 = 2131755106; - // aapt resource value: 0x7F0E005A - public const int path_password_strike_through = 2131624026; + // aapt resource value: 0x7F100063 + public const int guide3 = 2131755107; - // aapt resource value: 0x7F0E005B - public const int plus = 2131624027; + // aapt resource value: 0x7F100064 + public const int guide4 = 2131755108; - // aapt resource value: 0x7F0E005C - public const int returnbtn = 2131624028; + // aapt resource value: 0x7F100065 + public const int hide_bottom_view_on_scroll_behavior = 2131755109; - // aapt resource value: 0x7F0E005D - public const int search = 2131624029; + // aapt resource value: 0x7F100066 + public const int invalidDate = 2131755110; - // aapt resource value: 0x7F0E005E - public const int search_menu_title = 2131624030; + // aapt resource value: 0x7F100067 + public const int invalidName = 2131755111; - // aapt resource value: 0x7F0E005F - public const int sendFeedback = 2131624031; + // aapt resource value: 0x7F100068 + public const int invalidNameDesc = 2131755112; - // aapt resource value: 0x7F0E0060 - public const int settings = 2131624032; + // aapt resource value: 0x7F100069 + public const int invalidValue = 2131755113; - // aapt resource value: 0x7F0E0061 - public const int show_all = 2131624033; + // aapt resource value: 0x7F10006A + public const int mtrl_chip_close_icon_content_description = 2131755114; - // aapt resource value: 0x7F0E0062 - public const int skip = 2131624034; + // aapt resource value: 0x7F10006B + public const int nameExists = 2131755115; - // aapt resource value: 0x7F0E0006 - public const int Start = 2131623942; + // aapt resource value: 0x7F10006C + public const int next = 2131755116; - // aapt resource value: 0x7F0E0063 - public const int status_bar_notification_info_overflow = 2131624035; + // aapt resource value: 0x7F10006D + public const int no = 2131755117; - // aapt resource value: 0x7F0E0064 - public const int taskAmount = 2131624036; + // aapt resource value: 0x7F10006E + public const int notificationSetting = 2131755118; - // aapt resource value: 0x7F0E0065 - public const int task_name_header = 2131624037; + // aapt resource value: 0x7F10006F + public const int password_toggle_content_description = 2131755119; - // aapt resource value: 0x7F0E0066 - public const int task_template = 2131624038; + // aapt resource value: 0x7F100070 + public const int path_password_eye = 2131755120; - // aapt resource value: 0x7F0E0067 - public const int versionHeader = 2131624039; + // aapt resource value: 0x7F100071 + public const int path_password_eye_mask_strike_through = 2131755121; - // aapt resource value: 0x7F0E0068 - public const int yes = 2131624040; + // aapt resource value: 0x7F100072 + public const int path_password_eye_mask_visible = 2131755122; + + // aapt resource value: 0x7F100073 + public const int path_password_strike_through = 2131755123; + + // aapt resource value: 0x7F100074 + public const int plus = 2131755124; + + // aapt resource value: 0x7F100075 + public const int project_id = 2131755125; + + // aapt resource value: 0x7F100076 + public const int returnbtn = 2131755126; + + // aapt resource value: 0x7F100077 + public const int search = 2131755127; + + // aapt resource value: 0x7F100078 + public const int search_menu_title = 2131755128; + + // aapt resource value: 0x7F100079 + public const int sendFeedback = 2131755129; + + // aapt resource value: 0x7F10007A + public const int settings = 2131755130; + + // aapt resource value: 0x7F10007B + public const int show_all = 2131755131; + + // aapt resource value: 0x7F10007C + public const int skip = 2131755132; + + // aapt resource value: 0x7F100006 + public const int Start = 2131755014; + + // aapt resource value: 0x7F10007D + public const int status_bar_notification_info_overflow = 2131755133; + + // aapt resource value: 0x7F10007E + public const int taskAmount = 2131755134; + + // aapt resource value: 0x7F10007F + public const int task_name_header = 2131755135; + + // aapt resource value: 0x7F100080 + public const int task_template = 2131755136; + + // aapt resource value: 0x7F100081 + public const int versionHeader = 2131755137; + + // aapt resource value: 0x7F100082 + public const int yes = 2131755138; static String() { @@ -5103,1529 +5405,1529 @@ private String() public partial class Style { - // aapt resource value: 0x7F0F0000 - public const int AlertDialog_AppCompat = 2131689472; + // aapt resource value: 0x7F110000 + public const int AlertDialog_AppCompat = 2131820544; - // aapt resource value: 0x7F0F0001 - public const int AlertDialog_AppCompat_Light = 2131689473; + // aapt resource value: 0x7F110001 + public const int AlertDialog_AppCompat_Light = 2131820545; - // aapt resource value: 0x7F0F0002 - public const int Animation_AppCompat_Dialog = 2131689474; + // aapt resource value: 0x7F110002 + public const int Animation_AppCompat_Dialog = 2131820546; - // aapt resource value: 0x7F0F0003 - public const int Animation_AppCompat_DropDownUp = 2131689475; + // aapt resource value: 0x7F110003 + public const int Animation_AppCompat_DropDownUp = 2131820547; - // aapt resource value: 0x7F0F0004 - public const int Animation_AppCompat_Tooltip = 2131689476; + // aapt resource value: 0x7F110004 + public const int Animation_AppCompat_Tooltip = 2131820548; - // aapt resource value: 0x7F0F0005 - public const int Animation_Design_BottomSheetDialog = 2131689477; + // aapt resource value: 0x7F110005 + public const int Animation_Design_BottomSheetDialog = 2131820549; - // aapt resource value: 0x7F0F0006 - public const int AppTheme = 2131689478; + // aapt resource value: 0x7F110006 + public const int AppTheme = 2131820550; - // aapt resource value: 0x7F0F0007 - public const int Base_AlertDialog_AppCompat = 2131689479; + // aapt resource value: 0x7F110007 + public const int Base_AlertDialog_AppCompat = 2131820551; - // aapt resource value: 0x7F0F0008 - public const int Base_AlertDialog_AppCompat_Light = 2131689480; + // aapt resource value: 0x7F110008 + public const int Base_AlertDialog_AppCompat_Light = 2131820552; - // aapt resource value: 0x7F0F0009 - public const int Base_Animation_AppCompat_Dialog = 2131689481; + // aapt resource value: 0x7F110009 + public const int Base_Animation_AppCompat_Dialog = 2131820553; - // aapt resource value: 0x7F0F000A - public const int Base_Animation_AppCompat_DropDownUp = 2131689482; + // aapt resource value: 0x7F11000A + public const int Base_Animation_AppCompat_DropDownUp = 2131820554; - // aapt resource value: 0x7F0F000B - public const int Base_Animation_AppCompat_Tooltip = 2131689483; + // aapt resource value: 0x7F11000B + public const int Base_Animation_AppCompat_Tooltip = 2131820555; - // aapt resource value: 0x7F0F000C - public const int Base_CardView = 2131689484; + // aapt resource value: 0x7F11000C + public const int Base_CardView = 2131820556; - // aapt resource value: 0x7F0F000E - public const int Base_DialogWindowTitleBackground_AppCompat = 2131689486; + // aapt resource value: 0x7F11000E + public const int Base_DialogWindowTitleBackground_AppCompat = 2131820558; - // aapt resource value: 0x7F0F000D - public const int Base_DialogWindowTitle_AppCompat = 2131689485; + // aapt resource value: 0x7F11000D + public const int Base_DialogWindowTitle_AppCompat = 2131820557; - // aapt resource value: 0x7F0F000F - public const int Base_TextAppearance_AppCompat = 2131689487; + // aapt resource value: 0x7F11000F + public const int Base_TextAppearance_AppCompat = 2131820559; - // aapt resource value: 0x7F0F0010 - public const int Base_TextAppearance_AppCompat_Body1 = 2131689488; + // aapt resource value: 0x7F110010 + public const int Base_TextAppearance_AppCompat_Body1 = 2131820560; - // aapt resource value: 0x7F0F0011 - public const int Base_TextAppearance_AppCompat_Body2 = 2131689489; + // aapt resource value: 0x7F110011 + public const int Base_TextAppearance_AppCompat_Body2 = 2131820561; - // aapt resource value: 0x7F0F0012 - public const int Base_TextAppearance_AppCompat_Button = 2131689490; + // aapt resource value: 0x7F110012 + public const int Base_TextAppearance_AppCompat_Button = 2131820562; - // aapt resource value: 0x7F0F0013 - public const int Base_TextAppearance_AppCompat_Caption = 2131689491; + // aapt resource value: 0x7F110013 + public const int Base_TextAppearance_AppCompat_Caption = 2131820563; - // aapt resource value: 0x7F0F0014 - public const int Base_TextAppearance_AppCompat_Display1 = 2131689492; + // aapt resource value: 0x7F110014 + public const int Base_TextAppearance_AppCompat_Display1 = 2131820564; - // aapt resource value: 0x7F0F0015 - public const int Base_TextAppearance_AppCompat_Display2 = 2131689493; + // aapt resource value: 0x7F110015 + public const int Base_TextAppearance_AppCompat_Display2 = 2131820565; - // aapt resource value: 0x7F0F0016 - public const int Base_TextAppearance_AppCompat_Display3 = 2131689494; + // aapt resource value: 0x7F110016 + public const int Base_TextAppearance_AppCompat_Display3 = 2131820566; - // aapt resource value: 0x7F0F0017 - public const int Base_TextAppearance_AppCompat_Display4 = 2131689495; + // aapt resource value: 0x7F110017 + public const int Base_TextAppearance_AppCompat_Display4 = 2131820567; - // aapt resource value: 0x7F0F0018 - public const int Base_TextAppearance_AppCompat_Headline = 2131689496; + // aapt resource value: 0x7F110018 + public const int Base_TextAppearance_AppCompat_Headline = 2131820568; - // aapt resource value: 0x7F0F0019 - public const int Base_TextAppearance_AppCompat_Inverse = 2131689497; + // aapt resource value: 0x7F110019 + public const int Base_TextAppearance_AppCompat_Inverse = 2131820569; - // aapt resource value: 0x7F0F001A - public const int Base_TextAppearance_AppCompat_Large = 2131689498; + // aapt resource value: 0x7F11001A + public const int Base_TextAppearance_AppCompat_Large = 2131820570; - // aapt resource value: 0x7F0F001B - public const int Base_TextAppearance_AppCompat_Large_Inverse = 2131689499; + // aapt resource value: 0x7F11001B + public const int Base_TextAppearance_AppCompat_Large_Inverse = 2131820571; - // aapt resource value: 0x7F0F001C - public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131689500; + // aapt resource value: 0x7F11001C + public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131820572; - // aapt resource value: 0x7F0F001D - public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131689501; + // aapt resource value: 0x7F11001D + public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131820573; - // aapt resource value: 0x7F0F001E - public const int Base_TextAppearance_AppCompat_Medium = 2131689502; + // aapt resource value: 0x7F11001E + public const int Base_TextAppearance_AppCompat_Medium = 2131820574; - // aapt resource value: 0x7F0F001F - public const int Base_TextAppearance_AppCompat_Medium_Inverse = 2131689503; + // aapt resource value: 0x7F11001F + public const int Base_TextAppearance_AppCompat_Medium_Inverse = 2131820575; - // aapt resource value: 0x7F0F0020 - public const int Base_TextAppearance_AppCompat_Menu = 2131689504; + // aapt resource value: 0x7F110020 + public const int Base_TextAppearance_AppCompat_Menu = 2131820576; - // aapt resource value: 0x7F0F0021 - public const int Base_TextAppearance_AppCompat_SearchResult = 2131689505; + // aapt resource value: 0x7F110021 + public const int Base_TextAppearance_AppCompat_SearchResult = 2131820577; - // aapt resource value: 0x7F0F0022 - public const int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 2131689506; + // aapt resource value: 0x7F110022 + public const int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 2131820578; - // aapt resource value: 0x7F0F0023 - public const int Base_TextAppearance_AppCompat_SearchResult_Title = 2131689507; + // aapt resource value: 0x7F110023 + public const int Base_TextAppearance_AppCompat_SearchResult_Title = 2131820579; - // aapt resource value: 0x7F0F0024 - public const int Base_TextAppearance_AppCompat_Small = 2131689508; + // aapt resource value: 0x7F110024 + public const int Base_TextAppearance_AppCompat_Small = 2131820580; - // aapt resource value: 0x7F0F0025 - public const int Base_TextAppearance_AppCompat_Small_Inverse = 2131689509; + // aapt resource value: 0x7F110025 + public const int Base_TextAppearance_AppCompat_Small_Inverse = 2131820581; - // aapt resource value: 0x7F0F0026 - public const int Base_TextAppearance_AppCompat_Subhead = 2131689510; + // aapt resource value: 0x7F110026 + public const int Base_TextAppearance_AppCompat_Subhead = 2131820582; - // aapt resource value: 0x7F0F0027 - public const int Base_TextAppearance_AppCompat_Subhead_Inverse = 2131689511; + // aapt resource value: 0x7F110027 + public const int Base_TextAppearance_AppCompat_Subhead_Inverse = 2131820583; - // aapt resource value: 0x7F0F0028 - public const int Base_TextAppearance_AppCompat_Title = 2131689512; + // aapt resource value: 0x7F110028 + public const int Base_TextAppearance_AppCompat_Title = 2131820584; - // aapt resource value: 0x7F0F0029 - public const int Base_TextAppearance_AppCompat_Title_Inverse = 2131689513; + // aapt resource value: 0x7F110029 + public const int Base_TextAppearance_AppCompat_Title_Inverse = 2131820585; - // aapt resource value: 0x7F0F002A - public const int Base_TextAppearance_AppCompat_Tooltip = 2131689514; + // aapt resource value: 0x7F11002A + public const int Base_TextAppearance_AppCompat_Tooltip = 2131820586; - // aapt resource value: 0x7F0F002B - public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131689515; + // aapt resource value: 0x7F11002B + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131820587; - // aapt resource value: 0x7F0F002C - public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131689516; + // aapt resource value: 0x7F11002C + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131820588; - // aapt resource value: 0x7F0F002D - public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131689517; + // aapt resource value: 0x7F11002D + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131820589; - // aapt resource value: 0x7F0F002E - public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 2131689518; + // aapt resource value: 0x7F11002E + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 2131820590; - // aapt resource value: 0x7F0F002F - public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131689519; + // aapt resource value: 0x7F11002F + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131820591; - // aapt resource value: 0x7F0F0030 - public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131689520; + // aapt resource value: 0x7F110030 + public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131820592; - // aapt resource value: 0x7F0F0031 - public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 2131689521; + // aapt resource value: 0x7F110031 + public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 2131820593; - // aapt resource value: 0x7F0F0032 - public const int Base_TextAppearance_AppCompat_Widget_Button = 2131689522; + // aapt resource value: 0x7F110032 + public const int Base_TextAppearance_AppCompat_Widget_Button = 2131820594; - // aapt resource value: 0x7F0F0033 - public const int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131689523; + // aapt resource value: 0x7F110033 + public const int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131820595; - // aapt resource value: 0x7F0F0034 - public const int Base_TextAppearance_AppCompat_Widget_Button_Colored = 2131689524; + // aapt resource value: 0x7F110034 + public const int Base_TextAppearance_AppCompat_Widget_Button_Colored = 2131820596; - // aapt resource value: 0x7F0F0035 - public const int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 2131689525; + // aapt resource value: 0x7F110035 + public const int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 2131820597; - // aapt resource value: 0x7F0F0036 - public const int Base_TextAppearance_AppCompat_Widget_DropDownItem = 2131689526; + // aapt resource value: 0x7F110036 + public const int Base_TextAppearance_AppCompat_Widget_DropDownItem = 2131820598; - // aapt resource value: 0x7F0F0037 - public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131689527; + // aapt resource value: 0x7F110037 + public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131820599; - // aapt resource value: 0x7F0F0038 - public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131689528; + // aapt resource value: 0x7F110038 + public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131820600; - // aapt resource value: 0x7F0F0039 - public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131689529; + // aapt resource value: 0x7F110039 + public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131820601; - // aapt resource value: 0x7F0F003A - public const int Base_TextAppearance_AppCompat_Widget_Switch = 2131689530; + // aapt resource value: 0x7F11003A + public const int Base_TextAppearance_AppCompat_Widget_Switch = 2131820602; - // aapt resource value: 0x7F0F003B - public const int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131689531; + // aapt resource value: 0x7F11003B + public const int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131820603; - // aapt resource value: 0x7F0F003C - public const int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131689532; + // aapt resource value: 0x7F11003C + public const int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131820604; - // aapt resource value: 0x7F0F003D - public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131689533; + // aapt resource value: 0x7F11003D + public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131820605; - // aapt resource value: 0x7F0F003E - public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 2131689534; + // aapt resource value: 0x7F11003E + public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 2131820606; - // aapt resource value: 0x7F0F005E - public const int Base_ThemeOverlay_AppCompat = 2131689566; + // aapt resource value: 0x7F11005E + public const int Base_ThemeOverlay_AppCompat = 2131820638; - // aapt resource value: 0x7F0F005F - public const int Base_ThemeOverlay_AppCompat_ActionBar = 2131689567; + // aapt resource value: 0x7F11005F + public const int Base_ThemeOverlay_AppCompat_ActionBar = 2131820639; - // aapt resource value: 0x7F0F0060 - public const int Base_ThemeOverlay_AppCompat_Dark = 2131689568; + // aapt resource value: 0x7F110060 + public const int Base_ThemeOverlay_AppCompat_Dark = 2131820640; - // aapt resource value: 0x7F0F0061 - public const int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 2131689569; + // aapt resource value: 0x7F110061 + public const int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 2131820641; - // aapt resource value: 0x7F0F0062 - public const int Base_ThemeOverlay_AppCompat_Dialog = 2131689570; + // aapt resource value: 0x7F110062 + public const int Base_ThemeOverlay_AppCompat_Dialog = 2131820642; - // aapt resource value: 0x7F0F0063 - public const int Base_ThemeOverlay_AppCompat_Dialog_Alert = 2131689571; + // aapt resource value: 0x7F110063 + public const int Base_ThemeOverlay_AppCompat_Dialog_Alert = 2131820643; - // aapt resource value: 0x7F0F0064 - public const int Base_ThemeOverlay_AppCompat_Light = 2131689572; + // aapt resource value: 0x7F110064 + public const int Base_ThemeOverlay_AppCompat_Light = 2131820644; - // aapt resource value: 0x7F0F0065 - public const int Base_ThemeOverlay_MaterialComponents_Dialog = 2131689573; + // aapt resource value: 0x7F110065 + public const int Base_ThemeOverlay_MaterialComponents_Dialog = 2131820645; - // aapt resource value: 0x7F0F0066 - public const int Base_ThemeOverlay_MaterialComponents_Dialog_Alert = 2131689574; + // aapt resource value: 0x7F110066 + public const int Base_ThemeOverlay_MaterialComponents_Dialog_Alert = 2131820646; - // aapt resource value: 0x7F0F003F - public const int Base_Theme_AppCompat = 2131689535; + // aapt resource value: 0x7F11003F + public const int Base_Theme_AppCompat = 2131820607; - // aapt resource value: 0x7F0F0040 - public const int Base_Theme_AppCompat_CompactMenu = 2131689536; + // aapt resource value: 0x7F110040 + public const int Base_Theme_AppCompat_CompactMenu = 2131820608; - // aapt resource value: 0x7F0F0041 - public const int Base_Theme_AppCompat_Dialog = 2131689537; + // aapt resource value: 0x7F110041 + public const int Base_Theme_AppCompat_Dialog = 2131820609; - // aapt resource value: 0x7F0F0045 - public const int Base_Theme_AppCompat_DialogWhenLarge = 2131689541; + // aapt resource value: 0x7F110045 + public const int Base_Theme_AppCompat_DialogWhenLarge = 2131820613; - // aapt resource value: 0x7F0F0042 - public const int Base_Theme_AppCompat_Dialog_Alert = 2131689538; + // aapt resource value: 0x7F110042 + public const int Base_Theme_AppCompat_Dialog_Alert = 2131820610; - // aapt resource value: 0x7F0F0043 - public const int Base_Theme_AppCompat_Dialog_FixedSize = 2131689539; + // aapt resource value: 0x7F110043 + public const int Base_Theme_AppCompat_Dialog_FixedSize = 2131820611; - // aapt resource value: 0x7F0F0044 - public const int Base_Theme_AppCompat_Dialog_MinWidth = 2131689540; + // aapt resource value: 0x7F110044 + public const int Base_Theme_AppCompat_Dialog_MinWidth = 2131820612; - // aapt resource value: 0x7F0F0046 - public const int Base_Theme_AppCompat_Light = 2131689542; + // aapt resource value: 0x7F110046 + public const int Base_Theme_AppCompat_Light = 2131820614; - // aapt resource value: 0x7F0F0047 - public const int Base_Theme_AppCompat_Light_DarkActionBar = 2131689543; + // aapt resource value: 0x7F110047 + public const int Base_Theme_AppCompat_Light_DarkActionBar = 2131820615; - // aapt resource value: 0x7F0F0048 - public const int Base_Theme_AppCompat_Light_Dialog = 2131689544; + // aapt resource value: 0x7F110048 + public const int Base_Theme_AppCompat_Light_Dialog = 2131820616; - // aapt resource value: 0x7F0F004C - public const int Base_Theme_AppCompat_Light_DialogWhenLarge = 2131689548; + // aapt resource value: 0x7F11004C + public const int Base_Theme_AppCompat_Light_DialogWhenLarge = 2131820620; - // aapt resource value: 0x7F0F0049 - public const int Base_Theme_AppCompat_Light_Dialog_Alert = 2131689545; + // aapt resource value: 0x7F110049 + public const int Base_Theme_AppCompat_Light_Dialog_Alert = 2131820617; - // aapt resource value: 0x7F0F004A - public const int Base_Theme_AppCompat_Light_Dialog_FixedSize = 2131689546; + // aapt resource value: 0x7F11004A + public const int Base_Theme_AppCompat_Light_Dialog_FixedSize = 2131820618; - // aapt resource value: 0x7F0F004B - public const int Base_Theme_AppCompat_Light_Dialog_MinWidth = 2131689547; + // aapt resource value: 0x7F11004B + public const int Base_Theme_AppCompat_Light_Dialog_MinWidth = 2131820619; - // aapt resource value: 0x7F0F004D - public const int Base_Theme_MaterialComponents = 2131689549; + // aapt resource value: 0x7F11004D + public const int Base_Theme_MaterialComponents = 2131820621; - // aapt resource value: 0x7F0F004E - public const int Base_Theme_MaterialComponents_Bridge = 2131689550; + // aapt resource value: 0x7F11004E + public const int Base_Theme_MaterialComponents_Bridge = 2131820622; - // aapt resource value: 0x7F0F004F - public const int Base_Theme_MaterialComponents_CompactMenu = 2131689551; + // aapt resource value: 0x7F11004F + public const int Base_Theme_MaterialComponents_CompactMenu = 2131820623; - // aapt resource value: 0x7F0F0050 - public const int Base_Theme_MaterialComponents_Dialog = 2131689552; + // aapt resource value: 0x7F110050 + public const int Base_Theme_MaterialComponents_Dialog = 2131820624; - // aapt resource value: 0x7F0F0054 - public const int Base_Theme_MaterialComponents_DialogWhenLarge = 2131689556; + // aapt resource value: 0x7F110054 + public const int Base_Theme_MaterialComponents_DialogWhenLarge = 2131820628; - // aapt resource value: 0x7F0F0051 - public const int Base_Theme_MaterialComponents_Dialog_Alert = 2131689553; + // aapt resource value: 0x7F110051 + public const int Base_Theme_MaterialComponents_Dialog_Alert = 2131820625; - // aapt resource value: 0x7F0F0052 - public const int Base_Theme_MaterialComponents_Dialog_FixedSize = 2131689554; + // aapt resource value: 0x7F110052 + public const int Base_Theme_MaterialComponents_Dialog_FixedSize = 2131820626; - // aapt resource value: 0x7F0F0053 - public const int Base_Theme_MaterialComponents_Dialog_MinWidth = 2131689555; + // aapt resource value: 0x7F110053 + public const int Base_Theme_MaterialComponents_Dialog_MinWidth = 2131820627; - // aapt resource value: 0x7F0F0055 - public const int Base_Theme_MaterialComponents_Light = 2131689557; + // aapt resource value: 0x7F110055 + public const int Base_Theme_MaterialComponents_Light = 2131820629; - // aapt resource value: 0x7F0F0056 - public const int Base_Theme_MaterialComponents_Light_Bridge = 2131689558; + // aapt resource value: 0x7F110056 + public const int Base_Theme_MaterialComponents_Light_Bridge = 2131820630; - // aapt resource value: 0x7F0F0057 - public const int Base_Theme_MaterialComponents_Light_DarkActionBar = 2131689559; + // aapt resource value: 0x7F110057 + public const int Base_Theme_MaterialComponents_Light_DarkActionBar = 2131820631; - // aapt resource value: 0x7F0F0058 - public const int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131689560; + // aapt resource value: 0x7F110058 + public const int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131820632; - // aapt resource value: 0x7F0F0059 - public const int Base_Theme_MaterialComponents_Light_Dialog = 2131689561; + // aapt resource value: 0x7F110059 + public const int Base_Theme_MaterialComponents_Light_Dialog = 2131820633; - // aapt resource value: 0x7F0F005D - public const int Base_Theme_MaterialComponents_Light_DialogWhenLarge = 2131689565; + // aapt resource value: 0x7F11005D + public const int Base_Theme_MaterialComponents_Light_DialogWhenLarge = 2131820637; - // aapt resource value: 0x7F0F005A - public const int Base_Theme_MaterialComponents_Light_Dialog_Alert = 2131689562; + // aapt resource value: 0x7F11005A + public const int Base_Theme_MaterialComponents_Light_Dialog_Alert = 2131820634; - // aapt resource value: 0x7F0F005B - public const int Base_Theme_MaterialComponents_Light_Dialog_FixedSize = 2131689563; + // aapt resource value: 0x7F11005B + public const int Base_Theme_MaterialComponents_Light_Dialog_FixedSize = 2131820635; - // aapt resource value: 0x7F0F005C - public const int Base_Theme_MaterialComponents_Light_Dialog_MinWidth = 2131689564; + // aapt resource value: 0x7F11005C + public const int Base_Theme_MaterialComponents_Light_Dialog_MinWidth = 2131820636; - // aapt resource value: 0x7F0F006E - public const int Base_V14_ThemeOverlay_MaterialComponents_Dialog = 2131689582; + // aapt resource value: 0x7F11006E + public const int Base_V14_ThemeOverlay_MaterialComponents_Dialog = 2131820654; - // aapt resource value: 0x7F0F006F - public const int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert = 2131689583; + // aapt resource value: 0x7F11006F + public const int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert = 2131820655; - // aapt resource value: 0x7F0F0067 - public const int Base_V14_Theme_MaterialComponents = 2131689575; + // aapt resource value: 0x7F110067 + public const int Base_V14_Theme_MaterialComponents = 2131820647; - // aapt resource value: 0x7F0F0068 - public const int Base_V14_Theme_MaterialComponents_Bridge = 2131689576; + // aapt resource value: 0x7F110068 + public const int Base_V14_Theme_MaterialComponents_Bridge = 2131820648; - // aapt resource value: 0x7F0F0069 - public const int Base_V14_Theme_MaterialComponents_Dialog = 2131689577; + // aapt resource value: 0x7F110069 + public const int Base_V14_Theme_MaterialComponents_Dialog = 2131820649; - // aapt resource value: 0x7F0F006A - public const int Base_V14_Theme_MaterialComponents_Light = 2131689578; + // aapt resource value: 0x7F11006A + public const int Base_V14_Theme_MaterialComponents_Light = 2131820650; - // aapt resource value: 0x7F0F006B - public const int Base_V14_Theme_MaterialComponents_Light_Bridge = 2131689579; + // aapt resource value: 0x7F11006B + public const int Base_V14_Theme_MaterialComponents_Light_Bridge = 2131820651; - // aapt resource value: 0x7F0F006C - public const int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131689580; + // aapt resource value: 0x7F11006C + public const int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131820652; - // aapt resource value: 0x7F0F006D - public const int Base_V14_Theme_MaterialComponents_Light_Dialog = 2131689581; + // aapt resource value: 0x7F11006D + public const int Base_V14_Theme_MaterialComponents_Light_Dialog = 2131820653; - // aapt resource value: 0x7F0F0074 - public const int Base_V21_ThemeOverlay_AppCompat_Dialog = 2131689588; + // aapt resource value: 0x7F110074 + public const int Base_V21_ThemeOverlay_AppCompat_Dialog = 2131820660; - // aapt resource value: 0x7F0F0070 - public const int Base_V21_Theme_AppCompat = 2131689584; + // aapt resource value: 0x7F110070 + public const int Base_V21_Theme_AppCompat = 2131820656; - // aapt resource value: 0x7F0F0071 - public const int Base_V21_Theme_AppCompat_Dialog = 2131689585; + // aapt resource value: 0x7F110071 + public const int Base_V21_Theme_AppCompat_Dialog = 2131820657; - // aapt resource value: 0x7F0F0072 - public const int Base_V21_Theme_AppCompat_Light = 2131689586; + // aapt resource value: 0x7F110072 + public const int Base_V21_Theme_AppCompat_Light = 2131820658; - // aapt resource value: 0x7F0F0073 - public const int Base_V21_Theme_AppCompat_Light_Dialog = 2131689587; + // aapt resource value: 0x7F110073 + public const int Base_V21_Theme_AppCompat_Light_Dialog = 2131820659; - // aapt resource value: 0x7F0F0075 - public const int Base_V22_Theme_AppCompat = 2131689589; + // aapt resource value: 0x7F110075 + public const int Base_V22_Theme_AppCompat = 2131820661; - // aapt resource value: 0x7F0F0076 - public const int Base_V22_Theme_AppCompat_Light = 2131689590; + // aapt resource value: 0x7F110076 + public const int Base_V22_Theme_AppCompat_Light = 2131820662; - // aapt resource value: 0x7F0F0077 - public const int Base_V23_Theme_AppCompat = 2131689591; + // aapt resource value: 0x7F110077 + public const int Base_V23_Theme_AppCompat = 2131820663; - // aapt resource value: 0x7F0F0078 - public const int Base_V23_Theme_AppCompat_Light = 2131689592; + // aapt resource value: 0x7F110078 + public const int Base_V23_Theme_AppCompat_Light = 2131820664; - // aapt resource value: 0x7F0F0079 - public const int Base_V26_Theme_AppCompat = 2131689593; + // aapt resource value: 0x7F110079 + public const int Base_V26_Theme_AppCompat = 2131820665; - // aapt resource value: 0x7F0F007A - public const int Base_V26_Theme_AppCompat_Light = 2131689594; + // aapt resource value: 0x7F11007A + public const int Base_V26_Theme_AppCompat_Light = 2131820666; - // aapt resource value: 0x7F0F007B - public const int Base_V26_Widget_AppCompat_Toolbar = 2131689595; + // aapt resource value: 0x7F11007B + public const int Base_V26_Widget_AppCompat_Toolbar = 2131820667; - // aapt resource value: 0x7F0F007C - public const int Base_V28_Theme_AppCompat = 2131689596; + // aapt resource value: 0x7F11007C + public const int Base_V28_Theme_AppCompat = 2131820668; - // aapt resource value: 0x7F0F007D - public const int Base_V28_Theme_AppCompat_Light = 2131689597; + // aapt resource value: 0x7F11007D + public const int Base_V28_Theme_AppCompat_Light = 2131820669; - // aapt resource value: 0x7F0F0082 - public const int Base_V7_ThemeOverlay_AppCompat_Dialog = 2131689602; + // aapt resource value: 0x7F110082 + public const int Base_V7_ThemeOverlay_AppCompat_Dialog = 2131820674; - // aapt resource value: 0x7F0F007E - public const int Base_V7_Theme_AppCompat = 2131689598; + // aapt resource value: 0x7F11007E + public const int Base_V7_Theme_AppCompat = 2131820670; - // aapt resource value: 0x7F0F007F - public const int Base_V7_Theme_AppCompat_Dialog = 2131689599; + // aapt resource value: 0x7F11007F + public const int Base_V7_Theme_AppCompat_Dialog = 2131820671; - // aapt resource value: 0x7F0F0080 - public const int Base_V7_Theme_AppCompat_Light = 2131689600; + // aapt resource value: 0x7F110080 + public const int Base_V7_Theme_AppCompat_Light = 2131820672; - // aapt resource value: 0x7F0F0081 - public const int Base_V7_Theme_AppCompat_Light_Dialog = 2131689601; + // aapt resource value: 0x7F110081 + public const int Base_V7_Theme_AppCompat_Light_Dialog = 2131820673; - // aapt resource value: 0x7F0F0083 - public const int Base_V7_Widget_AppCompat_AutoCompleteTextView = 2131689603; + // aapt resource value: 0x7F110083 + public const int Base_V7_Widget_AppCompat_AutoCompleteTextView = 2131820675; - // aapt resource value: 0x7F0F0084 - public const int Base_V7_Widget_AppCompat_EditText = 2131689604; + // aapt resource value: 0x7F110084 + public const int Base_V7_Widget_AppCompat_EditText = 2131820676; - // aapt resource value: 0x7F0F0085 - public const int Base_V7_Widget_AppCompat_Toolbar = 2131689605; + // aapt resource value: 0x7F110085 + public const int Base_V7_Widget_AppCompat_Toolbar = 2131820677; - // aapt resource value: 0x7F0F0086 - public const int Base_Widget_AppCompat_ActionBar = 2131689606; + // aapt resource value: 0x7F110086 + public const int Base_Widget_AppCompat_ActionBar = 2131820678; - // aapt resource value: 0x7F0F0087 - public const int Base_Widget_AppCompat_ActionBar_Solid = 2131689607; + // aapt resource value: 0x7F110087 + public const int Base_Widget_AppCompat_ActionBar_Solid = 2131820679; - // aapt resource value: 0x7F0F0088 - public const int Base_Widget_AppCompat_ActionBar_TabBar = 2131689608; + // aapt resource value: 0x7F110088 + public const int Base_Widget_AppCompat_ActionBar_TabBar = 2131820680; - // aapt resource value: 0x7F0F0089 - public const int Base_Widget_AppCompat_ActionBar_TabText = 2131689609; + // aapt resource value: 0x7F110089 + public const int Base_Widget_AppCompat_ActionBar_TabText = 2131820681; - // aapt resource value: 0x7F0F008A - public const int Base_Widget_AppCompat_ActionBar_TabView = 2131689610; + // aapt resource value: 0x7F11008A + public const int Base_Widget_AppCompat_ActionBar_TabView = 2131820682; - // aapt resource value: 0x7F0F008B - public const int Base_Widget_AppCompat_ActionButton = 2131689611; + // aapt resource value: 0x7F11008B + public const int Base_Widget_AppCompat_ActionButton = 2131820683; - // aapt resource value: 0x7F0F008C - public const int Base_Widget_AppCompat_ActionButton_CloseMode = 2131689612; + // aapt resource value: 0x7F11008C + public const int Base_Widget_AppCompat_ActionButton_CloseMode = 2131820684; - // aapt resource value: 0x7F0F008D - public const int Base_Widget_AppCompat_ActionButton_Overflow = 2131689613; + // aapt resource value: 0x7F11008D + public const int Base_Widget_AppCompat_ActionButton_Overflow = 2131820685; - // aapt resource value: 0x7F0F008E - public const int Base_Widget_AppCompat_ActionMode = 2131689614; + // aapt resource value: 0x7F11008E + public const int Base_Widget_AppCompat_ActionMode = 2131820686; - // aapt resource value: 0x7F0F008F - public const int Base_Widget_AppCompat_ActivityChooserView = 2131689615; + // aapt resource value: 0x7F11008F + public const int Base_Widget_AppCompat_ActivityChooserView = 2131820687; - // aapt resource value: 0x7F0F0090 - public const int Base_Widget_AppCompat_AutoCompleteTextView = 2131689616; + // aapt resource value: 0x7F110090 + public const int Base_Widget_AppCompat_AutoCompleteTextView = 2131820688; - // aapt resource value: 0x7F0F0091 - public const int Base_Widget_AppCompat_Button = 2131689617; + // aapt resource value: 0x7F110091 + public const int Base_Widget_AppCompat_Button = 2131820689; - // aapt resource value: 0x7F0F0097 - public const int Base_Widget_AppCompat_ButtonBar = 2131689623; + // aapt resource value: 0x7F110097 + public const int Base_Widget_AppCompat_ButtonBar = 2131820695; - // aapt resource value: 0x7F0F0098 - public const int Base_Widget_AppCompat_ButtonBar_AlertDialog = 2131689624; + // aapt resource value: 0x7F110098 + public const int Base_Widget_AppCompat_ButtonBar_AlertDialog = 2131820696; - // aapt resource value: 0x7F0F0092 - public const int Base_Widget_AppCompat_Button_Borderless = 2131689618; + // aapt resource value: 0x7F110092 + public const int Base_Widget_AppCompat_Button_Borderless = 2131820690; - // aapt resource value: 0x7F0F0093 - public const int Base_Widget_AppCompat_Button_Borderless_Colored = 2131689619; + // aapt resource value: 0x7F110093 + public const int Base_Widget_AppCompat_Button_Borderless_Colored = 2131820691; - // aapt resource value: 0x7F0F0094 - public const int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131689620; + // aapt resource value: 0x7F110094 + public const int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131820692; - // aapt resource value: 0x7F0F0095 - public const int Base_Widget_AppCompat_Button_Colored = 2131689621; + // aapt resource value: 0x7F110095 + public const int Base_Widget_AppCompat_Button_Colored = 2131820693; - // aapt resource value: 0x7F0F0096 - public const int Base_Widget_AppCompat_Button_Small = 2131689622; + // aapt resource value: 0x7F110096 + public const int Base_Widget_AppCompat_Button_Small = 2131820694; - // aapt resource value: 0x7F0F0099 - public const int Base_Widget_AppCompat_CompoundButton_CheckBox = 2131689625; + // aapt resource value: 0x7F110099 + public const int Base_Widget_AppCompat_CompoundButton_CheckBox = 2131820697; - // aapt resource value: 0x7F0F009A - public const int Base_Widget_AppCompat_CompoundButton_RadioButton = 2131689626; + // aapt resource value: 0x7F11009A + public const int Base_Widget_AppCompat_CompoundButton_RadioButton = 2131820698; - // aapt resource value: 0x7F0F009B - public const int Base_Widget_AppCompat_CompoundButton_Switch = 2131689627; + // aapt resource value: 0x7F11009B + public const int Base_Widget_AppCompat_CompoundButton_Switch = 2131820699; - // aapt resource value: 0x7F0F009C - public const int Base_Widget_AppCompat_DrawerArrowToggle = 2131689628; + // aapt resource value: 0x7F11009C + public const int Base_Widget_AppCompat_DrawerArrowToggle = 2131820700; - // aapt resource value: 0x7F0F009D - public const int Base_Widget_AppCompat_DrawerArrowToggle_Common = 2131689629; + // aapt resource value: 0x7F11009D + public const int Base_Widget_AppCompat_DrawerArrowToggle_Common = 2131820701; - // aapt resource value: 0x7F0F009E - public const int Base_Widget_AppCompat_DropDownItem_Spinner = 2131689630; + // aapt resource value: 0x7F11009E + public const int Base_Widget_AppCompat_DropDownItem_Spinner = 2131820702; - // aapt resource value: 0x7F0F009F - public const int Base_Widget_AppCompat_EditText = 2131689631; + // aapt resource value: 0x7F11009F + public const int Base_Widget_AppCompat_EditText = 2131820703; - // aapt resource value: 0x7F0F00A0 - public const int Base_Widget_AppCompat_ImageButton = 2131689632; + // aapt resource value: 0x7F1100A0 + public const int Base_Widget_AppCompat_ImageButton = 2131820704; - // aapt resource value: 0x7F0F00A1 - public const int Base_Widget_AppCompat_Light_ActionBar = 2131689633; + // aapt resource value: 0x7F1100A1 + public const int Base_Widget_AppCompat_Light_ActionBar = 2131820705; - // aapt resource value: 0x7F0F00A2 - public const int Base_Widget_AppCompat_Light_ActionBar_Solid = 2131689634; + // aapt resource value: 0x7F1100A2 + public const int Base_Widget_AppCompat_Light_ActionBar_Solid = 2131820706; - // aapt resource value: 0x7F0F00A3 - public const int Base_Widget_AppCompat_Light_ActionBar_TabBar = 2131689635; + // aapt resource value: 0x7F1100A3 + public const int Base_Widget_AppCompat_Light_ActionBar_TabBar = 2131820707; - // aapt resource value: 0x7F0F00A4 - public const int Base_Widget_AppCompat_Light_ActionBar_TabText = 2131689636; + // aapt resource value: 0x7F1100A4 + public const int Base_Widget_AppCompat_Light_ActionBar_TabText = 2131820708; - // aapt resource value: 0x7F0F00A5 - public const int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131689637; + // aapt resource value: 0x7F1100A5 + public const int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131820709; - // aapt resource value: 0x7F0F00A6 - public const int Base_Widget_AppCompat_Light_ActionBar_TabView = 2131689638; + // aapt resource value: 0x7F1100A6 + public const int Base_Widget_AppCompat_Light_ActionBar_TabView = 2131820710; - // aapt resource value: 0x7F0F00A7 - public const int Base_Widget_AppCompat_Light_PopupMenu = 2131689639; + // aapt resource value: 0x7F1100A7 + public const int Base_Widget_AppCompat_Light_PopupMenu = 2131820711; - // aapt resource value: 0x7F0F00A8 - public const int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 2131689640; + // aapt resource value: 0x7F1100A8 + public const int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 2131820712; - // aapt resource value: 0x7F0F00A9 - public const int Base_Widget_AppCompat_ListMenuView = 2131689641; + // aapt resource value: 0x7F1100A9 + public const int Base_Widget_AppCompat_ListMenuView = 2131820713; - // aapt resource value: 0x7F0F00AA - public const int Base_Widget_AppCompat_ListPopupWindow = 2131689642; + // aapt resource value: 0x7F1100AA + public const int Base_Widget_AppCompat_ListPopupWindow = 2131820714; - // aapt resource value: 0x7F0F00AB - public const int Base_Widget_AppCompat_ListView = 2131689643; + // aapt resource value: 0x7F1100AB + public const int Base_Widget_AppCompat_ListView = 2131820715; - // aapt resource value: 0x7F0F00AC - public const int Base_Widget_AppCompat_ListView_DropDown = 2131689644; + // aapt resource value: 0x7F1100AC + public const int Base_Widget_AppCompat_ListView_DropDown = 2131820716; - // aapt resource value: 0x7F0F00AD - public const int Base_Widget_AppCompat_ListView_Menu = 2131689645; + // aapt resource value: 0x7F1100AD + public const int Base_Widget_AppCompat_ListView_Menu = 2131820717; - // aapt resource value: 0x7F0F00AE - public const int Base_Widget_AppCompat_PopupMenu = 2131689646; + // aapt resource value: 0x7F1100AE + public const int Base_Widget_AppCompat_PopupMenu = 2131820718; - // aapt resource value: 0x7F0F00AF - public const int Base_Widget_AppCompat_PopupMenu_Overflow = 2131689647; + // aapt resource value: 0x7F1100AF + public const int Base_Widget_AppCompat_PopupMenu_Overflow = 2131820719; - // aapt resource value: 0x7F0F00B0 - public const int Base_Widget_AppCompat_PopupWindow = 2131689648; + // aapt resource value: 0x7F1100B0 + public const int Base_Widget_AppCompat_PopupWindow = 2131820720; - // aapt resource value: 0x7F0F00B1 - public const int Base_Widget_AppCompat_ProgressBar = 2131689649; + // aapt resource value: 0x7F1100B1 + public const int Base_Widget_AppCompat_ProgressBar = 2131820721; - // aapt resource value: 0x7F0F00B2 - public const int Base_Widget_AppCompat_ProgressBar_Horizontal = 2131689650; + // aapt resource value: 0x7F1100B2 + public const int Base_Widget_AppCompat_ProgressBar_Horizontal = 2131820722; - // aapt resource value: 0x7F0F00B3 - public const int Base_Widget_AppCompat_RatingBar = 2131689651; + // aapt resource value: 0x7F1100B3 + public const int Base_Widget_AppCompat_RatingBar = 2131820723; - // aapt resource value: 0x7F0F00B4 - public const int Base_Widget_AppCompat_RatingBar_Indicator = 2131689652; + // aapt resource value: 0x7F1100B4 + public const int Base_Widget_AppCompat_RatingBar_Indicator = 2131820724; - // aapt resource value: 0x7F0F00B5 - public const int Base_Widget_AppCompat_RatingBar_Small = 2131689653; + // aapt resource value: 0x7F1100B5 + public const int Base_Widget_AppCompat_RatingBar_Small = 2131820725; - // aapt resource value: 0x7F0F00B6 - public const int Base_Widget_AppCompat_SearchView = 2131689654; + // aapt resource value: 0x7F1100B6 + public const int Base_Widget_AppCompat_SearchView = 2131820726; - // aapt resource value: 0x7F0F00B7 - public const int Base_Widget_AppCompat_SearchView_ActionBar = 2131689655; + // aapt resource value: 0x7F1100B7 + public const int Base_Widget_AppCompat_SearchView_ActionBar = 2131820727; - // aapt resource value: 0x7F0F00B8 - public const int Base_Widget_AppCompat_SeekBar = 2131689656; + // aapt resource value: 0x7F1100B8 + public const int Base_Widget_AppCompat_SeekBar = 2131820728; - // aapt resource value: 0x7F0F00B9 - public const int Base_Widget_AppCompat_SeekBar_Discrete = 2131689657; + // aapt resource value: 0x7F1100B9 + public const int Base_Widget_AppCompat_SeekBar_Discrete = 2131820729; - // aapt resource value: 0x7F0F00BA - public const int Base_Widget_AppCompat_Spinner = 2131689658; + // aapt resource value: 0x7F1100BA + public const int Base_Widget_AppCompat_Spinner = 2131820730; - // aapt resource value: 0x7F0F00BB - public const int Base_Widget_AppCompat_Spinner_Underlined = 2131689659; + // aapt resource value: 0x7F1100BB + public const int Base_Widget_AppCompat_Spinner_Underlined = 2131820731; - // aapt resource value: 0x7F0F00BC - public const int Base_Widget_AppCompat_TextView = 2131689660; + // aapt resource value: 0x7F1100BC + public const int Base_Widget_AppCompat_TextView = 2131820732; - // aapt resource value: 0x7F0F00BD - public const int Base_Widget_AppCompat_TextView_SpinnerItem = 2131689661; + // aapt resource value: 0x7F1100BD + public const int Base_Widget_AppCompat_TextView_SpinnerItem = 2131820733; - // aapt resource value: 0x7F0F00BE - public const int Base_Widget_AppCompat_Toolbar = 2131689662; + // aapt resource value: 0x7F1100BE + public const int Base_Widget_AppCompat_Toolbar = 2131820734; - // aapt resource value: 0x7F0F00BF - public const int Base_Widget_AppCompat_Toolbar_Button_Navigation = 2131689663; + // aapt resource value: 0x7F1100BF + public const int Base_Widget_AppCompat_Toolbar_Button_Navigation = 2131820735; - // aapt resource value: 0x7F0F00C0 - public const int Base_Widget_Design_TabLayout = 2131689664; + // aapt resource value: 0x7F1100C0 + public const int Base_Widget_Design_TabLayout = 2131820736; - // aapt resource value: 0x7F0F00C1 - public const int Base_Widget_MaterialComponents_Chip = 2131689665; + // aapt resource value: 0x7F1100C1 + public const int Base_Widget_MaterialComponents_Chip = 2131820737; - // aapt resource value: 0x7F0F00C2 - public const int Base_Widget_MaterialComponents_TextInputEditText = 2131689666; + // aapt resource value: 0x7F1100C2 + public const int Base_Widget_MaterialComponents_TextInputEditText = 2131820738; - // aapt resource value: 0x7F0F00C3 - public const int Base_Widget_MaterialComponents_TextInputLayout = 2131689667; + // aapt resource value: 0x7F1100C3 + public const int Base_Widget_MaterialComponents_TextInputLayout = 2131820739; - // aapt resource value: 0x7F0F00C4 - public const int CardView = 2131689668; + // aapt resource value: 0x7F1100C4 + public const int CardView = 2131820740; - // aapt resource value: 0x7F0F00C5 - public const int CardView_Dark = 2131689669; + // aapt resource value: 0x7F1100C5 + public const int CardView_Dark = 2131820741; - // aapt resource value: 0x7F0F00C6 - public const int CardView_Light = 2131689670; + // aapt resource value: 0x7F1100C6 + public const int CardView_Light = 2131820742; - // aapt resource value: 0x7F0F00C7 - public const int MainBlue = 2131689671; + // aapt resource value: 0x7F1100C7 + public const int MainBlue = 2131820743; - // aapt resource value: 0x7F0F00C8 - public const int MainGreen = 2131689672; + // aapt resource value: 0x7F1100C8 + public const int MainGreen = 2131820744; - // aapt resource value: 0x7F0F00C9 - public const int MainOrange = 2131689673; + // aapt resource value: 0x7F1100C9 + public const int MainOrange = 2131820745; - // aapt resource value: 0x7F0F00CA - public const int MainRed = 2131689674; + // aapt resource value: 0x7F1100CA + public const int MainRed = 2131820746; - // aapt resource value: 0x7F0F00CB - public const int MainViolet = 2131689675; + // aapt resource value: 0x7F1100CB + public const int MainViolet = 2131820747; - // aapt resource value: 0x7F0F00CC - public const int MyDialogTheme = 2131689676; + // aapt resource value: 0x7F1100CC + public const int MyDialogTheme = 2131820748; - // aapt resource value: 0x7F0F00CD - public const int OnBoardTheme = 2131689677; + // aapt resource value: 0x7F1100CD + public const int OnBoardTheme = 2131820749; - // aapt resource value: 0x7F0F00CE - public const int Platform_AppCompat = 2131689678; + // aapt resource value: 0x7F1100CE + public const int Platform_AppCompat = 2131820750; - // aapt resource value: 0x7F0F00CF - public const int Platform_AppCompat_Light = 2131689679; + // aapt resource value: 0x7F1100CF + public const int Platform_AppCompat_Light = 2131820751; - // aapt resource value: 0x7F0F00D0 - public const int Platform_MaterialComponents = 2131689680; + // aapt resource value: 0x7F1100D0 + public const int Platform_MaterialComponents = 2131820752; - // aapt resource value: 0x7F0F00D1 - public const int Platform_MaterialComponents_Dialog = 2131689681; + // aapt resource value: 0x7F1100D1 + public const int Platform_MaterialComponents_Dialog = 2131820753; - // aapt resource value: 0x7F0F00D2 - public const int Platform_MaterialComponents_Light = 2131689682; + // aapt resource value: 0x7F1100D2 + public const int Platform_MaterialComponents_Light = 2131820754; - // aapt resource value: 0x7F0F00D3 - public const int Platform_MaterialComponents_Light_Dialog = 2131689683; + // aapt resource value: 0x7F1100D3 + public const int Platform_MaterialComponents_Light_Dialog = 2131820755; - // aapt resource value: 0x7F0F00D4 - public const int Platform_ThemeOverlay_AppCompat = 2131689684; + // aapt resource value: 0x7F1100D4 + public const int Platform_ThemeOverlay_AppCompat = 2131820756; - // aapt resource value: 0x7F0F00D5 - public const int Platform_ThemeOverlay_AppCompat_Dark = 2131689685; + // aapt resource value: 0x7F1100D5 + public const int Platform_ThemeOverlay_AppCompat_Dark = 2131820757; - // aapt resource value: 0x7F0F00D6 - public const int Platform_ThemeOverlay_AppCompat_Light = 2131689686; + // aapt resource value: 0x7F1100D6 + public const int Platform_ThemeOverlay_AppCompat_Light = 2131820758; - // aapt resource value: 0x7F0F00D7 - public const int Platform_V21_AppCompat = 2131689687; + // aapt resource value: 0x7F1100D7 + public const int Platform_V21_AppCompat = 2131820759; - // aapt resource value: 0x7F0F00D8 - public const int Platform_V21_AppCompat_Light = 2131689688; + // aapt resource value: 0x7F1100D8 + public const int Platform_V21_AppCompat_Light = 2131820760; - // aapt resource value: 0x7F0F00D9 - public const int Platform_V25_AppCompat = 2131689689; + // aapt resource value: 0x7F1100D9 + public const int Platform_V25_AppCompat = 2131820761; - // aapt resource value: 0x7F0F00DA - public const int Platform_V25_AppCompat_Light = 2131689690; + // aapt resource value: 0x7F1100DA + public const int Platform_V25_AppCompat_Light = 2131820762; - // aapt resource value: 0x7F0F00DB - public const int Platform_Widget_AppCompat_Spinner = 2131689691; + // aapt resource value: 0x7F1100DB + public const int Platform_Widget_AppCompat_Spinner = 2131820763; - // aapt resource value: 0x7F0F00DC - public const int RtlOverlay_DialogWindowTitle_AppCompat = 2131689692; + // aapt resource value: 0x7F1100DC + public const int RtlOverlay_DialogWindowTitle_AppCompat = 2131820764; - // aapt resource value: 0x7F0F00DD - public const int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 2131689693; + // aapt resource value: 0x7F1100DD + public const int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 2131820765; - // aapt resource value: 0x7F0F00DE - public const int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 2131689694; + // aapt resource value: 0x7F1100DE + public const int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 2131820766; - // aapt resource value: 0x7F0F00DF - public const int RtlOverlay_Widget_AppCompat_PopupMenuItem = 2131689695; + // aapt resource value: 0x7F1100DF + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem = 2131820767; - // aapt resource value: 0x7F0F00E0 - public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 2131689696; + // aapt resource value: 0x7F1100E0 + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 2131820768; - // aapt resource value: 0x7F0F00E1 - public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = 2131689697; + // aapt resource value: 0x7F1100E1 + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = 2131820769; - // aapt resource value: 0x7F0F00E2 - public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = 2131689698; + // aapt resource value: 0x7F1100E2 + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = 2131820770; - // aapt resource value: 0x7F0F00E3 - public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 2131689699; + // aapt resource value: 0x7F1100E3 + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 2131820771; - // aapt resource value: 0x7F0F00E4 - public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = 2131689700; + // aapt resource value: 0x7F1100E4 + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = 2131820772; - // aapt resource value: 0x7F0F00EA - public const int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 2131689706; + // aapt resource value: 0x7F1100EA + public const int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 2131820778; - // aapt resource value: 0x7F0F00E5 - public const int RtlOverlay_Widget_AppCompat_Search_DropDown = 2131689701; + // aapt resource value: 0x7F1100E5 + public const int RtlOverlay_Widget_AppCompat_Search_DropDown = 2131820773; - // aapt resource value: 0x7F0F00E6 - public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 2131689702; + // aapt resource value: 0x7F1100E6 + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 2131820774; - // aapt resource value: 0x7F0F00E7 - public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 2131689703; + // aapt resource value: 0x7F1100E7 + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 2131820775; - // aapt resource value: 0x7F0F00E8 - public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 2131689704; + // aapt resource value: 0x7F1100E8 + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 2131820776; - // aapt resource value: 0x7F0F00E9 - public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 2131689705; + // aapt resource value: 0x7F1100E9 + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 2131820777; - // aapt resource value: 0x7F0F00EB - public const int RtlUnderlay_Widget_AppCompat_ActionButton = 2131689707; + // aapt resource value: 0x7F1100EB + public const int RtlUnderlay_Widget_AppCompat_ActionButton = 2131820779; - // aapt resource value: 0x7F0F00EC - public const int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 2131689708; + // aapt resource value: 0x7F1100EC + public const int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 2131820780; - // aapt resource value: 0x7F0F00ED - public const int TextAppearance_AppCompat = 2131689709; + // aapt resource value: 0x7F1100ED + public const int TextAppearance_AppCompat = 2131820781; - // aapt resource value: 0x7F0F00EE - public const int TextAppearance_AppCompat_Body1 = 2131689710; + // aapt resource value: 0x7F1100EE + public const int TextAppearance_AppCompat_Body1 = 2131820782; - // aapt resource value: 0x7F0F00EF - public const int TextAppearance_AppCompat_Body2 = 2131689711; + // aapt resource value: 0x7F1100EF + public const int TextAppearance_AppCompat_Body2 = 2131820783; - // aapt resource value: 0x7F0F00F0 - public const int TextAppearance_AppCompat_Button = 2131689712; + // aapt resource value: 0x7F1100F0 + public const int TextAppearance_AppCompat_Button = 2131820784; - // aapt resource value: 0x7F0F00F1 - public const int TextAppearance_AppCompat_Caption = 2131689713; + // aapt resource value: 0x7F1100F1 + public const int TextAppearance_AppCompat_Caption = 2131820785; - // aapt resource value: 0x7F0F00F2 - public const int TextAppearance_AppCompat_Display1 = 2131689714; + // aapt resource value: 0x7F1100F2 + public const int TextAppearance_AppCompat_Display1 = 2131820786; - // aapt resource value: 0x7F0F00F3 - public const int TextAppearance_AppCompat_Display2 = 2131689715; + // aapt resource value: 0x7F1100F3 + public const int TextAppearance_AppCompat_Display2 = 2131820787; - // aapt resource value: 0x7F0F00F4 - public const int TextAppearance_AppCompat_Display3 = 2131689716; + // aapt resource value: 0x7F1100F4 + public const int TextAppearance_AppCompat_Display3 = 2131820788; - // aapt resource value: 0x7F0F00F5 - public const int TextAppearance_AppCompat_Display4 = 2131689717; + // aapt resource value: 0x7F1100F5 + public const int TextAppearance_AppCompat_Display4 = 2131820789; - // aapt resource value: 0x7F0F00F6 - public const int TextAppearance_AppCompat_Headline = 2131689718; + // aapt resource value: 0x7F1100F6 + public const int TextAppearance_AppCompat_Headline = 2131820790; - // aapt resource value: 0x7F0F00F7 - public const int TextAppearance_AppCompat_Inverse = 2131689719; + // aapt resource value: 0x7F1100F7 + public const int TextAppearance_AppCompat_Inverse = 2131820791; - // aapt resource value: 0x7F0F00F8 - public const int TextAppearance_AppCompat_Large = 2131689720; + // aapt resource value: 0x7F1100F8 + public const int TextAppearance_AppCompat_Large = 2131820792; - // aapt resource value: 0x7F0F00F9 - public const int TextAppearance_AppCompat_Large_Inverse = 2131689721; + // aapt resource value: 0x7F1100F9 + public const int TextAppearance_AppCompat_Large_Inverse = 2131820793; - // aapt resource value: 0x7F0F00FA - public const int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 2131689722; + // aapt resource value: 0x7F1100FA + public const int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 2131820794; - // aapt resource value: 0x7F0F00FB - public const int TextAppearance_AppCompat_Light_SearchResult_Title = 2131689723; + // aapt resource value: 0x7F1100FB + public const int TextAppearance_AppCompat_Light_SearchResult_Title = 2131820795; - // aapt resource value: 0x7F0F00FC - public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131689724; + // aapt resource value: 0x7F1100FC + public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131820796; - // aapt resource value: 0x7F0F00FD - public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131689725; + // aapt resource value: 0x7F1100FD + public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131820797; - // aapt resource value: 0x7F0F00FE - public const int TextAppearance_AppCompat_Medium = 2131689726; + // aapt resource value: 0x7F1100FE + public const int TextAppearance_AppCompat_Medium = 2131820798; - // aapt resource value: 0x7F0F00FF - public const int TextAppearance_AppCompat_Medium_Inverse = 2131689727; + // aapt resource value: 0x7F1100FF + public const int TextAppearance_AppCompat_Medium_Inverse = 2131820799; - // aapt resource value: 0x7F0F0100 - public const int TextAppearance_AppCompat_Menu = 2131689728; + // aapt resource value: 0x7F110100 + public const int TextAppearance_AppCompat_Menu = 2131820800; - // aapt resource value: 0x7F0F0101 - public const int TextAppearance_AppCompat_SearchResult_Subtitle = 2131689729; + // aapt resource value: 0x7F110101 + public const int TextAppearance_AppCompat_SearchResult_Subtitle = 2131820801; - // aapt resource value: 0x7F0F0102 - public const int TextAppearance_AppCompat_SearchResult_Title = 2131689730; + // aapt resource value: 0x7F110102 + public const int TextAppearance_AppCompat_SearchResult_Title = 2131820802; - // aapt resource value: 0x7F0F0103 - public const int TextAppearance_AppCompat_Small = 2131689731; + // aapt resource value: 0x7F110103 + public const int TextAppearance_AppCompat_Small = 2131820803; - // aapt resource value: 0x7F0F0104 - public const int TextAppearance_AppCompat_Small_Inverse = 2131689732; + // aapt resource value: 0x7F110104 + public const int TextAppearance_AppCompat_Small_Inverse = 2131820804; - // aapt resource value: 0x7F0F0105 - public const int TextAppearance_AppCompat_Subhead = 2131689733; + // aapt resource value: 0x7F110105 + public const int TextAppearance_AppCompat_Subhead = 2131820805; - // aapt resource value: 0x7F0F0106 - public const int TextAppearance_AppCompat_Subhead_Inverse = 2131689734; + // aapt resource value: 0x7F110106 + public const int TextAppearance_AppCompat_Subhead_Inverse = 2131820806; - // aapt resource value: 0x7F0F0107 - public const int TextAppearance_AppCompat_Title = 2131689735; + // aapt resource value: 0x7F110107 + public const int TextAppearance_AppCompat_Title = 2131820807; - // aapt resource value: 0x7F0F0108 - public const int TextAppearance_AppCompat_Title_Inverse = 2131689736; + // aapt resource value: 0x7F110108 + public const int TextAppearance_AppCompat_Title_Inverse = 2131820808; - // aapt resource value: 0x7F0F0109 - public const int TextAppearance_AppCompat_Tooltip = 2131689737; + // aapt resource value: 0x7F110109 + public const int TextAppearance_AppCompat_Tooltip = 2131820809; - // aapt resource value: 0x7F0F010A - public const int TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131689738; + // aapt resource value: 0x7F11010A + public const int TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131820810; - // aapt resource value: 0x7F0F010B - public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131689739; + // aapt resource value: 0x7F11010B + public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131820811; - // aapt resource value: 0x7F0F010C - public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131689740; + // aapt resource value: 0x7F11010C + public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131820812; - // aapt resource value: 0x7F0F010D - public const int TextAppearance_AppCompat_Widget_ActionBar_Title = 2131689741; + // aapt resource value: 0x7F11010D + public const int TextAppearance_AppCompat_Widget_ActionBar_Title = 2131820813; - // aapt resource value: 0x7F0F010E - public const int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131689742; + // aapt resource value: 0x7F11010E + public const int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131820814; - // aapt resource value: 0x7F0F010F - public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131689743; + // aapt resource value: 0x7F11010F + public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131820815; - // aapt resource value: 0x7F0F0110 - public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 2131689744; + // aapt resource value: 0x7F110110 + public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 2131820816; - // aapt resource value: 0x7F0F0111 - public const int TextAppearance_AppCompat_Widget_ActionMode_Title = 2131689745; + // aapt resource value: 0x7F110111 + public const int TextAppearance_AppCompat_Widget_ActionMode_Title = 2131820817; - // aapt resource value: 0x7F0F0112 - public const int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 2131689746; + // aapt resource value: 0x7F110112 + public const int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 2131820818; - // aapt resource value: 0x7F0F0113 - public const int TextAppearance_AppCompat_Widget_Button = 2131689747; + // aapt resource value: 0x7F110113 + public const int TextAppearance_AppCompat_Widget_Button = 2131820819; - // aapt resource value: 0x7F0F0114 - public const int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131689748; + // aapt resource value: 0x7F110114 + public const int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131820820; - // aapt resource value: 0x7F0F0115 - public const int TextAppearance_AppCompat_Widget_Button_Colored = 2131689749; + // aapt resource value: 0x7F110115 + public const int TextAppearance_AppCompat_Widget_Button_Colored = 2131820821; - // aapt resource value: 0x7F0F0116 - public const int TextAppearance_AppCompat_Widget_Button_Inverse = 2131689750; + // aapt resource value: 0x7F110116 + public const int TextAppearance_AppCompat_Widget_Button_Inverse = 2131820822; - // aapt resource value: 0x7F0F0117 - public const int TextAppearance_AppCompat_Widget_DropDownItem = 2131689751; + // aapt resource value: 0x7F110117 + public const int TextAppearance_AppCompat_Widget_DropDownItem = 2131820823; - // aapt resource value: 0x7F0F0118 - public const int TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131689752; + // aapt resource value: 0x7F110118 + public const int TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131820824; - // aapt resource value: 0x7F0F0119 - public const int TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131689753; + // aapt resource value: 0x7F110119 + public const int TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131820825; - // aapt resource value: 0x7F0F011A - public const int TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131689754; + // aapt resource value: 0x7F11011A + public const int TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131820826; - // aapt resource value: 0x7F0F011B - public const int TextAppearance_AppCompat_Widget_Switch = 2131689755; + // aapt resource value: 0x7F11011B + public const int TextAppearance_AppCompat_Widget_Switch = 2131820827; - // aapt resource value: 0x7F0F011C - public const int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131689756; + // aapt resource value: 0x7F11011C + public const int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131820828; - // aapt resource value: 0x7F0F011D - public const int TextAppearance_Compat_Notification = 2131689757; + // aapt resource value: 0x7F11011D + public const int TextAppearance_Compat_Notification = 2131820829; - // aapt resource value: 0x7F0F011E - public const int TextAppearance_Compat_Notification_Info = 2131689758; + // aapt resource value: 0x7F11011E + public const int TextAppearance_Compat_Notification_Info = 2131820830; - // aapt resource value: 0x7F0F011F - public const int TextAppearance_Compat_Notification_Line2 = 2131689759; + // aapt resource value: 0x7F11011F + public const int TextAppearance_Compat_Notification_Line2 = 2131820831; - // aapt resource value: 0x7F0F0120 - public const int TextAppearance_Compat_Notification_Time = 2131689760; + // aapt resource value: 0x7F110120 + public const int TextAppearance_Compat_Notification_Time = 2131820832; - // aapt resource value: 0x7F0F0121 - public const int TextAppearance_Compat_Notification_Title = 2131689761; + // aapt resource value: 0x7F110121 + public const int TextAppearance_Compat_Notification_Title = 2131820833; - // aapt resource value: 0x7F0F0122 - public const int TextAppearance_Design_CollapsingToolbar_Expanded = 2131689762; + // aapt resource value: 0x7F110122 + public const int TextAppearance_Design_CollapsingToolbar_Expanded = 2131820834; - // aapt resource value: 0x7F0F0123 - public const int TextAppearance_Design_Counter = 2131689763; + // aapt resource value: 0x7F110123 + public const int TextAppearance_Design_Counter = 2131820835; - // aapt resource value: 0x7F0F0124 - public const int TextAppearance_Design_Counter_Overflow = 2131689764; + // aapt resource value: 0x7F110124 + public const int TextAppearance_Design_Counter_Overflow = 2131820836; - // aapt resource value: 0x7F0F0125 - public const int TextAppearance_Design_Error = 2131689765; + // aapt resource value: 0x7F110125 + public const int TextAppearance_Design_Error = 2131820837; - // aapt resource value: 0x7F0F0126 - public const int TextAppearance_Design_HelperText = 2131689766; + // aapt resource value: 0x7F110126 + public const int TextAppearance_Design_HelperText = 2131820838; - // aapt resource value: 0x7F0F0127 - public const int TextAppearance_Design_Hint = 2131689767; + // aapt resource value: 0x7F110127 + public const int TextAppearance_Design_Hint = 2131820839; - // aapt resource value: 0x7F0F0128 - public const int TextAppearance_Design_Snackbar_Message = 2131689768; + // aapt resource value: 0x7F110128 + public const int TextAppearance_Design_Snackbar_Message = 2131820840; - // aapt resource value: 0x7F0F0129 - public const int TextAppearance_Design_Tab = 2131689769; + // aapt resource value: 0x7F110129 + public const int TextAppearance_Design_Tab = 2131820841; - // aapt resource value: 0x7F0F012A - public const int TextAppearance_MaterialComponents_Body1 = 2131689770; + // aapt resource value: 0x7F11012A + public const int TextAppearance_MaterialComponents_Body1 = 2131820842; - // aapt resource value: 0x7F0F012B - public const int TextAppearance_MaterialComponents_Body2 = 2131689771; + // aapt resource value: 0x7F11012B + public const int TextAppearance_MaterialComponents_Body2 = 2131820843; - // aapt resource value: 0x7F0F012C - public const int TextAppearance_MaterialComponents_Button = 2131689772; + // aapt resource value: 0x7F11012C + public const int TextAppearance_MaterialComponents_Button = 2131820844; - // aapt resource value: 0x7F0F012D - public const int TextAppearance_MaterialComponents_Caption = 2131689773; + // aapt resource value: 0x7F11012D + public const int TextAppearance_MaterialComponents_Caption = 2131820845; - // aapt resource value: 0x7F0F012E - public const int TextAppearance_MaterialComponents_Chip = 2131689774; + // aapt resource value: 0x7F11012E + public const int TextAppearance_MaterialComponents_Chip = 2131820846; - // aapt resource value: 0x7F0F012F - public const int TextAppearance_MaterialComponents_Headline1 = 2131689775; + // aapt resource value: 0x7F11012F + public const int TextAppearance_MaterialComponents_Headline1 = 2131820847; - // aapt resource value: 0x7F0F0130 - public const int TextAppearance_MaterialComponents_Headline2 = 2131689776; + // aapt resource value: 0x7F110130 + public const int TextAppearance_MaterialComponents_Headline2 = 2131820848; - // aapt resource value: 0x7F0F0131 - public const int TextAppearance_MaterialComponents_Headline3 = 2131689777; + // aapt resource value: 0x7F110131 + public const int TextAppearance_MaterialComponents_Headline3 = 2131820849; - // aapt resource value: 0x7F0F0132 - public const int TextAppearance_MaterialComponents_Headline4 = 2131689778; + // aapt resource value: 0x7F110132 + public const int TextAppearance_MaterialComponents_Headline4 = 2131820850; - // aapt resource value: 0x7F0F0133 - public const int TextAppearance_MaterialComponents_Headline5 = 2131689779; + // aapt resource value: 0x7F110133 + public const int TextAppearance_MaterialComponents_Headline5 = 2131820851; - // aapt resource value: 0x7F0F0134 - public const int TextAppearance_MaterialComponents_Headline6 = 2131689780; + // aapt resource value: 0x7F110134 + public const int TextAppearance_MaterialComponents_Headline6 = 2131820852; - // aapt resource value: 0x7F0F0135 - public const int TextAppearance_MaterialComponents_Overline = 2131689781; + // aapt resource value: 0x7F110135 + public const int TextAppearance_MaterialComponents_Overline = 2131820853; - // aapt resource value: 0x7F0F0136 - public const int TextAppearance_MaterialComponents_Subtitle1 = 2131689782; + // aapt resource value: 0x7F110136 + public const int TextAppearance_MaterialComponents_Subtitle1 = 2131820854; - // aapt resource value: 0x7F0F0137 - public const int TextAppearance_MaterialComponents_Subtitle2 = 2131689783; + // aapt resource value: 0x7F110137 + public const int TextAppearance_MaterialComponents_Subtitle2 = 2131820855; - // aapt resource value: 0x7F0F0138 - public const int TextAppearance_MaterialComponents_Tab = 2131689784; + // aapt resource value: 0x7F110138 + public const int TextAppearance_MaterialComponents_Tab = 2131820856; - // aapt resource value: 0x7F0F0139 - public const int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131689785; + // aapt resource value: 0x7F110139 + public const int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131820857; - // aapt resource value: 0x7F0F013A - public const int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131689786; + // aapt resource value: 0x7F11013A + public const int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131820858; - // aapt resource value: 0x7F0F013B - public const int TextAppearance_Widget_AppCompat_Toolbar_Title = 2131689787; + // aapt resource value: 0x7F11013B + public const int TextAppearance_Widget_AppCompat_Toolbar_Title = 2131820859; - // aapt resource value: 0x7F0F016D - public const int ThemeOverlay_AppCompat = 2131689837; + // aapt resource value: 0x7F11016D + public const int ThemeOverlay_AppCompat = 2131820909; - // aapt resource value: 0x7F0F016E - public const int ThemeOverlay_AppCompat_ActionBar = 2131689838; + // aapt resource value: 0x7F11016E + public const int ThemeOverlay_AppCompat_ActionBar = 2131820910; - // aapt resource value: 0x7F0F016F - public const int ThemeOverlay_AppCompat_Dark = 2131689839; + // aapt resource value: 0x7F11016F + public const int ThemeOverlay_AppCompat_Dark = 2131820911; - // aapt resource value: 0x7F0F0170 - public const int ThemeOverlay_AppCompat_Dark_ActionBar = 2131689840; + // aapt resource value: 0x7F110170 + public const int ThemeOverlay_AppCompat_Dark_ActionBar = 2131820912; - // aapt resource value: 0x7F0F0171 - public const int ThemeOverlay_AppCompat_DayNight = 2131689841; + // aapt resource value: 0x7F110171 + public const int ThemeOverlay_AppCompat_DayNight = 2131820913; - // aapt resource value: 0x7F0F0172 - public const int ThemeOverlay_AppCompat_DayNight_ActionBar = 2131689842; + // aapt resource value: 0x7F110172 + public const int ThemeOverlay_AppCompat_DayNight_ActionBar = 2131820914; - // aapt resource value: 0x7F0F0173 - public const int ThemeOverlay_AppCompat_Dialog = 2131689843; + // aapt resource value: 0x7F110173 + public const int ThemeOverlay_AppCompat_Dialog = 2131820915; - // aapt resource value: 0x7F0F0174 - public const int ThemeOverlay_AppCompat_Dialog_Alert = 2131689844; + // aapt resource value: 0x7F110174 + public const int ThemeOverlay_AppCompat_Dialog_Alert = 2131820916; - // aapt resource value: 0x7F0F0175 - public const int ThemeOverlay_AppCompat_Light = 2131689845; + // aapt resource value: 0x7F110175 + public const int ThemeOverlay_AppCompat_Light = 2131820917; - // aapt resource value: 0x7F0F0176 - public const int ThemeOverlay_MaterialComponents = 2131689846; + // aapt resource value: 0x7F110176 + public const int ThemeOverlay_MaterialComponents = 2131820918; - // aapt resource value: 0x7F0F0177 - public const int ThemeOverlay_MaterialComponents_ActionBar = 2131689847; + // aapt resource value: 0x7F110177 + public const int ThemeOverlay_MaterialComponents_ActionBar = 2131820919; - // aapt resource value: 0x7F0F0178 - public const int ThemeOverlay_MaterialComponents_Dark = 2131689848; + // aapt resource value: 0x7F110178 + public const int ThemeOverlay_MaterialComponents_Dark = 2131820920; - // aapt resource value: 0x7F0F0179 - public const int ThemeOverlay_MaterialComponents_Dark_ActionBar = 2131689849; + // aapt resource value: 0x7F110179 + public const int ThemeOverlay_MaterialComponents_Dark_ActionBar = 2131820921; - // aapt resource value: 0x7F0F017A - public const int ThemeOverlay_MaterialComponents_Dialog = 2131689850; + // aapt resource value: 0x7F11017A + public const int ThemeOverlay_MaterialComponents_Dialog = 2131820922; - // aapt resource value: 0x7F0F017B - public const int ThemeOverlay_MaterialComponents_Dialog_Alert = 2131689851; + // aapt resource value: 0x7F11017B + public const int ThemeOverlay_MaterialComponents_Dialog_Alert = 2131820923; - // aapt resource value: 0x7F0F017C - public const int ThemeOverlay_MaterialComponents_Light = 2131689852; + // aapt resource value: 0x7F11017C + public const int ThemeOverlay_MaterialComponents_Light = 2131820924; - // aapt resource value: 0x7F0F017D - public const int ThemeOverlay_MaterialComponents_TextInputEditText = 2131689853; + // aapt resource value: 0x7F11017D + public const int ThemeOverlay_MaterialComponents_TextInputEditText = 2131820925; - // aapt resource value: 0x7F0F017E - public const int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox = 2131689854; + // aapt resource value: 0x7F11017E + public const int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox = 2131820926; - // aapt resource value: 0x7F0F017F - public const int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense = 2131689855; + // aapt resource value: 0x7F11017F + public const int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense = 2131820927; - // aapt resource value: 0x7F0F0180 - public const int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox = 2131689856; + // aapt resource value: 0x7F110180 + public const int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox = 2131820928; - // aapt resource value: 0x7F0F0181 - public const int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 2131689857; + // aapt resource value: 0x7F110181 + public const int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 2131820929; - // aapt resource value: 0x7F0F013C - public const int Theme_AppCompat = 2131689788; + // aapt resource value: 0x7F11013C + public const int Theme_AppCompat = 2131820860; - // aapt resource value: 0x7F0F013D - public const int Theme_AppCompat_CompactMenu = 2131689789; + // aapt resource value: 0x7F11013D + public const int Theme_AppCompat_CompactMenu = 2131820861; - // aapt resource value: 0x7F0F013E - public const int Theme_AppCompat_DayNight = 2131689790; + // aapt resource value: 0x7F11013E + public const int Theme_AppCompat_DayNight = 2131820862; - // aapt resource value: 0x7F0F013F - public const int Theme_AppCompat_DayNight_DarkActionBar = 2131689791; + // aapt resource value: 0x7F11013F + public const int Theme_AppCompat_DayNight_DarkActionBar = 2131820863; - // aapt resource value: 0x7F0F0140 - public const int Theme_AppCompat_DayNight_Dialog = 2131689792; + // aapt resource value: 0x7F110140 + public const int Theme_AppCompat_DayNight_Dialog = 2131820864; - // aapt resource value: 0x7F0F0143 - public const int Theme_AppCompat_DayNight_DialogWhenLarge = 2131689795; + // aapt resource value: 0x7F110143 + public const int Theme_AppCompat_DayNight_DialogWhenLarge = 2131820867; - // aapt resource value: 0x7F0F0141 - public const int Theme_AppCompat_DayNight_Dialog_Alert = 2131689793; + // aapt resource value: 0x7F110141 + public const int Theme_AppCompat_DayNight_Dialog_Alert = 2131820865; - // aapt resource value: 0x7F0F0142 - public const int Theme_AppCompat_DayNight_Dialog_MinWidth = 2131689794; + // aapt resource value: 0x7F110142 + public const int Theme_AppCompat_DayNight_Dialog_MinWidth = 2131820866; - // aapt resource value: 0x7F0F0144 - public const int Theme_AppCompat_DayNight_NoActionBar = 2131689796; + // aapt resource value: 0x7F110144 + public const int Theme_AppCompat_DayNight_NoActionBar = 2131820868; - // aapt resource value: 0x7F0F0145 - public const int Theme_AppCompat_Dialog = 2131689797; + // aapt resource value: 0x7F110145 + public const int Theme_AppCompat_Dialog = 2131820869; - // aapt resource value: 0x7F0F0148 - public const int Theme_AppCompat_DialogWhenLarge = 2131689800; + // aapt resource value: 0x7F110148 + public const int Theme_AppCompat_DialogWhenLarge = 2131820872; - // aapt resource value: 0x7F0F0146 - public const int Theme_AppCompat_Dialog_Alert = 2131689798; + // aapt resource value: 0x7F110146 + public const int Theme_AppCompat_Dialog_Alert = 2131820870; - // aapt resource value: 0x7F0F0147 - public const int Theme_AppCompat_Dialog_MinWidth = 2131689799; + // aapt resource value: 0x7F110147 + public const int Theme_AppCompat_Dialog_MinWidth = 2131820871; - // aapt resource value: 0x7F0F0149 - public const int Theme_AppCompat_Empty = 2131689801; + // aapt resource value: 0x7F110149 + public const int Theme_AppCompat_Empty = 2131820873; - // aapt resource value: 0x7F0F014A - public const int Theme_AppCompat_Light = 2131689802; + // aapt resource value: 0x7F11014A + public const int Theme_AppCompat_Light = 2131820874; - // aapt resource value: 0x7F0F014B - public const int Theme_AppCompat_Light_DarkActionBar = 2131689803; + // aapt resource value: 0x7F11014B + public const int Theme_AppCompat_Light_DarkActionBar = 2131820875; - // aapt resource value: 0x7F0F014C - public const int Theme_AppCompat_Light_Dialog = 2131689804; + // aapt resource value: 0x7F11014C + public const int Theme_AppCompat_Light_Dialog = 2131820876; - // aapt resource value: 0x7F0F014F - public const int Theme_AppCompat_Light_DialogWhenLarge = 2131689807; + // aapt resource value: 0x7F11014F + public const int Theme_AppCompat_Light_DialogWhenLarge = 2131820879; - // aapt resource value: 0x7F0F014D - public const int Theme_AppCompat_Light_Dialog_Alert = 2131689805; + // aapt resource value: 0x7F11014D + public const int Theme_AppCompat_Light_Dialog_Alert = 2131820877; - // aapt resource value: 0x7F0F014E - public const int Theme_AppCompat_Light_Dialog_MinWidth = 2131689806; + // aapt resource value: 0x7F11014E + public const int Theme_AppCompat_Light_Dialog_MinWidth = 2131820878; - // aapt resource value: 0x7F0F0150 - public const int Theme_AppCompat_Light_NoActionBar = 2131689808; + // aapt resource value: 0x7F110150 + public const int Theme_AppCompat_Light_NoActionBar = 2131820880; - // aapt resource value: 0x7F0F0151 - public const int Theme_AppCompat_NoActionBar = 2131689809; + // aapt resource value: 0x7F110151 + public const int Theme_AppCompat_NoActionBar = 2131820881; - // aapt resource value: 0x7F0F0152 - public const int Theme_Design = 2131689810; + // aapt resource value: 0x7F110152 + public const int Theme_Design = 2131820882; - // aapt resource value: 0x7F0F0153 - public const int Theme_Design_BottomSheetDialog = 2131689811; + // aapt resource value: 0x7F110153 + public const int Theme_Design_BottomSheetDialog = 2131820883; - // aapt resource value: 0x7F0F0154 - public const int Theme_Design_Light = 2131689812; + // aapt resource value: 0x7F110154 + public const int Theme_Design_Light = 2131820884; - // aapt resource value: 0x7F0F0155 - public const int Theme_Design_Light_BottomSheetDialog = 2131689813; + // aapt resource value: 0x7F110155 + public const int Theme_Design_Light_BottomSheetDialog = 2131820885; - // aapt resource value: 0x7F0F0156 - public const int Theme_Design_Light_NoActionBar = 2131689814; + // aapt resource value: 0x7F110156 + public const int Theme_Design_Light_NoActionBar = 2131820886; - // aapt resource value: 0x7F0F0157 - public const int Theme_Design_NoActionBar = 2131689815; + // aapt resource value: 0x7F110157 + public const int Theme_Design_NoActionBar = 2131820887; - // aapt resource value: 0x7F0F0158 - public const int Theme_MaterialComponents = 2131689816; + // aapt resource value: 0x7F110158 + public const int Theme_MaterialComponents = 2131820888; - // aapt resource value: 0x7F0F0159 - public const int Theme_MaterialComponents_BottomSheetDialog = 2131689817; + // aapt resource value: 0x7F110159 + public const int Theme_MaterialComponents_BottomSheetDialog = 2131820889; - // aapt resource value: 0x7F0F015A - public const int Theme_MaterialComponents_Bridge = 2131689818; + // aapt resource value: 0x7F11015A + public const int Theme_MaterialComponents_Bridge = 2131820890; - // aapt resource value: 0x7F0F015B - public const int Theme_MaterialComponents_CompactMenu = 2131689819; + // aapt resource value: 0x7F11015B + public const int Theme_MaterialComponents_CompactMenu = 2131820891; - // aapt resource value: 0x7F0F015C - public const int Theme_MaterialComponents_Dialog = 2131689820; + // aapt resource value: 0x7F11015C + public const int Theme_MaterialComponents_Dialog = 2131820892; - // aapt resource value: 0x7F0F015F - public const int Theme_MaterialComponents_DialogWhenLarge = 2131689823; + // aapt resource value: 0x7F11015F + public const int Theme_MaterialComponents_DialogWhenLarge = 2131820895; - // aapt resource value: 0x7F0F015D - public const int Theme_MaterialComponents_Dialog_Alert = 2131689821; + // aapt resource value: 0x7F11015D + public const int Theme_MaterialComponents_Dialog_Alert = 2131820893; - // aapt resource value: 0x7F0F015E - public const int Theme_MaterialComponents_Dialog_MinWidth = 2131689822; + // aapt resource value: 0x7F11015E + public const int Theme_MaterialComponents_Dialog_MinWidth = 2131820894; - // aapt resource value: 0x7F0F0160 - public const int Theme_MaterialComponents_Light = 2131689824; + // aapt resource value: 0x7F110160 + public const int Theme_MaterialComponents_Light = 2131820896; - // aapt resource value: 0x7F0F0161 - public const int Theme_MaterialComponents_Light_BottomSheetDialog = 2131689825; + // aapt resource value: 0x7F110161 + public const int Theme_MaterialComponents_Light_BottomSheetDialog = 2131820897; - // aapt resource value: 0x7F0F0162 - public const int Theme_MaterialComponents_Light_Bridge = 2131689826; + // aapt resource value: 0x7F110162 + public const int Theme_MaterialComponents_Light_Bridge = 2131820898; - // aapt resource value: 0x7F0F0163 - public const int Theme_MaterialComponents_Light_DarkActionBar = 2131689827; + // aapt resource value: 0x7F110163 + public const int Theme_MaterialComponents_Light_DarkActionBar = 2131820899; - // aapt resource value: 0x7F0F0164 - public const int Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131689828; + // aapt resource value: 0x7F110164 + public const int Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131820900; - // aapt resource value: 0x7F0F0165 - public const int Theme_MaterialComponents_Light_Dialog = 2131689829; + // aapt resource value: 0x7F110165 + public const int Theme_MaterialComponents_Light_Dialog = 2131820901; - // aapt resource value: 0x7F0F0168 - public const int Theme_MaterialComponents_Light_DialogWhenLarge = 2131689832; + // aapt resource value: 0x7F110168 + public const int Theme_MaterialComponents_Light_DialogWhenLarge = 2131820904; - // aapt resource value: 0x7F0F0166 - public const int Theme_MaterialComponents_Light_Dialog_Alert = 2131689830; + // aapt resource value: 0x7F110166 + public const int Theme_MaterialComponents_Light_Dialog_Alert = 2131820902; - // aapt resource value: 0x7F0F0167 - public const int Theme_MaterialComponents_Light_Dialog_MinWidth = 2131689831; + // aapt resource value: 0x7F110167 + public const int Theme_MaterialComponents_Light_Dialog_MinWidth = 2131820903; - // aapt resource value: 0x7F0F0169 - public const int Theme_MaterialComponents_Light_NoActionBar = 2131689833; + // aapt resource value: 0x7F110169 + public const int Theme_MaterialComponents_Light_NoActionBar = 2131820905; - // aapt resource value: 0x7F0F016A - public const int Theme_MaterialComponents_Light_NoActionBar_Bridge = 2131689834; + // aapt resource value: 0x7F11016A + public const int Theme_MaterialComponents_Light_NoActionBar_Bridge = 2131820906; - // aapt resource value: 0x7F0F016B - public const int Theme_MaterialComponents_NoActionBar = 2131689835; + // aapt resource value: 0x7F11016B + public const int Theme_MaterialComponents_NoActionBar = 2131820907; - // aapt resource value: 0x7F0F016C - public const int Theme_MaterialComponents_NoActionBar_Bridge = 2131689836; + // aapt resource value: 0x7F11016C + public const int Theme_MaterialComponents_NoActionBar_Bridge = 2131820908; - // aapt resource value: 0x7F0F0182 - public const int Widget_AppCompat_ActionBar = 2131689858; + // aapt resource value: 0x7F110182 + public const int Widget_AppCompat_ActionBar = 2131820930; - // aapt resource value: 0x7F0F0183 - public const int Widget_AppCompat_ActionBar_Solid = 2131689859; + // aapt resource value: 0x7F110183 + public const int Widget_AppCompat_ActionBar_Solid = 2131820931; - // aapt resource value: 0x7F0F0184 - public const int Widget_AppCompat_ActionBar_TabBar = 2131689860; + // aapt resource value: 0x7F110184 + public const int Widget_AppCompat_ActionBar_TabBar = 2131820932; - // aapt resource value: 0x7F0F0185 - public const int Widget_AppCompat_ActionBar_TabText = 2131689861; + // aapt resource value: 0x7F110185 + public const int Widget_AppCompat_ActionBar_TabText = 2131820933; - // aapt resource value: 0x7F0F0186 - public const int Widget_AppCompat_ActionBar_TabView = 2131689862; + // aapt resource value: 0x7F110186 + public const int Widget_AppCompat_ActionBar_TabView = 2131820934; - // aapt resource value: 0x7F0F0187 - public const int Widget_AppCompat_ActionButton = 2131689863; + // aapt resource value: 0x7F110187 + public const int Widget_AppCompat_ActionButton = 2131820935; - // aapt resource value: 0x7F0F0188 - public const int Widget_AppCompat_ActionButton_CloseMode = 2131689864; + // aapt resource value: 0x7F110188 + public const int Widget_AppCompat_ActionButton_CloseMode = 2131820936; - // aapt resource value: 0x7F0F0189 - public const int Widget_AppCompat_ActionButton_Overflow = 2131689865; + // aapt resource value: 0x7F110189 + public const int Widget_AppCompat_ActionButton_Overflow = 2131820937; - // aapt resource value: 0x7F0F018A - public const int Widget_AppCompat_ActionMode = 2131689866; + // aapt resource value: 0x7F11018A + public const int Widget_AppCompat_ActionMode = 2131820938; - // aapt resource value: 0x7F0F018B - public const int Widget_AppCompat_ActivityChooserView = 2131689867; + // aapt resource value: 0x7F11018B + public const int Widget_AppCompat_ActivityChooserView = 2131820939; - // aapt resource value: 0x7F0F018C - public const int Widget_AppCompat_AutoCompleteTextView = 2131689868; + // aapt resource value: 0x7F11018C + public const int Widget_AppCompat_AutoCompleteTextView = 2131820940; - // aapt resource value: 0x7F0F018D - public const int Widget_AppCompat_Button = 2131689869; + // aapt resource value: 0x7F11018D + public const int Widget_AppCompat_Button = 2131820941; - // aapt resource value: 0x7F0F0193 - public const int Widget_AppCompat_ButtonBar = 2131689875; + // aapt resource value: 0x7F110193 + public const int Widget_AppCompat_ButtonBar = 2131820947; - // aapt resource value: 0x7F0F0194 - public const int Widget_AppCompat_ButtonBar_AlertDialog = 2131689876; + // aapt resource value: 0x7F110194 + public const int Widget_AppCompat_ButtonBar_AlertDialog = 2131820948; - // aapt resource value: 0x7F0F018E - public const int Widget_AppCompat_Button_Borderless = 2131689870; + // aapt resource value: 0x7F11018E + public const int Widget_AppCompat_Button_Borderless = 2131820942; - // aapt resource value: 0x7F0F018F - public const int Widget_AppCompat_Button_Borderless_Colored = 2131689871; + // aapt resource value: 0x7F11018F + public const int Widget_AppCompat_Button_Borderless_Colored = 2131820943; - // aapt resource value: 0x7F0F0190 - public const int Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131689872; + // aapt resource value: 0x7F110190 + public const int Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131820944; - // aapt resource value: 0x7F0F0191 - public const int Widget_AppCompat_Button_Colored = 2131689873; + // aapt resource value: 0x7F110191 + public const int Widget_AppCompat_Button_Colored = 2131820945; - // aapt resource value: 0x7F0F0192 - public const int Widget_AppCompat_Button_Small = 2131689874; + // aapt resource value: 0x7F110192 + public const int Widget_AppCompat_Button_Small = 2131820946; - // aapt resource value: 0x7F0F0195 - public const int Widget_AppCompat_CompoundButton_CheckBox = 2131689877; + // aapt resource value: 0x7F110195 + public const int Widget_AppCompat_CompoundButton_CheckBox = 2131820949; - // aapt resource value: 0x7F0F0196 - public const int Widget_AppCompat_CompoundButton_RadioButton = 2131689878; + // aapt resource value: 0x7F110196 + public const int Widget_AppCompat_CompoundButton_RadioButton = 2131820950; - // aapt resource value: 0x7F0F0197 - public const int Widget_AppCompat_CompoundButton_Switch = 2131689879; + // aapt resource value: 0x7F110197 + public const int Widget_AppCompat_CompoundButton_Switch = 2131820951; - // aapt resource value: 0x7F0F0198 - public const int Widget_AppCompat_DrawerArrowToggle = 2131689880; + // aapt resource value: 0x7F110198 + public const int Widget_AppCompat_DrawerArrowToggle = 2131820952; - // aapt resource value: 0x7F0F0199 - public const int Widget_AppCompat_DropDownItem_Spinner = 2131689881; + // aapt resource value: 0x7F110199 + public const int Widget_AppCompat_DropDownItem_Spinner = 2131820953; - // aapt resource value: 0x7F0F019A - public const int Widget_AppCompat_EditText = 2131689882; + // aapt resource value: 0x7F11019A + public const int Widget_AppCompat_EditText = 2131820954; - // aapt resource value: 0x7F0F019B - public const int Widget_AppCompat_ImageButton = 2131689883; + // aapt resource value: 0x7F11019B + public const int Widget_AppCompat_ImageButton = 2131820955; - // aapt resource value: 0x7F0F019C - public const int Widget_AppCompat_Light_ActionBar = 2131689884; + // aapt resource value: 0x7F11019C + public const int Widget_AppCompat_Light_ActionBar = 2131820956; - // aapt resource value: 0x7F0F019D - public const int Widget_AppCompat_Light_ActionBar_Solid = 2131689885; + // aapt resource value: 0x7F11019D + public const int Widget_AppCompat_Light_ActionBar_Solid = 2131820957; - // aapt resource value: 0x7F0F019E - public const int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 2131689886; + // aapt resource value: 0x7F11019E + public const int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 2131820958; - // aapt resource value: 0x7F0F019F - public const int Widget_AppCompat_Light_ActionBar_TabBar = 2131689887; + // aapt resource value: 0x7F11019F + public const int Widget_AppCompat_Light_ActionBar_TabBar = 2131820959; - // aapt resource value: 0x7F0F01A0 - public const int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 2131689888; + // aapt resource value: 0x7F1101A0 + public const int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 2131820960; - // aapt resource value: 0x7F0F01A1 - public const int Widget_AppCompat_Light_ActionBar_TabText = 2131689889; + // aapt resource value: 0x7F1101A1 + public const int Widget_AppCompat_Light_ActionBar_TabText = 2131820961; - // aapt resource value: 0x7F0F01A2 - public const int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131689890; + // aapt resource value: 0x7F1101A2 + public const int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131820962; - // aapt resource value: 0x7F0F01A3 - public const int Widget_AppCompat_Light_ActionBar_TabView = 2131689891; + // aapt resource value: 0x7F1101A3 + public const int Widget_AppCompat_Light_ActionBar_TabView = 2131820963; - // aapt resource value: 0x7F0F01A4 - public const int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 2131689892; + // aapt resource value: 0x7F1101A4 + public const int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 2131820964; - // aapt resource value: 0x7F0F01A5 - public const int Widget_AppCompat_Light_ActionButton = 2131689893; + // aapt resource value: 0x7F1101A5 + public const int Widget_AppCompat_Light_ActionButton = 2131820965; - // aapt resource value: 0x7F0F01A6 - public const int Widget_AppCompat_Light_ActionButton_CloseMode = 2131689894; + // aapt resource value: 0x7F1101A6 + public const int Widget_AppCompat_Light_ActionButton_CloseMode = 2131820966; - // aapt resource value: 0x7F0F01A7 - public const int Widget_AppCompat_Light_ActionButton_Overflow = 2131689895; + // aapt resource value: 0x7F1101A7 + public const int Widget_AppCompat_Light_ActionButton_Overflow = 2131820967; - // aapt resource value: 0x7F0F01A8 - public const int Widget_AppCompat_Light_ActionMode_Inverse = 2131689896; + // aapt resource value: 0x7F1101A8 + public const int Widget_AppCompat_Light_ActionMode_Inverse = 2131820968; - // aapt resource value: 0x7F0F01A9 - public const int Widget_AppCompat_Light_ActivityChooserView = 2131689897; + // aapt resource value: 0x7F1101A9 + public const int Widget_AppCompat_Light_ActivityChooserView = 2131820969; - // aapt resource value: 0x7F0F01AA - public const int Widget_AppCompat_Light_AutoCompleteTextView = 2131689898; + // aapt resource value: 0x7F1101AA + public const int Widget_AppCompat_Light_AutoCompleteTextView = 2131820970; - // aapt resource value: 0x7F0F01AB - public const int Widget_AppCompat_Light_DropDownItem_Spinner = 2131689899; + // aapt resource value: 0x7F1101AB + public const int Widget_AppCompat_Light_DropDownItem_Spinner = 2131820971; - // aapt resource value: 0x7F0F01AC - public const int Widget_AppCompat_Light_ListPopupWindow = 2131689900; + // aapt resource value: 0x7F1101AC + public const int Widget_AppCompat_Light_ListPopupWindow = 2131820972; - // aapt resource value: 0x7F0F01AD - public const int Widget_AppCompat_Light_ListView_DropDown = 2131689901; + // aapt resource value: 0x7F1101AD + public const int Widget_AppCompat_Light_ListView_DropDown = 2131820973; - // aapt resource value: 0x7F0F01AE - public const int Widget_AppCompat_Light_PopupMenu = 2131689902; + // aapt resource value: 0x7F1101AE + public const int Widget_AppCompat_Light_PopupMenu = 2131820974; - // aapt resource value: 0x7F0F01AF - public const int Widget_AppCompat_Light_PopupMenu_Overflow = 2131689903; + // aapt resource value: 0x7F1101AF + public const int Widget_AppCompat_Light_PopupMenu_Overflow = 2131820975; - // aapt resource value: 0x7F0F01B0 - public const int Widget_AppCompat_Light_SearchView = 2131689904; + // aapt resource value: 0x7F1101B0 + public const int Widget_AppCompat_Light_SearchView = 2131820976; - // aapt resource value: 0x7F0F01B1 - public const int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 2131689905; + // aapt resource value: 0x7F1101B1 + public const int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 2131820977; - // aapt resource value: 0x7F0F01B2 - public const int Widget_AppCompat_ListMenuView = 2131689906; + // aapt resource value: 0x7F1101B2 + public const int Widget_AppCompat_ListMenuView = 2131820978; - // aapt resource value: 0x7F0F01B3 - public const int Widget_AppCompat_ListPopupWindow = 2131689907; + // aapt resource value: 0x7F1101B3 + public const int Widget_AppCompat_ListPopupWindow = 2131820979; - // aapt resource value: 0x7F0F01B4 - public const int Widget_AppCompat_ListView = 2131689908; + // aapt resource value: 0x7F1101B4 + public const int Widget_AppCompat_ListView = 2131820980; - // aapt resource value: 0x7F0F01B5 - public const int Widget_AppCompat_ListView_DropDown = 2131689909; + // aapt resource value: 0x7F1101B5 + public const int Widget_AppCompat_ListView_DropDown = 2131820981; - // aapt resource value: 0x7F0F01B6 - public const int Widget_AppCompat_ListView_Menu = 2131689910; + // aapt resource value: 0x7F1101B6 + public const int Widget_AppCompat_ListView_Menu = 2131820982; - // aapt resource value: 0x7F0F01B7 - public const int Widget_AppCompat_PopupMenu = 2131689911; + // aapt resource value: 0x7F1101B7 + public const int Widget_AppCompat_PopupMenu = 2131820983; - // aapt resource value: 0x7F0F01B8 - public const int Widget_AppCompat_PopupMenu_Overflow = 2131689912; + // aapt resource value: 0x7F1101B8 + public const int Widget_AppCompat_PopupMenu_Overflow = 2131820984; - // aapt resource value: 0x7F0F01B9 - public const int Widget_AppCompat_PopupWindow = 2131689913; + // aapt resource value: 0x7F1101B9 + public const int Widget_AppCompat_PopupWindow = 2131820985; - // aapt resource value: 0x7F0F01BA - public const int Widget_AppCompat_ProgressBar = 2131689914; + // aapt resource value: 0x7F1101BA + public const int Widget_AppCompat_ProgressBar = 2131820986; - // aapt resource value: 0x7F0F01BB - public const int Widget_AppCompat_ProgressBar_Horizontal = 2131689915; + // aapt resource value: 0x7F1101BB + public const int Widget_AppCompat_ProgressBar_Horizontal = 2131820987; - // aapt resource value: 0x7F0F01BC - public const int Widget_AppCompat_RatingBar = 2131689916; + // aapt resource value: 0x7F1101BC + public const int Widget_AppCompat_RatingBar = 2131820988; - // aapt resource value: 0x7F0F01BD - public const int Widget_AppCompat_RatingBar_Indicator = 2131689917; + // aapt resource value: 0x7F1101BD + public const int Widget_AppCompat_RatingBar_Indicator = 2131820989; - // aapt resource value: 0x7F0F01BE - public const int Widget_AppCompat_RatingBar_Small = 2131689918; + // aapt resource value: 0x7F1101BE + public const int Widget_AppCompat_RatingBar_Small = 2131820990; - // aapt resource value: 0x7F0F01BF - public const int Widget_AppCompat_SearchView = 2131689919; + // aapt resource value: 0x7F1101BF + public const int Widget_AppCompat_SearchView = 2131820991; - // aapt resource value: 0x7F0F01C0 - public const int Widget_AppCompat_SearchView_ActionBar = 2131689920; + // aapt resource value: 0x7F1101C0 + public const int Widget_AppCompat_SearchView_ActionBar = 2131820992; - // aapt resource value: 0x7F0F01C1 - public const int Widget_AppCompat_SeekBar = 2131689921; + // aapt resource value: 0x7F1101C1 + public const int Widget_AppCompat_SeekBar = 2131820993; - // aapt resource value: 0x7F0F01C2 - public const int Widget_AppCompat_SeekBar_Discrete = 2131689922; + // aapt resource value: 0x7F1101C2 + public const int Widget_AppCompat_SeekBar_Discrete = 2131820994; - // aapt resource value: 0x7F0F01C3 - public const int Widget_AppCompat_Spinner = 2131689923; + // aapt resource value: 0x7F1101C3 + public const int Widget_AppCompat_Spinner = 2131820995; - // aapt resource value: 0x7F0F01C4 - public const int Widget_AppCompat_Spinner_DropDown = 2131689924; + // aapt resource value: 0x7F1101C4 + public const int Widget_AppCompat_Spinner_DropDown = 2131820996; - // aapt resource value: 0x7F0F01C5 - public const int Widget_AppCompat_Spinner_DropDown_ActionBar = 2131689925; + // aapt resource value: 0x7F1101C5 + public const int Widget_AppCompat_Spinner_DropDown_ActionBar = 2131820997; - // aapt resource value: 0x7F0F01C6 - public const int Widget_AppCompat_Spinner_Underlined = 2131689926; + // aapt resource value: 0x7F1101C6 + public const int Widget_AppCompat_Spinner_Underlined = 2131820998; - // aapt resource value: 0x7F0F01C7 - public const int Widget_AppCompat_TextView = 2131689927; + // aapt resource value: 0x7F1101C7 + public const int Widget_AppCompat_TextView = 2131820999; - // aapt resource value: 0x7F0F01C8 - public const int Widget_AppCompat_TextView_SpinnerItem = 2131689928; + // aapt resource value: 0x7F1101C8 + public const int Widget_AppCompat_TextView_SpinnerItem = 2131821000; - // aapt resource value: 0x7F0F01C9 - public const int Widget_AppCompat_Toolbar = 2131689929; + // aapt resource value: 0x7F1101C9 + public const int Widget_AppCompat_Toolbar = 2131821001; - // aapt resource value: 0x7F0F01CA - public const int Widget_AppCompat_Toolbar_Button_Navigation = 2131689930; + // aapt resource value: 0x7F1101CA + public const int Widget_AppCompat_Toolbar_Button_Navigation = 2131821002; - // aapt resource value: 0x7F0F01CB - public const int Widget_Compat_NotificationActionContainer = 2131689931; + // aapt resource value: 0x7F1101CB + public const int Widget_Compat_NotificationActionContainer = 2131821003; - // aapt resource value: 0x7F0F01CC - public const int Widget_Compat_NotificationActionText = 2131689932; + // aapt resource value: 0x7F1101CC + public const int Widget_Compat_NotificationActionText = 2131821004; - // aapt resource value: 0x7F0F01CD - public const int Widget_Design_AppBarLayout = 2131689933; + // aapt resource value: 0x7F1101CD + public const int Widget_Design_AppBarLayout = 2131821005; - // aapt resource value: 0x7F0F01CE - public const int Widget_Design_BottomNavigationView = 2131689934; + // aapt resource value: 0x7F1101CE + public const int Widget_Design_BottomNavigationView = 2131821006; - // aapt resource value: 0x7F0F01CF - public const int Widget_Design_BottomSheet_Modal = 2131689935; + // aapt resource value: 0x7F1101CF + public const int Widget_Design_BottomSheet_Modal = 2131821007; - // aapt resource value: 0x7F0F01D0 - public const int Widget_Design_CollapsingToolbar = 2131689936; + // aapt resource value: 0x7F1101D0 + public const int Widget_Design_CollapsingToolbar = 2131821008; - // aapt resource value: 0x7F0F01D1 - public const int Widget_Design_FloatingActionButton = 2131689937; + // aapt resource value: 0x7F1101D1 + public const int Widget_Design_FloatingActionButton = 2131821009; - // aapt resource value: 0x7F0F01D2 - public const int Widget_Design_NavigationView = 2131689938; + // aapt resource value: 0x7F1101D2 + public const int Widget_Design_NavigationView = 2131821010; - // aapt resource value: 0x7F0F01D3 - public const int Widget_Design_ScrimInsetsFrameLayout = 2131689939; + // aapt resource value: 0x7F1101D3 + public const int Widget_Design_ScrimInsetsFrameLayout = 2131821011; - // aapt resource value: 0x7F0F01D4 - public const int Widget_Design_Snackbar = 2131689940; + // aapt resource value: 0x7F1101D4 + public const int Widget_Design_Snackbar = 2131821012; - // aapt resource value: 0x7F0F01D5 - public const int Widget_Design_TabLayout = 2131689941; + // aapt resource value: 0x7F1101D5 + public const int Widget_Design_TabLayout = 2131821013; - // aapt resource value: 0x7F0F01D6 - public const int Widget_Design_TextInputLayout = 2131689942; + // aapt resource value: 0x7F1101D6 + public const int Widget_Design_TextInputLayout = 2131821014; - // aapt resource value: 0x7F0F01D7 - public const int Widget_MaterialComponents_BottomAppBar = 2131689943; + // aapt resource value: 0x7F1101D7 + public const int Widget_MaterialComponents_BottomAppBar = 2131821015; - // aapt resource value: 0x7F0F01D8 - public const int Widget_MaterialComponents_BottomAppBar_Colored = 2131689944; + // aapt resource value: 0x7F1101D8 + public const int Widget_MaterialComponents_BottomAppBar_Colored = 2131821016; - // aapt resource value: 0x7F0F01D9 - public const int Widget_MaterialComponents_BottomNavigationView = 2131689945; + // aapt resource value: 0x7F1101D9 + public const int Widget_MaterialComponents_BottomNavigationView = 2131821017; - // aapt resource value: 0x7F0F01DA - public const int Widget_MaterialComponents_BottomNavigationView_Colored = 2131689946; + // aapt resource value: 0x7F1101DA + public const int Widget_MaterialComponents_BottomNavigationView_Colored = 2131821018; - // aapt resource value: 0x7F0F01DB - public const int Widget_MaterialComponents_BottomSheet_Modal = 2131689947; + // aapt resource value: 0x7F1101DB + public const int Widget_MaterialComponents_BottomSheet_Modal = 2131821019; - // aapt resource value: 0x7F0F01DC - public const int Widget_MaterialComponents_Button = 2131689948; + // aapt resource value: 0x7F1101DC + public const int Widget_MaterialComponents_Button = 2131821020; - // aapt resource value: 0x7F0F01DD - public const int Widget_MaterialComponents_Button_Icon = 2131689949; + // aapt resource value: 0x7F1101DD + public const int Widget_MaterialComponents_Button_Icon = 2131821021; - // aapt resource value: 0x7F0F01DE - public const int Widget_MaterialComponents_Button_OutlinedButton = 2131689950; + // aapt resource value: 0x7F1101DE + public const int Widget_MaterialComponents_Button_OutlinedButton = 2131821022; - // aapt resource value: 0x7F0F01DF - public const int Widget_MaterialComponents_Button_OutlinedButton_Icon = 2131689951; + // aapt resource value: 0x7F1101DF + public const int Widget_MaterialComponents_Button_OutlinedButton_Icon = 2131821023; - // aapt resource value: 0x7F0F01E0 - public const int Widget_MaterialComponents_Button_TextButton = 2131689952; + // aapt resource value: 0x7F1101E0 + public const int Widget_MaterialComponents_Button_TextButton = 2131821024; - // aapt resource value: 0x7F0F01E1 - public const int Widget_MaterialComponents_Button_TextButton_Dialog = 2131689953; + // aapt resource value: 0x7F1101E1 + public const int Widget_MaterialComponents_Button_TextButton_Dialog = 2131821025; - // aapt resource value: 0x7F0F01E2 - public const int Widget_MaterialComponents_Button_TextButton_Dialog_Icon = 2131689954; + // aapt resource value: 0x7F1101E2 + public const int Widget_MaterialComponents_Button_TextButton_Dialog_Icon = 2131821026; - // aapt resource value: 0x7F0F01E3 - public const int Widget_MaterialComponents_Button_TextButton_Icon = 2131689955; + // aapt resource value: 0x7F1101E3 + public const int Widget_MaterialComponents_Button_TextButton_Icon = 2131821027; - // aapt resource value: 0x7F0F01E4 - public const int Widget_MaterialComponents_Button_UnelevatedButton = 2131689956; + // aapt resource value: 0x7F1101E4 + public const int Widget_MaterialComponents_Button_UnelevatedButton = 2131821028; - // aapt resource value: 0x7F0F01E5 - public const int Widget_MaterialComponents_Button_UnelevatedButton_Icon = 2131689957; + // aapt resource value: 0x7F1101E5 + public const int Widget_MaterialComponents_Button_UnelevatedButton_Icon = 2131821029; - // aapt resource value: 0x7F0F01E6 - public const int Widget_MaterialComponents_CardView = 2131689958; + // aapt resource value: 0x7F1101E6 + public const int Widget_MaterialComponents_CardView = 2131821030; - // aapt resource value: 0x7F0F01EB - public const int Widget_MaterialComponents_ChipGroup = 2131689963; + // aapt resource value: 0x7F1101EB + public const int Widget_MaterialComponents_ChipGroup = 2131821035; - // aapt resource value: 0x7F0F01E7 - public const int Widget_MaterialComponents_Chip_Action = 2131689959; + // aapt resource value: 0x7F1101E7 + public const int Widget_MaterialComponents_Chip_Action = 2131821031; - // aapt resource value: 0x7F0F01E8 - public const int Widget_MaterialComponents_Chip_Choice = 2131689960; + // aapt resource value: 0x7F1101E8 + public const int Widget_MaterialComponents_Chip_Choice = 2131821032; - // aapt resource value: 0x7F0F01E9 - public const int Widget_MaterialComponents_Chip_Entry = 2131689961; + // aapt resource value: 0x7F1101E9 + public const int Widget_MaterialComponents_Chip_Entry = 2131821033; - // aapt resource value: 0x7F0F01EA - public const int Widget_MaterialComponents_Chip_Filter = 2131689962; + // aapt resource value: 0x7F1101EA + public const int Widget_MaterialComponents_Chip_Filter = 2131821034; - // aapt resource value: 0x7F0F01EC - public const int Widget_MaterialComponents_FloatingActionButton = 2131689964; + // aapt resource value: 0x7F1101EC + public const int Widget_MaterialComponents_FloatingActionButton = 2131821036; - // aapt resource value: 0x7F0F01ED - public const int Widget_MaterialComponents_NavigationView = 2131689965; + // aapt resource value: 0x7F1101ED + public const int Widget_MaterialComponents_NavigationView = 2131821037; - // aapt resource value: 0x7F0F01EE - public const int Widget_MaterialComponents_Snackbar = 2131689966; + // aapt resource value: 0x7F1101EE + public const int Widget_MaterialComponents_Snackbar = 2131821038; - // aapt resource value: 0x7F0F01EF - public const int Widget_MaterialComponents_Snackbar_FullWidth = 2131689967; + // aapt resource value: 0x7F1101EF + public const int Widget_MaterialComponents_Snackbar_FullWidth = 2131821039; - // aapt resource value: 0x7F0F01F0 - public const int Widget_MaterialComponents_TabLayout = 2131689968; + // aapt resource value: 0x7F1101F0 + public const int Widget_MaterialComponents_TabLayout = 2131821040; - // aapt resource value: 0x7F0F01F1 - public const int Widget_MaterialComponents_TabLayout_Colored = 2131689969; + // aapt resource value: 0x7F1101F1 + public const int Widget_MaterialComponents_TabLayout_Colored = 2131821041; - // aapt resource value: 0x7F0F01F2 - public const int Widget_MaterialComponents_TextInputEditText_FilledBox = 2131689970; + // aapt resource value: 0x7F1101F2 + public const int Widget_MaterialComponents_TextInputEditText_FilledBox = 2131821042; - // aapt resource value: 0x7F0F01F3 - public const int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense = 2131689971; + // aapt resource value: 0x7F1101F3 + public const int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense = 2131821043; - // aapt resource value: 0x7F0F01F4 - public const int Widget_MaterialComponents_TextInputEditText_OutlinedBox = 2131689972; + // aapt resource value: 0x7F1101F4 + public const int Widget_MaterialComponents_TextInputEditText_OutlinedBox = 2131821044; - // aapt resource value: 0x7F0F01F5 - public const int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 2131689973; + // aapt resource value: 0x7F1101F5 + public const int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 2131821045; - // aapt resource value: 0x7F0F01F6 - public const int Widget_MaterialComponents_TextInputLayout_FilledBox = 2131689974; + // aapt resource value: 0x7F1101F6 + public const int Widget_MaterialComponents_TextInputLayout_FilledBox = 2131821046; - // aapt resource value: 0x7F0F01F7 - public const int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense = 2131689975; + // aapt resource value: 0x7F1101F7 + public const int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense = 2131821047; - // aapt resource value: 0x7F0F01F8 - public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox = 2131689976; + // aapt resource value: 0x7F1101F8 + public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox = 2131821048; - // aapt resource value: 0x7F0F01F9 - public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense = 2131689977; + // aapt resource value: 0x7F1101F9 + public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense = 2131821049; - // aapt resource value: 0x7F0F01FA - public const int Widget_MaterialComponents_Toolbar = 2131689978; + // aapt resource value: 0x7F1101FA + public const int Widget_MaterialComponents_Toolbar = 2131821050; - // aapt resource value: 0x7F0F01FB - public const int Widget_Support_CoordinatorLayout = 2131689979; + // aapt resource value: 0x7F1101FB + public const int Widget_Support_CoordinatorLayout = 2131821051; static Style() { @@ -6640,37 +6942,37 @@ private Style() public partial class Styleable { - // aapt resource value: { 0x7F030031,0x7F030032,0x7F030033,0x7F030092,0x7F030093,0x7F030094,0x7F030095,0x7F030096,0x7F030097,0x7F0300A5,0x7F0300AA,0x7F0300AB,0x7F0300BF,0x7F0300E9,0x7F0300EE,0x7F0300F3,0x7F0300F4,0x7F0300F6,0x7F030100,0x7F03010A,0x7F030131,0x7F03013D,0x7F03014E,0x7F030152,0x7F030153,0x7F030182,0x7F030185,0x7F0301CB,0x7F0301D5 } + // aapt resource value: { 0x7F030031,0x7F030032,0x7F030033,0x7F030095,0x7F030096,0x7F030097,0x7F030098,0x7F030099,0x7F03009A,0x7F0300A8,0x7F0300AD,0x7F0300AE,0x7F0300C2,0x7F0300ED,0x7F0300F2,0x7F0300F7,0x7F0300F8,0x7F0300FA,0x7F030106,0x7F030110,0x7F030138,0x7F030144,0x7F030156,0x7F03015A,0x7F03015B,0x7F03018D,0x7F030190,0x7F0301D6,0x7F0301E0 } public static int[] ActionBar = new int[] { 2130903089, 2130903090, 2130903091, - 2130903186, - 2130903187, - 2130903188, 2130903189, 2130903190, 2130903191, - 2130903205, - 2130903210, - 2130903211, - 2130903231, - 2130903273, - 2130903278, - 2130903283, - 2130903284, - 2130903286, - 2130903296, - 2130903306, - 2130903345, - 2130903357, - 2130903374, - 2130903378, - 2130903379, - 2130903426, - 2130903429, - 2130903499, - 2130903509}; + 2130903192, + 2130903193, + 2130903194, + 2130903208, + 2130903213, + 2130903214, + 2130903234, + 2130903277, + 2130903282, + 2130903287, + 2130903288, + 2130903290, + 2130903302, + 2130903312, + 2130903352, + 2130903364, + 2130903382, + 2130903386, + 2130903387, + 2130903437, + 2130903440, + 2130903510, + 2130903520}; // aapt resource value: { 0x10100B3 } public static int[] ActionBarLayout = new int[] { @@ -6777,14 +7079,14 @@ public partial class Styleable public static int[] ActionMenuView = new int[] { -1}; - // aapt resource value: { 0x7F030031,0x7F030032,0x7F03007F,0x7F0300E9,0x7F030185,0x7F0301D5 } + // aapt resource value: { 0x7F030031,0x7F030032,0x7F030081,0x7F0300ED,0x7F030190,0x7F0301E0 } public static int[] ActionMode = new int[] { 2130903089, 2130903090, - 2130903167, - 2130903273, - 2130903429, - 2130903509}; + 2130903169, + 2130903277, + 2130903440, + 2130903520}; // aapt resource value: 0 public const int ActionMode_background = 0; @@ -6804,10 +7106,10 @@ public partial class Styleable // aapt resource value: 5 public const int ActionMode_titleTextStyle = 5; - // aapt resource value: { 0x7F0300C4,0x7F030101 } + // aapt resource value: { 0x7F0300C7,0x7F030107 } public static int[] ActivityChooserView = new int[] { - 2130903236, - 2130903297}; + 2130903239, + 2130903303}; // aapt resource value: 0 public const int ActivityChooserView_expandActivityOverflowButtonDrawable = 0; @@ -6815,16 +7117,16 @@ public partial class Styleable // aapt resource value: 1 public const int ActivityChooserView_initialActivityCount = 1; - // aapt resource value: { 0x10100F2,0x7F030053,0x7F030054,0x7F030126,0x7F030127,0x7F03013A,0x7F03016A,0x7F03016B } + // aapt resource value: { 0x10100F2,0x7F030053,0x7F030054,0x7F03012D,0x7F03012E,0x7F030141,0x7F030175,0x7F030176 } public static int[] AlertDialog = new int[] { 16842994, 2130903123, 2130903124, - 2130903334, - 2130903335, - 2130903354, - 2130903402, - 2130903403}; + 2130903341, + 2130903342, + 2130903361, + 2130903413, + 2130903414}; // aapt resource value: 0 public const int AlertDialog_android_layout = 0; @@ -6907,21 +7209,21 @@ public partial class Styleable // aapt resource value: 1 public const int AnimatedStateListDrawableTransition_android_toId = 1; - // aapt resource value: { 0x10100D4,0x101048F,0x1010540,0x7F0300BF,0x7F0300C5,0x7F03011F } + // aapt resource value: { 0x10100D4,0x101048F,0x1010540,0x7F0300C2,0x7F0300C8,0x7F030126 } public static int[] AppBarLayout = new int[] { 16842964, 16843919, 16844096, - 2130903231, - 2130903237, - 2130903327}; + 2130903234, + 2130903240, + 2130903334}; - // aapt resource value: { 0x7F030178,0x7F030179,0x7F03017A,0x7F03017B } + // aapt resource value: { 0x7F030183,0x7F030184,0x7F030185,0x7F030186 } public static int[] AppBarLayoutStates = new int[] { - 2130903416, - 2130903417, - 2130903418, - 2130903419}; + 2130903427, + 2130903428, + 2130903429, + 2130903430}; // aapt resource value: 0 public const int AppBarLayoutStates_state_collapsed = 0; @@ -6950,10 +7252,10 @@ public partial class Styleable // aapt resource value: 4 public const int AppBarLayout_expanded = 4; - // aapt resource value: { 0x7F03011D,0x7F03011E } + // aapt resource value: { 0x7F030124,0x7F030125 } public static int[] AppBarLayout_Layout = new int[] { - 2130903325, - 2130903326}; + 2130903332, + 2130903333}; // aapt resource value: 0 public const int AppBarLayout_Layout_layout_scrollFlags = 0; @@ -6964,12 +7266,12 @@ public partial class Styleable // aapt resource value: 5 public const int AppBarLayout_liftOnScroll = 5; - // aapt resource value: { 0x1010119,0x7F030175,0x7F0301C9,0x7F0301CA } + // aapt resource value: { 0x1010119,0x7F030180,0x7F0301D4,0x7F0301D5 } public static int[] AppCompatImageView = new int[] { 16843033, - 2130903413, - 2130903497, - 2130903498}; + 2130903424, + 2130903508, + 2130903509}; // aapt resource value: 0 public const int AppCompatImageView_android_src = 0; @@ -6983,12 +7285,12 @@ public partial class Styleable // aapt resource value: 3 public const int AppCompatImageView_tintMode = 3; - // aapt resource value: { 0x1010142,0x7F0301C6,0x7F0301C7,0x7F0301C8 } + // aapt resource value: { 0x1010142,0x7F0301D1,0x7F0301D2,0x7F0301D3 } public static int[] AppCompatSeekBar = new int[] { 16843074, - 2130903494, - 2130903495, - 2130903496}; + 2130903505, + 2130903506, + 2130903507}; // aapt resource value: 0 public const int AppCompatSeekBar_android_thumb = 0; @@ -7033,7 +7335,7 @@ public partial class Styleable // aapt resource value: 0 public const int AppCompatTextHelper_android_textAppearance = 0; - // aapt resource value: { 0x1010034,0x7F03002C,0x7F03002D,0x7F03002E,0x7F03002F,0x7F030030,0x7F0300AF,0x7F0300B0,0x7F0300B1,0x7F0300B2,0x7F0300B4,0x7F0300B5,0x7F0300B6,0x7F0300B7,0x7F0300D8,0x7F0300DB,0x7F0300E3,0x7F030112,0x7F030120,0x7F0301A5,0x7F0301BF } + // aapt resource value: { 0x1010034,0x7F03002C,0x7F03002D,0x7F03002E,0x7F03002F,0x7F030030,0x7F0300B2,0x7F0300B3,0x7F0300B4,0x7F0300B5,0x7F0300B7,0x7F0300B8,0x7F0300B9,0x7F0300BA,0x7F0300DB,0x7F0300DE,0x7F0300E7,0x7F030119,0x7F030127,0x7F0301B0,0x7F0301CA } public static int[] AppCompatTextView = new int[] { 16842804, 2130903084, @@ -7041,21 +7343,21 @@ public partial class Styleable 2130903086, 2130903087, 2130903088, - 2130903215, - 2130903216, - 2130903217, 2130903218, + 2130903219, 2130903220, 2130903221, - 2130903222, 2130903223, - 2130903256, + 2130903224, + 2130903225, + 2130903226, 2130903259, - 2130903267, - 2130903314, - 2130903328, - 2130903461, - 2130903487}; + 2130903262, + 2130903271, + 2130903321, + 2130903335, + 2130903472, + 2130903498}; // aapt resource value: 0 public const int AppCompatTextView_android_textAppearance = 0; @@ -7120,7 +7422,7 @@ public partial class Styleable // aapt resource value: 20 public const int AppCompatTextView_textLocale = 20; - // aapt resource value: { 0x1010057,0x10100AE,0x7F030000,0x7F030001,0x7F030002,0x7F030003,0x7F030004,0x7F030005,0x7F030006,0x7F030007,0x7F030008,0x7F030009,0x7F03000A,0x7F03000B,0x7F03000C,0x7F03000E,0x7F03000F,0x7F030010,0x7F030011,0x7F030012,0x7F030013,0x7F030014,0x7F030015,0x7F030016,0x7F030017,0x7F030018,0x7F030019,0x7F03001A,0x7F03001B,0x7F03001C,0x7F03001D,0x7F03001E,0x7F030021,0x7F030022,0x7F030023,0x7F030024,0x7F030025,0x7F03002B,0x7F03003E,0x7F03004C,0x7F03004D,0x7F03004E,0x7F03004F,0x7F030050,0x7F030055,0x7F030056,0x7F030060,0x7F030065,0x7F030085,0x7F030086,0x7F030087,0x7F030088,0x7F030089,0x7F03008A,0x7F03008B,0x7F03008C,0x7F03008D,0x7F03008F,0x7F03009E,0x7F0300A7,0x7F0300A8,0x7F0300A9,0x7F0300AC,0x7F0300AE,0x7F0300BA,0x7F0300BB,0x7F0300BC,0x7F0300BD,0x7F0300BE,0x7F0300F3,0x7F0300FF,0x7F030122,0x7F030123,0x7F030124,0x7F030125,0x7F030128,0x7F030129,0x7F03012A,0x7F03012B,0x7F03012C,0x7F03012D,0x7F03012E,0x7F03012F,0x7F030130,0x7F030145,0x7F030146,0x7F030147,0x7F03014D,0x7F03014F,0x7F030156,0x7F030157,0x7F030158,0x7F030159,0x7F030162,0x7F030163,0x7F030164,0x7F030165,0x7F030172,0x7F030173,0x7F030189,0x7F0301B0,0x7F0301B1,0x7F0301B2,0x7F0301B3,0x7F0301B5,0x7F0301B6,0x7F0301B7,0x7F0301B8,0x7F0301BB,0x7F0301BC,0x7F0301D7,0x7F0301D8,0x7F0301D9,0x7F0301DA,0x7F0301E1,0x7F0301E3,0x7F0301E4,0x7F0301E5,0x7F0301E6,0x7F0301E7,0x7F0301E8,0x7F0301E9,0x7F0301EA,0x7F0301EB,0x7F0301EC } + // aapt resource value: { 0x1010057,0x10100AE,0x7F030000,0x7F030001,0x7F030002,0x7F030003,0x7F030004,0x7F030005,0x7F030006,0x7F030007,0x7F030008,0x7F030009,0x7F03000A,0x7F03000B,0x7F03000C,0x7F03000E,0x7F03000F,0x7F030010,0x7F030011,0x7F030012,0x7F030013,0x7F030014,0x7F030015,0x7F030016,0x7F030017,0x7F030018,0x7F030019,0x7F03001A,0x7F03001B,0x7F03001C,0x7F03001D,0x7F03001E,0x7F030021,0x7F030022,0x7F030023,0x7F030024,0x7F030025,0x7F03002B,0x7F03003E,0x7F03004C,0x7F03004D,0x7F03004E,0x7F03004F,0x7F030050,0x7F030056,0x7F030057,0x7F030061,0x7F030066,0x7F030087,0x7F030088,0x7F030089,0x7F03008A,0x7F03008B,0x7F03008C,0x7F03008D,0x7F03008E,0x7F03008F,0x7F030092,0x7F0300A1,0x7F0300AA,0x7F0300AB,0x7F0300AC,0x7F0300AF,0x7F0300B1,0x7F0300BD,0x7F0300BE,0x7F0300BF,0x7F0300C0,0x7F0300C1,0x7F0300F7,0x7F030105,0x7F030129,0x7F03012A,0x7F03012B,0x7F03012C,0x7F03012F,0x7F030130,0x7F030131,0x7F030132,0x7F030133,0x7F030134,0x7F030135,0x7F030136,0x7F030137,0x7F03014D,0x7F03014E,0x7F03014F,0x7F030155,0x7F030157,0x7F03015F,0x7F030160,0x7F030161,0x7F030162,0x7F03016C,0x7F03016D,0x7F03016E,0x7F03016F,0x7F03017D,0x7F03017E,0x7F030194,0x7F0301BB,0x7F0301BC,0x7F0301BD,0x7F0301BE,0x7F0301C0,0x7F0301C1,0x7F0301C2,0x7F0301C3,0x7F0301C6,0x7F0301C7,0x7F0301E2,0x7F0301E3,0x7F0301E4,0x7F0301E5,0x7F0301EC,0x7F0301EE,0x7F0301EF,0x7F0301F0,0x7F0301F1,0x7F0301F2,0x7F0301F3,0x7F0301F4,0x7F0301F5,0x7F0301F6,0x7F0301F7 } public static int[] AppCompatTheme = new int[] { 16842839, 16842926, @@ -7166,12 +7468,10 @@ public partial class Styleable 2130903118, 2130903119, 2130903120, - 2130903125, 2130903126, - 2130903136, - 2130903141, - 2130903173, - 2130903174, + 2130903127, + 2130903137, + 2130903142, 2130903175, 2130903176, 2130903177, @@ -7179,74 +7479,76 @@ public partial class Styleable 2130903179, 2130903180, 2130903181, + 2130903182, 2130903183, - 2130903198, - 2130903207, - 2130903208, - 2130903209, + 2130903186, + 2130903201, + 2130903210, + 2130903211, 2130903212, - 2130903214, - 2130903226, - 2130903227, - 2130903228, + 2130903215, + 2130903217, 2130903229, 2130903230, - 2130903283, - 2130903295, - 2130903330, - 2130903331, - 2130903332, - 2130903333, - 2130903336, + 2130903231, + 2130903232, + 2130903233, + 2130903287, + 2130903301, 2130903337, 2130903338, 2130903339, 2130903340, - 2130903341, - 2130903342, 2130903343, 2130903344, - 2130903365, - 2130903366, - 2130903367, + 2130903345, + 2130903346, + 2130903347, + 2130903348, + 2130903349, + 2130903350, + 2130903351, 2130903373, + 2130903374, 2130903375, - 2130903382, + 2130903381, 2130903383, - 2130903384, - 2130903385, + 2130903391, + 2130903392, + 2130903393, 2130903394, - 2130903395, - 2130903396, - 2130903397, - 2130903410, - 2130903411, - 2130903433, - 2130903472, - 2130903473, - 2130903474, - 2130903475, - 2130903477, - 2130903478, - 2130903479, - 2130903480, + 2130903404, + 2130903405, + 2130903406, + 2130903407, + 2130903421, + 2130903422, + 2130903444, 2130903483, 2130903484, - 2130903511, - 2130903512, - 2130903513, - 2130903514, - 2130903521, + 2130903485, + 2130903486, + 2130903488, + 2130903489, + 2130903490, + 2130903491, + 2130903494, + 2130903495, + 2130903522, 2130903523, 2130903524, 2130903525, - 2130903526, - 2130903527, - 2130903528, - 2130903529, - 2130903530, - 2130903531, - 2130903532}; + 2130903532, + 2130903534, + 2130903535, + 2130903536, + 2130903537, + 2130903538, + 2130903539, + 2130903540, + 2130903541, + 2130903542, + 2130903543}; // aapt resource value: 2 public const int AppCompatTheme_actionBarDivider = 2; @@ -7623,14 +7925,14 @@ public partial class Styleable // aapt resource value: 124 public const int AppCompatTheme_windowNoTitle = 124; - // aapt resource value: { 0x7F030034,0x7F0300CD,0x7F0300CE,0x7F0300CF,0x7F0300D0,0x7F0300EF } + // aapt resource value: { 0x7F030034,0x7F0300D0,0x7F0300D1,0x7F0300D2,0x7F0300D3,0x7F0300F3 } public static int[] BottomAppBar = new int[] { 2130903092, - 2130903245, - 2130903246, - 2130903247, 2130903248, - 2130903279}; + 2130903249, + 2130903250, + 2130903251, + 2130903283}; // aapt resource value: 0 public const int BottomAppBar_backgroundTint = 0; @@ -7650,18 +7952,18 @@ public partial class Styleable // aapt resource value: 5 public const int BottomAppBar_hideOnScroll = 5; - // aapt resource value: { 0x7F0300BF,0x7F030104,0x7F030106,0x7F030108,0x7F030109,0x7F03010D,0x7F03010E,0x7F03010F,0x7F030111,0x7F030139 } + // aapt resource value: { 0x7F0300C2,0x7F03010A,0x7F03010C,0x7F03010E,0x7F03010F,0x7F030113,0x7F030114,0x7F030115,0x7F030118,0x7F030140 } public static int[] BottomNavigationView = new int[] { - 2130903231, - 2130903300, - 2130903302, - 2130903304, - 2130903305, - 2130903309, + 2130903234, + 2130903306, + 2130903308, 2130903310, 2130903311, - 2130903313, - 2130903353}; + 2130903315, + 2130903316, + 2130903317, + 2130903320, + 2130903360}; // aapt resource value: 0 public const int BottomNavigationView_elevation = 0; @@ -7719,21 +8021,32 @@ public partial class Styleable // aapt resource value: 0 public const int ButtonBarLayout_allowStacking = 0; - // aapt resource value: { 0x101013F,0x1010140,0x7F030059,0x7F03005A,0x7F03005B,0x7F03005C,0x7F03005D,0x7F03005E,0x7F030098,0x7F030099,0x7F03009A,0x7F03009B,0x7F03009C } + // aapt resource value: { 0x7F03015E,0x7F030170 } + public static int[] Capability = new int[] { + 2130903390, + 2130903408}; + + // aapt resource value: 0 + public const int Capability_queryPatterns = 0; + + // aapt resource value: 1 + public const int Capability_shortcutMatchRequired = 1; + + // aapt resource value: { 0x101013F,0x1010140,0x7F03005A,0x7F03005B,0x7F03005C,0x7F03005D,0x7F03005E,0x7F03005F,0x7F03009B,0x7F03009C,0x7F03009D,0x7F03009E,0x7F03009F } public static int[] CardView = new int[] { 16843071, 16843072, - 2130903129, 2130903130, 2130903131, 2130903132, 2130903133, 2130903134, - 2130903192, - 2130903193, - 2130903194, + 2130903135, 2130903195, - 2130903196}; + 2130903196, + 2130903197, + 2130903198, + 2130903199}; // aapt resource value: 1 public const int CardView_android_minHeight = 1; @@ -7774,51 +8087,51 @@ public partial class Styleable // aapt resource value: 12 public const int CardView_contentPaddingTop = 12; - // aapt resource value: { 0x1010034,0x10100AB,0x101011F,0x101014F,0x10101E5,0x7F030062,0x7F030063,0x7F030064,0x7F030066,0x7F030067,0x7F030068,0x7F03006A,0x7F03006B,0x7F03006C,0x7F03006D,0x7F03006E,0x7F03006F,0x7F030074,0x7F030075,0x7F030076,0x7F030078,0x7F030079,0x7F03007A,0x7F03007B,0x7F03007C,0x7F03007D,0x7F03007E,0x7F0300ED,0x7F0300F7,0x7F0300FB,0x7F03015C,0x7F030168,0x7F0301BD,0x7F0301C0 } + // aapt resource value: { 0x1010034,0x10100AB,0x101011F,0x101014F,0x10101E5,0x7F030063,0x7F030064,0x7F030065,0x7F030067,0x7F030068,0x7F030069,0x7F03006B,0x7F03006C,0x7F03006D,0x7F03006E,0x7F03006F,0x7F030070,0x7F030075,0x7F030076,0x7F030077,0x7F03007A,0x7F03007B,0x7F03007C,0x7F03007D,0x7F03007E,0x7F03007F,0x7F030080,0x7F0300F1,0x7F0300FB,0x7F0300FF,0x7F030165,0x7F030173,0x7F0301C8,0x7F0301CB } public static int[] Chip = new int[] { 16842804, 16842923, 16843039, 16843087, 16843237, - 2130903138, 2130903139, 2130903140, - 2130903142, + 2130903141, 2130903143, 2130903144, - 2130903146, + 2130903145, 2130903147, 2130903148, 2130903149, 2130903150, 2130903151, - 2130903156, + 2130903152, 2130903157, 2130903158, - 2130903160, - 2130903161, + 2130903159, 2130903162, 2130903163, 2130903164, 2130903165, 2130903166, - 2130903277, - 2130903287, + 2130903167, + 2130903168, + 2130903281, 2130903291, - 2130903388, - 2130903400, - 2130903485, - 2130903488}; + 2130903295, + 2130903397, + 2130903411, + 2130903496, + 2130903499}; - // aapt resource value: { 0x7F030061,0x7F030070,0x7F030071,0x7F030072,0x7F03016C,0x7F03016D } + // aapt resource value: { 0x7F030062,0x7F030071,0x7F030072,0x7F030073,0x7F030177,0x7F030178 } public static int[] ChipGroup = new int[] { - 2130903137, - 2130903152, + 2130903138, 2130903153, 2130903154, - 2130903404, - 2130903405}; + 2130903155, + 2130903415, + 2130903416}; // aapt resource value: 0 public const int ChipGroup_checkedChip = 0; @@ -7940,24 +8253,24 @@ public partial class Styleable // aapt resource value: 33 public const int Chip_textStartPadding = 33; - // aapt resource value: { 0x7F030082,0x7F030083,0x7F03009D,0x7F0300C6,0x7F0300C7,0x7F0300C8,0x7F0300C9,0x7F0300CA,0x7F0300CB,0x7F0300CC,0x7F03015D,0x7F03015F,0x7F03017D,0x7F0301CB,0x7F0301CC,0x7F0301D6 } + // aapt resource value: { 0x7F030084,0x7F030085,0x7F0300A0,0x7F0300C9,0x7F0300CA,0x7F0300CB,0x7F0300CC,0x7F0300CD,0x7F0300CE,0x7F0300CF,0x7F030167,0x7F030169,0x7F030188,0x7F0301D6,0x7F0301D7,0x7F0301E1 } public static int[] CollapsingToolbarLayout = new int[] { - 2130903170, - 2130903171, - 2130903197, - 2130903238, - 2130903239, - 2130903240, + 2130903172, + 2130903173, + 2130903200, 2130903241, 2130903242, 2130903243, 2130903244, - 2130903389, - 2130903391, - 2130903421, - 2130903499, - 2130903500, - 2130903510}; + 2130903245, + 2130903246, + 2130903247, + 2130903399, + 2130903401, + 2130903432, + 2130903510, + 2130903511, + 2130903521}; // aapt resource value: 0 public const int CollapsingToolbarLayout_collapsedTitleGravity = 0; @@ -7989,10 +8302,10 @@ public partial class Styleable // aapt resource value: 9 public const int CollapsingToolbarLayout_expandedTitleTextAppearance = 9; - // aapt resource value: { 0x7F030118,0x7F030119 } + // aapt resource value: { 0x7F03011F,0x7F030120 } public static int[] CollapsingToolbarLayout_Layout = new int[] { - 2130903320, - 2130903321}; + 2130903327, + 2130903328}; // aapt resource value: 0 public const int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; @@ -8018,14 +8331,16 @@ public partial class Styleable // aapt resource value: 15 public const int CollapsingToolbarLayout_toolbarId = 15; - // aapt resource value: { 0x10101A5,0x101031F,0x7F030027 } + // aapt resource value: { 0x10101A5,0x101031F,0x1010647,0x7F030027,0x7F030117 } public static int[] ColorStateListItem = new int[] { 16843173, 16843551, - 2130903079}; + 16844359, + 2130903079, + 2130903319}; - // aapt resource value: 2 - public const int ColorStateListItem_alpha = 2; + // aapt resource value: 3 + public const int ColorStateListItem_alpha = 3; // aapt resource value: 1 public const int ColorStateListItem_android_alpha = 1; @@ -8033,12 +8348,18 @@ public partial class Styleable // aapt resource value: 0 public const int ColorStateListItem_android_color = 0; - // aapt resource value: { 0x1010107,0x7F030051,0x7F030057,0x7F030058 } + // aapt resource value: 2 + public const int ColorStateListItem_android_lStar = 2; + + // aapt resource value: 4 + public const int ColorStateListItem_lStar = 4; + + // aapt resource value: { 0x1010107,0x7F030051,0x7F030058,0x7F030059 } public static int[] CompoundButton = new int[] { 16843015, 2130903121, - 2130903127, - 2130903128}; + 2130903128, + 2130903129}; // aapt resource value: 0 public const int CompoundButton_android_button = 0; @@ -8052,23 +8373,23 @@ public partial class Styleable // aapt resource value: 3 public const int CompoundButton_buttonTintMode = 3; - // aapt resource value: { 0x7F030110,0x7F03017C } + // aapt resource value: { 0x7F030116,0x7F030187 } public static int[] CoordinatorLayout = new int[] { - 2130903312, - 2130903420}; + 2130903318, + 2130903431}; // aapt resource value: 0 public const int CoordinatorLayout_keylines = 0; - // aapt resource value: { 0x10100B3,0x7F030115,0x7F030116,0x7F030117,0x7F03011A,0x7F03011B,0x7F03011C } + // aapt resource value: { 0x10100B3,0x7F03011C,0x7F03011D,0x7F03011E,0x7F030121,0x7F030122,0x7F030123 } public static int[] CoordinatorLayout_Layout = new int[] { 16842931, - 2130903317, - 2130903318, - 2130903319, - 2130903322, - 2130903323, - 2130903324}; + 2130903324, + 2130903325, + 2130903326, + 2130903329, + 2130903330, + 2130903331}; // aapt resource value: 0 public const int CoordinatorLayout_Layout_android_layout_gravity = 0; @@ -8105,16 +8426,16 @@ public partial class Styleable // aapt resource value: 1 public const int DesignTheme_bottomSheetStyle = 1; - // aapt resource value: { 0x7F030029,0x7F03002A,0x7F030036,0x7F030084,0x7F0300B3,0x7F0300E6,0x7F030171,0x7F0301C2 } + // aapt resource value: { 0x7F030029,0x7F03002A,0x7F030036,0x7F030086,0x7F0300B6,0x7F0300EA,0x7F03017C,0x7F0301CD } public static int[] DrawerArrowToggle = new int[] { 2130903081, 2130903082, 2130903094, - 2130903172, - 2130903219, - 2130903270, - 2130903409, - 2130903490}; + 2130903174, + 2130903222, + 2130903274, + 2130903420, + 2130903501}; // aapt resource value: 0 public const int DrawerArrowToggle_arrowHeadLength = 0; @@ -8140,28 +8461,28 @@ public partial class Styleable // aapt resource value: 7 public const int DrawerArrowToggle_thickness = 7; - // aapt resource value: { 0x7F0300BF } + // aapt resource value: { 0x7F0300C2 } public static int[] DrawerLayout = new int[] { - 2130903231}; + 2130903234}; // aapt resource value: 0 public const int DrawerLayout_elevation = 0; - // aapt resource value: { 0x7F030034,0x7F030035,0x7F03003D,0x7F0300BF,0x7F0300D1,0x7F0300D2,0x7F0300ED,0x7F0300F5,0x7F030137,0x7F030151,0x7F03015C,0x7F030168,0x7F0301E0 } + // aapt resource value: { 0x7F030034,0x7F030035,0x7F03003D,0x7F0300C2,0x7F0300D4,0x7F0300D5,0x7F0300F1,0x7F0300F9,0x7F03013E,0x7F030159,0x7F030165,0x7F030173,0x7F0301EB } public static int[] FloatingActionButton = new int[] { 2130903092, 2130903093, 2130903101, - 2130903231, - 2130903249, - 2130903250, - 2130903277, - 2130903285, - 2130903351, - 2130903377, - 2130903388, - 2130903400, - 2130903520}; + 2130903234, + 2130903252, + 2130903253, + 2130903281, + 2130903289, + 2130903358, + 2130903385, + 2130903397, + 2130903411, + 2130903531}; // aapt resource value: 0 public const int FloatingActionButton_backgroundTint = 0; @@ -8209,10 +8530,10 @@ public partial class Styleable // aapt resource value: 12 public const int FloatingActionButton_useCompatPadding = 12; - // aapt resource value: { 0x7F03010B,0x7F030121 } + // aapt resource value: { 0x7F030111,0x7F030128 } public static int[] FlowLayout = new int[] { - 2130903307, - 2130903329}; + 2130903313, + 2130903336}; // aapt resource value: 0 public const int FlowLayout_itemSpacing = 0; @@ -8220,27 +8541,28 @@ public partial class Styleable // aapt resource value: 1 public const int FlowLayout_lineSpacing = 1; - // aapt resource value: { 0x7F0300DC,0x7F0300DD,0x7F0300DE,0x7F0300DF,0x7F0300E0,0x7F0300E1 } + // aapt resource value: { 0x7F0300DF,0x7F0300E0,0x7F0300E1,0x7F0300E2,0x7F0300E3,0x7F0300E4,0x7F0300E5 } public static int[] FontFamily = new int[] { - 2130903260, - 2130903261, - 2130903262, 2130903263, 2130903264, - 2130903265}; + 2130903265, + 2130903266, + 2130903267, + 2130903268, + 2130903269}; - // aapt resource value: { 0x1010532,0x1010533,0x101053F,0x101056F,0x1010570,0x7F0300DA,0x7F0300E2,0x7F0300E3,0x7F0300E4,0x7F0301DF } + // aapt resource value: { 0x1010532,0x1010533,0x101053F,0x101056F,0x1010570,0x7F0300DD,0x7F0300E6,0x7F0300E7,0x7F0300E8,0x7F0301EA } public static int[] FontFamilyFont = new int[] { 16844082, 16844083, 16844095, 16844143, 16844144, - 2130903258, - 2130903266, - 2130903267, - 2130903268, - 2130903519}; + 2130903261, + 2130903270, + 2130903271, + 2130903272, + 2130903530}; // aapt resource value: 0 public const int FontFamilyFont_android_font = 0; @@ -8290,11 +8612,14 @@ public partial class Styleable // aapt resource value: 5 public const int FontFamily_fontProviderQuery = 5; - // aapt resource value: { 0x1010109,0x1010200,0x7F0300E5 } + // aapt resource value: 6 + public const int FontFamily_fontProviderSystemFontFamily = 6; + + // aapt resource value: { 0x1010109,0x1010200,0x7F0300E9 } public static int[] ForegroundLinearLayout = new int[] { 16843017, 16843264, - 2130903269}; + 2130903273}; // aapt resource value: 0 public const int ForegroundLinearLayout_android_foreground = 0; @@ -8393,17 +8718,17 @@ public partial class Styleable // aapt resource value: 2 public const int GradientColor_android_type = 2; - // aapt resource value: { 0x10100AF,0x10100C4,0x1010126,0x1010127,0x1010128,0x7F0300AB,0x7F0300AD,0x7F030138,0x7F030167 } + // aapt resource value: { 0x10100AF,0x10100C4,0x1010126,0x1010127,0x1010128,0x7F0300AE,0x7F0300B0,0x7F03013F,0x7F030172 } public static int[] LinearLayoutCompat = new int[] { 16842927, 16842948, 16843046, 16843047, 16843048, - 2130903211, - 2130903213, - 2130903352, - 2130903399}; + 2130903214, + 2130903216, + 2130903359, + 2130903410}; // aapt resource value: 2 public const int LinearLayoutCompat_android_baselineAligned = 2; @@ -8462,7 +8787,22 @@ public partial class Styleable // aapt resource value: 1 public const int ListPopupWindow_android_dropDownVerticalOffset = 1; - // aapt resource value: { 0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x7F030034,0x7F030035,0x7F0300A0,0x7F0300F6,0x7F0300F8,0x7F0300F9,0x7F0300FA,0x7F0300FC,0x7F0300FD,0x7F03015C,0x7F03017E,0x7F03017F } + // aapt resource value: { 0x7F030079,0x7F030103,0x7F030104 } + public static int[] LoadingImageView = new int[] { + 2130903161, + 2130903299, + 2130903300}; + + // aapt resource value: 0 + public const int LoadingImageView_circleCrop = 0; + + // aapt resource value: 1 + public const int LoadingImageView_imageAspectRatio = 1; + + // aapt resource value: 2 + public const int LoadingImageView_imageAspectRatioAdjust = 2; + + // aapt resource value: { 0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x7F030034,0x7F030035,0x7F0300A3,0x7F0300FA,0x7F0300FC,0x7F0300FD,0x7F0300FE,0x7F030100,0x7F030101,0x7F030165,0x7F030189,0x7F03018A } public static int[] MaterialButton = new int[] { 16843191, 16843192, @@ -8470,16 +8810,16 @@ public partial class Styleable 16843194, 2130903092, 2130903093, - 2130903200, - 2130903286, - 2130903288, - 2130903289, + 2130903203, 2130903290, 2130903292, 2130903293, - 2130903388, - 2130903422, - 2130903423}; + 2130903294, + 2130903296, + 2130903297, + 2130903397, + 2130903433, + 2130903434}; // aapt resource value: 3 public const int MaterialButton_android_insetBottom = 3; @@ -8529,10 +8869,10 @@ public partial class Styleable // aapt resource value: 15 public const int MaterialButton_strokeWidth = 15; - // aapt resource value: { 0x7F03017E,0x7F03017F } + // aapt resource value: { 0x7F030189,0x7F03018A } public static int[] MaterialCardView = new int[] { - 2130903422, - 2130903423}; + 2130903433, + 2130903434}; // aapt resource value: 0 public const int MaterialCardView_strokeColor = 0; @@ -8540,40 +8880,40 @@ public partial class Styleable // aapt resource value: 1 public const int MaterialCardView_strokeWidth = 1; - // aapt resource value: { 0x7F030041,0x7F030042,0x7F030069,0x7F030073,0x7F030077,0x7F030085,0x7F030086,0x7F03008C,0x7F03008D,0x7F03008E,0x7F0300BE,0x7F0300D9,0x7F030133,0x7F030134,0x7F03013E,0x7F03015E,0x7F03016E,0x7F0301A1,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F0301AB,0x7F0301AC,0x7F0301AD,0x7F0301AE,0x7F0301AF,0x7F0301B4,0x7F0301B9,0x7F0301BA,0x7F0301BE } + // aapt resource value: { 0x7F030041,0x7F030042,0x7F03006A,0x7F030074,0x7F030078,0x7F030087,0x7F030088,0x7F03008E,0x7F03008F,0x7F030091,0x7F0300C1,0x7F0300DC,0x7F03013A,0x7F03013B,0x7F030145,0x7F030168,0x7F030179,0x7F0301AC,0x7F0301B1,0x7F0301B2,0x7F0301B3,0x7F0301B4,0x7F0301B5,0x7F0301B6,0x7F0301B7,0x7F0301B8,0x7F0301B9,0x7F0301BA,0x7F0301BF,0x7F0301C4,0x7F0301C5,0x7F0301C9 } public static int[] MaterialComponentsTheme = new int[] { 2130903105, 2130903106, - 2130903145, - 2130903155, - 2130903159, - 2130903173, - 2130903174, - 2130903180, - 2130903181, + 2130903146, + 2130903156, + 2130903160, + 2130903175, + 2130903176, 2130903182, - 2130903230, - 2130903257, - 2130903347, - 2130903348, - 2130903358, - 2130903390, - 2130903406, - 2130903457, - 2130903462, - 2130903463, - 2130903464, - 2130903465, - 2130903466, - 2130903467, + 2130903183, + 2130903185, + 2130903233, + 2130903260, + 2130903354, + 2130903355, + 2130903365, + 2130903400, + 2130903417, 2130903468, - 2130903469, - 2130903470, - 2130903471, + 2130903473, + 2130903474, + 2130903475, 2130903476, + 2130903477, + 2130903478, + 2130903479, + 2130903480, 2130903481, 2130903482, - 2130903486}; + 2130903487, + 2130903492, + 2130903493, + 2130903497}; // aapt resource value: 0 public const int MaterialComponentsTheme_bottomSheetDialogTheme = 0; @@ -8698,7 +9038,7 @@ public partial class Styleable // aapt resource value: 2 public const int MenuGroup_android_visible = 2; - // aapt resource value: { 0x1010002,0x101000E,0x10100D0,0x1010106,0x1010194,0x10101DE,0x10101DF,0x10101E1,0x10101E2,0x10101E3,0x10101E4,0x10101E5,0x101026F,0x7F03000D,0x7F03001F,0x7F030020,0x7F030028,0x7F030091,0x7F0300FC,0x7F0300FD,0x7F03013F,0x7F030166,0x7F0301DB } + // aapt resource value: { 0x1010002,0x101000E,0x10100D0,0x1010106,0x1010194,0x10101DE,0x10101DF,0x10101E1,0x10101E2,0x10101E3,0x10101E4,0x10101E5,0x101026F,0x7F03000D,0x7F03001F,0x7F030020,0x7F030028,0x7F030094,0x7F030100,0x7F030101,0x7F030147,0x7F030171,0x7F0301E6 } public static int[] MenuItem = new int[] { 16842754, 16842766, @@ -8717,12 +9057,12 @@ public partial class Styleable 2130903071, 2130903072, 2130903080, - 2130903185, - 2130903292, - 2130903293, - 2130903359, - 2130903398, - 2130903515}; + 2130903188, + 2130903296, + 2130903297, + 2130903367, + 2130903409, + 2130903526}; // aapt resource value: 13 public const int MenuItem_actionLayout = 13; @@ -8793,7 +9133,7 @@ public partial class Styleable // aapt resource value: 22 public const int MenuItem_tooltipText = 22; - // aapt resource value: { 0x10100AE,0x101012C,0x101012D,0x101012E,0x101012F,0x1010130,0x1010131,0x7F030150,0x7F030180 } + // aapt resource value: { 0x10100AE,0x101012C,0x101012D,0x101012E,0x101012F,0x1010130,0x1010131,0x7F030158,0x7F03018B } public static int[] MenuView = new int[] { 16842926, 16843052, @@ -8802,8 +9142,8 @@ public partial class Styleable 16843055, 16843056, 16843057, - 2130903376, - 2130903424}; + 2130903384, + 2130903435}; // aapt resource value: 4 public const int MenuView_android_headerBackground = 4; @@ -8832,20 +9172,20 @@ public partial class Styleable // aapt resource value: 8 public const int MenuView_subMenuArrow = 8; - // aapt resource value: { 0x10100D4,0x10100DD,0x101011F,0x7F0300BF,0x7F0300E8,0x7F030104,0x7F030105,0x7F030107,0x7F030109,0x7F03010C,0x7F03010F,0x7F030139 } + // aapt resource value: { 0x10100D4,0x10100DD,0x101011F,0x7F0300C2,0x7F0300EC,0x7F03010A,0x7F03010B,0x7F03010D,0x7F03010F,0x7F030112,0x7F030115,0x7F030140 } public static int[] NavigationView = new int[] { 16842964, 16842973, 16843039, - 2130903231, - 2130903272, - 2130903300, - 2130903301, - 2130903303, - 2130903305, - 2130903308, + 2130903234, + 2130903276, + 2130903306, + 2130903307, + 2130903309, 2130903311, - 2130903353}; + 2130903314, + 2130903317, + 2130903360}; // aapt resource value: 0 public const int NavigationView_android_background = 0; @@ -8883,15 +9223,15 @@ public partial class Styleable // aapt resource value: 11 public const int NavigationView_menu = 11; - // aapt resource value: { 0x1010176,0x10102C9,0x7F030140 } + // aapt resource value: { 0x1010176,0x10102C9,0x7F030148 } public static int[] PopupWindow = new int[] { 16843126, 16843465, - 2130903360}; + 2130903368}; - // aapt resource value: { 0x7F030177 } + // aapt resource value: { 0x7F030182 } public static int[] PopupWindowBackgroundState = new int[] { - 2130903415}; + 2130903426}; // aapt resource value: 0 public const int PopupWindowBackgroundState_state_above_anchor = 0; @@ -8905,10 +9245,10 @@ public partial class Styleable // aapt resource value: 2 public const int PopupWindow_overlapAnchor = 2; - // aapt resource value: { 0x7F030141,0x7F030144 } + // aapt resource value: { 0x7F030149,0x7F03014C } public static int[] RecycleListView = new int[] { - 2130903361, - 2130903364}; + 2130903369, + 2130903372}; // aapt resource value: 0 public const int RecycleListView_paddingBottomNoButtons = 0; @@ -8916,20 +9256,20 @@ public partial class Styleable // aapt resource value: 1 public const int RecycleListView_paddingTopNoTitle = 1; - // aapt resource value: { 0x10100C4,0x10100EB,0x10100F1,0x7F0300D3,0x7F0300D4,0x7F0300D5,0x7F0300D6,0x7F0300D7,0x7F030114,0x7F03015B,0x7F030170,0x7F030176 } + // aapt resource value: { 0x10100C4,0x10100EB,0x10100F1,0x7F0300D6,0x7F0300D7,0x7F0300D8,0x7F0300D9,0x7F0300DA,0x7F03011B,0x7F030164,0x7F03017B,0x7F030181 } public static int[] RecyclerView = new int[] { 16842948, 16842987, 16842993, - 2130903251, - 2130903252, - 2130903253, 2130903254, 2130903255, - 2130903316, - 2130903387, - 2130903408, - 2130903414}; + 2130903256, + 2130903257, + 2130903258, + 2130903323, + 2130903396, + 2130903419, + 2130903425}; // aapt resource value: 1 public const int RecyclerView_android_clipToPadding = 1; @@ -8967,9 +9307,9 @@ public partial class Styleable // aapt resource value: 11 public const int RecyclerView_stackFromEnd = 11; - // aapt resource value: { 0x7F030102 } + // aapt resource value: { 0x7F030108 } public static int[] ScrimInsetsFrameLayout = new int[] { - 2130903298}; + 2130903304}; // aapt resource value: 0 public const int ScrimInsetsFrameLayout_insetForeground = 0; @@ -8981,25 +9321,25 @@ public partial class Styleable // aapt resource value: 0 public const int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; - // aapt resource value: { 0x10100DA,0x101011F,0x1010220,0x1010264,0x7F030078,0x7F030090,0x7F0300A6,0x7F0300E7,0x7F0300FE,0x7F030113,0x7F030154,0x7F030155,0x7F030160,0x7F030161,0x7F030181,0x7F030186,0x7F0301E2 } + // aapt resource value: { 0x10100DA,0x101011F,0x1010220,0x1010264,0x7F03007A,0x7F030093,0x7F0300A9,0x7F0300EB,0x7F030102,0x7F03011A,0x7F03015C,0x7F03015D,0x7F03016A,0x7F03016B,0x7F03018C,0x7F030191,0x7F0301ED } public static int[] SearchView = new int[] { 16842970, 16843039, 16843296, 16843364, - 2130903160, - 2130903184, - 2130903206, - 2130903271, - 2130903294, - 2130903315, - 2130903380, - 2130903381, - 2130903392, - 2130903393, - 2130903425, - 2130903430, - 2130903522}; + 2130903162, + 2130903187, + 2130903209, + 2130903275, + 2130903298, + 2130903322, + 2130903388, + 2130903389, + 2130903402, + 2130903403, + 2130903436, + 2130903441, + 2130903533}; // aapt resource value: 0 public const int SearchView_android_focusable = 0; @@ -9052,16 +9392,31 @@ public partial class Styleable // aapt resource value: 16 public const int SearchView_voiceIcon = 16; - // aapt resource value: { 0x7F03016E,0x7F03016F } + // aapt resource value: { 0x7F030055,0x7F030090,0x7F030166 } + public static int[] SignInButton = new int[] { + 2130903125, + 2130903184, + 2130903398}; + + // aapt resource value: 0 + public const int SignInButton_buttonSize = 0; + + // aapt resource value: 1 + public const int SignInButton_colorScheme = 1; + + // aapt resource value: 2 + public const int SignInButton_scopeUris = 2; + + // aapt resource value: { 0x7F030179,0x7F03017A } public static int[] Snackbar = new int[] { - 2130903406, - 2130903407}; + 2130903417, + 2130903418}; - // aapt resource value: { 0x101011F,0x7F0300BF,0x7F030135 } + // aapt resource value: { 0x101011F,0x7F0300C2,0x7F03013C } public static int[] SnackbarLayout = new int[] { 16843039, - 2130903231, - 2130903349}; + 2130903234, + 2130903356}; // aapt resource value: 0 public const int SnackbarLayout_android_maxWidth = 0; @@ -9078,13 +9433,13 @@ public partial class Styleable // aapt resource value: 1 public const int Snackbar_snackbarStyle = 1; - // aapt resource value: { 0x10100B2,0x1010176,0x101017B,0x1010262,0x7F03014E } + // aapt resource value: { 0x10100B2,0x1010176,0x101017B,0x1010262,0x7F030156 } public static int[] Spinner = new int[] { 16842930, 16843126, 16843131, 16843362, - 2130903374}; + 2130903382}; // aapt resource value: 3 public const int Spinner_android_dropDownWidth = 3; @@ -9135,22 +9490,22 @@ public partial class Styleable // aapt resource value: 1 public const int StateListDrawable_android_visible = 1; - // aapt resource value: { 0x1010124,0x1010125,0x1010142,0x7F030169,0x7F030174,0x7F030187,0x7F030188,0x7F03018A,0x7F0301C3,0x7F0301C4,0x7F0301C5,0x7F0301DC,0x7F0301DD,0x7F0301DE } + // aapt resource value: { 0x1010124,0x1010125,0x1010142,0x7F030174,0x7F03017F,0x7F030192,0x7F030193,0x7F030195,0x7F0301CE,0x7F0301CF,0x7F0301D0,0x7F0301E7,0x7F0301E8,0x7F0301E9 } public static int[] SwitchCompat = new int[] { 16843044, 16843045, 16843074, - 2130903401, 2130903412, - 2130903431, - 2130903432, - 2130903434, - 2130903491, - 2130903492, - 2130903493, - 2130903516, - 2130903517, - 2130903518}; + 2130903423, + 2130903442, + 2130903443, + 2130903445, + 2130903502, + 2130903503, + 2130903504, + 2130903527, + 2130903528, + 2130903529}; // aapt resource value: 1 public const int SwitchCompat_android_textOff = 1; @@ -9209,19 +9564,8 @@ public partial class Styleable // aapt resource value: 2 public const int TabItem_android_text = 2; - // aapt resource value: { 0x7F03018B,0x7F03018C,0x7F03018D,0x7F03018E,0x7F03018F,0x7F030190,0x7F030191,0x7F030192,0x7F030193,0x7F030194,0x7F030195,0x7F030196,0x7F030197,0x7F030198,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03019E,0x7F03019F,0x7F0301A0,0x7F0301A2,0x7F0301A3,0x7F0301A4 } + // aapt resource value: { 0x7F030196,0x7F030197,0x7F030198,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03019E,0x7F03019F,0x7F0301A0,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A5,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F0301AB,0x7F0301AD,0x7F0301AE,0x7F0301AF } public static int[] TabLayout = new int[] { - 2130903435, - 2130903436, - 2130903437, - 2130903438, - 2130903439, - 2130903440, - 2130903441, - 2130903442, - 2130903443, - 2130903444, - 2130903445, 2130903446, 2130903447, 2130903448, @@ -9233,9 +9577,20 @@ public partial class Styleable 2130903454, 2130903455, 2130903456, + 2130903457, 2130903458, 2130903459, - 2130903460}; + 2130903460, + 2130903461, + 2130903462, + 2130903463, + 2130903464, + 2130903465, + 2130903466, + 2130903467, + 2130903469, + 2130903470, + 2130903471}; // aapt resource value: 0 public const int TabLayout_tabBackground = 0; @@ -9312,7 +9667,7 @@ public partial class Styleable // aapt resource value: 24 public const int TabLayout_tabUnboundedRipple = 24; - // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x101009A,0x101009B,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x1010585,0x7F0300DB,0x7F0300E3,0x7F0301A5,0x7F0301BF } + // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x101009A,0x101009B,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x1010585,0x7F0300DE,0x7F0300E7,0x7F0301B0,0x7F0301CA } public static int[] TextAppearance = new int[] { 16842901, 16842902, @@ -9326,10 +9681,10 @@ public partial class Styleable 16843108, 16843692, 16844165, - 2130903259, - 2130903267, - 2130903461, - 2130903487}; + 2130903262, + 2130903271, + 2130903472, + 2130903498}; // aapt resource value: 10 public const int TextAppearance_android_fontFamily = 10; @@ -9379,7 +9734,7 @@ public partial class Styleable // aapt resource value: 15 public const int TextAppearance_textLocale = 15; - // aapt resource value: { 0x101009A,0x1010150,0x7F030043,0x7F030044,0x7F030045,0x7F030046,0x7F030047,0x7F030048,0x7F030049,0x7F03004A,0x7F03004B,0x7F0300A1,0x7F0300A2,0x7F0300A3,0x7F0300A4,0x7F0300C2,0x7F0300C3,0x7F0300EA,0x7F0300EB,0x7F0300EC,0x7F0300F0,0x7F0300F1,0x7F0300F2,0x7F030148,0x7F030149,0x7F03014A,0x7F03014B,0x7F03014C } + // aapt resource value: { 0x101009A,0x1010150,0x7F030043,0x7F030044,0x7F030045,0x7F030046,0x7F030047,0x7F030048,0x7F030049,0x7F03004A,0x7F03004B,0x7F0300A4,0x7F0300A5,0x7F0300A6,0x7F0300A7,0x7F0300C5,0x7F0300C6,0x7F0300EE,0x7F0300EF,0x7F0300F0,0x7F0300F4,0x7F0300F5,0x7F0300F6,0x7F030150,0x7F030151,0x7F030152,0x7F030153,0x7F030154 } public static int[] TextInputLayout = new int[] { 16842906, 16843088, @@ -9392,23 +9747,23 @@ public partial class Styleable 2130903113, 2130903114, 2130903115, - 2130903201, - 2130903202, - 2130903203, 2130903204, - 2130903234, - 2130903235, - 2130903274, - 2130903275, - 2130903276, + 2130903205, + 2130903206, + 2130903207, + 2130903237, + 2130903238, + 2130903278, + 2130903279, 2130903280, - 2130903281, - 2130903282, - 2130903368, - 2130903369, - 2130903370, - 2130903371, - 2130903372}; + 2130903284, + 2130903285, + 2130903286, + 2130903376, + 2130903377, + 2130903378, + 2130903379, + 2130903380}; // aapt resource value: 1 public const int TextInputLayout_android_hint = 1; @@ -9494,11 +9849,11 @@ public partial class Styleable // aapt resource value: 27 public const int TextInputLayout_passwordToggleTintMode = 27; - // aapt resource value: { 0x1010034,0x7F0300C0,0x7F0300C1 } + // aapt resource value: { 0x1010034,0x7F0300C3,0x7F0300C4 } public static int[] ThemeEnforcement = new int[] { 16842804, - 2130903232, - 2130903233}; + 2130903235, + 2130903236}; // aapt resource value: 0 public const int ThemeEnforcement_android_textAppearance = 0; @@ -9509,38 +9864,38 @@ public partial class Styleable // aapt resource value: 2 public const int ThemeEnforcement_enforceTextAppearance = 2; - // aapt resource value: { 0x10100AF,0x1010140,0x7F030052,0x7F030080,0x7F030081,0x7F030092,0x7F030093,0x7F030094,0x7F030095,0x7F030096,0x7F030097,0x7F030131,0x7F030132,0x7F030136,0x7F030139,0x7F03013B,0x7F03013C,0x7F03014E,0x7F030182,0x7F030183,0x7F030184,0x7F0301CB,0x7F0301CD,0x7F0301CE,0x7F0301CF,0x7F0301D0,0x7F0301D1,0x7F0301D2,0x7F0301D3,0x7F0301D4 } + // aapt resource value: { 0x10100AF,0x1010140,0x7F030052,0x7F030082,0x7F030083,0x7F030095,0x7F030096,0x7F030097,0x7F030098,0x7F030099,0x7F03009A,0x7F030138,0x7F030139,0x7F03013D,0x7F030140,0x7F030142,0x7F030143,0x7F030156,0x7F03018D,0x7F03018E,0x7F03018F,0x7F0301D6,0x7F0301D8,0x7F0301D9,0x7F0301DA,0x7F0301DB,0x7F0301DC,0x7F0301DD,0x7F0301DE,0x7F0301DF } public static int[] Toolbar = new int[] { 16842927, 16843072, 2130903122, - 2130903168, - 2130903169, - 2130903186, - 2130903187, - 2130903188, + 2130903170, + 2130903171, 2130903189, 2130903190, 2130903191, - 2130903345, - 2130903346, - 2130903350, + 2130903192, + 2130903193, + 2130903194, + 2130903352, 2130903353, - 2130903355, - 2130903356, - 2130903374, - 2130903426, - 2130903427, - 2130903428, - 2130903499, - 2130903501, - 2130903502, - 2130903503, - 2130903504, - 2130903505, - 2130903506, - 2130903507, - 2130903508}; + 2130903357, + 2130903360, + 2130903362, + 2130903363, + 2130903382, + 2130903437, + 2130903438, + 2130903439, + 2130903510, + 2130903512, + 2130903513, + 2130903514, + 2130903515, + 2130903516, + 2130903517, + 2130903518, + 2130903519}; // aapt resource value: 0 public const int Toolbar_android_gravity = 0; @@ -9632,13 +9987,13 @@ public partial class Styleable // aapt resource value: 29 public const int Toolbar_titleTextColor = 29; - // aapt resource value: { 0x1010000,0x10100DA,0x7F030142,0x7F030143,0x7F0301C1 } + // aapt resource value: { 0x1010000,0x10100DA,0x7F03014A,0x7F03014B,0x7F0301CC } public static int[] View = new int[] { 16842752, 16842970, - 2130903362, - 2130903363, - 2130903489}; + 2130903370, + 2130903371, + 2130903500}; // aapt resource value: { 0x10100D4,0x7F030034,0x7F030035 } public static int[] ViewBackgroundHelper = new int[] { @@ -9698,11 +10053,11 @@ private Styleable() public partial class Xml { - // aapt resource value: 0x7F110000 - public const int image_share_filepaths = 2131820544; + // aapt resource value: 0x7F130000 + public const int image_share_filepaths = 2131951616; - // aapt resource value: 0x7F110001 - public const int xamarin_essentials_fileprovider_file_paths = 2131820545; + // aapt resource value: 0x7F130001 + public const int xamarin_essentials_fileprovider_file_paths = 2131951617; static Xml() { diff --git a/TODO-app/TODO-app/TODO-app.csproj b/TODO-app/TODO-app/TODO-app.csproj index 86ab459..909a1a3 100644 --- a/TODO-app/TODO-app/TODO-app.csproj +++ b/TODO-app/TODO-app/TODO-app.csproj @@ -85,6 +85,7 @@ + @@ -118,9 +119,15 @@ 6.0.6 - - - + + + 121.1.0 + + + + + 118.1.0 + diff --git a/TODO-app/TODO-app/google-services.json b/TODO-app/TODO-app/google-services.json new file mode 100644 index 0000000..071ffea --- /dev/null +++ b/TODO-app/TODO-app/google-services.json @@ -0,0 +1,39 @@ +{ + "project_info": { + "project_number": "847120914475", + "project_id": "todo-app-b590d", + "storage_bucket": "todo-app-b590d.appspot.com" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:847120914475:android:ec901636439007ebd1b26e", + "android_client_info": { + "package_name": "com.tiimi1.todo_app" + } + }, + "oauth_client": [ + { + "client_id": "847120914475-0faaedpe232tkt79358qbncmfhvo0gmq.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyB8lIaaX7be5JbxYXNvZClYCHCkfMHZKYo" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [ + { + "client_id": "847120914475-0faaedpe232tkt79358qbncmfhvo0gmq.apps.googleusercontent.com", + "client_type": 3 + } + ] + } + } + } + ], + "configuration_version": "1" +} \ No newline at end of file