diff --git a/src/SantaTalk.Android/MainActivity.cs b/src/SantaTalk.Android/MainActivity.cs index 15fa73e..c32a3e8 100644 --- a/src/SantaTalk.Android/MainActivity.cs +++ b/src/SantaTalk.Android/MainActivity.cs @@ -6,12 +6,38 @@ using Android.Views; using Android.Widget; using Android.OS; +using Android; namespace SantaTalk.Droid { [Activity(Label = "SantaTalk", Icon = "@mipmap/icon", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)] public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity { + const int RequestLocationId = 0; + + readonly string[] LocationPermissions = + { + Manifest.Permission.AccessCoarseLocation, + Manifest.Permission.AccessFineLocation + }; + + protected override void OnStart() + { + base.OnStart(); + + if ((int)Build.VERSION.SdkInt >= 23) + { + if (CheckSelfPermission(Manifest.Permission.AccessFineLocation) != Permission.Granted) + { + RequestPermissions(LocationPermissions, RequestLocationId); + } + else + { + // Permissions already granted - display a message. + } + } + } + protected override void OnCreate(Bundle savedInstanceState) { TabLayoutResource = Resource.Layout.Tabbar; @@ -21,6 +47,7 @@ protected override void OnCreate(Bundle savedInstanceState) Xamarin.Essentials.Platform.Init(this, savedInstanceState); global::Xamarin.Forms.Forms.Init(this, savedInstanceState); + Xamarin.FormsMaps.Init(this, savedInstanceState); FFImageLoading.Forms.Platform.CachedImageRenderer.Init(true); LoadApplication(new App()); } diff --git a/src/SantaTalk.Android/Properties/AndroidManifest.xml b/src/SantaTalk.Android/Properties/AndroidManifest.xml index ba3f8c2..f952bf5 100644 --- a/src/SantaTalk.Android/Properties/AndroidManifest.xml +++ b/src/SantaTalk.Android/Properties/AndroidManifest.xml @@ -1,6 +1,15 @@  - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/src/SantaTalk.Android/Resources/Resource.designer.cs b/src/SantaTalk.Android/Resources/Resource.designer.cs index 1d944e7..be5c043 100644 --- a/src/SantaTalk.Android/Resources/Resource.designer.cs +++ b/src/SantaTalk.Android/Resources/Resource.designer.cs @@ -3016,1312 +3016,1399 @@ public partial class Attribute public const int alphabeticModifiers = 2130903080; // aapt resource value: 0x7F030029 - public const int arrowHeadLength = 2130903081; + public const int ambientEnabled = 2130903081; // aapt resource value: 0x7F03002A - public const int arrowShaftLength = 2130903082; + public const int arrowHeadLength = 2130903082; // aapt resource value: 0x7F03002B - public const int autoCompleteTextViewStyle = 2130903083; + public const int arrowShaftLength = 2130903083; // aapt resource value: 0x7F03002C - public const int autoSizeMaxTextSize = 2130903084; + public const int autoCompleteTextViewStyle = 2130903084; // aapt resource value: 0x7F03002D - public const int autoSizeMinTextSize = 2130903085; + public const int autoSizeMaxTextSize = 2130903085; // aapt resource value: 0x7F03002E - public const int autoSizePresetSizes = 2130903086; + public const int autoSizeMinTextSize = 2130903086; // aapt resource value: 0x7F03002F - public const int autoSizeStepGranularity = 2130903087; + public const int autoSizePresetSizes = 2130903087; // aapt resource value: 0x7F030030 - public const int autoSizeTextType = 2130903088; + public const int autoSizeStepGranularity = 2130903088; // aapt resource value: 0x7F030031 - public const int background = 2130903089; + public const int autoSizeTextType = 2130903089; // aapt resource value: 0x7F030032 - public const int backgroundSplit = 2130903090; + public const int background = 2130903090; // aapt resource value: 0x7F030033 - public const int backgroundStacked = 2130903091; + public const int backgroundSplit = 2130903091; // aapt resource value: 0x7F030034 - public const int backgroundTint = 2130903092; + public const int backgroundStacked = 2130903092; // aapt resource value: 0x7F030035 - public const int backgroundTintMode = 2130903093; + public const int backgroundTint = 2130903093; // aapt resource value: 0x7F030036 - public const int barLength = 2130903094; + public const int backgroundTintMode = 2130903094; // aapt resource value: 0x7F030037 - public const int behavior_autoHide = 2130903095; + public const int barLength = 2130903095; // aapt resource value: 0x7F030038 - public const int behavior_fitToContents = 2130903096; + public const int behavior_autoHide = 2130903096; // aapt resource value: 0x7F030039 - public const int behavior_hideable = 2130903097; + public const int behavior_fitToContents = 2130903097; // aapt resource value: 0x7F03003A - public const int behavior_overlapTop = 2130903098; + public const int behavior_hideable = 2130903098; // aapt resource value: 0x7F03003B - public const int behavior_peekHeight = 2130903099; + public const int behavior_overlapTop = 2130903099; // aapt resource value: 0x7F03003C - public const int behavior_skipCollapsed = 2130903100; - - // aapt resource value: 0x7F03003E - public const int borderlessButtonStyle = 2130903102; + public const int behavior_peekHeight = 2130903100; // aapt resource value: 0x7F03003D - public const int borderWidth = 2130903101; + public const int behavior_skipCollapsed = 2130903101; // aapt resource value: 0x7F03003F - public const int bottomAppBarStyle = 2130903103; + public const int borderlessButtonStyle = 2130903103; + + // aapt resource value: 0x7F03003E + public const int borderWidth = 2130903102; // aapt resource value: 0x7F030040 - public const int bottomNavigationStyle = 2130903104; + public const int bottomAppBarStyle = 2130903104; // aapt resource value: 0x7F030041 - public const int bottomSheetDialogTheme = 2130903105; + public const int bottomNavigationStyle = 2130903105; // aapt resource value: 0x7F030042 - public const int bottomSheetStyle = 2130903106; + public const int bottomSheetDialogTheme = 2130903106; // aapt resource value: 0x7F030043 - public const int boxBackgroundColor = 2130903107; + public const int bottomSheetStyle = 2130903107; // aapt resource value: 0x7F030044 - public const int boxBackgroundMode = 2130903108; + public const int boxBackgroundColor = 2130903108; // aapt resource value: 0x7F030045 - public const int boxCollapsedPaddingTop = 2130903109; + public const int boxBackgroundMode = 2130903109; // aapt resource value: 0x7F030046 - public const int boxCornerRadiusBottomEnd = 2130903110; + public const int boxCollapsedPaddingTop = 2130903110; // aapt resource value: 0x7F030047 - public const int boxCornerRadiusBottomStart = 2130903111; + public const int boxCornerRadiusBottomEnd = 2130903111; // aapt resource value: 0x7F030048 - public const int boxCornerRadiusTopEnd = 2130903112; + public const int boxCornerRadiusBottomStart = 2130903112; // aapt resource value: 0x7F030049 - public const int boxCornerRadiusTopStart = 2130903113; + public const int boxCornerRadiusTopEnd = 2130903113; // aapt resource value: 0x7F03004A - public const int boxStrokeColor = 2130903114; + public const int boxCornerRadiusTopStart = 2130903114; // aapt resource value: 0x7F03004B - public const int boxStrokeWidth = 2130903115; + public const int boxStrokeColor = 2130903115; // aapt resource value: 0x7F03004C - public const int buttonBarButtonStyle = 2130903116; + public const int boxStrokeWidth = 2130903116; // aapt resource value: 0x7F03004D - public const int buttonBarNegativeButtonStyle = 2130903117; + public const int buttonBarButtonStyle = 2130903117; // aapt resource value: 0x7F03004E - public const int buttonBarNeutralButtonStyle = 2130903118; + public const int buttonBarNegativeButtonStyle = 2130903118; // aapt resource value: 0x7F03004F - public const int buttonBarPositiveButtonStyle = 2130903119; + public const int buttonBarNeutralButtonStyle = 2130903119; // aapt resource value: 0x7F030050 - public const int buttonBarStyle = 2130903120; + public const int buttonBarPositiveButtonStyle = 2130903120; // aapt resource value: 0x7F030051 - public const int buttonGravity = 2130903121; + public const int buttonBarStyle = 2130903121; // aapt resource value: 0x7F030052 - public const int buttonIconDimen = 2130903122; + public const int buttonGravity = 2130903122; // aapt resource value: 0x7F030053 - public const int buttonPanelSideLayout = 2130903123; + public const int buttonIconDimen = 2130903123; // aapt resource value: 0x7F030054 - public const int buttonStyle = 2130903124; + public const int buttonPanelSideLayout = 2130903124; // aapt resource value: 0x7F030055 - public const int buttonStyleSmall = 2130903125; + public const int buttonSize = 2130903125; // aapt resource value: 0x7F030056 - public const int buttonTint = 2130903126; + public const int buttonStyle = 2130903126; // aapt resource value: 0x7F030057 - public const int buttonTintMode = 2130903127; + public const int buttonStyleSmall = 2130903127; // aapt resource value: 0x7F030058 - public const int cardBackgroundColor = 2130903128; + public const int buttonTint = 2130903128; // aapt resource value: 0x7F030059 - public const int cardCornerRadius = 2130903129; + public const int buttonTintMode = 2130903129; // aapt resource value: 0x7F03005A - public const int cardElevation = 2130903130; + public const int cameraBearing = 2130903130; // aapt resource value: 0x7F03005B - public const int cardMaxElevation = 2130903131; + public const int cameraMaxZoomPreference = 2130903131; // aapt resource value: 0x7F03005C - public const int cardPreventCornerOverlap = 2130903132; + public const int cameraMinZoomPreference = 2130903132; // aapt resource value: 0x7F03005D - public const int cardUseCompatPadding = 2130903133; + public const int cameraTargetLat = 2130903133; // aapt resource value: 0x7F03005E - public const int cardViewStyle = 2130903134; + public const int cameraTargetLng = 2130903134; // aapt resource value: 0x7F03005F - public const int checkboxStyle = 2130903135; + public const int cameraTilt = 2130903135; // aapt resource value: 0x7F030060 - public const int checkedChip = 2130903136; + public const int cameraZoom = 2130903136; // aapt resource value: 0x7F030061 - public const int checkedIcon = 2130903137; + public const int cardBackgroundColor = 2130903137; // aapt resource value: 0x7F030062 - public const int checkedIconEnabled = 2130903138; + public const int cardCornerRadius = 2130903138; // aapt resource value: 0x7F030063 - public const int checkedIconVisible = 2130903139; + public const int cardElevation = 2130903139; // aapt resource value: 0x7F030064 - public const int checkedTextViewStyle = 2130903140; + public const int cardMaxElevation = 2130903140; // aapt resource value: 0x7F030065 - public const int chipBackgroundColor = 2130903141; + public const int cardPreventCornerOverlap = 2130903141; // aapt resource value: 0x7F030066 - public const int chipCornerRadius = 2130903142; + public const int cardUseCompatPadding = 2130903142; // aapt resource value: 0x7F030067 - public const int chipEndPadding = 2130903143; + public const int cardViewStyle = 2130903143; // aapt resource value: 0x7F030068 - public const int chipGroupStyle = 2130903144; + public const int checkboxStyle = 2130903144; // aapt resource value: 0x7F030069 - public const int chipIcon = 2130903145; + public const int checkedChip = 2130903145; // aapt resource value: 0x7F03006A - public const int chipIconEnabled = 2130903146; + public const int checkedIcon = 2130903146; // aapt resource value: 0x7F03006B - public const int chipIconSize = 2130903147; + public const int checkedIconEnabled = 2130903147; // aapt resource value: 0x7F03006C - public const int chipIconTint = 2130903148; + public const int checkedIconVisible = 2130903148; // aapt resource value: 0x7F03006D - public const int chipIconVisible = 2130903149; + public const int checkedTextViewStyle = 2130903149; // aapt resource value: 0x7F03006E - public const int chipMinHeight = 2130903150; + public const int chipBackgroundColor = 2130903150; // aapt resource value: 0x7F03006F - public const int chipSpacing = 2130903151; + public const int chipCornerRadius = 2130903151; // aapt resource value: 0x7F030070 - public const int chipSpacingHorizontal = 2130903152; + public const int chipEndPadding = 2130903152; // aapt resource value: 0x7F030071 - public const int chipSpacingVertical = 2130903153; + public const int chipGroupStyle = 2130903153; // aapt resource value: 0x7F030072 - public const int chipStandaloneStyle = 2130903154; + public const int chipIcon = 2130903154; // aapt resource value: 0x7F030073 - public const int chipStartPadding = 2130903155; + public const int chipIconEnabled = 2130903155; // aapt resource value: 0x7F030074 - public const int chipStrokeColor = 2130903156; + public const int chipIconSize = 2130903156; // aapt resource value: 0x7F030075 - public const int chipStrokeWidth = 2130903157; + public const int chipIconTint = 2130903157; // aapt resource value: 0x7F030076 - public const int chipStyle = 2130903158; + public const int chipIconVisible = 2130903158; // aapt resource value: 0x7F030077 - public const int closeIcon = 2130903159; + public const int chipMinHeight = 2130903159; // aapt resource value: 0x7F030078 - public const int closeIconEnabled = 2130903160; + public const int chipSpacing = 2130903160; // aapt resource value: 0x7F030079 - public const int closeIconEndPadding = 2130903161; + public const int chipSpacingHorizontal = 2130903161; // aapt resource value: 0x7F03007A - public const int closeIconSize = 2130903162; + public const int chipSpacingVertical = 2130903162; // aapt resource value: 0x7F03007B - public const int closeIconStartPadding = 2130903163; + public const int chipStandaloneStyle = 2130903163; // aapt resource value: 0x7F03007C - public const int closeIconTint = 2130903164; + public const int chipStartPadding = 2130903164; // aapt resource value: 0x7F03007D - public const int closeIconVisible = 2130903165; + public const int chipStrokeColor = 2130903165; // aapt resource value: 0x7F03007E - public const int closeItemLayout = 2130903166; + public const int chipStrokeWidth = 2130903166; // aapt resource value: 0x7F03007F - public const int collapseContentDescription = 2130903167; + public const int chipStyle = 2130903167; + + // aapt resource value: 0x7F030080 + public const int circleCrop = 2130903168; // aapt resource value: 0x7F030081 - public const int collapsedTitleGravity = 2130903169; + public const int closeIcon = 2130903169; // aapt resource value: 0x7F030082 - public const int collapsedTitleTextAppearance = 2130903170; - - // aapt resource value: 0x7F030080 - public const int collapseIcon = 2130903168; + public const int closeIconEnabled = 2130903170; // aapt resource value: 0x7F030083 - public const int color = 2130903171; + public const int closeIconEndPadding = 2130903171; // aapt resource value: 0x7F030084 - public const int colorAccent = 2130903172; + public const int closeIconSize = 2130903172; // aapt resource value: 0x7F030085 - public const int colorBackgroundFloating = 2130903173; + public const int closeIconStartPadding = 2130903173; // aapt resource value: 0x7F030086 - public const int colorButtonNormal = 2130903174; + public const int closeIconTint = 2130903174; // aapt resource value: 0x7F030087 - public const int colorControlActivated = 2130903175; + public const int closeIconVisible = 2130903175; // aapt resource value: 0x7F030088 - public const int colorControlHighlight = 2130903176; + public const int closeItemLayout = 2130903176; // aapt resource value: 0x7F030089 - public const int colorControlNormal = 2130903177; - - // aapt resource value: 0x7F03008A - public const int colorError = 2130903178; + public const int collapseContentDescription = 2130903177; // aapt resource value: 0x7F03008B - public const int colorPrimary = 2130903179; + public const int collapsedTitleGravity = 2130903179; // aapt resource value: 0x7F03008C - public const int colorPrimaryDark = 2130903180; + public const int collapsedTitleTextAppearance = 2130903180; + + // aapt resource value: 0x7F03008A + public const int collapseIcon = 2130903178; // aapt resource value: 0x7F03008D - public const int colorSecondary = 2130903181; + public const int color = 2130903181; // aapt resource value: 0x7F03008E - public const int colorSwitchThumbNormal = 2130903182; + public const int colorAccent = 2130903182; // aapt resource value: 0x7F03008F - public const int commitIcon = 2130903183; + public const int colorBackgroundFloating = 2130903183; // aapt resource value: 0x7F030090 - public const int contentDescription = 2130903184; + public const int colorButtonNormal = 2130903184; // aapt resource value: 0x7F030091 - public const int contentInsetEnd = 2130903185; + public const int colorControlActivated = 2130903185; // aapt resource value: 0x7F030092 - public const int contentInsetEndWithActions = 2130903186; + public const int colorControlHighlight = 2130903186; // aapt resource value: 0x7F030093 - public const int contentInsetLeft = 2130903187; + public const int colorControlNormal = 2130903187; // aapt resource value: 0x7F030094 - public const int contentInsetRight = 2130903188; + public const int colorError = 2130903188; // aapt resource value: 0x7F030095 - public const int contentInsetStart = 2130903189; + public const int colorPrimary = 2130903189; // aapt resource value: 0x7F030096 - public const int contentInsetStartWithNavigation = 2130903190; + public const int colorPrimaryDark = 2130903190; // aapt resource value: 0x7F030097 - public const int contentPadding = 2130903191; + public const int colorScheme = 2130903191; // aapt resource value: 0x7F030098 - public const int contentPaddingBottom = 2130903192; + public const int colorSecondary = 2130903192; // aapt resource value: 0x7F030099 - public const int contentPaddingLeft = 2130903193; + public const int colorSwitchThumbNormal = 2130903193; // aapt resource value: 0x7F03009A - public const int contentPaddingRight = 2130903194; + public const int commitIcon = 2130903194; // aapt resource value: 0x7F03009B - public const int contentPaddingTop = 2130903195; + public const int contentDescription = 2130903195; // aapt resource value: 0x7F03009C - public const int contentScrim = 2130903196; + public const int contentInsetEnd = 2130903196; // aapt resource value: 0x7F03009D - public const int controlBackground = 2130903197; + public const int contentInsetEndWithActions = 2130903197; // aapt resource value: 0x7F03009E - public const int coordinatorLayoutStyle = 2130903198; + public const int contentInsetLeft = 2130903198; // aapt resource value: 0x7F03009F - public const int cornerRadius = 2130903199; + public const int contentInsetRight = 2130903199; // aapt resource value: 0x7F0300A0 - public const int counterEnabled = 2130903200; + public const int contentInsetStart = 2130903200; // aapt resource value: 0x7F0300A1 - public const int counterMaxLength = 2130903201; + public const int contentInsetStartWithNavigation = 2130903201; // aapt resource value: 0x7F0300A2 - public const int counterOverflowTextAppearance = 2130903202; + public const int contentPadding = 2130903202; // aapt resource value: 0x7F0300A3 - public const int counterTextAppearance = 2130903203; + public const int contentPaddingBottom = 2130903203; // aapt resource value: 0x7F0300A4 - public const int customNavigationLayout = 2130903204; + public const int contentPaddingLeft = 2130903204; // aapt resource value: 0x7F0300A5 - public const int defaultQueryHint = 2130903205; + public const int contentPaddingRight = 2130903205; // aapt resource value: 0x7F0300A6 - public const int dialogCornerRadius = 2130903206; + public const int contentPaddingTop = 2130903206; // aapt resource value: 0x7F0300A7 - public const int dialogPreferredPadding = 2130903207; + public const int contentScrim = 2130903207; // aapt resource value: 0x7F0300A8 - public const int dialogTheme = 2130903208; + public const int controlBackground = 2130903208; // aapt resource value: 0x7F0300A9 - public const int displayOptions = 2130903209; + public const int coordinatorLayoutStyle = 2130903209; // aapt resource value: 0x7F0300AA - public const int divider = 2130903210; + public const int cornerRadius = 2130903210; // aapt resource value: 0x7F0300AB - public const int dividerHorizontal = 2130903211; + public const int counterEnabled = 2130903211; // aapt resource value: 0x7F0300AC - public const int dividerPadding = 2130903212; + public const int counterMaxLength = 2130903212; // aapt resource value: 0x7F0300AD - public const int dividerVertical = 2130903213; + public const int counterOverflowTextAppearance = 2130903213; // aapt resource value: 0x7F0300AE - public const int drawableSize = 2130903214; + public const int counterTextAppearance = 2130903214; // aapt resource value: 0x7F0300AF - public const int drawerArrowStyle = 2130903215; - - // aapt resource value: 0x7F0300B1 - public const int dropdownListPreferredItemHeight = 2130903217; + public const int customNavigationLayout = 2130903215; // aapt resource value: 0x7F0300B0 - public const int dropDownListViewStyle = 2130903216; + public const int defaultQueryHint = 2130903216; + + // aapt resource value: 0x7F0300B1 + public const int dialogCornerRadius = 2130903217; // aapt resource value: 0x7F0300B2 - public const int editTextBackground = 2130903218; + public const int dialogPreferredPadding = 2130903218; // aapt resource value: 0x7F0300B3 - public const int editTextColor = 2130903219; + public const int dialogTheme = 2130903219; // aapt resource value: 0x7F0300B4 - public const int editTextStyle = 2130903220; + public const int displayOptions = 2130903220; // aapt resource value: 0x7F0300B5 - public const int elevation = 2130903221; + public const int divider = 2130903221; // aapt resource value: 0x7F0300B6 - public const int enforceMaterialTheme = 2130903222; + public const int dividerHorizontal = 2130903222; // aapt resource value: 0x7F0300B7 - public const int enforceTextAppearance = 2130903223; + public const int dividerPadding = 2130903223; // aapt resource value: 0x7F0300B8 - public const int errorEnabled = 2130903224; + public const int dividerVertical = 2130903224; // aapt resource value: 0x7F0300B9 - public const int errorTextAppearance = 2130903225; + public const int drawableSize = 2130903225; // aapt resource value: 0x7F0300BA - public const int expandActivityOverflowButtonDrawable = 2130903226; - - // aapt resource value: 0x7F0300BB - public const int expanded = 2130903227; + public const int drawerArrowStyle = 2130903226; // aapt resource value: 0x7F0300BC - public const int expandedTitleGravity = 2130903228; + public const int dropdownListPreferredItemHeight = 2130903228; + + // aapt resource value: 0x7F0300BB + public const int dropDownListViewStyle = 2130903227; // aapt resource value: 0x7F0300BD - public const int expandedTitleMargin = 2130903229; + public const int editTextBackground = 2130903229; // aapt resource value: 0x7F0300BE - public const int expandedTitleMarginBottom = 2130903230; + public const int editTextColor = 2130903230; // aapt resource value: 0x7F0300BF - public const int expandedTitleMarginEnd = 2130903231; + public const int editTextStyle = 2130903231; // aapt resource value: 0x7F0300C0 - public const int expandedTitleMarginStart = 2130903232; + public const int elevation = 2130903232; // aapt resource value: 0x7F0300C1 - public const int expandedTitleMarginTop = 2130903233; + public const int enforceMaterialTheme = 2130903233; // aapt resource value: 0x7F0300C2 - public const int expandedTitleTextAppearance = 2130903234; + public const int enforceTextAppearance = 2130903234; // aapt resource value: 0x7F0300C3 - public const int fabAlignmentMode = 2130903235; + public const int errorEnabled = 2130903235; // aapt resource value: 0x7F0300C4 - public const int fabCradleMargin = 2130903236; + public const int errorTextAppearance = 2130903236; // aapt resource value: 0x7F0300C5 - public const int fabCradleRoundedCornerRadius = 2130903237; + public const int expandActivityOverflowButtonDrawable = 2130903237; // aapt resource value: 0x7F0300C6 - public const int fabCradleVerticalOffset = 2130903238; + public const int expanded = 2130903238; // aapt resource value: 0x7F0300C7 - public const int fabCustomSize = 2130903239; + public const int expandedTitleGravity = 2130903239; // aapt resource value: 0x7F0300C8 - public const int fabSize = 2130903240; + public const int expandedTitleMargin = 2130903240; // aapt resource value: 0x7F0300C9 - public const int fastScrollEnabled = 2130903241; + public const int expandedTitleMarginBottom = 2130903241; // aapt resource value: 0x7F0300CA - public const int fastScrollHorizontalThumbDrawable = 2130903242; + public const int expandedTitleMarginEnd = 2130903242; // aapt resource value: 0x7F0300CB - public const int fastScrollHorizontalTrackDrawable = 2130903243; + public const int expandedTitleMarginStart = 2130903243; // aapt resource value: 0x7F0300CC - public const int fastScrollVerticalThumbDrawable = 2130903244; + public const int expandedTitleMarginTop = 2130903244; // aapt resource value: 0x7F0300CD - public const int fastScrollVerticalTrackDrawable = 2130903245; + public const int expandedTitleTextAppearance = 2130903245; // aapt resource value: 0x7F0300CE - public const int firstBaselineToTopHeight = 2130903246; + public const int fabAlignmentMode = 2130903246; // aapt resource value: 0x7F0300CF - public const int floatingActionButtonStyle = 2130903247; + public const int fabCradleMargin = 2130903247; // aapt resource value: 0x7F0300D0 - public const int font = 2130903248; + public const int fabCradleRoundedCornerRadius = 2130903248; // aapt resource value: 0x7F0300D1 - public const int fontFamily = 2130903249; + public const int fabCradleVerticalOffset = 2130903249; // aapt resource value: 0x7F0300D2 - public const int fontProviderAuthority = 2130903250; + public const int fabCustomSize = 2130903250; // aapt resource value: 0x7F0300D3 - public const int fontProviderCerts = 2130903251; + public const int fabSize = 2130903251; // aapt resource value: 0x7F0300D4 - public const int fontProviderFetchStrategy = 2130903252; + public const int fastScrollEnabled = 2130903252; // aapt resource value: 0x7F0300D5 - public const int fontProviderFetchTimeout = 2130903253; + public const int fastScrollHorizontalThumbDrawable = 2130903253; // aapt resource value: 0x7F0300D6 - public const int fontProviderPackage = 2130903254; + public const int fastScrollHorizontalTrackDrawable = 2130903254; // aapt resource value: 0x7F0300D7 - public const int fontProviderQuery = 2130903255; + public const int fastScrollVerticalThumbDrawable = 2130903255; // aapt resource value: 0x7F0300D8 - public const int fontStyle = 2130903256; + public const int fastScrollVerticalTrackDrawable = 2130903256; // aapt resource value: 0x7F0300D9 - public const int fontVariationSettings = 2130903257; + public const int firstBaselineToTopHeight = 2130903257; // aapt resource value: 0x7F0300DA - public const int fontWeight = 2130903258; + public const int floatingActionButtonStyle = 2130903258; // aapt resource value: 0x7F0300DB - public const int foregroundInsidePadding = 2130903259; + public const int font = 2130903259; // aapt resource value: 0x7F0300DC - public const int gapBetweenBars = 2130903260; + public const int fontFamily = 2130903260; // aapt resource value: 0x7F0300DD - public const int goIcon = 2130903261; + public const int fontProviderAuthority = 2130903261; // aapt resource value: 0x7F0300DE - public const int headerLayout = 2130903262; + public const int fontProviderCerts = 2130903262; // aapt resource value: 0x7F0300DF - public const int height = 2130903263; + public const int fontProviderFetchStrategy = 2130903263; // aapt resource value: 0x7F0300E0 - public const int helperText = 2130903264; + public const int fontProviderFetchTimeout = 2130903264; // aapt resource value: 0x7F0300E1 - public const int helperTextEnabled = 2130903265; + public const int fontProviderPackage = 2130903265; // aapt resource value: 0x7F0300E2 - public const int helperTextTextAppearance = 2130903266; + public const int fontProviderQuery = 2130903266; // aapt resource value: 0x7F0300E3 - public const int hideMotionSpec = 2130903267; + public const int fontStyle = 2130903267; // aapt resource value: 0x7F0300E4 - public const int hideOnContentScroll = 2130903268; + public const int fontVariationSettings = 2130903268; // aapt resource value: 0x7F0300E5 - public const int hideOnScroll = 2130903269; + public const int fontWeight = 2130903269; // aapt resource value: 0x7F0300E6 - public const int hintAnimationEnabled = 2130903270; + public const int foregroundInsidePadding = 2130903270; // aapt resource value: 0x7F0300E7 - public const int hintEnabled = 2130903271; + public const int gapBetweenBars = 2130903271; // aapt resource value: 0x7F0300E8 - public const int hintTextAppearance = 2130903272; + public const int goIcon = 2130903272; // aapt resource value: 0x7F0300E9 - public const int homeAsUpIndicator = 2130903273; + public const int headerLayout = 2130903273; // aapt resource value: 0x7F0300EA - public const int homeLayout = 2130903274; + public const int height = 2130903274; // aapt resource value: 0x7F0300EB - public const int hoveredFocusedTranslationZ = 2130903275; + public const int helperText = 2130903275; // aapt resource value: 0x7F0300EC - public const int icon = 2130903276; + public const int helperTextEnabled = 2130903276; // aapt resource value: 0x7F0300ED - public const int iconEndPadding = 2130903277; + public const int helperTextTextAppearance = 2130903277; // aapt resource value: 0x7F0300EE - public const int iconGravity = 2130903278; - - // aapt resource value: 0x7F0300F4 - public const int iconifiedByDefault = 2130903284; + public const int hideMotionSpec = 2130903278; // aapt resource value: 0x7F0300EF - public const int iconPadding = 2130903279; + public const int hideOnContentScroll = 2130903279; // aapt resource value: 0x7F0300F0 - public const int iconSize = 2130903280; + public const int hideOnScroll = 2130903280; // aapt resource value: 0x7F0300F1 - public const int iconStartPadding = 2130903281; + public const int hintAnimationEnabled = 2130903281; // aapt resource value: 0x7F0300F2 - public const int iconTint = 2130903282; + public const int hintEnabled = 2130903282; // aapt resource value: 0x7F0300F3 - public const int iconTintMode = 2130903283; + public const int hintTextAppearance = 2130903283; + + // aapt resource value: 0x7F0300F4 + public const int homeAsUpIndicator = 2130903284; // aapt resource value: 0x7F0300F5 - public const int imageButtonStyle = 2130903285; + public const int homeLayout = 2130903285; // aapt resource value: 0x7F0300F6 - public const int indeterminateProgressStyle = 2130903286; + public const int hoveredFocusedTranslationZ = 2130903286; // aapt resource value: 0x7F0300F7 - public const int initialActivityCount = 2130903287; + public const int icon = 2130903287; // aapt resource value: 0x7F0300F8 - public const int insetForeground = 2130903288; + public const int iconEndPadding = 2130903288; // aapt resource value: 0x7F0300F9 - public const int isLightTheme = 2130903289; + public const int iconGravity = 2130903289; + + // aapt resource value: 0x7F0300FF + public const int iconifiedByDefault = 2130903295; // aapt resource value: 0x7F0300FA - public const int itemBackground = 2130903290; + public const int iconPadding = 2130903290; // aapt resource value: 0x7F0300FB - public const int itemHorizontalPadding = 2130903291; + public const int iconSize = 2130903291; // aapt resource value: 0x7F0300FC - public const int itemHorizontalTranslationEnabled = 2130903292; + public const int iconStartPadding = 2130903292; // aapt resource value: 0x7F0300FD - public const int itemIconPadding = 2130903293; + public const int iconTint = 2130903293; // aapt resource value: 0x7F0300FE - public const int itemIconSize = 2130903294; - - // aapt resource value: 0x7F0300FF - public const int itemIconTint = 2130903295; + public const int iconTintMode = 2130903294; // aapt resource value: 0x7F030100 - public const int itemPadding = 2130903296; + public const int imageAspectRatio = 2130903296; // aapt resource value: 0x7F030101 - public const int itemSpacing = 2130903297; + public const int imageAspectRatioAdjust = 2130903297; // aapt resource value: 0x7F030102 - public const int itemTextAppearance = 2130903298; + public const int imageButtonStyle = 2130903298; // aapt resource value: 0x7F030103 - public const int itemTextAppearanceActive = 2130903299; + public const int indeterminateProgressStyle = 2130903299; // aapt resource value: 0x7F030104 - public const int itemTextAppearanceInactive = 2130903300; + public const int initialActivityCount = 2130903300; // aapt resource value: 0x7F030105 - public const int itemTextColor = 2130903301; + public const int insetForeground = 2130903301; // aapt resource value: 0x7F030106 - public const int keylines = 2130903302; + public const int isLightTheme = 2130903302; // aapt resource value: 0x7F030107 - public const int labelVisibilityMode = 2130903303; + public const int itemBackground = 2130903303; // aapt resource value: 0x7F030108 - public const int lastBaselineToBottomHeight = 2130903304; + public const int itemHorizontalPadding = 2130903304; // aapt resource value: 0x7F030109 - public const int layout = 2130903305; + public const int itemHorizontalTranslationEnabled = 2130903305; // aapt resource value: 0x7F03010A - public const int layoutManager = 2130903306; + public const int itemIconPadding = 2130903306; // aapt resource value: 0x7F03010B - public const int layout_anchor = 2130903307; + public const int itemIconSize = 2130903307; // aapt resource value: 0x7F03010C - public const int layout_anchorGravity = 2130903308; + public const int itemIconTint = 2130903308; // aapt resource value: 0x7F03010D - public const int layout_behavior = 2130903309; + public const int itemPadding = 2130903309; // aapt resource value: 0x7F03010E - public const int layout_collapseMode = 2130903310; + public const int itemSpacing = 2130903310; // aapt resource value: 0x7F03010F - public const int layout_collapseParallaxMultiplier = 2130903311; + public const int itemTextAppearance = 2130903311; // aapt resource value: 0x7F030110 - public const int layout_dodgeInsetEdges = 2130903312; + public const int itemTextAppearanceActive = 2130903312; // aapt resource value: 0x7F030111 - public const int layout_insetEdge = 2130903313; + public const int itemTextAppearanceInactive = 2130903313; // aapt resource value: 0x7F030112 - public const int layout_keyline = 2130903314; + public const int itemTextColor = 2130903314; // aapt resource value: 0x7F030113 - public const int layout_scrollFlags = 2130903315; + public const int keylines = 2130903315; // aapt resource value: 0x7F030114 - public const int layout_scrollInterpolator = 2130903316; + public const int labelVisibilityMode = 2130903316; // aapt resource value: 0x7F030115 - public const int liftOnScroll = 2130903317; + public const int lastBaselineToBottomHeight = 2130903317; // aapt resource value: 0x7F030116 - public const int lineHeight = 2130903318; + public const int latLngBoundsNorthEastLatitude = 2130903318; // aapt resource value: 0x7F030117 - public const int lineSpacing = 2130903319; + public const int latLngBoundsNorthEastLongitude = 2130903319; // aapt resource value: 0x7F030118 - public const int listChoiceBackgroundIndicator = 2130903320; + public const int latLngBoundsSouthWestLatitude = 2130903320; // aapt resource value: 0x7F030119 - public const int listDividerAlertDialog = 2130903321; + public const int latLngBoundsSouthWestLongitude = 2130903321; // aapt resource value: 0x7F03011A - public const int listItemLayout = 2130903322; + public const int layout = 2130903322; // aapt resource value: 0x7F03011B - public const int listLayout = 2130903323; + public const int layoutManager = 2130903323; // aapt resource value: 0x7F03011C - public const int listMenuViewStyle = 2130903324; + public const int layout_anchor = 2130903324; // aapt resource value: 0x7F03011D - public const int listPopupWindowStyle = 2130903325; + public const int layout_anchorGravity = 2130903325; // aapt resource value: 0x7F03011E - public const int listPreferredItemHeight = 2130903326; + public const int layout_behavior = 2130903326; // aapt resource value: 0x7F03011F - public const int listPreferredItemHeightLarge = 2130903327; + public const int layout_collapseMode = 2130903327; // aapt resource value: 0x7F030120 - public const int listPreferredItemHeightSmall = 2130903328; + public const int layout_collapseParallaxMultiplier = 2130903328; // aapt resource value: 0x7F030121 - public const int listPreferredItemPaddingLeft = 2130903329; + public const int layout_dodgeInsetEdges = 2130903329; // aapt resource value: 0x7F030122 - public const int listPreferredItemPaddingRight = 2130903330; + public const int layout_insetEdge = 2130903330; // aapt resource value: 0x7F030123 - public const int logo = 2130903331; + public const int layout_keyline = 2130903331; // aapt resource value: 0x7F030124 - public const int logoDescription = 2130903332; + public const int layout_scrollFlags = 2130903332; // aapt resource value: 0x7F030125 - public const int materialButtonStyle = 2130903333; + public const int layout_scrollInterpolator = 2130903333; // aapt resource value: 0x7F030126 - public const int materialCardViewStyle = 2130903334; + public const int liftOnScroll = 2130903334; // aapt resource value: 0x7F030127 - public const int maxActionInlineWidth = 2130903335; + public const int lineHeight = 2130903335; // aapt resource value: 0x7F030128 - public const int maxButtonHeight = 2130903336; + public const int lineSpacing = 2130903336; // aapt resource value: 0x7F030129 - public const int maxImageSize = 2130903337; + public const int listChoiceBackgroundIndicator = 2130903337; // aapt resource value: 0x7F03012A - public const int measureWithLargestChild = 2130903338; + public const int listDividerAlertDialog = 2130903338; // aapt resource value: 0x7F03012B - public const int menu = 2130903339; + public const int listItemLayout = 2130903339; // aapt resource value: 0x7F03012C - public const int multiChoiceItemLayout = 2130903340; + public const int listLayout = 2130903340; // aapt resource value: 0x7F03012D - public const int navigationContentDescription = 2130903341; + public const int listMenuViewStyle = 2130903341; // aapt resource value: 0x7F03012E - public const int navigationIcon = 2130903342; + public const int listPopupWindowStyle = 2130903342; // aapt resource value: 0x7F03012F - public const int navigationMode = 2130903343; + public const int listPreferredItemHeight = 2130903343; // aapt resource value: 0x7F030130 - public const int navigationViewStyle = 2130903344; + public const int listPreferredItemHeightLarge = 2130903344; // aapt resource value: 0x7F030131 - public const int numericModifiers = 2130903345; + public const int listPreferredItemHeightSmall = 2130903345; // aapt resource value: 0x7F030132 - public const int overlapAnchor = 2130903346; + public const int listPreferredItemPaddingLeft = 2130903346; // aapt resource value: 0x7F030133 - public const int paddingBottomNoButtons = 2130903347; + public const int listPreferredItemPaddingRight = 2130903347; // aapt resource value: 0x7F030134 - public const int paddingEnd = 2130903348; + public const int liteMode = 2130903348; // aapt resource value: 0x7F030135 - public const int paddingStart = 2130903349; + public const int logo = 2130903349; // aapt resource value: 0x7F030136 - public const int paddingTopNoTitle = 2130903350; + public const int logoDescription = 2130903350; // aapt resource value: 0x7F030137 - public const int panelBackground = 2130903351; + public const int mapType = 2130903351; // aapt resource value: 0x7F030138 - public const int panelMenuListTheme = 2130903352; + public const int materialButtonStyle = 2130903352; // aapt resource value: 0x7F030139 - public const int panelMenuListWidth = 2130903353; + public const int materialCardViewStyle = 2130903353; // aapt resource value: 0x7F03013A - public const int passwordToggleContentDescription = 2130903354; + public const int maxActionInlineWidth = 2130903354; // aapt resource value: 0x7F03013B - public const int passwordToggleDrawable = 2130903355; + public const int maxButtonHeight = 2130903355; // aapt resource value: 0x7F03013C - public const int passwordToggleEnabled = 2130903356; + public const int maxImageSize = 2130903356; // aapt resource value: 0x7F03013D - public const int passwordToggleTint = 2130903357; + public const int measureWithLargestChild = 2130903357; // aapt resource value: 0x7F03013E - public const int passwordToggleTintMode = 2130903358; + public const int menu = 2130903358; // aapt resource value: 0x7F03013F - public const int popupMenuStyle = 2130903359; + public const int multiChoiceItemLayout = 2130903359; // aapt resource value: 0x7F030140 - public const int popupTheme = 2130903360; + public const int navigationContentDescription = 2130903360; // aapt resource value: 0x7F030141 - public const int popupWindowStyle = 2130903361; + public const int navigationIcon = 2130903361; // aapt resource value: 0x7F030142 - public const int preserveIconSpacing = 2130903362; + public const int navigationMode = 2130903362; // aapt resource value: 0x7F030143 - public const int pressedTranslationZ = 2130903363; + public const int navigationViewStyle = 2130903363; // aapt resource value: 0x7F030144 - public const int progressBarPadding = 2130903364; + public const int numericModifiers = 2130903364; // aapt resource value: 0x7F030145 - public const int progressBarStyle = 2130903365; + public const int overlapAnchor = 2130903365; // aapt resource value: 0x7F030146 - public const int queryBackground = 2130903366; + public const int paddingBottomNoButtons = 2130903366; // aapt resource value: 0x7F030147 - public const int queryHint = 2130903367; + public const int paddingEnd = 2130903367; // aapt resource value: 0x7F030148 - public const int radioButtonStyle = 2130903368; + public const int paddingStart = 2130903368; // aapt resource value: 0x7F030149 - public const int ratingBarStyle = 2130903369; + public const int paddingTopNoTitle = 2130903369; // aapt resource value: 0x7F03014A - public const int ratingBarStyleIndicator = 2130903370; + public const int panelBackground = 2130903370; // aapt resource value: 0x7F03014B - public const int ratingBarStyleSmall = 2130903371; + public const int panelMenuListTheme = 2130903371; // aapt resource value: 0x7F03014C - public const int reverseLayout = 2130903372; + public const int panelMenuListWidth = 2130903372; // aapt resource value: 0x7F03014D - public const int rippleColor = 2130903373; + public const int passwordToggleContentDescription = 2130903373; // aapt resource value: 0x7F03014E - public const int scrimAnimationDuration = 2130903374; + public const int passwordToggleDrawable = 2130903374; // aapt resource value: 0x7F03014F - public const int scrimBackground = 2130903375; + public const int passwordToggleEnabled = 2130903375; // aapt resource value: 0x7F030150 - public const int scrimVisibleHeightTrigger = 2130903376; + public const int passwordToggleTint = 2130903376; // aapt resource value: 0x7F030151 - public const int searchHintIcon = 2130903377; + public const int passwordToggleTintMode = 2130903377; // aapt resource value: 0x7F030152 - public const int searchIcon = 2130903378; + public const int popupMenuStyle = 2130903378; // aapt resource value: 0x7F030153 - public const int searchViewStyle = 2130903379; + public const int popupTheme = 2130903379; // aapt resource value: 0x7F030154 - public const int seekBarStyle = 2130903380; + public const int popupWindowStyle = 2130903380; // aapt resource value: 0x7F030155 - public const int selectableItemBackground = 2130903381; + public const int preserveIconSpacing = 2130903381; // aapt resource value: 0x7F030156 - public const int selectableItemBackgroundBorderless = 2130903382; + public const int pressedTranslationZ = 2130903382; // aapt resource value: 0x7F030157 - public const int showAsAction = 2130903383; + public const int progressBarPadding = 2130903383; // aapt resource value: 0x7F030158 - public const int showDividers = 2130903384; + public const int progressBarStyle = 2130903384; // aapt resource value: 0x7F030159 - public const int showMotionSpec = 2130903385; + public const int queryBackground = 2130903385; // aapt resource value: 0x7F03015A - public const int showText = 2130903386; + public const int queryHint = 2130903386; // aapt resource value: 0x7F03015B - public const int showTitle = 2130903387; + public const int radioButtonStyle = 2130903387; // aapt resource value: 0x7F03015C - public const int singleChoiceItemLayout = 2130903388; + public const int ratingBarStyle = 2130903388; // aapt resource value: 0x7F03015D - public const int singleLine = 2130903389; + public const int ratingBarStyleIndicator = 2130903389; // aapt resource value: 0x7F03015E - public const int singleSelection = 2130903390; + public const int ratingBarStyleSmall = 2130903390; // aapt resource value: 0x7F03015F - public const int snackbarButtonStyle = 2130903391; + public const int reverseLayout = 2130903391; // aapt resource value: 0x7F030160 - public const int snackbarStyle = 2130903392; + public const int rippleColor = 2130903392; // aapt resource value: 0x7F030161 - public const int spanCount = 2130903393; + public const int scopeUris = 2130903393; // aapt resource value: 0x7F030162 - public const int spinBars = 2130903394; + public const int scrimAnimationDuration = 2130903394; // aapt resource value: 0x7F030163 - public const int spinnerDropDownItemStyle = 2130903395; + public const int scrimBackground = 2130903395; // aapt resource value: 0x7F030164 - public const int spinnerStyle = 2130903396; + public const int scrimVisibleHeightTrigger = 2130903396; // aapt resource value: 0x7F030165 - public const int splitTrack = 2130903397; + public const int searchHintIcon = 2130903397; // aapt resource value: 0x7F030166 - public const int srcCompat = 2130903398; + public const int searchIcon = 2130903398; // aapt resource value: 0x7F030167 - public const int stackFromEnd = 2130903399; + public const int searchViewStyle = 2130903399; // aapt resource value: 0x7F030168 - public const int state_above_anchor = 2130903400; + public const int seekBarStyle = 2130903400; // aapt resource value: 0x7F030169 - public const int state_collapsed = 2130903401; + public const int selectableItemBackground = 2130903401; // aapt resource value: 0x7F03016A - public const int state_collapsible = 2130903402; + public const int selectableItemBackgroundBorderless = 2130903402; // aapt resource value: 0x7F03016B - public const int state_liftable = 2130903403; + public const int showAsAction = 2130903403; // aapt resource value: 0x7F03016C - public const int state_lifted = 2130903404; + public const int showDividers = 2130903404; // aapt resource value: 0x7F03016D - public const int statusBarBackground = 2130903405; + public const int showMotionSpec = 2130903405; // aapt resource value: 0x7F03016E - public const int statusBarScrim = 2130903406; + public const int showText = 2130903406; // aapt resource value: 0x7F03016F - public const int strokeColor = 2130903407; + public const int showTitle = 2130903407; // aapt resource value: 0x7F030170 - public const int strokeWidth = 2130903408; + public const int singleChoiceItemLayout = 2130903408; // aapt resource value: 0x7F030171 - public const int subMenuArrow = 2130903409; + public const int singleLine = 2130903409; // aapt resource value: 0x7F030172 - public const int submitBackground = 2130903410; + public const int singleSelection = 2130903410; // aapt resource value: 0x7F030173 - public const int subtitle = 2130903411; + public const int snackbarButtonStyle = 2130903411; // aapt resource value: 0x7F030174 - public const int subtitleTextAppearance = 2130903412; + public const int snackbarStyle = 2130903412; // aapt resource value: 0x7F030175 - public const int subtitleTextColor = 2130903413; + public const int spanCount = 2130903413; // aapt resource value: 0x7F030176 - public const int subtitleTextStyle = 2130903414; + public const int spinBars = 2130903414; // aapt resource value: 0x7F030177 - public const int suggestionRowLayout = 2130903415; + public const int spinnerDropDownItemStyle = 2130903415; // aapt resource value: 0x7F030178 - public const int switchMinWidth = 2130903416; + public const int spinnerStyle = 2130903416; // aapt resource value: 0x7F030179 - public const int switchPadding = 2130903417; + public const int splitTrack = 2130903417; // aapt resource value: 0x7F03017A - public const int switchStyle = 2130903418; + public const int srcCompat = 2130903418; // aapt resource value: 0x7F03017B - public const int switchTextAppearance = 2130903419; + public const int stackFromEnd = 2130903419; // aapt resource value: 0x7F03017C - public const int tabBackground = 2130903420; + public const int state_above_anchor = 2130903420; // aapt resource value: 0x7F03017D - public const int tabContentStart = 2130903421; + public const int state_collapsed = 2130903421; // aapt resource value: 0x7F03017E - public const int tabGravity = 2130903422; + public const int state_collapsible = 2130903422; // aapt resource value: 0x7F03017F - public const int tabIconTint = 2130903423; + public const int state_liftable = 2130903423; // aapt resource value: 0x7F030180 - public const int tabIconTintMode = 2130903424; + public const int state_lifted = 2130903424; // aapt resource value: 0x7F030181 - public const int tabIndicator = 2130903425; + public const int statusBarBackground = 2130903425; // aapt resource value: 0x7F030182 - public const int tabIndicatorAnimationDuration = 2130903426; + public const int statusBarScrim = 2130903426; // aapt resource value: 0x7F030183 - public const int tabIndicatorColor = 2130903427; + public const int strokeColor = 2130903427; // aapt resource value: 0x7F030184 - public const int tabIndicatorFullWidth = 2130903428; + public const int strokeWidth = 2130903428; // aapt resource value: 0x7F030185 - public const int tabIndicatorGravity = 2130903429; + public const int subMenuArrow = 2130903429; // aapt resource value: 0x7F030186 - public const int tabIndicatorHeight = 2130903430; + public const int submitBackground = 2130903430; // aapt resource value: 0x7F030187 - public const int tabInlineLabel = 2130903431; + public const int subtitle = 2130903431; // aapt resource value: 0x7F030188 - public const int tabMaxWidth = 2130903432; + public const int subtitleTextAppearance = 2130903432; // aapt resource value: 0x7F030189 - public const int tabMinWidth = 2130903433; + public const int subtitleTextColor = 2130903433; // aapt resource value: 0x7F03018A - public const int tabMode = 2130903434; + public const int subtitleTextStyle = 2130903434; // aapt resource value: 0x7F03018B - public const int tabPadding = 2130903435; + public const int suggestionRowLayout = 2130903435; // aapt resource value: 0x7F03018C - public const int tabPaddingBottom = 2130903436; + public const int switchMinWidth = 2130903436; // aapt resource value: 0x7F03018D - public const int tabPaddingEnd = 2130903437; + public const int switchPadding = 2130903437; // aapt resource value: 0x7F03018E - public const int tabPaddingStart = 2130903438; + public const int switchStyle = 2130903438; // aapt resource value: 0x7F03018F - public const int tabPaddingTop = 2130903439; + public const int switchTextAppearance = 2130903439; // aapt resource value: 0x7F030190 - public const int tabRippleColor = 2130903440; + public const int tabBackground = 2130903440; // aapt resource value: 0x7F030191 - public const int tabSelectedTextColor = 2130903441; + public const int tabContentStart = 2130903441; // aapt resource value: 0x7F030192 - public const int tabStyle = 2130903442; + public const int tabGravity = 2130903442; // aapt resource value: 0x7F030193 - public const int tabTextAppearance = 2130903443; + public const int tabIconTint = 2130903443; // aapt resource value: 0x7F030194 - public const int tabTextColor = 2130903444; + public const int tabIconTintMode = 2130903444; // aapt resource value: 0x7F030195 - public const int tabUnboundedRipple = 2130903445; + public const int tabIndicator = 2130903445; // aapt resource value: 0x7F030196 - public const int textAllCaps = 2130903446; + public const int tabIndicatorAnimationDuration = 2130903446; // aapt resource value: 0x7F030197 - public const int textAppearanceBody1 = 2130903447; + public const int tabIndicatorColor = 2130903447; // aapt resource value: 0x7F030198 - public const int textAppearanceBody2 = 2130903448; + public const int tabIndicatorFullWidth = 2130903448; // aapt resource value: 0x7F030199 - public const int textAppearanceButton = 2130903449; + public const int tabIndicatorGravity = 2130903449; // aapt resource value: 0x7F03019A - public const int textAppearanceCaption = 2130903450; + public const int tabIndicatorHeight = 2130903450; // aapt resource value: 0x7F03019B - public const int textAppearanceHeadline1 = 2130903451; + public const int tabInlineLabel = 2130903451; // aapt resource value: 0x7F03019C - public const int textAppearanceHeadline2 = 2130903452; + public const int tabMaxWidth = 2130903452; // aapt resource value: 0x7F03019D - public const int textAppearanceHeadline3 = 2130903453; + public const int tabMinWidth = 2130903453; // aapt resource value: 0x7F03019E - public const int textAppearanceHeadline4 = 2130903454; + public const int tabMode = 2130903454; // aapt resource value: 0x7F03019F - public const int textAppearanceHeadline5 = 2130903455; + public const int tabPadding = 2130903455; // aapt resource value: 0x7F0301A0 - public const int textAppearanceHeadline6 = 2130903456; + public const int tabPaddingBottom = 2130903456; // aapt resource value: 0x7F0301A1 - public const int textAppearanceLargePopupMenu = 2130903457; + public const int tabPaddingEnd = 2130903457; // aapt resource value: 0x7F0301A2 - public const int textAppearanceListItem = 2130903458; + public const int tabPaddingStart = 2130903458; // aapt resource value: 0x7F0301A3 - public const int textAppearanceListItemSecondary = 2130903459; + public const int tabPaddingTop = 2130903459; // aapt resource value: 0x7F0301A4 - public const int textAppearanceListItemSmall = 2130903460; + public const int tabRippleColor = 2130903460; // aapt resource value: 0x7F0301A5 - public const int textAppearanceOverline = 2130903461; + public const int tabSelectedTextColor = 2130903461; // aapt resource value: 0x7F0301A6 - public const int textAppearancePopupMenuHeader = 2130903462; + public const int tabStyle = 2130903462; // aapt resource value: 0x7F0301A7 - public const int textAppearanceSearchResultSubtitle = 2130903463; + public const int tabTextAppearance = 2130903463; // aapt resource value: 0x7F0301A8 - public const int textAppearanceSearchResultTitle = 2130903464; + public const int tabTextColor = 2130903464; // aapt resource value: 0x7F0301A9 - public const int textAppearanceSmallPopupMenu = 2130903465; + public const int tabUnboundedRipple = 2130903465; // aapt resource value: 0x7F0301AA - public const int textAppearanceSubtitle1 = 2130903466; + public const int textAllCaps = 2130903466; // aapt resource value: 0x7F0301AB - public const int textAppearanceSubtitle2 = 2130903467; + public const int textAppearanceBody1 = 2130903467; // aapt resource value: 0x7F0301AC - public const int textColorAlertDialogListItem = 2130903468; + public const int textAppearanceBody2 = 2130903468; // aapt resource value: 0x7F0301AD - public const int textColorSearchUrl = 2130903469; + public const int textAppearanceButton = 2130903469; // aapt resource value: 0x7F0301AE - public const int textEndPadding = 2130903470; + public const int textAppearanceCaption = 2130903470; // aapt resource value: 0x7F0301AF - public const int textInputStyle = 2130903471; + public const int textAppearanceHeadline1 = 2130903471; // aapt resource value: 0x7F0301B0 - public const int textStartPadding = 2130903472; + public const int textAppearanceHeadline2 = 2130903472; // aapt resource value: 0x7F0301B1 - public const int theme = 2130903473; + public const int textAppearanceHeadline3 = 2130903473; // aapt resource value: 0x7F0301B2 - public const int thickness = 2130903474; + public const int textAppearanceHeadline4 = 2130903474; // aapt resource value: 0x7F0301B3 - public const int thumbTextPadding = 2130903475; + public const int textAppearanceHeadline5 = 2130903475; // aapt resource value: 0x7F0301B4 - public const int thumbTint = 2130903476; + public const int textAppearanceHeadline6 = 2130903476; // aapt resource value: 0x7F0301B5 - public const int thumbTintMode = 2130903477; + public const int textAppearanceLargePopupMenu = 2130903477; // aapt resource value: 0x7F0301B6 - public const int tickMark = 2130903478; + public const int textAppearanceListItem = 2130903478; // aapt resource value: 0x7F0301B7 - public const int tickMarkTint = 2130903479; + public const int textAppearanceListItemSecondary = 2130903479; // aapt resource value: 0x7F0301B8 - public const int tickMarkTintMode = 2130903480; + public const int textAppearanceListItemSmall = 2130903480; // aapt resource value: 0x7F0301B9 - public const int tint = 2130903481; + public const int textAppearanceOverline = 2130903481; // aapt resource value: 0x7F0301BA - public const int tintMode = 2130903482; + public const int textAppearancePopupMenuHeader = 2130903482; // aapt resource value: 0x7F0301BB - public const int title = 2130903483; + public const int textAppearanceSearchResultSubtitle = 2130903483; // aapt resource value: 0x7F0301BC - public const int titleEnabled = 2130903484; + public const int textAppearanceSearchResultTitle = 2130903484; // aapt resource value: 0x7F0301BD - public const int titleMargin = 2130903485; + public const int textAppearanceSmallPopupMenu = 2130903485; // aapt resource value: 0x7F0301BE - public const int titleMarginBottom = 2130903486; + public const int textAppearanceSubtitle1 = 2130903486; // aapt resource value: 0x7F0301BF - public const int titleMarginEnd = 2130903487; - - // aapt resource value: 0x7F0301C2 - public const int titleMargins = 2130903490; + public const int textAppearanceSubtitle2 = 2130903487; // aapt resource value: 0x7F0301C0 - public const int titleMarginStart = 2130903488; + public const int textColorAlertDialogListItem = 2130903488; // aapt resource value: 0x7F0301C1 - public const int titleMarginTop = 2130903489; + public const int textColorSearchUrl = 2130903489; + + // aapt resource value: 0x7F0301C2 + public const int textEndPadding = 2130903490; // aapt resource value: 0x7F0301C3 - public const int titleTextAppearance = 2130903491; + public const int textInputStyle = 2130903491; // aapt resource value: 0x7F0301C4 - public const int titleTextColor = 2130903492; + public const int textStartPadding = 2130903492; // aapt resource value: 0x7F0301C5 - public const int titleTextStyle = 2130903493; + public const int theme = 2130903493; // aapt resource value: 0x7F0301C6 - public const int toolbarId = 2130903494; + public const int thickness = 2130903494; // aapt resource value: 0x7F0301C7 - public const int toolbarNavigationButtonStyle = 2130903495; + public const int thumbTextPadding = 2130903495; // aapt resource value: 0x7F0301C8 - public const int toolbarStyle = 2130903496; + public const int thumbTint = 2130903496; // aapt resource value: 0x7F0301C9 - public const int tooltipForegroundColor = 2130903497; + public const int thumbTintMode = 2130903497; // aapt resource value: 0x7F0301CA - public const int tooltipFrameBackground = 2130903498; + public const int tickMark = 2130903498; // aapt resource value: 0x7F0301CB - public const int tooltipText = 2130903499; + public const int tickMarkTint = 2130903499; // aapt resource value: 0x7F0301CC - public const int track = 2130903500; + public const int tickMarkTintMode = 2130903500; // aapt resource value: 0x7F0301CD - public const int trackTint = 2130903501; + public const int tint = 2130903501; // aapt resource value: 0x7F0301CE - public const int trackTintMode = 2130903502; + public const int tintMode = 2130903502; // aapt resource value: 0x7F0301CF - public const int ttcIndex = 2130903503; + public const int title = 2130903503; // aapt resource value: 0x7F0301D0 - public const int useCompatPadding = 2130903504; + public const int titleEnabled = 2130903504; // aapt resource value: 0x7F0301D1 - public const int viewInflaterClass = 2130903505; + public const int titleMargin = 2130903505; // aapt resource value: 0x7F0301D2 - public const int voiceIcon = 2130903506; + public const int titleMarginBottom = 2130903506; // aapt resource value: 0x7F0301D3 - public const int windowActionBar = 2130903507; + public const int titleMarginEnd = 2130903507; + + // aapt resource value: 0x7F0301D6 + public const int titleMargins = 2130903510; // aapt resource value: 0x7F0301D4 - public const int windowActionBarOverlay = 2130903508; + public const int titleMarginStart = 2130903508; // aapt resource value: 0x7F0301D5 - public const int windowActionModeOverlay = 2130903509; - - // aapt resource value: 0x7F0301D6 - public const int windowFixedHeightMajor = 2130903510; + public const int titleMarginTop = 2130903509; // aapt resource value: 0x7F0301D7 - public const int windowFixedHeightMinor = 2130903511; + public const int titleTextAppearance = 2130903511; // aapt resource value: 0x7F0301D8 - public const int windowFixedWidthMajor = 2130903512; + public const int titleTextColor = 2130903512; // aapt resource value: 0x7F0301D9 - public const int windowFixedWidthMinor = 2130903513; + public const int titleTextStyle = 2130903513; // aapt resource value: 0x7F0301DA - public const int windowMinWidthMajor = 2130903514; + public const int toolbarId = 2130903514; // aapt resource value: 0x7F0301DB - public const int windowMinWidthMinor = 2130903515; + public const int toolbarNavigationButtonStyle = 2130903515; // aapt resource value: 0x7F0301DC - public const int windowNoTitle = 2130903516; + public const int toolbarStyle = 2130903516; + + // aapt resource value: 0x7F0301DD + public const int tooltipForegroundColor = 2130903517; + + // aapt resource value: 0x7F0301DE + public const int tooltipFrameBackground = 2130903518; + + // aapt resource value: 0x7F0301DF + public const int tooltipText = 2130903519; + + // aapt resource value: 0x7F0301E0 + public const int track = 2130903520; + + // aapt resource value: 0x7F0301E1 + public const int trackTint = 2130903521; + + // aapt resource value: 0x7F0301E2 + public const int trackTintMode = 2130903522; + + // aapt resource value: 0x7F0301E3 + public const int ttcIndex = 2130903523; + + // aapt resource value: 0x7F0301E4 + public const int uiCompass = 2130903524; + + // aapt resource value: 0x7F0301E5 + public const int uiMapToolbar = 2130903525; + + // aapt resource value: 0x7F0301E6 + public const int uiRotateGestures = 2130903526; + + // aapt resource value: 0x7F0301E7 + public const int uiScrollGestures = 2130903527; + + // aapt resource value: 0x7F0301E8 + public const int uiTiltGestures = 2130903528; + + // aapt resource value: 0x7F0301E9 + public const int uiZoomControls = 2130903529; + + // aapt resource value: 0x7F0301EA + public const int uiZoomGestures = 2130903530; + + // aapt resource value: 0x7F0301EB + public const int useCompatPadding = 2130903531; + + // aapt resource value: 0x7F0301EC + public const int useViewLifecycle = 2130903532; + + // aapt resource value: 0x7F0301ED + public const int viewInflaterClass = 2130903533; + + // aapt resource value: 0x7F0301EE + public const int voiceIcon = 2130903534; + + // aapt resource value: 0x7F0301EF + public const int windowActionBar = 2130903535; + + // aapt resource value: 0x7F0301F0 + public const int windowActionBarOverlay = 2130903536; + + // aapt resource value: 0x7F0301F1 + public const int windowActionModeOverlay = 2130903537; + + // aapt resource value: 0x7F0301F2 + public const int windowFixedHeightMajor = 2130903538; + + // aapt resource value: 0x7F0301F3 + public const int windowFixedHeightMinor = 2130903539; + + // aapt resource value: 0x7F0301F4 + public const int windowFixedWidthMajor = 2130903540; + + // aapt resource value: 0x7F0301F5 + public const int windowFixedWidthMinor = 2130903541; + + // aapt resource value: 0x7F0301F6 + public const int windowMinWidthMajor = 2130903542; + + // aapt resource value: 0x7F0301F7 + public const int windowMinWidthMinor = 2130903543; + + // aapt resource value: 0x7F0301F8 + public const int windowNoTitle = 2130903544; + + // aapt resource value: 0x7F0301F9 + public const int zOrderOnTop = 2130903545; static Attribute() { @@ -4509,265 +4596,298 @@ public partial class Color public const int colorPrimaryDark = 2131034160; // aapt resource value: 0x7F050031 - public const int design_bottom_navigation_shadow_color = 2131034161; + public const int common_google_signin_btn_text_dark = 2131034161; // aapt resource value: 0x7F050032 - public const int design_default_color_primary = 2131034162; + public const int common_google_signin_btn_text_dark_default = 2131034162; // aapt resource value: 0x7F050033 - public const int design_default_color_primary_dark = 2131034163; + public const int common_google_signin_btn_text_dark_disabled = 2131034163; // aapt resource value: 0x7F050034 - public const int design_error = 2131034164; + public const int common_google_signin_btn_text_dark_focused = 2131034164; // aapt resource value: 0x7F050035 - public const int design_fab_shadow_end_color = 2131034165; + public const int common_google_signin_btn_text_dark_pressed = 2131034165; // aapt resource value: 0x7F050036 - public const int design_fab_shadow_mid_color = 2131034166; + public const int common_google_signin_btn_text_light = 2131034166; // aapt resource value: 0x7F050037 - public const int design_fab_shadow_start_color = 2131034167; + public const int common_google_signin_btn_text_light_default = 2131034167; // aapt resource value: 0x7F050038 - public const int design_fab_stroke_end_inner_color = 2131034168; + public const int common_google_signin_btn_text_light_disabled = 2131034168; // aapt resource value: 0x7F050039 - public const int design_fab_stroke_end_outer_color = 2131034169; + public const int common_google_signin_btn_text_light_focused = 2131034169; // aapt resource value: 0x7F05003A - public const int design_fab_stroke_top_inner_color = 2131034170; + public const int common_google_signin_btn_text_light_pressed = 2131034170; // aapt resource value: 0x7F05003B - public const int design_fab_stroke_top_outer_color = 2131034171; + public const int common_google_signin_btn_tint = 2131034171; // aapt resource value: 0x7F05003C - public const int design_snackbar_background_color = 2131034172; + public const int design_bottom_navigation_shadow_color = 2131034172; // aapt resource value: 0x7F05003D - public const int design_tint_password_toggle = 2131034173; + public const int design_default_color_primary = 2131034173; // aapt resource value: 0x7F05003E - public const int dim_foreground_disabled_material_dark = 2131034174; + public const int design_default_color_primary_dark = 2131034174; // aapt resource value: 0x7F05003F - public const int dim_foreground_disabled_material_light = 2131034175; + public const int design_error = 2131034175; // aapt resource value: 0x7F050040 - public const int dim_foreground_material_dark = 2131034176; + public const int design_fab_shadow_end_color = 2131034176; // aapt resource value: 0x7F050041 - public const int dim_foreground_material_light = 2131034177; + public const int design_fab_shadow_mid_color = 2131034177; // aapt resource value: 0x7F050042 - public const int error_color_material_dark = 2131034178; + public const int design_fab_shadow_start_color = 2131034178; // aapt resource value: 0x7F050043 - public const int error_color_material_light = 2131034179; + public const int design_fab_stroke_end_inner_color = 2131034179; // aapt resource value: 0x7F050044 - public const int foreground_material_dark = 2131034180; + public const int design_fab_stroke_end_outer_color = 2131034180; // aapt resource value: 0x7F050045 - public const int foreground_material_light = 2131034181; + public const int design_fab_stroke_top_inner_color = 2131034181; // aapt resource value: 0x7F050046 - public const int highlighted_text_material_dark = 2131034182; + public const int design_fab_stroke_top_outer_color = 2131034182; // aapt resource value: 0x7F050047 - public const int highlighted_text_material_light = 2131034183; + public const int design_snackbar_background_color = 2131034183; // aapt resource value: 0x7F050048 - public const int launcher_background = 2131034184; + public const int design_tint_password_toggle = 2131034184; // aapt resource value: 0x7F050049 - public const int material_blue_grey_800 = 2131034185; + public const int dim_foreground_disabled_material_dark = 2131034185; // aapt resource value: 0x7F05004A - public const int material_blue_grey_900 = 2131034186; + public const int dim_foreground_disabled_material_light = 2131034186; // aapt resource value: 0x7F05004B - public const int material_blue_grey_950 = 2131034187; + public const int dim_foreground_material_dark = 2131034187; // aapt resource value: 0x7F05004C - public const int material_deep_teal_200 = 2131034188; + public const int dim_foreground_material_light = 2131034188; // aapt resource value: 0x7F05004D - public const int material_deep_teal_500 = 2131034189; + public const int error_color_material_dark = 2131034189; // aapt resource value: 0x7F05004E - public const int material_grey_100 = 2131034190; + public const int error_color_material_light = 2131034190; // aapt resource value: 0x7F05004F - public const int material_grey_300 = 2131034191; + public const int foreground_material_dark = 2131034191; // aapt resource value: 0x7F050050 - public const int material_grey_50 = 2131034192; + public const int foreground_material_light = 2131034192; // aapt resource value: 0x7F050051 - public const int material_grey_600 = 2131034193; + public const int highlighted_text_material_dark = 2131034193; // aapt resource value: 0x7F050052 - public const int material_grey_800 = 2131034194; + public const int highlighted_text_material_light = 2131034194; // aapt resource value: 0x7F050053 - public const int material_grey_850 = 2131034195; + public const int launcher_background = 2131034195; // aapt resource value: 0x7F050054 - public const int material_grey_900 = 2131034196; + public const int material_blue_grey_800 = 2131034196; // aapt resource value: 0x7F050055 - public const int mtrl_bottom_nav_colored_item_tint = 2131034197; + public const int material_blue_grey_900 = 2131034197; // aapt resource value: 0x7F050056 - public const int mtrl_bottom_nav_item_tint = 2131034198; + public const int material_blue_grey_950 = 2131034198; // aapt resource value: 0x7F050057 - public const int mtrl_btn_bg_color_disabled = 2131034199; + public const int material_deep_teal_200 = 2131034199; // aapt resource value: 0x7F050058 - public const int mtrl_btn_bg_color_selector = 2131034200; + public const int material_deep_teal_500 = 2131034200; // aapt resource value: 0x7F050059 - public const int mtrl_btn_ripple_color = 2131034201; + public const int material_grey_100 = 2131034201; // aapt resource value: 0x7F05005A - public const int mtrl_btn_stroke_color_selector = 2131034202; + public const int material_grey_300 = 2131034202; // aapt resource value: 0x7F05005B - public const int mtrl_btn_text_btn_ripple_color = 2131034203; + public const int material_grey_50 = 2131034203; // aapt resource value: 0x7F05005C - public const int mtrl_btn_text_color_disabled = 2131034204; + public const int material_grey_600 = 2131034204; // aapt resource value: 0x7F05005D - public const int mtrl_btn_text_color_selector = 2131034205; + public const int material_grey_800 = 2131034205; // aapt resource value: 0x7F05005E - public const int mtrl_btn_transparent_bg_color = 2131034206; + public const int material_grey_850 = 2131034206; // aapt resource value: 0x7F05005F - public const int mtrl_chip_background_color = 2131034207; + public const int material_grey_900 = 2131034207; // aapt resource value: 0x7F050060 - public const int mtrl_chip_close_icon_tint = 2131034208; + public const int mtrl_bottom_nav_colored_item_tint = 2131034208; // aapt resource value: 0x7F050061 - public const int mtrl_chip_ripple_color = 2131034209; + public const int mtrl_bottom_nav_item_tint = 2131034209; // aapt resource value: 0x7F050062 - public const int mtrl_chip_text_color = 2131034210; + public const int mtrl_btn_bg_color_disabled = 2131034210; // aapt resource value: 0x7F050063 - public const int mtrl_fab_ripple_color = 2131034211; + public const int mtrl_btn_bg_color_selector = 2131034211; // aapt resource value: 0x7F050064 - public const int mtrl_scrim_color = 2131034212; + public const int mtrl_btn_ripple_color = 2131034212; // aapt resource value: 0x7F050065 - public const int mtrl_tabs_colored_ripple_color = 2131034213; + public const int mtrl_btn_stroke_color_selector = 2131034213; // aapt resource value: 0x7F050066 - public const int mtrl_tabs_icon_color_selector = 2131034214; + public const int mtrl_btn_text_btn_ripple_color = 2131034214; // aapt resource value: 0x7F050067 - public const int mtrl_tabs_icon_color_selector_colored = 2131034215; + public const int mtrl_btn_text_color_disabled = 2131034215; // aapt resource value: 0x7F050068 - public const int mtrl_tabs_legacy_text_color_selector = 2131034216; + public const int mtrl_btn_text_color_selector = 2131034216; // aapt resource value: 0x7F050069 - public const int mtrl_tabs_ripple_color = 2131034217; + public const int mtrl_btn_transparent_bg_color = 2131034217; + + // aapt resource value: 0x7F05006A + public const int mtrl_chip_background_color = 2131034218; // aapt resource value: 0x7F05006B - public const int mtrl_textinput_default_box_stroke_color = 2131034219; + public const int mtrl_chip_close_icon_tint = 2131034219; // aapt resource value: 0x7F05006C - public const int mtrl_textinput_disabled_color = 2131034220; + public const int mtrl_chip_ripple_color = 2131034220; // aapt resource value: 0x7F05006D - public const int mtrl_textinput_filled_box_default_background_color = 2131034221; + public const int mtrl_chip_text_color = 2131034221; // aapt resource value: 0x7F05006E - public const int mtrl_textinput_hovered_box_stroke_color = 2131034222; - - // aapt resource value: 0x7F05006A - public const int mtrl_text_btn_text_color_selector = 2131034218; + public const int mtrl_fab_ripple_color = 2131034222; // aapt resource value: 0x7F05006F - public const int notification_action_color_filter = 2131034223; + public const int mtrl_scrim_color = 2131034223; // aapt resource value: 0x7F050070 - public const int notification_icon_bg_color = 2131034224; + public const int mtrl_tabs_colored_ripple_color = 2131034224; // aapt resource value: 0x7F050071 - public const int notification_material_background_media_default_color = 2131034225; + public const int mtrl_tabs_icon_color_selector = 2131034225; // aapt resource value: 0x7F050072 - public const int primary_dark_material_dark = 2131034226; + public const int mtrl_tabs_icon_color_selector_colored = 2131034226; // aapt resource value: 0x7F050073 - public const int primary_dark_material_light = 2131034227; + public const int mtrl_tabs_legacy_text_color_selector = 2131034227; // aapt resource value: 0x7F050074 - public const int primary_material_dark = 2131034228; - - // aapt resource value: 0x7F050075 - public const int primary_material_light = 2131034229; + public const int mtrl_tabs_ripple_color = 2131034228; // aapt resource value: 0x7F050076 - public const int primary_text_default_material_dark = 2131034230; + public const int mtrl_textinput_default_box_stroke_color = 2131034230; // aapt resource value: 0x7F050077 - public const int primary_text_default_material_light = 2131034231; + public const int mtrl_textinput_disabled_color = 2131034231; // aapt resource value: 0x7F050078 - public const int primary_text_disabled_material_dark = 2131034232; + public const int mtrl_textinput_filled_box_default_background_color = 2131034232; // aapt resource value: 0x7F050079 - public const int primary_text_disabled_material_light = 2131034233; + public const int mtrl_textinput_hovered_box_stroke_color = 2131034233; + + // aapt resource value: 0x7F050075 + public const int mtrl_text_btn_text_color_selector = 2131034229; // aapt resource value: 0x7F05007A - public const int ripple_material_dark = 2131034234; + public const int notification_action_color_filter = 2131034234; // aapt resource value: 0x7F05007B - public const int ripple_material_light = 2131034235; + public const int notification_icon_bg_color = 2131034235; // aapt resource value: 0x7F05007C - public const int secondary_text_default_material_dark = 2131034236; + public const int notification_material_background_media_default_color = 2131034236; // aapt resource value: 0x7F05007D - public const int secondary_text_default_material_light = 2131034237; + public const int primary_dark_material_dark = 2131034237; // aapt resource value: 0x7F05007E - public const int secondary_text_disabled_material_dark = 2131034238; + public const int primary_dark_material_light = 2131034238; // aapt resource value: 0x7F05007F - public const int secondary_text_disabled_material_light = 2131034239; + public const int primary_material_dark = 2131034239; // aapt resource value: 0x7F050080 - public const int switch_thumb_disabled_material_dark = 2131034240; + public const int primary_material_light = 2131034240; // aapt resource value: 0x7F050081 - public const int switch_thumb_disabled_material_light = 2131034241; + public const int primary_text_default_material_dark = 2131034241; // aapt resource value: 0x7F050082 - public const int switch_thumb_material_dark = 2131034242; + public const int primary_text_default_material_light = 2131034242; // aapt resource value: 0x7F050083 - public const int switch_thumb_material_light = 2131034243; + public const int primary_text_disabled_material_dark = 2131034243; // aapt resource value: 0x7F050084 - public const int switch_thumb_normal_material_dark = 2131034244; + public const int primary_text_disabled_material_light = 2131034244; // aapt resource value: 0x7F050085 - public const int switch_thumb_normal_material_light = 2131034245; + public const int ripple_material_dark = 2131034245; // aapt resource value: 0x7F050086 - public const int tooltip_background_dark = 2131034246; + public const int ripple_material_light = 2131034246; // aapt resource value: 0x7F050087 - public const int tooltip_background_light = 2131034247; + public const int secondary_text_default_material_dark = 2131034247; + + // aapt resource value: 0x7F050088 + public const int secondary_text_default_material_light = 2131034248; + + // aapt resource value: 0x7F050089 + public const int secondary_text_disabled_material_dark = 2131034249; + + // aapt resource value: 0x7F05008A + public const int secondary_text_disabled_material_light = 2131034250; + + // aapt resource value: 0x7F05008B + public const int switch_thumb_disabled_material_dark = 2131034251; + + // aapt resource value: 0x7F05008C + public const int switch_thumb_disabled_material_light = 2131034252; + + // aapt resource value: 0x7F05008D + public const int switch_thumb_material_dark = 2131034253; + + // aapt resource value: 0x7F05008E + public const int switch_thumb_material_light = 2131034254; + + // aapt resource value: 0x7F05008F + public const int switch_thumb_normal_material_dark = 2131034255; + + // aapt resource value: 0x7F050090 + public const int switch_thumb_normal_material_light = 2131034256; + + // aapt resource value: 0x7F050091 + public const int tooltip_background_dark = 2131034257; + + // aapt resource value: 0x7F050092 + public const int tooltip_background_light = 2131034258; static Color() { @@ -5717,85 +5837,148 @@ public partial class Drawable public const int avd_show_password = 2131165275; // aapt resource value: 0x7F07005C - public const int design_bottom_navigation_item_background = 2131165276; + public const int common_full_open_on_phone = 2131165276; // aapt resource value: 0x7F07005D - public const int design_fab_background = 2131165277; + public const int common_google_signin_btn_icon_dark = 2131165277; // aapt resource value: 0x7F07005E - public const int design_ic_visibility = 2131165278; + public const int common_google_signin_btn_icon_dark_focused = 2131165278; // aapt resource value: 0x7F07005F - public const int design_ic_visibility_off = 2131165279; + public const int common_google_signin_btn_icon_dark_normal = 2131165279; // aapt resource value: 0x7F070060 - public const int design_password_eye = 2131165280; + public const int common_google_signin_btn_icon_dark_normal_background = 2131165280; // aapt resource value: 0x7F070061 - public const int design_snackbar_background = 2131165281; + public const int common_google_signin_btn_icon_disabled = 2131165281; // aapt resource value: 0x7F070062 - public const int ic_mtrl_chip_checked_black = 2131165282; + public const int common_google_signin_btn_icon_light = 2131165282; // aapt resource value: 0x7F070063 - public const int ic_mtrl_chip_checked_circle = 2131165283; + public const int common_google_signin_btn_icon_light_focused = 2131165283; // aapt resource value: 0x7F070064 - public const int ic_mtrl_chip_close_circle = 2131165284; + public const int common_google_signin_btn_icon_light_normal = 2131165284; // aapt resource value: 0x7F070065 - public const int mtrl_snackbar_background = 2131165285; + public const int common_google_signin_btn_icon_light_normal_background = 2131165285; // aapt resource value: 0x7F070066 - public const int mtrl_tabs_default_indicator = 2131165286; + public const int common_google_signin_btn_text_dark = 2131165286; // aapt resource value: 0x7F070067 - public const int navigation_empty_icon = 2131165287; + public const int common_google_signin_btn_text_dark_focused = 2131165287; // aapt resource value: 0x7F070068 - public const int notification_action_background = 2131165288; + public const int common_google_signin_btn_text_dark_normal = 2131165288; // aapt resource value: 0x7F070069 - public const int notification_bg = 2131165289; + public const int common_google_signin_btn_text_dark_normal_background = 2131165289; // aapt resource value: 0x7F07006A - public const int notification_bg_low = 2131165290; + public const int common_google_signin_btn_text_disabled = 2131165290; // aapt resource value: 0x7F07006B - public const int notification_bg_low_normal = 2131165291; + public const int common_google_signin_btn_text_light = 2131165291; // aapt resource value: 0x7F07006C - public const int notification_bg_low_pressed = 2131165292; + public const int common_google_signin_btn_text_light_focused = 2131165292; // aapt resource value: 0x7F07006D - public const int notification_bg_normal = 2131165293; + public const int common_google_signin_btn_text_light_normal = 2131165293; // aapt resource value: 0x7F07006E - public const int notification_bg_normal_pressed = 2131165294; + public const int common_google_signin_btn_text_light_normal_background = 2131165294; // aapt resource value: 0x7F07006F - public const int notification_icon_background = 2131165295; + public const int design_bottom_navigation_item_background = 2131165295; // aapt resource value: 0x7F070070 - public const int notification_template_icon_bg = 2131165296; + public const int design_fab_background = 2131165296; // aapt resource value: 0x7F070071 - public const int notification_template_icon_low_bg = 2131165297; + public const int design_ic_visibility = 2131165297; // aapt resource value: 0x7F070072 - public const int notification_tile_bg = 2131165298; + public const int design_ic_visibility_off = 2131165298; // aapt resource value: 0x7F070073 - public const int notify_panel_notification_icon_bg = 2131165299; + public const int design_password_eye = 2131165299; // aapt resource value: 0x7F070074 - public const int star = 2131165300; + public const int design_snackbar_background = 2131165300; // aapt resource value: 0x7F070075 - public const int tooltip_frame_dark = 2131165301; + public const int googleg_disabled_color_18 = 2131165301; // aapt resource value: 0x7F070076 - public const int tooltip_frame_light = 2131165302; + public const int googleg_standard_color_18 = 2131165302; + + // aapt resource value: 0x7F070077 + public const int ic_mtrl_chip_checked_black = 2131165303; + + // aapt resource value: 0x7F070078 + public const int ic_mtrl_chip_checked_circle = 2131165304; + + // aapt resource value: 0x7F070079 + public const int ic_mtrl_chip_close_circle = 2131165305; + + // aapt resource value: 0x7F07007A + public const int mtrl_snackbar_background = 2131165306; + + // aapt resource value: 0x7F07007B + public const int mtrl_tabs_default_indicator = 2131165307; + + // aapt resource value: 0x7F07007C + public const int navigation_empty_icon = 2131165308; + + // aapt resource value: 0x7F07007D + public const int notification_action_background = 2131165309; + + // aapt resource value: 0x7F07007E + public const int notification_bg = 2131165310; + + // aapt resource value: 0x7F07007F + public const int notification_bg_low = 2131165311; + + // aapt resource value: 0x7F070080 + public const int notification_bg_low_normal = 2131165312; + + // aapt resource value: 0x7F070081 + public const int notification_bg_low_pressed = 2131165313; + + // aapt resource value: 0x7F070082 + public const int notification_bg_normal = 2131165314; + + // aapt resource value: 0x7F070083 + public const int notification_bg_normal_pressed = 2131165315; + + // aapt resource value: 0x7F070084 + public const int notification_icon_background = 2131165316; + + // aapt resource value: 0x7F070085 + public const int notification_template_icon_bg = 2131165317; + + // aapt resource value: 0x7F070086 + public const int notification_template_icon_low_bg = 2131165318; + + // aapt resource value: 0x7F070087 + public const int notification_tile_bg = 2131165319; + + // aapt resource value: 0x7F070088 + public const int notify_panel_notification_icon_bg = 2131165320; + + // aapt resource value: 0x7F070089 + public const int star = 2131165321; + + // aapt resource value: 0x7F07008A + public const int tooltip_frame_dark = 2131165322; + + // aapt resource value: 0x7F07008B + public const int tooltip_frame_light = 2131165323; static Drawable() { @@ -5874,562 +6057,592 @@ public partial class Id public const int add = 2131230746; // aapt resource value: 0x7F08001B - public const int alertTitle = 2131230747; + public const int adjust_height = 2131230747; // aapt resource value: 0x7F08001C - public const int all = 2131230748; - - // aapt resource value: 0x7F080000 - public const int ALT = 2131230720; + public const int adjust_width = 2131230748; // aapt resource value: 0x7F08001D - public const int always = 2131230749; + public const int alertTitle = 2131230749; // aapt resource value: 0x7F08001E - public const int async = 2131230750; + public const int all = 2131230750; + + // aapt resource value: 0x7F080000 + public const int ALT = 2131230720; // aapt resource value: 0x7F08001F - public const int auto = 2131230751; + public const int always = 2131230751; // aapt resource value: 0x7F080020 - public const int beginning = 2131230752; + public const int async = 2131230752; // aapt resource value: 0x7F080021 - public const int blocking = 2131230753; + public const int auto = 2131230753; // aapt resource value: 0x7F080022 - public const int bottom = 2131230754; + public const int beginning = 2131230754; // aapt resource value: 0x7F080023 - public const int bottomtab_navarea = 2131230755; + public const int blocking = 2131230755; // aapt resource value: 0x7F080024 - public const int bottomtab_tabbar = 2131230756; + public const int bottom = 2131230756; // aapt resource value: 0x7F080025 - public const int browser_actions_header_text = 2131230757; - - // aapt resource value: 0x7F080028 - public const int browser_actions_menu_items = 2131230760; + public const int bottomtab_navarea = 2131230757; // aapt resource value: 0x7F080026 - public const int browser_actions_menu_item_icon = 2131230758; + public const int bottomtab_tabbar = 2131230758; // aapt resource value: 0x7F080027 - public const int browser_actions_menu_item_text = 2131230759; - - // aapt resource value: 0x7F080029 - public const int browser_actions_menu_view = 2131230761; + public const int browser_actions_header_text = 2131230759; // aapt resource value: 0x7F08002A - public const int buttonPanel = 2131230762; + public const int browser_actions_menu_items = 2131230762; + + // aapt resource value: 0x7F080028 + public const int browser_actions_menu_item_icon = 2131230760; + + // aapt resource value: 0x7F080029 + public const int browser_actions_menu_item_text = 2131230761; // aapt resource value: 0x7F08002B - public const int cancel_action = 2131230763; + public const int browser_actions_menu_view = 2131230763; // aapt resource value: 0x7F08002C - public const int center = 2131230764; + public const int buttonPanel = 2131230764; // aapt resource value: 0x7F08002D - public const int center_horizontal = 2131230765; + public const int cancel_action = 2131230765; // aapt resource value: 0x7F08002E - public const int center_vertical = 2131230766; + public const int center = 2131230766; // aapt resource value: 0x7F08002F - public const int checkbox = 2131230767; + public const int center_horizontal = 2131230767; // aapt resource value: 0x7F080030 - public const int chronometer = 2131230768; + public const int center_vertical = 2131230768; // aapt resource value: 0x7F080031 - public const int clip_horizontal = 2131230769; + public const int checkbox = 2131230769; // aapt resource value: 0x7F080032 - public const int clip_vertical = 2131230770; + public const int chronometer = 2131230770; // aapt resource value: 0x7F080033 - public const int collapseActionView = 2131230771; + public const int clip_horizontal = 2131230771; // aapt resource value: 0x7F080034 - public const int container = 2131230772; + public const int clip_vertical = 2131230772; // aapt resource value: 0x7F080035 - public const int content = 2131230773; + public const int collapseActionView = 2131230773; // aapt resource value: 0x7F080036 - public const int contentPanel = 2131230774; + public const int container = 2131230774; // aapt resource value: 0x7F080037 - public const int coordinator = 2131230775; - - // aapt resource value: 0x7F080001 - public const int CTRL = 2131230721; + public const int content = 2131230775; // aapt resource value: 0x7F080038 - public const int custom = 2131230776; + public const int contentPanel = 2131230776; // aapt resource value: 0x7F080039 - public const int customPanel = 2131230777; + public const int coordinator = 2131230777; + + // aapt resource value: 0x7F080001 + public const int CTRL = 2131230721; // aapt resource value: 0x7F08003A - public const int decor_content_parent = 2131230778; + public const int custom = 2131230778; // aapt resource value: 0x7F08003B - public const int default_activity_button = 2131230779; + public const int customPanel = 2131230779; // aapt resource value: 0x7F08003C - public const int design_bottom_sheet = 2131230780; + public const int dark = 2131230780; // aapt resource value: 0x7F08003D - public const int design_menu_item_action_area = 2131230781; + public const int decor_content_parent = 2131230781; // aapt resource value: 0x7F08003E - public const int design_menu_item_action_area_stub = 2131230782; + public const int default_activity_button = 2131230782; // aapt resource value: 0x7F08003F - public const int design_menu_item_text = 2131230783; + public const int design_bottom_sheet = 2131230783; // aapt resource value: 0x7F080040 - public const int design_navigation_view = 2131230784; + public const int design_menu_item_action_area = 2131230784; // aapt resource value: 0x7F080041 - public const int disableHome = 2131230785; + public const int design_menu_item_action_area_stub = 2131230785; // aapt resource value: 0x7F080042 - public const int edit_query = 2131230786; + public const int design_menu_item_text = 2131230786; // aapt resource value: 0x7F080043 - public const int end = 2131230787; + public const int design_navigation_view = 2131230787; // aapt resource value: 0x7F080044 - public const int end_padder = 2131230788; + public const int disableHome = 2131230788; // aapt resource value: 0x7F080045 - public const int enterAlways = 2131230789; + public const int edit_query = 2131230789; // aapt resource value: 0x7F080046 - public const int enterAlwaysCollapsed = 2131230790; + public const int end = 2131230790; // aapt resource value: 0x7F080047 - public const int exitUntilCollapsed = 2131230791; - - // aapt resource value: 0x7F080049 - public const int expanded_menu = 2131230793; + public const int end_padder = 2131230791; // aapt resource value: 0x7F080048 - public const int expand_activities_button = 2131230792; + public const int enterAlways = 2131230792; + + // aapt resource value: 0x7F080049 + public const int enterAlwaysCollapsed = 2131230793; // aapt resource value: 0x7F08004A - public const int fill = 2131230794; + public const int exitUntilCollapsed = 2131230794; - // aapt resource value: 0x7F08004D - public const int filled = 2131230797; + // aapt resource value: 0x7F08004C + public const int expanded_menu = 2131230796; // aapt resource value: 0x7F08004B - public const int fill_horizontal = 2131230795; + public const int expand_activities_button = 2131230795; - // aapt resource value: 0x7F08004C - public const int fill_vertical = 2131230796; + // aapt resource value: 0x7F08004D + public const int fill = 2131230797; + + // aapt resource value: 0x7F080050 + public const int filled = 2131230800; // aapt resource value: 0x7F08004E - public const int @fixed = 2131230798; + public const int fill_horizontal = 2131230798; // aapt resource value: 0x7F08004F - public const int flyoutcontent_appbar = 2131230799; - - // aapt resource value: 0x7F080050 - public const int flyoutcontent_recycler = 2131230800; + public const int fill_vertical = 2131230799; // aapt resource value: 0x7F080051 - public const int forever = 2131230801; - - // aapt resource value: 0x7F080002 - public const int FUNCTION = 2131230722; + public const int @fixed = 2131230801; // aapt resource value: 0x7F080052 - public const int ghost_view = 2131230802; + public const int flyoutcontent_appbar = 2131230802; // aapt resource value: 0x7F080053 - public const int group_divider = 2131230803; + public const int flyoutcontent_recycler = 2131230803; // aapt resource value: 0x7F080054 - public const int home = 2131230804; + public const int forever = 2131230804; + + // aapt resource value: 0x7F080002 + public const int FUNCTION = 2131230722; // aapt resource value: 0x7F080055 - public const int homeAsUp = 2131230805; + public const int ghost_view = 2131230805; // aapt resource value: 0x7F080056 - public const int icon = 2131230806; + public const int group_divider = 2131230806; // aapt resource value: 0x7F080057 - public const int icon_group = 2131230807; + public const int home = 2131230807; // aapt resource value: 0x7F080058 - public const int ifRoom = 2131230808; + public const int homeAsUp = 2131230808; // aapt resource value: 0x7F080059 - public const int image = 2131230809; + public const int hybrid = 2131230809; // aapt resource value: 0x7F08005A - public const int info = 2131230810; + public const int icon = 2131230810; // aapt resource value: 0x7F08005B - public const int italic = 2131230811; + public const int icon_group = 2131230811; // aapt resource value: 0x7F08005C - public const int item_touch_helper_previous_elevation = 2131230812; + public const int icon_only = 2131230812; // aapt resource value: 0x7F08005D - public const int labeled = 2131230813; + public const int ifRoom = 2131230813; // aapt resource value: 0x7F08005E - public const int largeLabel = 2131230814; + public const int image = 2131230814; // aapt resource value: 0x7F08005F - public const int left = 2131230815; + public const int info = 2131230815; // aapt resource value: 0x7F080060 - public const int line1 = 2131230816; + public const int italic = 2131230816; // aapt resource value: 0x7F080061 - public const int line3 = 2131230817; + public const int item_touch_helper_previous_elevation = 2131230817; // aapt resource value: 0x7F080062 - public const int listMode = 2131230818; + public const int labeled = 2131230818; // aapt resource value: 0x7F080063 - public const int list_item = 2131230819; + public const int largeLabel = 2131230819; // aapt resource value: 0x7F080064 - public const int main_appbar = 2131230820; + public const int left = 2131230820; // aapt resource value: 0x7F080065 - public const int main_tablayout = 2131230821; + public const int light = 2131230821; // aapt resource value: 0x7F080066 - public const int main_toolbar = 2131230822; + public const int line1 = 2131230822; // aapt resource value: 0x7F080067 - public const int main_viewpager = 2131230823; + public const int line3 = 2131230823; // aapt resource value: 0x7F080068 - public const int masked = 2131230824; + public const int listMode = 2131230824; // aapt resource value: 0x7F080069 - public const int media_actions = 2131230825; + public const int list_item = 2131230825; // aapt resource value: 0x7F08006A - public const int message = 2131230826; - - // aapt resource value: 0x7F080003 - public const int META = 2131230723; + public const int main_appbar = 2131230826; // aapt resource value: 0x7F08006B - public const int middle = 2131230827; + public const int main_tablayout = 2131230827; // aapt resource value: 0x7F08006C - public const int mini = 2131230828; + public const int main_toolbar = 2131230828; // aapt resource value: 0x7F08006D - public const int mtrl_child_content_container = 2131230829; + public const int main_viewpager = 2131230829; // aapt resource value: 0x7F08006E - public const int mtrl_internal_children_alpha_tag = 2131230830; + public const int masked = 2131230830; // aapt resource value: 0x7F08006F - public const int multiply = 2131230831; + public const int media_actions = 2131230831; // aapt resource value: 0x7F080070 - public const int navigation_header_container = 2131230832; + public const int message = 2131230832; + + // aapt resource value: 0x7F080003 + public const int META = 2131230723; // aapt resource value: 0x7F080071 - public const int never = 2131230833; + public const int middle = 2131230833; // aapt resource value: 0x7F080072 - public const int none = 2131230834; + public const int mini = 2131230834; // aapt resource value: 0x7F080073 - public const int normal = 2131230835; + public const int mtrl_child_content_container = 2131230835; // aapt resource value: 0x7F080074 - public const int notification_background = 2131230836; + public const int mtrl_internal_children_alpha_tag = 2131230836; // aapt resource value: 0x7F080075 - public const int notification_main_column = 2131230837; + public const int multiply = 2131230837; // aapt resource value: 0x7F080076 - public const int notification_main_column_container = 2131230838; + public const int navigation_header_container = 2131230838; // aapt resource value: 0x7F080077 - public const int outline = 2131230839; + public const int never = 2131230839; // aapt resource value: 0x7F080078 - public const int parallax = 2131230840; + public const int none = 2131230840; // aapt resource value: 0x7F080079 - public const int parentPanel = 2131230841; + public const int normal = 2131230841; // aapt resource value: 0x7F08007A - public const int parent_matrix = 2131230842; + public const int notification_background = 2131230842; // aapt resource value: 0x7F08007B - public const int pin = 2131230843; + public const int notification_main_column = 2131230843; // aapt resource value: 0x7F08007C - public const int progress_circular = 2131230844; + public const int notification_main_column_container = 2131230844; // aapt resource value: 0x7F08007D - public const int progress_horizontal = 2131230845; + public const int outline = 2131230845; // aapt resource value: 0x7F08007E - public const int radio = 2131230846; + public const int parallax = 2131230846; // aapt resource value: 0x7F08007F - public const int right = 2131230847; + public const int parentPanel = 2131230847; // aapt resource value: 0x7F080080 - public const int right_icon = 2131230848; + public const int parent_matrix = 2131230848; // aapt resource value: 0x7F080081 - public const int right_side = 2131230849; + public const int pin = 2131230849; // aapt resource value: 0x7F080082 - public const int save_image_matrix = 2131230850; + public const int progress_circular = 2131230850; // aapt resource value: 0x7F080083 - public const int save_non_transition_alpha = 2131230851; + public const int progress_horizontal = 2131230851; // aapt resource value: 0x7F080084 - public const int save_scale_type = 2131230852; + public const int radio = 2131230852; // aapt resource value: 0x7F080085 - public const int screen = 2131230853; + public const int right = 2131230853; // aapt resource value: 0x7F080086 - public const int scroll = 2131230854; - - // aapt resource value: 0x7F08008A - public const int scrollable = 2131230858; + public const int right_icon = 2131230854; // aapt resource value: 0x7F080087 - public const int scrollIndicatorDown = 2131230855; + public const int right_side = 2131230855; // aapt resource value: 0x7F080088 - public const int scrollIndicatorUp = 2131230856; + public const int satellite = 2131230856; // aapt resource value: 0x7F080089 - public const int scrollView = 2131230857; + public const int save_image_matrix = 2131230857; + + // aapt resource value: 0x7F08008A + public const int save_non_transition_alpha = 2131230858; // aapt resource value: 0x7F08008B - public const int search_badge = 2131230859; + public const int save_scale_type = 2131230859; // aapt resource value: 0x7F08008C - public const int search_bar = 2131230860; + public const int screen = 2131230860; // aapt resource value: 0x7F08008D - public const int search_button = 2131230861; + public const int scroll = 2131230861; + + // aapt resource value: 0x7F080091 + public const int scrollable = 2131230865; // aapt resource value: 0x7F08008E - public const int search_close_btn = 2131230862; + public const int scrollIndicatorDown = 2131230862; // aapt resource value: 0x7F08008F - public const int search_edit_frame = 2131230863; + public const int scrollIndicatorUp = 2131230863; // aapt resource value: 0x7F080090 - public const int search_go_btn = 2131230864; - - // aapt resource value: 0x7F080091 - public const int search_mag_icon = 2131230865; + public const int scrollView = 2131230864; // aapt resource value: 0x7F080092 - public const int search_plate = 2131230866; + public const int search_badge = 2131230866; // aapt resource value: 0x7F080093 - public const int search_src_text = 2131230867; + public const int search_bar = 2131230867; // aapt resource value: 0x7F080094 - public const int search_voice_btn = 2131230868; - - // aapt resource value: 0x7F080096 - public const int selected = 2131230870; + public const int search_button = 2131230868; // aapt resource value: 0x7F080095 - public const int select_dialog_listview = 2131230869; + public const int search_close_btn = 2131230869; + + // aapt resource value: 0x7F080096 + public const int search_edit_frame = 2131230870; // aapt resource value: 0x7F080097 - public const int shellcontent_appbar = 2131230871; + public const int search_go_btn = 2131230871; // aapt resource value: 0x7F080098 - public const int shellcontent_toolbar = 2131230872; - - // aapt resource value: 0x7F080004 - public const int SHIFT = 2131230724; + public const int search_mag_icon = 2131230872; // aapt resource value: 0x7F080099 - public const int shortcut = 2131230873; + public const int search_plate = 2131230873; // aapt resource value: 0x7F08009A - public const int showCustom = 2131230874; + public const int search_src_text = 2131230874; // aapt resource value: 0x7F08009B - public const int showHome = 2131230875; - - // aapt resource value: 0x7F08009C - public const int showTitle = 2131230876; + public const int search_voice_btn = 2131230875; // aapt resource value: 0x7F08009D - public const int sliding_tabs = 2131230877; + public const int selected = 2131230877; + + // aapt resource value: 0x7F08009C + public const int select_dialog_listview = 2131230876; // aapt resource value: 0x7F08009E - public const int smallLabel = 2131230878; + public const int shellcontent_appbar = 2131230878; // aapt resource value: 0x7F08009F - public const int snackbar_action = 2131230879; + public const int shellcontent_toolbar = 2131230879; + + // aapt resource value: 0x7F080004 + public const int SHIFT = 2131230724; // aapt resource value: 0x7F0800A0 - public const int snackbar_text = 2131230880; + public const int shortcut = 2131230880; // aapt resource value: 0x7F0800A1 - public const int snap = 2131230881; + public const int showCustom = 2131230881; // aapt resource value: 0x7F0800A2 - public const int snapMargins = 2131230882; + public const int showHome = 2131230882; // aapt resource value: 0x7F0800A3 - public const int spacer = 2131230883; + public const int showTitle = 2131230883; // aapt resource value: 0x7F0800A4 - public const int split_action_bar = 2131230884; + public const int sliding_tabs = 2131230884; // aapt resource value: 0x7F0800A5 - public const int src_atop = 2131230885; + public const int smallLabel = 2131230885; // aapt resource value: 0x7F0800A6 - public const int src_in = 2131230886; + public const int snackbar_action = 2131230886; // aapt resource value: 0x7F0800A7 - public const int src_over = 2131230887; + public const int snackbar_text = 2131230887; // aapt resource value: 0x7F0800A8 - public const int start = 2131230888; + public const int snap = 2131230888; // aapt resource value: 0x7F0800A9 - public const int status_bar_latest_event_content = 2131230889; + public const int snapMargins = 2131230889; // aapt resource value: 0x7F0800AA - public const int stretch = 2131230890; + public const int spacer = 2131230890; // aapt resource value: 0x7F0800AB - public const int submenuarrow = 2131230891; + public const int split_action_bar = 2131230891; // aapt resource value: 0x7F0800AC - public const int submit_area = 2131230892; - - // aapt resource value: 0x7F080005 - public const int SYM = 2131230725; + public const int src_atop = 2131230892; // aapt resource value: 0x7F0800AD - public const int tabMode = 2131230893; + public const int src_in = 2131230893; // aapt resource value: 0x7F0800AE - public const int tag_transition_group = 2131230894; + public const int src_over = 2131230894; // aapt resource value: 0x7F0800AF - public const int tag_unhandled_key_event_manager = 2131230895; + public const int standard = 2131230895; // aapt resource value: 0x7F0800B0 - public const int tag_unhandled_key_listeners = 2131230896; + public const int start = 2131230896; // aapt resource value: 0x7F0800B1 - public const int text = 2131230897; + public const int status_bar_latest_event_content = 2131230897; // aapt resource value: 0x7F0800B2 - public const int text2 = 2131230898; - - // aapt resource value: 0x7F0800B7 - public const int textinput_counter = 2131230903; - - // aapt resource value: 0x7F0800B8 - public const int textinput_error = 2131230904; - - // aapt resource value: 0x7F0800B9 - public const int textinput_helper_text = 2131230905; + public const int stretch = 2131230898; // aapt resource value: 0x7F0800B3 - public const int textSpacerNoButtons = 2131230899; + public const int submenuarrow = 2131230899; // aapt resource value: 0x7F0800B4 - public const int textSpacerNoTitle = 2131230900; + public const int submit_area = 2131230900; + + // aapt resource value: 0x7F080005 + public const int SYM = 2131230725; // aapt resource value: 0x7F0800B5 - public const int textStart = 2131230901; + public const int tabMode = 2131230901; // aapt resource value: 0x7F0800B6 - public const int text_input_password_toggle = 2131230902; + public const int tag_transition_group = 2131230902; + + // aapt resource value: 0x7F0800B7 + public const int tag_unhandled_key_event_manager = 2131230903; + + // aapt resource value: 0x7F0800B8 + public const int tag_unhandled_key_listeners = 2131230904; + + // aapt resource value: 0x7F0800B9 + public const int terrain = 2131230905; // aapt resource value: 0x7F0800BA - public const int time = 2131230906; + public const int text = 2131230906; // aapt resource value: 0x7F0800BB - public const int title = 2131230907; + public const int text2 = 2131230907; + + // aapt resource value: 0x7F0800C0 + public const int textinput_counter = 2131230912; + + // aapt resource value: 0x7F0800C1 + public const int textinput_error = 2131230913; + + // aapt resource value: 0x7F0800C2 + public const int textinput_helper_text = 2131230914; // aapt resource value: 0x7F0800BC - public const int titleDividerNoCustom = 2131230908; + public const int textSpacerNoButtons = 2131230908; // aapt resource value: 0x7F0800BD - public const int title_template = 2131230909; + public const int textSpacerNoTitle = 2131230909; // aapt resource value: 0x7F0800BE - public const int toolbar = 2131230910; + public const int textStart = 2131230910; // aapt resource value: 0x7F0800BF - public const int top = 2131230911; - - // aapt resource value: 0x7F0800C0 - public const int topPanel = 2131230912; - - // aapt resource value: 0x7F0800C1 - public const int touch_outside = 2131230913; - - // aapt resource value: 0x7F0800C2 - public const int transition_current_scene = 2131230914; + public const int text_input_password_toggle = 2131230911; // aapt resource value: 0x7F0800C3 - public const int transition_layout_save = 2131230915; + public const int time = 2131230915; // aapt resource value: 0x7F0800C4 - public const int transition_position = 2131230916; + public const int title = 2131230916; // aapt resource value: 0x7F0800C5 - public const int transition_scene_layoutid_cache = 2131230917; + public const int titleDividerNoCustom = 2131230917; // aapt resource value: 0x7F0800C6 - public const int transition_transform = 2131230918; + public const int title_template = 2131230918; // aapt resource value: 0x7F0800C7 - public const int uniform = 2131230919; + public const int toolbar = 2131230919; // aapt resource value: 0x7F0800C8 - public const int unlabeled = 2131230920; + public const int top = 2131230920; // aapt resource value: 0x7F0800C9 - public const int up = 2131230921; + public const int topPanel = 2131230921; // aapt resource value: 0x7F0800CA - public const int useLogo = 2131230922; + public const int touch_outside = 2131230922; // aapt resource value: 0x7F0800CB - public const int view_offset_helper = 2131230923; + public const int transition_current_scene = 2131230923; // aapt resource value: 0x7F0800CC - public const int visible = 2131230924; + public const int transition_layout_save = 2131230924; // aapt resource value: 0x7F0800CD - public const int withText = 2131230925; + public const int transition_position = 2131230925; // aapt resource value: 0x7F0800CE - public const int wrap_content = 2131230926; + public const int transition_scene_layoutid_cache = 2131230926; + + // aapt resource value: 0x7F0800CF + public const int transition_transform = 2131230927; + + // aapt resource value: 0x7F0800D0 + public const int uniform = 2131230928; + + // aapt resource value: 0x7F0800D1 + public const int unlabeled = 2131230929; + + // aapt resource value: 0x7F0800D2 + public const int up = 2131230930; + + // aapt resource value: 0x7F0800D3 + public const int useLogo = 2131230931; + + // aapt resource value: 0x7F0800D4 + public const int view_offset_helper = 2131230932; + + // aapt resource value: 0x7F0800D5 + public const int visible = 2131230933; + + // aapt resource value: 0x7F0800D6 + public const int wide = 2131230934; + + // aapt resource value: 0x7F0800D7 + public const int withText = 2131230935; + + // aapt resource value: 0x7F0800D8 + public const int wrap_content = 2131230936; static Id() { @@ -6469,25 +6682,28 @@ public partial class Integer public const int design_tab_indicator_anim_duration_ms = 2131296263; // aapt resource value: 0x7F090008 - public const int hide_password_duration = 2131296264; + public const int google_play_services_version = 2131296264; // aapt resource value: 0x7F090009 - public const int mtrl_btn_anim_delay_ms = 2131296265; + public const int hide_password_duration = 2131296265; // aapt resource value: 0x7F09000A - public const int mtrl_btn_anim_duration_ms = 2131296266; + public const int mtrl_btn_anim_delay_ms = 2131296266; // aapt resource value: 0x7F09000B - public const int mtrl_chip_anim_duration = 2131296267; + public const int mtrl_btn_anim_duration_ms = 2131296267; // aapt resource value: 0x7F09000C - public const int mtrl_tab_indicator_anim_duration_ms = 2131296268; + public const int mtrl_chip_anim_duration = 2131296268; // aapt resource value: 0x7F09000D - public const int show_password_duration = 2131296269; + public const int mtrl_tab_indicator_anim_duration_ms = 2131296269; // aapt resource value: 0x7F09000E - public const int status_bar_notification_info_maxnum = 2131296270; + public const int show_password_duration = 2131296270; + + // aapt resource value: 0x7F09000F + public const int status_bar_notification_info_maxnum = 2131296271; static Integer() { @@ -6905,37 +7121,88 @@ public partial class String public const int character_counter_pattern = 2131558442; // aapt resource value: 0x7F0D002B - public const int fab_transformation_scrim_behavior = 2131558443; + public const int common_google_play_services_enable_button = 2131558443; // aapt resource value: 0x7F0D002C - public const int fab_transformation_sheet_behavior = 2131558444; + public const int common_google_play_services_enable_text = 2131558444; // aapt resource value: 0x7F0D002D - public const int hide_bottom_view_on_scroll_behavior = 2131558445; + public const int common_google_play_services_enable_title = 2131558445; // aapt resource value: 0x7F0D002E - public const int mtrl_chip_close_icon_content_description = 2131558446; + public const int common_google_play_services_install_button = 2131558446; // aapt resource value: 0x7F0D002F - public const int password_toggle_content_description = 2131558447; + public const int common_google_play_services_install_text = 2131558447; // aapt resource value: 0x7F0D0030 - public const int path_password_eye = 2131558448; + public const int common_google_play_services_install_title = 2131558448; // aapt resource value: 0x7F0D0031 - public const int path_password_eye_mask_strike_through = 2131558449; + public const int common_google_play_services_notification_ticker = 2131558449; // aapt resource value: 0x7F0D0032 - public const int path_password_eye_mask_visible = 2131558450; + public const int common_google_play_services_unknown_issue = 2131558450; // aapt resource value: 0x7F0D0033 - public const int path_password_strike_through = 2131558451; + public const int common_google_play_services_unsupported_text = 2131558451; // aapt resource value: 0x7F0D0034 - public const int search_menu_title = 2131558452; + public const int common_google_play_services_update_button = 2131558452; // aapt resource value: 0x7F0D0035 - public const int status_bar_notification_info_overflow = 2131558453; + public const int common_google_play_services_update_text = 2131558453; + + // aapt resource value: 0x7F0D0036 + public const int common_google_play_services_update_title = 2131558454; + + // aapt resource value: 0x7F0D0037 + public const int common_google_play_services_updating_text = 2131558455; + + // aapt resource value: 0x7F0D0038 + public const int common_google_play_services_wear_update_text = 2131558456; + + // aapt resource value: 0x7F0D0039 + public const int common_open_on_phone = 2131558457; + + // aapt resource value: 0x7F0D003A + public const int common_signin_button_text = 2131558458; + + // aapt resource value: 0x7F0D003B + public const int common_signin_button_text_long = 2131558459; + + // aapt resource value: 0x7F0D003C + public const int fab_transformation_scrim_behavior = 2131558460; + + // aapt resource value: 0x7F0D003D + public const int fab_transformation_sheet_behavior = 2131558461; + + // aapt resource value: 0x7F0D003E + public const int hide_bottom_view_on_scroll_behavior = 2131558462; + + // aapt resource value: 0x7F0D003F + public const int mtrl_chip_close_icon_content_description = 2131558463; + + // aapt resource value: 0x7F0D0040 + public const int password_toggle_content_description = 2131558464; + + // aapt resource value: 0x7F0D0041 + public const int path_password_eye = 2131558465; + + // aapt resource value: 0x7F0D0042 + public const int path_password_eye_mask_strike_through = 2131558466; + + // aapt resource value: 0x7F0D0043 + public const int path_password_eye_mask_visible = 2131558467; + + // aapt resource value: 0x7F0D0044 + public const int path_password_strike_through = 2131558468; + + // aapt resource value: 0x7F0D0045 + public const int search_menu_title = 2131558469; + + // aapt resource value: 0x7F0D0046 + public const int status_bar_notification_info_overflow = 2131558470; static String() { @@ -8478,37 +8745,37 @@ private Style() public partial class Styleable { - // aapt resource value: { 0x7F030031,0x7F030032,0x7F030033,0x7F030091,0x7F030092,0x7F030093,0x7F030094,0x7F030095,0x7F030096,0x7F0300A4,0x7F0300A9,0x7F0300AA,0x7F0300B5,0x7F0300DF,0x7F0300E4,0x7F0300E9,0x7F0300EA,0x7F0300EC,0x7F0300F6,0x7F030100,0x7F030123,0x7F03012F,0x7F030140,0x7F030144,0x7F030145,0x7F030173,0x7F030176,0x7F0301BB,0x7F0301C5 } + // aapt resource value: { 0x7F030032,0x7F030033,0x7F030034,0x7F03009C,0x7F03009D,0x7F03009E,0x7F03009F,0x7F0300A0,0x7F0300A1,0x7F0300AF,0x7F0300B4,0x7F0300B5,0x7F0300C0,0x7F0300EA,0x7F0300EF,0x7F0300F4,0x7F0300F5,0x7F0300F7,0x7F030103,0x7F03010D,0x7F030135,0x7F030142,0x7F030153,0x7F030157,0x7F030158,0x7F030187,0x7F03018A,0x7F0301CF,0x7F0301D9 } public static int[] ActionBar = new int[] { - 2130903089, 2130903090, 2130903091, - 2130903185, - 2130903186, - 2130903187, - 2130903188, - 2130903189, - 2130903190, - 2130903204, - 2130903209, - 2130903210, + 2130903092, + 2130903196, + 2130903197, + 2130903198, + 2130903199, + 2130903200, + 2130903201, + 2130903215, + 2130903220, 2130903221, - 2130903263, - 2130903268, - 2130903273, + 2130903232, 2130903274, - 2130903276, - 2130903286, - 2130903296, - 2130903331, - 2130903343, - 2130903360, - 2130903364, - 2130903365, - 2130903411, - 2130903414, - 2130903483, - 2130903493}; + 2130903279, + 2130903284, + 2130903285, + 2130903287, + 2130903299, + 2130903309, + 2130903349, + 2130903362, + 2130903379, + 2130903383, + 2130903384, + 2130903431, + 2130903434, + 2130903503, + 2130903513}; // aapt resource value: { 0x10100B3 } public static int[] ActionBarLayout = new int[] { @@ -8615,14 +8882,14 @@ public partial class Styleable public static int[] ActionMenuView = new int[] { -1}; - // aapt resource value: { 0x7F030031,0x7F030032,0x7F03007E,0x7F0300DF,0x7F030176,0x7F0301C5 } + // aapt resource value: { 0x7F030032,0x7F030033,0x7F030088,0x7F0300EA,0x7F03018A,0x7F0301D9 } public static int[] ActionMode = new int[] { - 2130903089, 2130903090, - 2130903166, - 2130903263, - 2130903414, - 2130903493}; + 2130903091, + 2130903176, + 2130903274, + 2130903434, + 2130903513}; // aapt resource value: 0 public const int ActionMode_background = 0; @@ -8642,10 +8909,10 @@ public partial class Styleable // aapt resource value: 5 public const int ActionMode_titleTextStyle = 5; - // aapt resource value: { 0x7F0300BA,0x7F0300F7 } + // aapt resource value: { 0x7F0300C5,0x7F030104 } public static int[] ActivityChooserView = new int[] { - 2130903226, - 2130903287}; + 2130903237, + 2130903300}; // aapt resource value: 0 public const int ActivityChooserView_expandActivityOverflowButtonDrawable = 0; @@ -8653,16 +8920,16 @@ public partial class Styleable // aapt resource value: 1 public const int ActivityChooserView_initialActivityCount = 1; - // aapt resource value: { 0x10100F2,0x7F030052,0x7F030053,0x7F03011A,0x7F03011B,0x7F03012C,0x7F03015B,0x7F03015C } + // aapt resource value: { 0x10100F2,0x7F030053,0x7F030054,0x7F03012B,0x7F03012C,0x7F03013F,0x7F03016F,0x7F030170 } public static int[] AlertDialog = new int[] { 16842994, - 2130903122, 2130903123, - 2130903322, - 2130903323, + 2130903124, + 2130903339, 2130903340, - 2130903387, - 2130903388}; + 2130903359, + 2130903407, + 2130903408}; // aapt resource value: 0 public const int AlertDialog_android_layout = 0; @@ -8745,21 +9012,21 @@ public partial class Styleable // aapt resource value: 1 public const int AnimatedStateListDrawableTransition_android_toId = 1; - // aapt resource value: { 0x10100D4,0x101048F,0x1010540,0x7F0300B5,0x7F0300BB,0x7F030115 } + // aapt resource value: { 0x10100D4,0x101048F,0x1010540,0x7F0300C0,0x7F0300C6,0x7F030126 } public static int[] AppBarLayout = new int[] { 16842964, 16843919, 16844096, - 2130903221, - 2130903227, - 2130903317}; + 2130903232, + 2130903238, + 2130903334}; - // aapt resource value: { 0x7F030169,0x7F03016A,0x7F03016B,0x7F03016C } + // aapt resource value: { 0x7F03017D,0x7F03017E,0x7F03017F,0x7F030180 } public static int[] AppBarLayoutStates = new int[] { - 2130903401, - 2130903402, - 2130903403, - 2130903404}; + 2130903421, + 2130903422, + 2130903423, + 2130903424}; // aapt resource value: 0 public const int AppBarLayoutStates_state_collapsed = 0; @@ -8788,10 +9055,10 @@ public partial class Styleable // aapt resource value: 4 public const int AppBarLayout_expanded = 4; - // aapt resource value: { 0x7F030113,0x7F030114 } + // aapt resource value: { 0x7F030124,0x7F030125 } public static int[] AppBarLayout_Layout = new int[] { - 2130903315, - 2130903316}; + 2130903332, + 2130903333}; // aapt resource value: 0 public const int AppBarLayout_Layout_layout_scrollFlags = 0; @@ -8802,12 +9069,12 @@ public partial class Styleable // aapt resource value: 5 public const int AppBarLayout_liftOnScroll = 5; - // aapt resource value: { 0x1010119,0x7F030166,0x7F0301B9,0x7F0301BA } + // aapt resource value: { 0x1010119,0x7F03017A,0x7F0301CD,0x7F0301CE } public static int[] AppCompatImageView = new int[] { 16843033, - 2130903398, - 2130903481, - 2130903482}; + 2130903418, + 2130903501, + 2130903502}; // aapt resource value: 0 public const int AppCompatImageView_android_src = 0; @@ -8821,12 +9088,12 @@ public partial class Styleable // aapt resource value: 3 public const int AppCompatImageView_tintMode = 3; - // aapt resource value: { 0x1010142,0x7F0301B6,0x7F0301B7,0x7F0301B8 } + // aapt resource value: { 0x1010142,0x7F0301CA,0x7F0301CB,0x7F0301CC } public static int[] AppCompatSeekBar = new int[] { 16843074, - 2130903478, - 2130903479, - 2130903480}; + 2130903498, + 2130903499, + 2130903500}; // aapt resource value: 0 public const int AppCompatSeekBar_android_thumb = 0; @@ -8871,19 +9138,19 @@ public partial class Styleable // aapt resource value: 0 public const int AppCompatTextHelper_android_textAppearance = 0; - // aapt resource value: { 0x1010034,0x7F03002C,0x7F03002D,0x7F03002E,0x7F03002F,0x7F030030,0x7F0300CE,0x7F0300D1,0x7F030108,0x7F030116,0x7F030196 } + // aapt resource value: { 0x1010034,0x7F03002D,0x7F03002E,0x7F03002F,0x7F030030,0x7F030031,0x7F0300D9,0x7F0300DC,0x7F030115,0x7F030127,0x7F0301AA } public static int[] AppCompatTextView = new int[] { 16842804, - 2130903084, 2130903085, 2130903086, 2130903087, 2130903088, - 2130903246, - 2130903249, - 2130903304, - 2130903318, - 2130903446}; + 2130903089, + 2130903257, + 2130903260, + 2130903317, + 2130903335, + 2130903466}; // aapt resource value: 0 public const int AppCompatTextView_android_textAppearance = 0; @@ -8918,7 +9185,7 @@ public partial class Styleable // aapt resource value: 10 public const int AppCompatTextView_textAllCaps = 10; - // 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,0x7F030054,0x7F030055,0x7F03005F,0x7F030064,0x7F030084,0x7F030085,0x7F030086,0x7F030087,0x7F030088,0x7F030089,0x7F03008A,0x7F03008B,0x7F03008C,0x7F03008E,0x7F03009D,0x7F0300A6,0x7F0300A7,0x7F0300A8,0x7F0300AB,0x7F0300AD,0x7F0300B0,0x7F0300B1,0x7F0300B2,0x7F0300B3,0x7F0300B4,0x7F0300E9,0x7F0300F5,0x7F030118,0x7F030119,0x7F03011C,0x7F03011D,0x7F03011E,0x7F03011F,0x7F030120,0x7F030121,0x7F030122,0x7F030137,0x7F030138,0x7F030139,0x7F03013F,0x7F030141,0x7F030148,0x7F030149,0x7F03014A,0x7F03014B,0x7F030153,0x7F030154,0x7F030155,0x7F030156,0x7F030163,0x7F030164,0x7F03017A,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AC,0x7F0301AD,0x7F0301C7,0x7F0301C8,0x7F0301C9,0x7F0301CA,0x7F0301D1,0x7F0301D3,0x7F0301D4,0x7F0301D5,0x7F0301D6,0x7F0301D7,0x7F0301D8,0x7F0301D9,0x7F0301DA,0x7F0301DB,0x7F0301DC } + // 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,0x7F03002C,0x7F03003F,0x7F03004D,0x7F03004E,0x7F03004F,0x7F030050,0x7F030051,0x7F030056,0x7F030057,0x7F030068,0x7F03006D,0x7F03008E,0x7F03008F,0x7F030090,0x7F030091,0x7F030092,0x7F030093,0x7F030094,0x7F030095,0x7F030096,0x7F030099,0x7F0300A8,0x7F0300B1,0x7F0300B2,0x7F0300B3,0x7F0300B6,0x7F0300B8,0x7F0300BB,0x7F0300BC,0x7F0300BD,0x7F0300BE,0x7F0300BF,0x7F0300F4,0x7F030102,0x7F030129,0x7F03012A,0x7F03012D,0x7F03012E,0x7F03012F,0x7F030130,0x7F030131,0x7F030132,0x7F030133,0x7F03014A,0x7F03014B,0x7F03014C,0x7F030152,0x7F030154,0x7F03015B,0x7F03015C,0x7F03015D,0x7F03015E,0x7F030167,0x7F030168,0x7F030169,0x7F03016A,0x7F030177,0x7F030178,0x7F03018E,0x7F0301B5,0x7F0301B6,0x7F0301B7,0x7F0301B8,0x7F0301BA,0x7F0301BB,0x7F0301BC,0x7F0301BD,0x7F0301C0,0x7F0301C1,0x7F0301DB,0x7F0301DC,0x7F0301DD,0x7F0301DE,0x7F0301ED,0x7F0301EF,0x7F0301F0,0x7F0301F1,0x7F0301F2,0x7F0301F3,0x7F0301F4,0x7F0301F5,0x7F0301F6,0x7F0301F7,0x7F0301F8 } public static int[] AppCompatTheme = new int[] { 16842839, 16842926, @@ -8957,90 +9224,90 @@ public partial class Styleable 2130903075, 2130903076, 2130903077, - 2130903083, - 2130903102, - 2130903116, + 2130903084, + 2130903103, 2130903117, 2130903118, 2130903119, 2130903120, - 2130903124, - 2130903125, - 2130903135, - 2130903140, - 2130903172, - 2130903173, - 2130903174, - 2130903175, - 2130903176, - 2130903177, - 2130903178, - 2130903179, - 2130903180, + 2130903121, + 2130903126, + 2130903127, + 2130903144, + 2130903149, 2130903182, - 2130903197, - 2130903206, - 2130903207, + 2130903183, + 2130903184, + 2130903185, + 2130903186, + 2130903187, + 2130903188, + 2130903189, + 2130903190, + 2130903193, 2130903208, - 2130903211, - 2130903213, - 2130903216, 2130903217, 2130903218, 2130903219, - 2130903220, - 2130903273, - 2130903285, - 2130903320, - 2130903321, - 2130903324, - 2130903325, - 2130903326, - 2130903327, - 2130903328, - 2130903329, - 2130903330, - 2130903351, - 2130903352, - 2130903353, - 2130903359, - 2130903361, - 2130903368, - 2130903369, + 2130903222, + 2130903224, + 2130903227, + 2130903228, + 2130903229, + 2130903230, + 2130903231, + 2130903284, + 2130903298, + 2130903337, + 2130903338, + 2130903341, + 2130903342, + 2130903343, + 2130903344, + 2130903345, + 2130903346, + 2130903347, 2130903370, 2130903371, - 2130903379, + 2130903372, + 2130903378, 2130903380, - 2130903381, - 2130903382, - 2130903395, - 2130903396, - 2130903418, - 2130903457, - 2130903458, - 2130903459, - 2130903460, - 2130903462, - 2130903463, - 2130903464, - 2130903465, - 2130903468, - 2130903469, - 2130903495, - 2130903496, - 2130903497, - 2130903498, - 2130903505, - 2130903507, - 2130903508, - 2130903509, - 2130903510, - 2130903511, - 2130903512, - 2130903513, - 2130903514, + 2130903387, + 2130903388, + 2130903389, + 2130903390, + 2130903399, + 2130903400, + 2130903401, + 2130903402, + 2130903415, + 2130903416, + 2130903438, + 2130903477, + 2130903478, + 2130903479, + 2130903480, + 2130903482, + 2130903483, + 2130903484, + 2130903485, + 2130903488, + 2130903489, 2130903515, - 2130903516}; + 2130903516, + 2130903517, + 2130903518, + 2130903533, + 2130903535, + 2130903536, + 2130903537, + 2130903538, + 2130903539, + 2130903540, + 2130903541, + 2130903542, + 2130903543, + 2130903544}; // aapt resource value: 2 public const int AppCompatTheme_actionBarDivider = 2; @@ -9405,14 +9672,14 @@ public partial class Styleable // aapt resource value: 120 public const int AppCompatTheme_windowNoTitle = 120; - // aapt resource value: { 0x7F030034,0x7F0300C3,0x7F0300C4,0x7F0300C5,0x7F0300C6,0x7F0300E5 } + // aapt resource value: { 0x7F030035,0x7F0300CE,0x7F0300CF,0x7F0300D0,0x7F0300D1,0x7F0300F0 } public static int[] BottomAppBar = new int[] { - 2130903092, - 2130903235, - 2130903236, - 2130903237, - 2130903238, - 2130903269}; + 2130903093, + 2130903246, + 2130903247, + 2130903248, + 2130903249, + 2130903280}; // aapt resource value: 0 public const int BottomAppBar_backgroundTint = 0; @@ -9432,18 +9699,18 @@ public partial class Styleable // aapt resource value: 5 public const int BottomAppBar_hideOnScroll = 5; - // aapt resource value: { 0x7F0300B5,0x7F0300FA,0x7F0300FC,0x7F0300FE,0x7F0300FF,0x7F030103,0x7F030104,0x7F030105,0x7F030107,0x7F03012B } + // aapt resource value: { 0x7F0300C0,0x7F030107,0x7F030109,0x7F03010B,0x7F03010C,0x7F030110,0x7F030111,0x7F030112,0x7F030114,0x7F03013E } public static int[] BottomNavigationView = new int[] { - 2130903221, - 2130903290, - 2130903292, - 2130903294, - 2130903295, - 2130903299, - 2130903300, - 2130903301, + 2130903232, 2130903303, - 2130903339}; + 2130903305, + 2130903307, + 2130903308, + 2130903312, + 2130903313, + 2130903314, + 2130903316, + 2130903358}; // aapt resource value: 0 public const int BottomNavigationView_elevation = 0; @@ -9475,12 +9742,12 @@ public partial class Styleable // aapt resource value: 9 public const int BottomNavigationView_menu = 9; - // aapt resource value: { 0x7F030038,0x7F030039,0x7F03003B,0x7F03003C } + // aapt resource value: { 0x7F030039,0x7F03003A,0x7F03003C,0x7F03003D } public static int[] BottomSheetBehavior_Layout = new int[] { - 2130903096, 2130903097, - 2130903099, - 2130903100}; + 2130903098, + 2130903100, + 2130903101}; // aapt resource value: 0 public const int BottomSheetBehavior_Layout_behavior_fitToContents = 0; @@ -9501,21 +9768,21 @@ public partial class Styleable // aapt resource value: 0 public const int ButtonBarLayout_allowStacking = 0; - // aapt resource value: { 0x101013F,0x1010140,0x7F030058,0x7F030059,0x7F03005A,0x7F03005B,0x7F03005C,0x7F03005D,0x7F030097,0x7F030098,0x7F030099,0x7F03009A,0x7F03009B } + // aapt resource value: { 0x101013F,0x1010140,0x7F030061,0x7F030062,0x7F030063,0x7F030064,0x7F030065,0x7F030066,0x7F0300A2,0x7F0300A3,0x7F0300A4,0x7F0300A5,0x7F0300A6 } public static int[] CardView = new int[] { 16843071, 16843072, - 2130903128, - 2130903129, - 2130903130, - 2130903131, - 2130903132, - 2130903133, - 2130903191, - 2130903192, - 2130903193, - 2130903194, - 2130903195}; + 2130903137, + 2130903138, + 2130903139, + 2130903140, + 2130903141, + 2130903142, + 2130903202, + 2130903203, + 2130903204, + 2130903205, + 2130903206}; // aapt resource value: 1 public const int CardView_android_minHeight = 1; @@ -9556,51 +9823,51 @@ public partial class Styleable // aapt resource value: 12 public const int CardView_contentPaddingTop = 12; - // aapt resource value: { 0x1010034,0x10100AB,0x101011F,0x101014F,0x10101E5,0x7F030061,0x7F030062,0x7F030063,0x7F030065,0x7F030066,0x7F030067,0x7F030069,0x7F03006A,0x7F03006B,0x7F03006C,0x7F03006D,0x7F03006E,0x7F030073,0x7F030074,0x7F030075,0x7F030077,0x7F030078,0x7F030079,0x7F03007A,0x7F03007B,0x7F03007C,0x7F03007D,0x7F0300E3,0x7F0300ED,0x7F0300F1,0x7F03014D,0x7F030159,0x7F0301AE,0x7F0301B0 } + // aapt resource value: { 0x1010034,0x10100AB,0x101011F,0x101014F,0x10101E5,0x7F03006A,0x7F03006B,0x7F03006C,0x7F03006E,0x7F03006F,0x7F030070,0x7F030072,0x7F030073,0x7F030074,0x7F030075,0x7F030076,0x7F030077,0x7F03007C,0x7F03007D,0x7F03007E,0x7F030081,0x7F030082,0x7F030083,0x7F030084,0x7F030085,0x7F030086,0x7F030087,0x7F0300EE,0x7F0300F8,0x7F0300FC,0x7F030160,0x7F03016D,0x7F0301C2,0x7F0301C4 } public static int[] Chip = new int[] { 16842804, 16842923, 16843039, 16843087, 16843237, - 2130903137, - 2130903138, - 2130903139, - 2130903141, - 2130903142, - 2130903143, - 2130903145, 2130903146, 2130903147, 2130903148, - 2130903149, 2130903150, + 2130903151, + 2130903152, + 2130903154, 2130903155, 2130903156, 2130903157, + 2130903158, 2130903159, - 2130903160, - 2130903161, - 2130903162, - 2130903163, 2130903164, 2130903165, - 2130903267, - 2130903277, - 2130903281, - 2130903373, - 2130903385, - 2130903470, - 2130903472}; + 2130903166, + 2130903169, + 2130903170, + 2130903171, + 2130903172, + 2130903173, + 2130903174, + 2130903175, + 2130903278, + 2130903288, + 2130903292, + 2130903392, + 2130903405, + 2130903490, + 2130903492}; - // aapt resource value: { 0x7F030060,0x7F03006F,0x7F030070,0x7F030071,0x7F03015D,0x7F03015E } + // aapt resource value: { 0x7F030069,0x7F030078,0x7F030079,0x7F03007A,0x7F030171,0x7F030172 } public static int[] ChipGroup = new int[] { - 2130903136, - 2130903151, - 2130903152, - 2130903153, - 2130903389, - 2130903390}; + 2130903145, + 2130903160, + 2130903161, + 2130903162, + 2130903409, + 2130903410}; // aapt resource value: 0 public const int ChipGroup_checkedChip = 0; @@ -9722,24 +9989,24 @@ public partial class Styleable // aapt resource value: 33 public const int Chip_textStartPadding = 33; - // aapt resource value: { 0x7F030081,0x7F030082,0x7F03009C,0x7F0300BC,0x7F0300BD,0x7F0300BE,0x7F0300BF,0x7F0300C0,0x7F0300C1,0x7F0300C2,0x7F03014E,0x7F030150,0x7F03016E,0x7F0301BB,0x7F0301BC,0x7F0301C6 } + // aapt resource value: { 0x7F03008B,0x7F03008C,0x7F0300A7,0x7F0300C7,0x7F0300C8,0x7F0300C9,0x7F0300CA,0x7F0300CB,0x7F0300CC,0x7F0300CD,0x7F030162,0x7F030164,0x7F030182,0x7F0301CF,0x7F0301D0,0x7F0301DA } public static int[] CollapsingToolbarLayout = new int[] { - 2130903169, - 2130903170, - 2130903196, - 2130903228, - 2130903229, - 2130903230, - 2130903231, - 2130903232, - 2130903233, - 2130903234, - 2130903374, - 2130903376, - 2130903406, - 2130903483, - 2130903484, - 2130903494}; + 2130903179, + 2130903180, + 2130903207, + 2130903239, + 2130903240, + 2130903241, + 2130903242, + 2130903243, + 2130903244, + 2130903245, + 2130903394, + 2130903396, + 2130903426, + 2130903503, + 2130903504, + 2130903514}; // aapt resource value: 0 public const int CollapsingToolbarLayout_collapsedTitleGravity = 0; @@ -9771,10 +10038,10 @@ public partial class Styleable // aapt resource value: 9 public const int CollapsingToolbarLayout_expandedTitleTextAppearance = 9; - // aapt resource value: { 0x7F03010E,0x7F03010F } + // aapt resource value: { 0x7F03011F,0x7F030120 } public static int[] CollapsingToolbarLayout_Layout = new int[] { - 2130903310, - 2130903311}; + 2130903327, + 2130903328}; // aapt resource value: 0 public const int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; @@ -9815,11 +10082,11 @@ public partial class Styleable // aapt resource value: 0 public const int ColorStateListItem_android_color = 0; - // aapt resource value: { 0x1010107,0x7F030056,0x7F030057 } + // aapt resource value: { 0x1010107,0x7F030058,0x7F030059 } public static int[] CompoundButton = new int[] { 16843015, - 2130903126, - 2130903127}; + 2130903128, + 2130903129}; // aapt resource value: 0 public const int CompoundButton_android_button = 0; @@ -9830,23 +10097,23 @@ public partial class Styleable // aapt resource value: 2 public const int CompoundButton_buttonTintMode = 2; - // aapt resource value: { 0x7F030106,0x7F03016D } + // aapt resource value: { 0x7F030113,0x7F030181 } public static int[] CoordinatorLayout = new int[] { - 2130903302, - 2130903405}; + 2130903315, + 2130903425}; // aapt resource value: 0 public const int CoordinatorLayout_keylines = 0; - // aapt resource value: { 0x10100B3,0x7F03010B,0x7F03010C,0x7F03010D,0x7F030110,0x7F030111,0x7F030112 } + // aapt resource value: { 0x10100B3,0x7F03011C,0x7F03011D,0x7F03011E,0x7F030121,0x7F030122,0x7F030123 } public static int[] CoordinatorLayout_Layout = new int[] { 16842931, - 2130903307, - 2130903308, - 2130903309, - 2130903312, - 2130903313, - 2130903314}; + 2130903324, + 2130903325, + 2130903326, + 2130903329, + 2130903330, + 2130903331}; // aapt resource value: 0 public const int CoordinatorLayout_Layout_android_layout_gravity = 0; @@ -9872,10 +10139,10 @@ public partial class Styleable // aapt resource value: 1 public const int CoordinatorLayout_statusBarBackground = 1; - // aapt resource value: { 0x7F030041,0x7F030042 } + // aapt resource value: { 0x7F030042,0x7F030043 } public static int[] DesignTheme = new int[] { - 2130903105, - 2130903106}; + 2130903106, + 2130903107}; // aapt resource value: 0 public const int DesignTheme_bottomSheetDialogTheme = 0; @@ -9883,16 +10150,16 @@ public partial class Styleable // aapt resource value: 1 public const int DesignTheme_bottomSheetStyle = 1; - // aapt resource value: { 0x7F030029,0x7F03002A,0x7F030036,0x7F030083,0x7F0300AE,0x7F0300DC,0x7F030162,0x7F0301B2 } + // aapt resource value: { 0x7F03002A,0x7F03002B,0x7F030037,0x7F03008D,0x7F0300B9,0x7F0300E7,0x7F030176,0x7F0301C6 } public static int[] DrawerArrowToggle = new int[] { - 2130903081, 2130903082, - 2130903094, - 2130903171, - 2130903214, - 2130903260, - 2130903394, - 2130903474}; + 2130903083, + 2130903095, + 2130903181, + 2130903225, + 2130903271, + 2130903414, + 2130903494}; // aapt resource value: 0 public const int DrawerArrowToggle_arrowHeadLength = 0; @@ -9918,21 +10185,21 @@ public partial class Styleable // aapt resource value: 7 public const int DrawerArrowToggle_thickness = 7; - // aapt resource value: { 0x7F030034,0x7F030035,0x7F03003D,0x7F0300B5,0x7F0300C7,0x7F0300C8,0x7F0300E3,0x7F0300EB,0x7F030129,0x7F030143,0x7F03014D,0x7F030159,0x7F0301D0 } + // aapt resource value: { 0x7F030035,0x7F030036,0x7F03003E,0x7F0300C0,0x7F0300D2,0x7F0300D3,0x7F0300EE,0x7F0300F6,0x7F03013C,0x7F030156,0x7F030160,0x7F03016D,0x7F0301EB } public static int[] FloatingActionButton = new int[] { - 2130903092, 2130903093, - 2130903101, - 2130903221, - 2130903239, - 2130903240, - 2130903267, - 2130903275, - 2130903337, - 2130903363, - 2130903373, - 2130903385, - 2130903504}; + 2130903094, + 2130903102, + 2130903232, + 2130903250, + 2130903251, + 2130903278, + 2130903286, + 2130903356, + 2130903382, + 2130903392, + 2130903405, + 2130903531}; // aapt resource value: 0 public const int FloatingActionButton_backgroundTint = 0; @@ -9940,9 +10207,9 @@ public partial class Styleable // aapt resource value: 1 public const int FloatingActionButton_backgroundTintMode = 1; - // aapt resource value: { 0x7F030037 } + // aapt resource value: { 0x7F030038 } public static int[] FloatingActionButton_Behavior_Layout = new int[] { - 2130903095}; + 2130903096}; // aapt resource value: 0 public const int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; @@ -9980,10 +10247,10 @@ public partial class Styleable // aapt resource value: 12 public const int FloatingActionButton_useCompatPadding = 12; - // aapt resource value: { 0x7F030101,0x7F030117 } + // aapt resource value: { 0x7F03010E,0x7F030128 } public static int[] FlowLayout = new int[] { - 2130903297, - 2130903319}; + 2130903310, + 2130903336}; // aapt resource value: 0 public const int FlowLayout_itemSpacing = 0; @@ -9991,27 +10258,27 @@ public partial class Styleable // aapt resource value: 1 public const int FlowLayout_lineSpacing = 1; - // aapt resource value: { 0x7F0300D2,0x7F0300D3,0x7F0300D4,0x7F0300D5,0x7F0300D6,0x7F0300D7 } + // aapt resource value: { 0x7F0300DD,0x7F0300DE,0x7F0300DF,0x7F0300E0,0x7F0300E1,0x7F0300E2 } public static int[] FontFamily = new int[] { - 2130903250, - 2130903251, - 2130903252, - 2130903253, - 2130903254, - 2130903255}; + 2130903261, + 2130903262, + 2130903263, + 2130903264, + 2130903265, + 2130903266}; - // aapt resource value: { 0x1010532,0x1010533,0x101053F,0x101056F,0x1010570,0x7F0300D0,0x7F0300D8,0x7F0300D9,0x7F0300DA,0x7F0301CF } + // aapt resource value: { 0x1010532,0x1010533,0x101053F,0x101056F,0x1010570,0x7F0300DB,0x7F0300E3,0x7F0300E4,0x7F0300E5,0x7F0301E3 } public static int[] FontFamilyFont = new int[] { 16844082, 16844083, 16844095, 16844143, 16844144, - 2130903248, - 2130903256, - 2130903257, - 2130903258, - 2130903503}; + 2130903259, + 2130903267, + 2130903268, + 2130903269, + 2130903523}; // aapt resource value: 0 public const int FontFamilyFont_android_font = 0; @@ -10061,11 +10328,11 @@ public partial class Styleable // aapt resource value: 5 public const int FontFamily_fontProviderQuery = 5; - // aapt resource value: { 0x1010109,0x1010200,0x7F0300DB } + // aapt resource value: { 0x1010109,0x1010200,0x7F0300E6 } public static int[] ForegroundLinearLayout = new int[] { 16843017, 16843264, - 2130903259}; + 2130903270}; // aapt resource value: 0 public const int ForegroundLinearLayout_android_foreground = 0; @@ -10138,17 +10405,17 @@ public partial class Styleable // aapt resource value: 2 public const int GradientColor_android_type = 2; - // aapt resource value: { 0x10100AF,0x10100C4,0x1010126,0x1010127,0x1010128,0x7F0300AA,0x7F0300AC,0x7F03012A,0x7F030158 } + // aapt resource value: { 0x10100AF,0x10100C4,0x1010126,0x1010127,0x1010128,0x7F0300B5,0x7F0300B7,0x7F03013D,0x7F03016C } public static int[] LinearLayoutCompat = new int[] { 16842927, 16842948, 16843046, 16843047, 16843048, - 2130903210, - 2130903212, - 2130903338, - 2130903384}; + 2130903221, + 2130903223, + 2130903357, + 2130903404}; // aapt resource value: 2 public const int LinearLayoutCompat_android_baselineAligned = 2; @@ -10207,24 +10474,134 @@ public partial class Styleable // aapt resource value: 1 public const int ListPopupWindow_android_dropDownVerticalOffset = 1; - // aapt resource value: { 0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x7F030034,0x7F030035,0x7F03009F,0x7F0300EC,0x7F0300EE,0x7F0300EF,0x7F0300F0,0x7F0300F2,0x7F0300F3,0x7F03014D,0x7F03016F,0x7F030170 } + // aapt resource value: { 0x7F030080,0x7F030100,0x7F030101 } + public static int[] LoadingImageView = new int[] { + 2130903168, + 2130903296, + 2130903297}; + + // 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: { 0x7F030029,0x7F03005A,0x7F03005B,0x7F03005C,0x7F03005D,0x7F03005E,0x7F03005F,0x7F030060,0x7F030116,0x7F030117,0x7F030118,0x7F030119,0x7F030134,0x7F030137,0x7F0301E4,0x7F0301E5,0x7F0301E6,0x7F0301E7,0x7F0301E8,0x7F0301E9,0x7F0301EA,0x7F0301EC,0x7F0301F9 } + public static int[] MapAttrs = new int[] { + 2130903081, + 2130903130, + 2130903131, + 2130903132, + 2130903133, + 2130903134, + 2130903135, + 2130903136, + 2130903318, + 2130903319, + 2130903320, + 2130903321, + 2130903348, + 2130903351, + 2130903524, + 2130903525, + 2130903526, + 2130903527, + 2130903528, + 2130903529, + 2130903530, + 2130903532, + 2130903545}; + + // aapt resource value: 0 + public const int MapAttrs_ambientEnabled = 0; + + // aapt resource value: 1 + public const int MapAttrs_cameraBearing = 1; + + // aapt resource value: 2 + public const int MapAttrs_cameraMaxZoomPreference = 2; + + // aapt resource value: 3 + public const int MapAttrs_cameraMinZoomPreference = 3; + + // aapt resource value: 4 + public const int MapAttrs_cameraTargetLat = 4; + + // aapt resource value: 5 + public const int MapAttrs_cameraTargetLng = 5; + + // aapt resource value: 6 + public const int MapAttrs_cameraTilt = 6; + + // aapt resource value: 7 + public const int MapAttrs_cameraZoom = 7; + + // aapt resource value: 8 + public const int MapAttrs_latLngBoundsNorthEastLatitude = 8; + + // aapt resource value: 9 + public const int MapAttrs_latLngBoundsNorthEastLongitude = 9; + + // aapt resource value: 10 + public const int MapAttrs_latLngBoundsSouthWestLatitude = 10; + + // aapt resource value: 11 + public const int MapAttrs_latLngBoundsSouthWestLongitude = 11; + + // aapt resource value: 12 + public const int MapAttrs_liteMode = 12; + + // aapt resource value: 13 + public const int MapAttrs_mapType = 13; + + // aapt resource value: 14 + public const int MapAttrs_uiCompass = 14; + + // aapt resource value: 15 + public const int MapAttrs_uiMapToolbar = 15; + + // aapt resource value: 16 + public const int MapAttrs_uiRotateGestures = 16; + + // aapt resource value: 17 + public const int MapAttrs_uiScrollGestures = 17; + + // aapt resource value: 18 + public const int MapAttrs_uiTiltGestures = 18; + + // aapt resource value: 19 + public const int MapAttrs_uiZoomControls = 19; + + // aapt resource value: 20 + public const int MapAttrs_uiZoomGestures = 20; + + // aapt resource value: 21 + public const int MapAttrs_useViewLifecycle = 21; + + // aapt resource value: 22 + public const int MapAttrs_zOrderOnTop = 22; + + // aapt resource value: { 0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x7F030035,0x7F030036,0x7F0300AA,0x7F0300F7,0x7F0300F9,0x7F0300FA,0x7F0300FB,0x7F0300FD,0x7F0300FE,0x7F030160,0x7F030183,0x7F030184 } public static int[] MaterialButton = new int[] { 16843191, 16843192, 16843193, 16843194, - 2130903092, 2130903093, - 2130903199, - 2130903276, - 2130903278, - 2130903279, - 2130903280, - 2130903282, - 2130903283, - 2130903373, - 2130903407, - 2130903408}; + 2130903094, + 2130903210, + 2130903287, + 2130903289, + 2130903290, + 2130903291, + 2130903293, + 2130903294, + 2130903392, + 2130903427, + 2130903428}; // aapt resource value: 3 public const int MaterialButton_android_insetBottom = 3; @@ -10274,10 +10651,10 @@ public partial class Styleable // aapt resource value: 15 public const int MaterialButton_strokeWidth = 15; - // aapt resource value: { 0x7F03016F,0x7F030170 } + // aapt resource value: { 0x7F030183,0x7F030184 } public static int[] MaterialCardView = new int[] { - 2130903407, - 2130903408}; + 2130903427, + 2130903428}; // aapt resource value: 0 public const int MaterialCardView_strokeColor = 0; @@ -10285,40 +10662,40 @@ public partial class Styleable // aapt resource value: 1 public const int MaterialCardView_strokeWidth = 1; - // aapt resource value: { 0x7F030041,0x7F030042,0x7F030068,0x7F030072,0x7F030076,0x7F030084,0x7F030085,0x7F03008B,0x7F03008C,0x7F03008D,0x7F0300B4,0x7F0300CF,0x7F030125,0x7F030126,0x7F030130,0x7F03014F,0x7F03015F,0x7F030192,0x7F030197,0x7F030198,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03019E,0x7F03019F,0x7F0301A0,0x7F0301A5,0x7F0301AA,0x7F0301AB,0x7F0301AF } + // aapt resource value: { 0x7F030042,0x7F030043,0x7F030071,0x7F03007B,0x7F03007F,0x7F03008E,0x7F03008F,0x7F030095,0x7F030096,0x7F030098,0x7F0300BF,0x7F0300DA,0x7F030138,0x7F030139,0x7F030143,0x7F030163,0x7F030173,0x7F0301A6,0x7F0301AB,0x7F0301AC,0x7F0301AD,0x7F0301AE,0x7F0301AF,0x7F0301B0,0x7F0301B1,0x7F0301B2,0x7F0301B3,0x7F0301B4,0x7F0301B9,0x7F0301BE,0x7F0301BF,0x7F0301C3 } public static int[] MaterialComponentsTheme = new int[] { - 2130903105, 2130903106, - 2130903144, - 2130903154, - 2130903158, - 2130903172, - 2130903173, - 2130903179, - 2130903180, - 2130903181, - 2130903220, - 2130903247, - 2130903333, - 2130903334, - 2130903344, - 2130903375, - 2130903391, - 2130903442, - 2130903447, - 2130903448, - 2130903449, - 2130903450, - 2130903451, - 2130903452, - 2130903453, - 2130903454, - 2130903455, - 2130903456, - 2130903461, - 2130903466, + 2130903107, + 2130903153, + 2130903163, + 2130903167, + 2130903182, + 2130903183, + 2130903189, + 2130903190, + 2130903192, + 2130903231, + 2130903258, + 2130903352, + 2130903353, + 2130903363, + 2130903395, + 2130903411, + 2130903462, 2130903467, - 2130903471}; + 2130903468, + 2130903469, + 2130903470, + 2130903471, + 2130903472, + 2130903473, + 2130903474, + 2130903475, + 2130903476, + 2130903481, + 2130903486, + 2130903487, + 2130903491}; // aapt resource value: 0 public const int MaterialComponentsTheme_bottomSheetDialogTheme = 0; @@ -10443,7 +10820,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,0x7F030090,0x7F0300F2,0x7F0300F3,0x7F030131,0x7F030157,0x7F0301CB } + // aapt resource value: { 0x1010002,0x101000E,0x10100D0,0x1010106,0x1010194,0x10101DE,0x10101DF,0x10101E1,0x10101E2,0x10101E3,0x10101E4,0x10101E5,0x101026F,0x7F03000D,0x7F03001F,0x7F030020,0x7F030028,0x7F03009B,0x7F0300FD,0x7F0300FE,0x7F030144,0x7F03016B,0x7F0301DF } public static int[] MenuItem = new int[] { 16842754, 16842766, @@ -10462,12 +10839,12 @@ public partial class Styleable 2130903071, 2130903072, 2130903080, - 2130903184, - 2130903282, - 2130903283, - 2130903345, - 2130903383, - 2130903499}; + 2130903195, + 2130903293, + 2130903294, + 2130903364, + 2130903403, + 2130903519}; // aapt resource value: 13 public const int MenuItem_actionLayout = 13; @@ -10538,7 +10915,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,0x7F030142,0x7F030171 } + // aapt resource value: { 0x10100AE,0x101012C,0x101012D,0x101012E,0x101012F,0x1010130,0x1010131,0x7F030155,0x7F030185 } public static int[] MenuView = new int[] { 16842926, 16843052, @@ -10547,8 +10924,8 @@ public partial class Styleable 16843055, 16843056, 16843057, - 2130903362, - 2130903409}; + 2130903381, + 2130903429}; // aapt resource value: 4 public const int MenuView_android_headerBackground = 4; @@ -10577,20 +10954,20 @@ public partial class Styleable // aapt resource value: 8 public const int MenuView_subMenuArrow = 8; - // aapt resource value: { 0x10100D4,0x10100DD,0x101011F,0x7F0300B5,0x7F0300DE,0x7F0300FA,0x7F0300FB,0x7F0300FD,0x7F0300FF,0x7F030102,0x7F030105,0x7F03012B } + // aapt resource value: { 0x10100D4,0x10100DD,0x101011F,0x7F0300C0,0x7F0300E9,0x7F030107,0x7F030108,0x7F03010A,0x7F03010C,0x7F03010F,0x7F030112,0x7F03013E } public static int[] NavigationView = new int[] { 16842964, 16842973, 16843039, - 2130903221, - 2130903262, - 2130903290, - 2130903291, - 2130903293, - 2130903295, - 2130903298, - 2130903301, - 2130903339}; + 2130903232, + 2130903273, + 2130903303, + 2130903304, + 2130903306, + 2130903308, + 2130903311, + 2130903314, + 2130903358}; // aapt resource value: 0 public const int NavigationView_android_background = 0; @@ -10628,15 +11005,15 @@ public partial class Styleable // aapt resource value: 11 public const int NavigationView_menu = 11; - // aapt resource value: { 0x1010176,0x10102C9,0x7F030132 } + // aapt resource value: { 0x1010176,0x10102C9,0x7F030145 } public static int[] PopupWindow = new int[] { 16843126, 16843465, - 2130903346}; + 2130903365}; - // aapt resource value: { 0x7F030168 } + // aapt resource value: { 0x7F03017C } public static int[] PopupWindowBackgroundState = new int[] { - 2130903400}; + 2130903420}; // aapt resource value: 0 public const int PopupWindowBackgroundState_state_above_anchor = 0; @@ -10650,10 +11027,10 @@ public partial class Styleable // aapt resource value: 2 public const int PopupWindow_overlapAnchor = 2; - // aapt resource value: { 0x7F030133,0x7F030136 } + // aapt resource value: { 0x7F030146,0x7F030149 } public static int[] RecycleListView = new int[] { - 2130903347, - 2130903350}; + 2130903366, + 2130903369}; // aapt resource value: 0 public const int RecycleListView_paddingBottomNoButtons = 0; @@ -10661,19 +11038,19 @@ public partial class Styleable // aapt resource value: 1 public const int RecycleListView_paddingTopNoTitle = 1; - // aapt resource value: { 0x10100C4,0x10100F1,0x7F0300C9,0x7F0300CA,0x7F0300CB,0x7F0300CC,0x7F0300CD,0x7F03010A,0x7F03014C,0x7F030161,0x7F030167 } + // aapt resource value: { 0x10100C4,0x10100F1,0x7F0300D4,0x7F0300D5,0x7F0300D6,0x7F0300D7,0x7F0300D8,0x7F03011B,0x7F03015F,0x7F030175,0x7F03017B } public static int[] RecyclerView = new int[] { 16842948, 16842993, - 2130903241, - 2130903242, - 2130903243, - 2130903244, - 2130903245, - 2130903306, - 2130903372, - 2130903393, - 2130903399}; + 2130903252, + 2130903253, + 2130903254, + 2130903255, + 2130903256, + 2130903323, + 2130903391, + 2130903413, + 2130903419}; // aapt resource value: 1 public const int RecyclerView_android_descendantFocusability = 1; @@ -10708,39 +11085,39 @@ public partial class Styleable // aapt resource value: 10 public const int RecyclerView_stackFromEnd = 10; - // aapt resource value: { 0x7F0300F8 } + // aapt resource value: { 0x7F030105 } public static int[] ScrimInsetsFrameLayout = new int[] { - 2130903288}; + 2130903301}; // aapt resource value: 0 public const int ScrimInsetsFrameLayout_insetForeground = 0; - // aapt resource value: { 0x7F03003A } + // aapt resource value: { 0x7F03003B } public static int[] ScrollingViewBehavior_Layout = new int[] { - 2130903098}; + 2130903099}; // aapt resource value: 0 public const int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; - // aapt resource value: { 0x10100DA,0x101011F,0x1010220,0x1010264,0x7F030077,0x7F03008F,0x7F0300A5,0x7F0300DD,0x7F0300F4,0x7F030109,0x7F030146,0x7F030147,0x7F030151,0x7F030152,0x7F030172,0x7F030177,0x7F0301D2 } + // aapt resource value: { 0x10100DA,0x101011F,0x1010220,0x1010264,0x7F030081,0x7F03009A,0x7F0300B0,0x7F0300E8,0x7F0300FF,0x7F03011A,0x7F030159,0x7F03015A,0x7F030165,0x7F030166,0x7F030186,0x7F03018B,0x7F0301EE } public static int[] SearchView = new int[] { 16842970, 16843039, 16843296, 16843364, - 2130903159, - 2130903183, - 2130903205, - 2130903261, - 2130903284, - 2130903305, - 2130903366, - 2130903367, - 2130903377, - 2130903378, - 2130903410, - 2130903415, - 2130903506}; + 2130903169, + 2130903194, + 2130903216, + 2130903272, + 2130903295, + 2130903322, + 2130903385, + 2130903386, + 2130903397, + 2130903398, + 2130903430, + 2130903435, + 2130903534}; // aapt resource value: 0 public const int SearchView_android_focusable = 0; @@ -10793,16 +11170,31 @@ public partial class Styleable // aapt resource value: 16 public const int SearchView_voiceIcon = 16; - // aapt resource value: { 0x7F03015F,0x7F030160 } + // aapt resource value: { 0x7F030055,0x7F030097,0x7F030161 } + public static int[] SignInButton = new int[] { + 2130903125, + 2130903191, + 2130903393}; + + // 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: { 0x7F030173,0x7F030174 } public static int[] Snackbar = new int[] { - 2130903391, - 2130903392}; + 2130903411, + 2130903412}; - // aapt resource value: { 0x101011F,0x7F0300B5,0x7F030127 } + // aapt resource value: { 0x101011F,0x7F0300C0,0x7F03013A } public static int[] SnackbarLayout = new int[] { 16843039, - 2130903221, - 2130903335}; + 2130903232, + 2130903354}; // aapt resource value: 0 public const int SnackbarLayout_android_maxWidth = 0; @@ -10819,13 +11211,13 @@ public partial class Styleable // aapt resource value: 1 public const int Snackbar_snackbarStyle = 1; - // aapt resource value: { 0x10100B2,0x1010176,0x101017B,0x1010262,0x7F030140 } + // aapt resource value: { 0x10100B2,0x1010176,0x101017B,0x1010262,0x7F030153 } public static int[] Spinner = new int[] { 16842930, 16843126, 16843131, 16843362, - 2130903360}; + 2130903379}; // aapt resource value: 3 public const int Spinner_android_dropDownWidth = 3; @@ -10876,22 +11268,22 @@ public partial class Styleable // aapt resource value: 1 public const int StateListDrawable_android_visible = 1; - // aapt resource value: { 0x1010124,0x1010125,0x1010142,0x7F03015A,0x7F030165,0x7F030178,0x7F030179,0x7F03017B,0x7F0301B3,0x7F0301B4,0x7F0301B5,0x7F0301CC,0x7F0301CD,0x7F0301CE } + // aapt resource value: { 0x1010124,0x1010125,0x1010142,0x7F03016E,0x7F030179,0x7F03018C,0x7F03018D,0x7F03018F,0x7F0301C7,0x7F0301C8,0x7F0301C9,0x7F0301E0,0x7F0301E1,0x7F0301E2 } public static int[] SwitchCompat = new int[] { 16843044, 16843045, 16843074, - 2130903386, - 2130903397, - 2130903416, + 2130903406, 2130903417, - 2130903419, - 2130903475, - 2130903476, - 2130903477, - 2130903500, - 2130903501, - 2130903502}; + 2130903436, + 2130903437, + 2130903439, + 2130903495, + 2130903496, + 2130903497, + 2130903520, + 2130903521, + 2130903522}; // aapt resource value: 1 public const int SwitchCompat_android_textOff = 1; @@ -10950,33 +11342,33 @@ public partial class Styleable // aapt resource value: 2 public const int TabItem_android_text = 2; - // aapt resource value: { 0x7F03017C,0x7F03017D,0x7F03017E,0x7F03017F,0x7F030180,0x7F030181,0x7F030182,0x7F030183,0x7F030184,0x7F030185,0x7F030186,0x7F030187,0x7F030188,0x7F030189,0x7F03018A,0x7F03018B,0x7F03018C,0x7F03018D,0x7F03018E,0x7F03018F,0x7F030190,0x7F030191,0x7F030193,0x7F030194,0x7F030195 } + // aapt resource value: { 0x7F030190,0x7F030191,0x7F030192,0x7F030193,0x7F030194,0x7F030195,0x7F030196,0x7F030197,0x7F030198,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03019E,0x7F03019F,0x7F0301A0,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A5,0x7F0301A7,0x7F0301A8,0x7F0301A9 } public static int[] TabLayout = new int[] { - 2130903420, - 2130903421, - 2130903422, - 2130903423, - 2130903424, - 2130903425, - 2130903426, - 2130903427, - 2130903428, - 2130903429, - 2130903430, - 2130903431, - 2130903432, - 2130903433, - 2130903434, - 2130903435, - 2130903436, - 2130903437, - 2130903438, - 2130903439, 2130903440, 2130903441, + 2130903442, 2130903443, 2130903444, - 2130903445}; + 2130903445, + 2130903446, + 2130903447, + 2130903448, + 2130903449, + 2130903450, + 2130903451, + 2130903452, + 2130903453, + 2130903454, + 2130903455, + 2130903456, + 2130903457, + 2130903458, + 2130903459, + 2130903460, + 2130903461, + 2130903463, + 2130903464, + 2130903465}; // aapt resource value: 0 public const int TabLayout_tabBackground = 0; @@ -11053,7 +11445,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,0x7F0300D1,0x7F030196 } + // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x101009A,0x101009B,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x7F0300DC,0x7F0301AA } public static int[] TextAppearance = new int[] { 16842901, 16842902, @@ -11066,8 +11458,8 @@ public partial class Styleable 16843107, 16843108, 16843692, - 2130903249, - 2130903446}; + 2130903260, + 2130903466}; // aapt resource value: 10 public const int TextAppearance_android_fontFamily = 10; @@ -11108,11 +11500,10 @@ public partial class Styleable // aapt resource value: 12 public const int TextAppearance_textAllCaps = 12; - // aapt resource value: { 0x101009A,0x1010150,0x7F030043,0x7F030044,0x7F030045,0x7F030046,0x7F030047,0x7F030048,0x7F030049,0x7F03004A,0x7F03004B,0x7F0300A0,0x7F0300A1,0x7F0300A2,0x7F0300A3,0x7F0300B8,0x7F0300B9,0x7F0300E0,0x7F0300E1,0x7F0300E2,0x7F0300E6,0x7F0300E7,0x7F0300E8,0x7F03013A,0x7F03013B,0x7F03013C,0x7F03013D,0x7F03013E } + // aapt resource value: { 0x101009A,0x1010150,0x7F030044,0x7F030045,0x7F030046,0x7F030047,0x7F030048,0x7F030049,0x7F03004A,0x7F03004B,0x7F03004C,0x7F0300AB,0x7F0300AC,0x7F0300AD,0x7F0300AE,0x7F0300C3,0x7F0300C4,0x7F0300EB,0x7F0300EC,0x7F0300ED,0x7F0300F1,0x7F0300F2,0x7F0300F3,0x7F03014D,0x7F03014E,0x7F03014F,0x7F030150,0x7F030151 } public static int[] TextInputLayout = new int[] { 16842906, 16843088, - 2130903107, 2130903108, 2130903109, 2130903110, @@ -11121,23 +11512,24 @@ public partial class Styleable 2130903113, 2130903114, 2130903115, - 2130903200, - 2130903201, - 2130903202, - 2130903203, - 2130903224, - 2130903225, - 2130903264, - 2130903265, - 2130903266, - 2130903270, - 2130903271, - 2130903272, - 2130903354, - 2130903355, - 2130903356, - 2130903357, - 2130903358}; + 2130903116, + 2130903211, + 2130903212, + 2130903213, + 2130903214, + 2130903235, + 2130903236, + 2130903275, + 2130903276, + 2130903277, + 2130903281, + 2130903282, + 2130903283, + 2130903373, + 2130903374, + 2130903375, + 2130903376, + 2130903377}; // aapt resource value: 1 public const int TextInputLayout_android_hint = 1; @@ -11223,11 +11615,11 @@ public partial class Styleable // aapt resource value: 27 public const int TextInputLayout_passwordToggleTintMode = 27; - // aapt resource value: { 0x1010034,0x7F0300B6,0x7F0300B7 } + // aapt resource value: { 0x1010034,0x7F0300C1,0x7F0300C2 } public static int[] ThemeEnforcement = new int[] { 16842804, - 2130903222, - 2130903223}; + 2130903233, + 2130903234}; // aapt resource value: 0 public const int ThemeEnforcement_android_textAppearance = 0; @@ -11238,37 +11630,37 @@ public partial class Styleable // aapt resource value: 2 public const int ThemeEnforcement_enforceTextAppearance = 2; - // aapt resource value: { 0x10100AF,0x1010140,0x7F030051,0x7F03007F,0x7F030080,0x7F030091,0x7F030092,0x7F030093,0x7F030094,0x7F030095,0x7F030096,0x7F030123,0x7F030124,0x7F030128,0x7F03012D,0x7F03012E,0x7F030140,0x7F030173,0x7F030174,0x7F030175,0x7F0301BB,0x7F0301BD,0x7F0301BE,0x7F0301BF,0x7F0301C0,0x7F0301C1,0x7F0301C2,0x7F0301C3,0x7F0301C4 } + // aapt resource value: { 0x10100AF,0x1010140,0x7F030052,0x7F030089,0x7F03008A,0x7F03009C,0x7F03009D,0x7F03009E,0x7F03009F,0x7F0300A0,0x7F0300A1,0x7F030135,0x7F030136,0x7F03013B,0x7F030140,0x7F030141,0x7F030153,0x7F030187,0x7F030188,0x7F030189,0x7F0301CF,0x7F0301D1,0x7F0301D2,0x7F0301D3,0x7F0301D4,0x7F0301D5,0x7F0301D6,0x7F0301D7,0x7F0301D8 } public static int[] Toolbar = new int[] { 16842927, 16843072, - 2130903121, - 2130903167, - 2130903168, - 2130903185, - 2130903186, - 2130903187, - 2130903188, - 2130903189, - 2130903190, - 2130903331, - 2130903332, - 2130903336, - 2130903341, - 2130903342, + 2130903122, + 2130903177, + 2130903178, + 2130903196, + 2130903197, + 2130903198, + 2130903199, + 2130903200, + 2130903201, + 2130903349, + 2130903350, + 2130903355, 2130903360, - 2130903411, - 2130903412, - 2130903413, - 2130903483, - 2130903485, - 2130903486, - 2130903487, - 2130903488, - 2130903489, - 2130903490, - 2130903491, - 2130903492}; + 2130903361, + 2130903379, + 2130903431, + 2130903432, + 2130903433, + 2130903503, + 2130903505, + 2130903506, + 2130903507, + 2130903508, + 2130903509, + 2130903510, + 2130903511, + 2130903512}; // aapt resource value: 0 public const int Toolbar_android_gravity = 0; @@ -11357,19 +11749,19 @@ public partial class Styleable // aapt resource value: 28 public const int Toolbar_titleTextColor = 28; - // aapt resource value: { 0x1010000,0x10100DA,0x7F030134,0x7F030135,0x7F0301B1 } + // aapt resource value: { 0x1010000,0x10100DA,0x7F030147,0x7F030148,0x7F0301C5 } public static int[] View = new int[] { 16842752, 16842970, - 2130903348, - 2130903349, - 2130903473}; + 2130903367, + 2130903368, + 2130903493}; - // aapt resource value: { 0x10100D4,0x7F030034,0x7F030035 } + // aapt resource value: { 0x10100D4,0x7F030035,0x7F030036 } public static int[] ViewBackgroundHelper = new int[] { 16842964, - 2130903092, - 2130903093}; + 2130903093, + 2130903094}; // aapt resource value: 0 public const int ViewBackgroundHelper_android_background = 0; diff --git a/src/SantaTalk.Android/SantaTalk.Android.csproj b/src/SantaTalk.Android/SantaTalk.Android.csproj index ffcd81d..04859cf 100644 --- a/src/SantaTalk.Android/SantaTalk.Android.csproj +++ b/src/SantaTalk.Android/SantaTalk.Android.csproj @@ -1,4 +1,4 @@ - + Debug @@ -60,6 +60,9 @@ 1.3.0 + + 4.4.0.991265 + 1.1.3 @@ -98,43 +101,50 @@ - - + + + + - - + + + + - - + + + + - - + + + + - - + + + + - - + + + + - - + + + + - - - - - - - @@ -148,5 +158,5 @@ - - + + \ No newline at end of file diff --git a/src/SantaTalk.iOS/AppDelegate.cs b/src/SantaTalk.iOS/AppDelegate.cs index 7e32292..44fdbcd 100644 --- a/src/SantaTalk.iOS/AppDelegate.cs +++ b/src/SantaTalk.iOS/AppDelegate.cs @@ -23,6 +23,7 @@ public partial class AppDelegate : global::Xamarin.Forms.Platform.iOS.FormsAppli public override bool FinishedLaunching(UIApplication app, NSDictionary options) { global::Xamarin.Forms.Forms.Init(); + Xamarin.FormsMaps.Init(); FFImageLoading.Forms.Platform.CachedImageRenderer.Init(); LoadApplication(new App()); diff --git a/src/SantaTalk.iOS/Info.plist b/src/SantaTalk.iOS/Info.plist index bdf5fdd..21bb3ea 100644 --- a/src/SantaTalk.iOS/Info.plist +++ b/src/SantaTalk.iOS/Info.plist @@ -46,5 +46,11 @@ futura_medium.ttf futura_extrablack.ttf + NSLocationAlwaysUsageDescription + Can we use your location at all times? + NSLocationWhenInUseUsageDescription + Can we use your location when your application is being used? + NSLocationAlwaysAndWhenInUseUsageDescription + Can we use your location at all times? diff --git a/src/SantaTalk.iOS/SantaTalk.iOS.csproj b/src/SantaTalk.iOS/SantaTalk.iOS.csproj index 19ef860..5f47ca6 100644 --- a/src/SantaTalk.iOS/SantaTalk.iOS.csproj +++ b/src/SantaTalk.iOS/SantaTalk.iOS.csproj @@ -130,6 +130,9 @@ 1.3.0 + + 4.4.0.991265 + 1.3.6 diff --git a/src/SantaTalk.sln b/src/SantaTalk.sln index bb1864b..949356c 100644 --- a/src/SantaTalk.sln +++ b/src/SantaTalk.sln @@ -1,71 +1,79 @@ - Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SantaTalk", "SantaTalk\SantaTalk.csproj", "{091675BF-545D-4B21-A77B-F24ABDEAF6AA}" +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29613.14 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SantaTalk", "SantaTalk\SantaTalk.csproj", "{091675BF-545D-4B21-A77B-F24ABDEAF6AA}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SantaTalk.Android", "SantaTalk.Android\SantaTalk.Android.csproj", "{9F3CF5B6-BC95-42B0-97A9-6024681F1FC0}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SantaTalk.Models", "Functions\SantaTalk.Models\SantaTalk.Models.csproj", "{07CBBC6F-2C49-44FD-B479-90907EC442BA}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SantaTalk.Models", "Functions\SantaTalk.Models\SantaTalk.Models.csproj", "{07CBBC6F-2C49-44FD-B479-90907EC442BA}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SantaTalk.iOS", "SantaTalk.iOS\SantaTalk.iOS.csproj", "{1A8F4AAD-CF42-44DA-8289-1E100047AE1D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - Debug|iPhoneSimulator = Debug|iPhoneSimulator - Release|iPhoneSimulator = Release|iPhoneSimulator Debug|iPhone = Debug|iPhone + Debug|iPhoneSimulator = Debug|iPhoneSimulator + Release|Any CPU = Release|Any CPU Release|iPhone = Release|iPhone + Release|iPhoneSimulator = Release|iPhoneSimulator EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {091675BF-545D-4B21-A77B-F24ABDEAF6AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {091675BF-545D-4B21-A77B-F24ABDEAF6AA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {091675BF-545D-4B21-A77B-F24ABDEAF6AA}.Release|Any CPU.ActiveCfg = Release|Any CPU - {091675BF-545D-4B21-A77B-F24ABDEAF6AA}.Release|Any CPU.Build.0 = Release|Any CPU - {091675BF-545D-4B21-A77B-F24ABDEAF6AA}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {091675BF-545D-4B21-A77B-F24ABDEAF6AA}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {091675BF-545D-4B21-A77B-F24ABDEAF6AA}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {091675BF-545D-4B21-A77B-F24ABDEAF6AA}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {091675BF-545D-4B21-A77B-F24ABDEAF6AA}.Debug|iPhone.ActiveCfg = Debug|Any CPU {091675BF-545D-4B21-A77B-F24ABDEAF6AA}.Debug|iPhone.Build.0 = Debug|Any CPU + {091675BF-545D-4B21-A77B-F24ABDEAF6AA}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {091675BF-545D-4B21-A77B-F24ABDEAF6AA}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {091675BF-545D-4B21-A77B-F24ABDEAF6AA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {091675BF-545D-4B21-A77B-F24ABDEAF6AA}.Release|Any CPU.Build.0 = Release|Any CPU {091675BF-545D-4B21-A77B-F24ABDEAF6AA}.Release|iPhone.ActiveCfg = Release|Any CPU {091675BF-545D-4B21-A77B-F24ABDEAF6AA}.Release|iPhone.Build.0 = Release|Any CPU + {091675BF-545D-4B21-A77B-F24ABDEAF6AA}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {091675BF-545D-4B21-A77B-F24ABDEAF6AA}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {9F3CF5B6-BC95-42B0-97A9-6024681F1FC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {9F3CF5B6-BC95-42B0-97A9-6024681F1FC0}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9F3CF5B6-BC95-42B0-97A9-6024681F1FC0}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9F3CF5B6-BC95-42B0-97A9-6024681F1FC0}.Release|Any CPU.Build.0 = Release|Any CPU - {9F3CF5B6-BC95-42B0-97A9-6024681F1FC0}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {9F3CF5B6-BC95-42B0-97A9-6024681F1FC0}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {9F3CF5B6-BC95-42B0-97A9-6024681F1FC0}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {9F3CF5B6-BC95-42B0-97A9-6024681F1FC0}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {9F3CF5B6-BC95-42B0-97A9-6024681F1FC0}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {9F3CF5B6-BC95-42B0-97A9-6024681F1FC0}.Debug|iPhone.ActiveCfg = Debug|Any CPU {9F3CF5B6-BC95-42B0-97A9-6024681F1FC0}.Debug|iPhone.Build.0 = Debug|Any CPU + {9F3CF5B6-BC95-42B0-97A9-6024681F1FC0}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {9F3CF5B6-BC95-42B0-97A9-6024681F1FC0}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {9F3CF5B6-BC95-42B0-97A9-6024681F1FC0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9F3CF5B6-BC95-42B0-97A9-6024681F1FC0}.Release|Any CPU.Build.0 = Release|Any CPU {9F3CF5B6-BC95-42B0-97A9-6024681F1FC0}.Release|iPhone.ActiveCfg = Release|Any CPU {9F3CF5B6-BC95-42B0-97A9-6024681F1FC0}.Release|iPhone.Build.0 = Release|Any CPU + {9F3CF5B6-BC95-42B0-97A9-6024681F1FC0}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {9F3CF5B6-BC95-42B0-97A9-6024681F1FC0}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {07CBBC6F-2C49-44FD-B479-90907EC442BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {07CBBC6F-2C49-44FD-B479-90907EC442BA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {07CBBC6F-2C49-44FD-B479-90907EC442BA}.Release|Any CPU.ActiveCfg = Release|Any CPU - {07CBBC6F-2C49-44FD-B479-90907EC442BA}.Release|Any CPU.Build.0 = Release|Any CPU - {07CBBC6F-2C49-44FD-B479-90907EC442BA}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {07CBBC6F-2C49-44FD-B479-90907EC442BA}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {07CBBC6F-2C49-44FD-B479-90907EC442BA}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {07CBBC6F-2C49-44FD-B479-90907EC442BA}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {07CBBC6F-2C49-44FD-B479-90907EC442BA}.Debug|iPhone.ActiveCfg = Debug|Any CPU {07CBBC6F-2C49-44FD-B479-90907EC442BA}.Debug|iPhone.Build.0 = Debug|Any CPU + {07CBBC6F-2C49-44FD-B479-90907EC442BA}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {07CBBC6F-2C49-44FD-B479-90907EC442BA}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {07CBBC6F-2C49-44FD-B479-90907EC442BA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {07CBBC6F-2C49-44FD-B479-90907EC442BA}.Release|Any CPU.Build.0 = Release|Any CPU {07CBBC6F-2C49-44FD-B479-90907EC442BA}.Release|iPhone.ActiveCfg = Release|Any CPU {07CBBC6F-2C49-44FD-B479-90907EC442BA}.Release|iPhone.Build.0 = Release|Any CPU + {07CBBC6F-2C49-44FD-B479-90907EC442BA}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {07CBBC6F-2C49-44FD-B479-90907EC442BA}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {1A8F4AAD-CF42-44DA-8289-1E100047AE1D}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {1A8F4AAD-CF42-44DA-8289-1E100047AE1D}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {1A8F4AAD-CF42-44DA-8289-1E100047AE1D}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {1A8F4AAD-CF42-44DA-8289-1E100047AE1D}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {1A8F4AAD-CF42-44DA-8289-1E100047AE1D}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {1A8F4AAD-CF42-44DA-8289-1E100047AE1D}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {1A8F4AAD-CF42-44DA-8289-1E100047AE1D}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {1A8F4AAD-CF42-44DA-8289-1E100047AE1D}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {1A8F4AAD-CF42-44DA-8289-1E100047AE1D}.Debug|iPhone.ActiveCfg = Debug|iPhone {1A8F4AAD-CF42-44DA-8289-1E100047AE1D}.Debug|iPhone.Build.0 = Debug|iPhone + {1A8F4AAD-CF42-44DA-8289-1E100047AE1D}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {1A8F4AAD-CF42-44DA-8289-1E100047AE1D}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {1A8F4AAD-CF42-44DA-8289-1E100047AE1D}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {1A8F4AAD-CF42-44DA-8289-1E100047AE1D}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {1A8F4AAD-CF42-44DA-8289-1E100047AE1D}.Release|iPhone.ActiveCfg = Release|iPhone {1A8F4AAD-CF42-44DA-8289-1E100047AE1D}.Release|iPhone.Build.0 = Release|iPhone + {1A8F4AAD-CF42-44DA-8289-1E100047AE1D}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {1A8F4AAD-CF42-44DA-8289-1E100047AE1D}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {6A601019-E058-40EE-AC80-3A8357251ACD} EndGlobalSection EndGlobal diff --git a/src/SantaTalk/MapPage.xaml b/src/SantaTalk/MapPage.xaml new file mode 100644 index 0000000..d374614 --- /dev/null +++ b/src/SantaTalk/MapPage.xaml @@ -0,0 +1,8 @@ + + + \ No newline at end of file diff --git a/src/SantaTalk/MapPage.xaml.cs b/src/SantaTalk/MapPage.xaml.cs new file mode 100644 index 0000000..541faab --- /dev/null +++ b/src/SantaTalk/MapPage.xaml.cs @@ -0,0 +1,42 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using Xamarin.Essentials; +using Xamarin.Forms; +using Xamarin.Forms.Maps; +using Xamarin.Forms.Xaml; +using Map = Xamarin.Forms.Maps.Map; + +namespace SantaTalk +{ + [XamlCompilation(XamlCompilationOptions.Compile)] + public partial class MapPage : ContentPage + { + public MapPage() + { + InitializeComponent(); + } + + protected async override void OnAppearing() + { + var location = await Geolocation.GetLastKnownLocationAsync(); + Position position = new Position(location.Latitude, location.Longitude); + MapSpan mapSpan = new MapSpan(position, 0.01, 0.01); + Map map = new Map(mapSpan); + + Pin pin = new Pin + { + Label = "Santa's destination", + Type = PinType.Place, + Position = position + }; + + map.Pins.Add(pin); + + Content = map; + base.OnAppearing(); + } + } +} \ No newline at end of file diff --git a/src/SantaTalk/ResultsPage.xaml b/src/SantaTalk/ResultsPage.xaml index a31892f..8e34c61 100644 --- a/src/SantaTalk/ResultsPage.xaml +++ b/src/SantaTalk/ResultsPage.xaml @@ -76,6 +76,7 @@