From 2f5aa5c3c8b32213d2e50e5b43e55f5ef61b1534 Mon Sep 17 00:00:00 2001 From: Baptiste ARNAUD Date: Thu, 28 Nov 2019 14:07:46 +0100 Subject: [PATCH] debut bluetooth test --- TestUnitaire/TestUnitaire.csproj | 9 + TestUnitaire/packages.config | 2 + TheGameExtreme.Android/MainActivity.cs | 3 + .../Properties/AndroidManifest.xml | 7 + .../Resources/Resource.designer.cs | 2554 +++++++++-------- .../Resources/drawable/TrierImageB.png | Bin 9120 -> 11443 bytes .../TheGameExtreme.Android.csproj | 4 + TheGameExtreme.iOS/AppDelegate.cs | 7 +- TheGameExtreme.iOS/Info.plist | 18 + TheGameExtreme.iOS/Resources/TrierImageB.ico | Bin 159362 -> 369118 bytes TheGameExtreme.iOS/TheGameExtreme.iOS.csproj | 3 + TheGameExtreme/TheGameExtreme.csproj | 3 + TheGameExtreme/view/HomePage.xaml | 2 +- TheGameExtreme/view/MultiPlayerMode.xaml | 24 +- TheGameExtreme/view/MultiPlayerMode.xaml.cs | 42 +- .../UnitTestProjectGame.csproj | 9 + UnitTestProjectGame/packages.config | 2 + 17 files changed, 1440 insertions(+), 1249 deletions(-) diff --git a/TestUnitaire/TestUnitaire.csproj b/TestUnitaire/TestUnitaire.csproj index 076dacf..af3cfc9 100644 --- a/TestUnitaire/TestUnitaire.csproj +++ b/TestUnitaire/TestUnitaire.csproj @@ -27,6 +27,15 @@ 4 + + ..\packages\MvvmCross.Plugin.BLE.2.1.1\lib\netstandard2.0\MvvmCross.Plugins.BLE.dll + + + ..\packages\Plugin.BLE.2.1.1\lib\netstandard2.0\Plugin.BLE.dll + + + ..\packages\Plugin.BLE.2.1.1\lib\netstandard2.0\Plugin.BLE.Abstractions.dll + ..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll diff --git a/TestUnitaire/packages.config b/TestUnitaire/packages.config index f3eaa94..a203ad4 100644 --- a/TestUnitaire/packages.config +++ b/TestUnitaire/packages.config @@ -1,6 +1,8 @@  + + diff --git a/TheGameExtreme.Android/MainActivity.cs b/TheGameExtreme.Android/MainActivity.cs index 5eafc09..42cef58 100644 --- a/TheGameExtreme.Android/MainActivity.cs +++ b/TheGameExtreme.Android/MainActivity.cs @@ -6,6 +6,7 @@ using Android.Runtime; using Android.Views; using Android.Widget; using Android.OS; +using Xamarin.Forms; namespace TheGameExtreme.Droid { @@ -30,5 +31,7 @@ namespace TheGameExtreme.Droid base.OnRequestPermissionsResult(requestCode, permissions, grantResults); } + + } } diff --git a/TheGameExtreme.Android/Properties/AndroidManifest.xml b/TheGameExtreme.Android/Properties/AndroidManifest.xml index 635fcfc..ad05f7f 100644 --- a/TheGameExtreme.Android/Properties/AndroidManifest.xml +++ b/TheGameExtreme.Android/Properties/AndroidManifest.xml @@ -3,6 +3,13 @@ + + + + + + + \ No newline at end of file diff --git a/TheGameExtreme.Android/Resources/Resource.designer.cs b/TheGameExtreme.Android/Resources/Resource.designer.cs index 8c17c9e..3e31455 100644 --- a/TheGameExtreme.Android/Resources/Resource.designer.cs +++ b/TheGameExtreme.Android/Resources/Resource.designer.cs @@ -1,11 +1,11 @@ #pragma warning disable 1591 //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// Ce code a été généré par un outil. +// Version du runtime :4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si +// le code est régénéré. // //------------------------------------------------------------------------------ @@ -26,6 +26,24 @@ namespace TheGameExtreme.Droid public static void UpdateIdValues() { + global::MvvmCross.Resource.Attribute.MvxBind = global::TheGameExtreme.Droid.Resource.Attribute.MvxBind; + global::MvvmCross.Resource.Attribute.MvxDropDownItemTemplate = global::TheGameExtreme.Droid.Resource.Attribute.MvxDropDownItemTemplate; + global::MvvmCross.Resource.Attribute.MvxGroupItemTemplate = global::TheGameExtreme.Droid.Resource.Attribute.MvxGroupItemTemplate; + global::MvvmCross.Resource.Attribute.MvxItemTemplate = global::TheGameExtreme.Droid.Resource.Attribute.MvxItemTemplate; + global::MvvmCross.Resource.Attribute.MvxLang = global::TheGameExtreme.Droid.Resource.Attribute.MvxLang; + global::MvvmCross.Resource.Attribute.MvxTemplate = global::TheGameExtreme.Droid.Resource.Attribute.MvxTemplate; + global::MvvmCross.Resource.Id.MvvmCrossTagId = global::TheGameExtreme.Droid.Resource.Id.MvvmCrossTagId; + global::MvvmCross.Resource.Id.MvxBindingTagUnique = global::TheGameExtreme.Droid.Resource.Id.MvxBindingTagUnique; + global::MvvmCross.Resource.Styleable.MvxBinding = global::TheGameExtreme.Droid.Resource.Styleable.MvxBinding; + global::MvvmCross.Resource.Styleable.MvxBinding_MvxBind = global::TheGameExtreme.Droid.Resource.Styleable.MvxBinding_MvxBind; + global::MvvmCross.Resource.Styleable.MvxBinding_MvxLang = global::TheGameExtreme.Droid.Resource.Styleable.MvxBinding_MvxLang; + global::MvvmCross.Resource.Styleable.MvxControl = global::TheGameExtreme.Droid.Resource.Styleable.MvxControl; + global::MvvmCross.Resource.Styleable.MvxControl_MvxTemplate = global::TheGameExtreme.Droid.Resource.Styleable.MvxControl_MvxTemplate; + global::MvvmCross.Resource.Styleable.MvxExpandableListView = global::TheGameExtreme.Droid.Resource.Styleable.MvxExpandableListView; + global::MvvmCross.Resource.Styleable.MvxExpandableListView_MvxGroupItemTemplate = global::TheGameExtreme.Droid.Resource.Styleable.MvxExpandableListView_MvxGroupItemTemplate; + global::MvvmCross.Resource.Styleable.MvxListView = global::TheGameExtreme.Droid.Resource.Styleable.MvxListView; + global::MvvmCross.Resource.Styleable.MvxListView_MvxDropDownItemTemplate = global::TheGameExtreme.Droid.Resource.Styleable.MvxListView_MvxDropDownItemTemplate; + global::MvvmCross.Resource.Styleable.MvxListView_MvxItemTemplate = global::TheGameExtreme.Droid.Resource.Styleable.MvxListView_MvxItemTemplate; global::Xamarin.Essentials.Resource.Attribute.alpha = global::TheGameExtreme.Droid.Resource.Attribute.alpha; global::Xamarin.Essentials.Resource.Attribute.coordinatorLayoutStyle = global::TheGameExtreme.Droid.Resource.Attribute.coordinatorLayoutStyle; global::Xamarin.Essentials.Resource.Attribute.font = global::TheGameExtreme.Droid.Resource.Attribute.font; @@ -2891,1436 +2909,1454 @@ namespace TheGameExtreme.Droid public partial class Attribute { - // aapt resource value: 0x7F030000 - public const int actionBarDivider = 2130903040; - - // aapt resource value: 0x7F030001 - public const int actionBarItemBackground = 2130903041; - - // aapt resource value: 0x7F030002 - public const int actionBarPopupTheme = 2130903042; - - // aapt resource value: 0x7F030003 - public const int actionBarSize = 2130903043; - - // aapt resource value: 0x7F030004 - public const int actionBarSplitStyle = 2130903044; - - // aapt resource value: 0x7F030005 - public const int actionBarStyle = 2130903045; - // aapt resource value: 0x7F030006 - public const int actionBarTabBarStyle = 2130903046; + public const int actionBarDivider = 2130903046; // aapt resource value: 0x7F030007 - public const int actionBarTabStyle = 2130903047; + public const int actionBarItemBackground = 2130903047; // aapt resource value: 0x7F030008 - public const int actionBarTabTextStyle = 2130903048; + public const int actionBarPopupTheme = 2130903048; // aapt resource value: 0x7F030009 - public const int actionBarTheme = 2130903049; + public const int actionBarSize = 2130903049; // aapt resource value: 0x7F03000A - public const int actionBarWidgetTheme = 2130903050; + public const int actionBarSplitStyle = 2130903050; // aapt resource value: 0x7F03000B - public const int actionButtonStyle = 2130903051; + public const int actionBarStyle = 2130903051; // aapt resource value: 0x7F03000C - public const int actionDropDownStyle = 2130903052; + public const int actionBarTabBarStyle = 2130903052; // aapt resource value: 0x7F03000D - public const int actionLayout = 2130903053; + public const int actionBarTabStyle = 2130903053; // aapt resource value: 0x7F03000E - public const int actionMenuTextAppearance = 2130903054; + public const int actionBarTabTextStyle = 2130903054; // aapt resource value: 0x7F03000F - public const int actionMenuTextColor = 2130903055; + public const int actionBarTheme = 2130903055; // aapt resource value: 0x7F030010 - public const int actionModeBackground = 2130903056; + public const int actionBarWidgetTheme = 2130903056; // aapt resource value: 0x7F030011 - public const int actionModeCloseButtonStyle = 2130903057; + public const int actionButtonStyle = 2130903057; // aapt resource value: 0x7F030012 - public const int actionModeCloseDrawable = 2130903058; + public const int actionDropDownStyle = 2130903058; // aapt resource value: 0x7F030013 - public const int actionModeCopyDrawable = 2130903059; + public const int actionLayout = 2130903059; // aapt resource value: 0x7F030014 - public const int actionModeCutDrawable = 2130903060; + public const int actionMenuTextAppearance = 2130903060; // aapt resource value: 0x7F030015 - public const int actionModeFindDrawable = 2130903061; + public const int actionMenuTextColor = 2130903061; // aapt resource value: 0x7F030016 - public const int actionModePasteDrawable = 2130903062; + public const int actionModeBackground = 2130903062; // aapt resource value: 0x7F030017 - public const int actionModePopupWindowStyle = 2130903063; + public const int actionModeCloseButtonStyle = 2130903063; // aapt resource value: 0x7F030018 - public const int actionModeSelectAllDrawable = 2130903064; + public const int actionModeCloseDrawable = 2130903064; // aapt resource value: 0x7F030019 - public const int actionModeShareDrawable = 2130903065; + public const int actionModeCopyDrawable = 2130903065; // aapt resource value: 0x7F03001A - public const int actionModeSplitBackground = 2130903066; + public const int actionModeCutDrawable = 2130903066; // aapt resource value: 0x7F03001B - public const int actionModeStyle = 2130903067; + public const int actionModeFindDrawable = 2130903067; // aapt resource value: 0x7F03001C - public const int actionModeWebSearchDrawable = 2130903068; + public const int actionModePasteDrawable = 2130903068; // aapt resource value: 0x7F03001D - public const int actionOverflowButtonStyle = 2130903069; + public const int actionModePopupWindowStyle = 2130903069; // aapt resource value: 0x7F03001E - public const int actionOverflowMenuStyle = 2130903070; + public const int actionModeSelectAllDrawable = 2130903070; // aapt resource value: 0x7F03001F - public const int actionProviderClass = 2130903071; + public const int actionModeShareDrawable = 2130903071; // aapt resource value: 0x7F030020 - public const int actionViewClass = 2130903072; + public const int actionModeSplitBackground = 2130903072; // aapt resource value: 0x7F030021 - public const int activityChooserViewStyle = 2130903073; + public const int actionModeStyle = 2130903073; // aapt resource value: 0x7F030022 - public const int alertDialogButtonGroupStyle = 2130903074; + public const int actionModeWebSearchDrawable = 2130903074; // aapt resource value: 0x7F030023 - public const int alertDialogCenterButtons = 2130903075; + public const int actionOverflowButtonStyle = 2130903075; // aapt resource value: 0x7F030024 - public const int alertDialogStyle = 2130903076; + public const int actionOverflowMenuStyle = 2130903076; // aapt resource value: 0x7F030025 - public const int alertDialogTheme = 2130903077; + public const int actionProviderClass = 2130903077; // aapt resource value: 0x7F030026 - public const int allowStacking = 2130903078; + public const int actionViewClass = 2130903078; // aapt resource value: 0x7F030027 - public const int alpha = 2130903079; + public const int activityChooserViewStyle = 2130903079; // aapt resource value: 0x7F030028 - public const int alphabeticModifiers = 2130903080; + public const int alertDialogButtonGroupStyle = 2130903080; // aapt resource value: 0x7F030029 - public const int arrowHeadLength = 2130903081; + public const int alertDialogCenterButtons = 2130903081; // aapt resource value: 0x7F03002A - public const int arrowShaftLength = 2130903082; + public const int alertDialogStyle = 2130903082; // aapt resource value: 0x7F03002B - public const int autoCompleteTextViewStyle = 2130903083; + public const int alertDialogTheme = 2130903083; // aapt resource value: 0x7F03002C - public const int autoSizeMaxTextSize = 2130903084; + public const int allowStacking = 2130903084; // aapt resource value: 0x7F03002D - public const int autoSizeMinTextSize = 2130903085; + public const int alpha = 2130903085; // aapt resource value: 0x7F03002E - public const int autoSizePresetSizes = 2130903086; + public const int alphabeticModifiers = 2130903086; // aapt resource value: 0x7F03002F - public const int autoSizeStepGranularity = 2130903087; + public const int arrowHeadLength = 2130903087; // aapt resource value: 0x7F030030 - public const int autoSizeTextType = 2130903088; + public const int arrowShaftLength = 2130903088; // aapt resource value: 0x7F030031 - public const int background = 2130903089; + public const int autoCompleteTextViewStyle = 2130903089; // aapt resource value: 0x7F030032 - public const int backgroundSplit = 2130903090; + public const int autoSizeMaxTextSize = 2130903090; // aapt resource value: 0x7F030033 - public const int backgroundStacked = 2130903091; + public const int autoSizeMinTextSize = 2130903091; // aapt resource value: 0x7F030034 - public const int backgroundTint = 2130903092; + public const int autoSizePresetSizes = 2130903092; // aapt resource value: 0x7F030035 - public const int backgroundTintMode = 2130903093; + public const int autoSizeStepGranularity = 2130903093; // aapt resource value: 0x7F030036 - public const int barLength = 2130903094; + public const int autoSizeTextType = 2130903094; // aapt resource value: 0x7F030037 - public const int behavior_autoHide = 2130903095; + public const int background = 2130903095; // aapt resource value: 0x7F030038 - public const int behavior_fitToContents = 2130903096; + public const int backgroundSplit = 2130903096; // aapt resource value: 0x7F030039 - public const int behavior_hideable = 2130903097; + public const int backgroundStacked = 2130903097; // aapt resource value: 0x7F03003A - public const int behavior_overlapTop = 2130903098; + public const int backgroundTint = 2130903098; // aapt resource value: 0x7F03003B - public const int behavior_peekHeight = 2130903099; + public const int backgroundTintMode = 2130903099; // aapt resource value: 0x7F03003C - public const int behavior_skipCollapsed = 2130903100; - - // aapt resource value: 0x7F03003E - public const int borderlessButtonStyle = 2130903102; + public const int barLength = 2130903100; // aapt resource value: 0x7F03003D - public const int borderWidth = 2130903101; + public const int behavior_autoHide = 2130903101; + + // aapt resource value: 0x7F03003E + public const int behavior_fitToContents = 2130903102; // aapt resource value: 0x7F03003F - public const int bottomAppBarStyle = 2130903103; + public const int behavior_hideable = 2130903103; // aapt resource value: 0x7F030040 - public const int bottomNavigationStyle = 2130903104; + public const int behavior_overlapTop = 2130903104; // aapt resource value: 0x7F030041 - public const int bottomSheetDialogTheme = 2130903105; + public const int behavior_peekHeight = 2130903105; // aapt resource value: 0x7F030042 - public const int bottomSheetStyle = 2130903106; - - // aapt resource value: 0x7F030043 - public const int boxBackgroundColor = 2130903107; + public const int behavior_skipCollapsed = 2130903106; // aapt resource value: 0x7F030044 - public const int boxBackgroundMode = 2130903108; + public const int borderlessButtonStyle = 2130903108; + + // aapt resource value: 0x7F030043 + public const int borderWidth = 2130903107; // aapt resource value: 0x7F030045 - public const int boxCollapsedPaddingTop = 2130903109; + public const int bottomAppBarStyle = 2130903109; // aapt resource value: 0x7F030046 - public const int boxCornerRadiusBottomEnd = 2130903110; + public const int bottomNavigationStyle = 2130903110; // aapt resource value: 0x7F030047 - public const int boxCornerRadiusBottomStart = 2130903111; + public const int bottomSheetDialogTheme = 2130903111; // aapt resource value: 0x7F030048 - public const int boxCornerRadiusTopEnd = 2130903112; + public const int bottomSheetStyle = 2130903112; // aapt resource value: 0x7F030049 - public const int boxCornerRadiusTopStart = 2130903113; + public const int boxBackgroundColor = 2130903113; // aapt resource value: 0x7F03004A - public const int boxStrokeColor = 2130903114; + public const int boxBackgroundMode = 2130903114; // aapt resource value: 0x7F03004B - public const int boxStrokeWidth = 2130903115; + public const int boxCollapsedPaddingTop = 2130903115; // aapt resource value: 0x7F03004C - public const int buttonBarButtonStyle = 2130903116; + public const int boxCornerRadiusBottomEnd = 2130903116; // aapt resource value: 0x7F03004D - public const int buttonBarNegativeButtonStyle = 2130903117; + public const int boxCornerRadiusBottomStart = 2130903117; // aapt resource value: 0x7F03004E - public const int buttonBarNeutralButtonStyle = 2130903118; + public const int boxCornerRadiusTopEnd = 2130903118; // aapt resource value: 0x7F03004F - public const int buttonBarPositiveButtonStyle = 2130903119; + public const int boxCornerRadiusTopStart = 2130903119; // aapt resource value: 0x7F030050 - public const int buttonBarStyle = 2130903120; + public const int boxStrokeColor = 2130903120; // aapt resource value: 0x7F030051 - public const int buttonGravity = 2130903121; + public const int boxStrokeWidth = 2130903121; // aapt resource value: 0x7F030052 - public const int buttonIconDimen = 2130903122; + public const int buttonBarButtonStyle = 2130903122; // aapt resource value: 0x7F030053 - public const int buttonPanelSideLayout = 2130903123; + public const int buttonBarNegativeButtonStyle = 2130903123; // aapt resource value: 0x7F030054 - public const int buttonStyle = 2130903124; + public const int buttonBarNeutralButtonStyle = 2130903124; // aapt resource value: 0x7F030055 - public const int buttonStyleSmall = 2130903125; + public const int buttonBarPositiveButtonStyle = 2130903125; // aapt resource value: 0x7F030056 - public const int buttonTint = 2130903126; + public const int buttonBarStyle = 2130903126; // aapt resource value: 0x7F030057 - public const int buttonTintMode = 2130903127; + public const int buttonGravity = 2130903127; // aapt resource value: 0x7F030058 - public const int cardBackgroundColor = 2130903128; + public const int buttonIconDimen = 2130903128; // aapt resource value: 0x7F030059 - public const int cardCornerRadius = 2130903129; + public const int buttonPanelSideLayout = 2130903129; // aapt resource value: 0x7F03005A - public const int cardElevation = 2130903130; + public const int buttonStyle = 2130903130; // aapt resource value: 0x7F03005B - public const int cardMaxElevation = 2130903131; + public const int buttonStyleSmall = 2130903131; // aapt resource value: 0x7F03005C - public const int cardPreventCornerOverlap = 2130903132; + public const int buttonTint = 2130903132; // aapt resource value: 0x7F03005D - public const int cardUseCompatPadding = 2130903133; + public const int buttonTintMode = 2130903133; // aapt resource value: 0x7F03005E - public const int cardViewStyle = 2130903134; + public const int cardBackgroundColor = 2130903134; // aapt resource value: 0x7F03005F - public const int checkboxStyle = 2130903135; + public const int cardCornerRadius = 2130903135; // aapt resource value: 0x7F030060 - public const int checkedChip = 2130903136; + public const int cardElevation = 2130903136; // aapt resource value: 0x7F030061 - public const int checkedIcon = 2130903137; + public const int cardMaxElevation = 2130903137; // aapt resource value: 0x7F030062 - public const int checkedIconEnabled = 2130903138; + public const int cardPreventCornerOverlap = 2130903138; // aapt resource value: 0x7F030063 - public const int checkedIconVisible = 2130903139; + public const int cardUseCompatPadding = 2130903139; // aapt resource value: 0x7F030064 - public const int checkedTextViewStyle = 2130903140; + public const int cardViewStyle = 2130903140; // aapt resource value: 0x7F030065 - public const int chipBackgroundColor = 2130903141; + public const int checkboxStyle = 2130903141; // aapt resource value: 0x7F030066 - public const int chipCornerRadius = 2130903142; + public const int checkedChip = 2130903142; // aapt resource value: 0x7F030067 - public const int chipEndPadding = 2130903143; + public const int checkedIcon = 2130903143; // aapt resource value: 0x7F030068 - public const int chipGroupStyle = 2130903144; + public const int checkedIconEnabled = 2130903144; // aapt resource value: 0x7F030069 - public const int chipIcon = 2130903145; + public const int checkedIconVisible = 2130903145; // aapt resource value: 0x7F03006A - public const int chipIconEnabled = 2130903146; + public const int checkedTextViewStyle = 2130903146; // aapt resource value: 0x7F03006B - public const int chipIconSize = 2130903147; + public const int chipBackgroundColor = 2130903147; // aapt resource value: 0x7F03006C - public const int chipIconTint = 2130903148; + public const int chipCornerRadius = 2130903148; // aapt resource value: 0x7F03006D - public const int chipIconVisible = 2130903149; + public const int chipEndPadding = 2130903149; // aapt resource value: 0x7F03006E - public const int chipMinHeight = 2130903150; + public const int chipGroupStyle = 2130903150; // aapt resource value: 0x7F03006F - public const int chipSpacing = 2130903151; + public const int chipIcon = 2130903151; // aapt resource value: 0x7F030070 - public const int chipSpacingHorizontal = 2130903152; + public const int chipIconEnabled = 2130903152; // aapt resource value: 0x7F030071 - public const int chipSpacingVertical = 2130903153; + public const int chipIconSize = 2130903153; // aapt resource value: 0x7F030072 - public const int chipStandaloneStyle = 2130903154; + public const int chipIconTint = 2130903154; // aapt resource value: 0x7F030073 - public const int chipStartPadding = 2130903155; + public const int chipIconVisible = 2130903155; // aapt resource value: 0x7F030074 - public const int chipStrokeColor = 2130903156; + public const int chipMinHeight = 2130903156; // aapt resource value: 0x7F030075 - public const int chipStrokeWidth = 2130903157; + public const int chipSpacing = 2130903157; // aapt resource value: 0x7F030076 - public const int chipStyle = 2130903158; + public const int chipSpacingHorizontal = 2130903158; // aapt resource value: 0x7F030077 - public const int closeIcon = 2130903159; + public const int chipSpacingVertical = 2130903159; // aapt resource value: 0x7F030078 - public const int closeIconEnabled = 2130903160; + public const int chipStandaloneStyle = 2130903160; // aapt resource value: 0x7F030079 - public const int closeIconEndPadding = 2130903161; + public const int chipStartPadding = 2130903161; // aapt resource value: 0x7F03007A - public const int closeIconSize = 2130903162; + public const int chipStrokeColor = 2130903162; // aapt resource value: 0x7F03007B - public const int closeIconStartPadding = 2130903163; + public const int chipStrokeWidth = 2130903163; // aapt resource value: 0x7F03007C - public const int closeIconTint = 2130903164; + public const int chipStyle = 2130903164; // aapt resource value: 0x7F03007D - public const int closeIconVisible = 2130903165; + public const int closeIcon = 2130903165; // aapt resource value: 0x7F03007E - public const int closeItemLayout = 2130903166; + public const int closeIconEnabled = 2130903166; // aapt resource value: 0x7F03007F - public const int collapseContentDescription = 2130903167; + public const int closeIconEndPadding = 2130903167; + + // aapt resource value: 0x7F030080 + public const int closeIconSize = 2130903168; // aapt resource value: 0x7F030081 - public const int collapsedTitleGravity = 2130903169; + public const int closeIconStartPadding = 2130903169; // aapt resource value: 0x7F030082 - public const int collapsedTitleTextAppearance = 2130903170; - - // aapt resource value: 0x7F030080 - public const int collapseIcon = 2130903168; + public const int closeIconTint = 2130903170; // aapt resource value: 0x7F030083 - public const int color = 2130903171; + public const int closeIconVisible = 2130903171; // aapt resource value: 0x7F030084 - public const int colorAccent = 2130903172; + public const int closeItemLayout = 2130903172; // aapt resource value: 0x7F030085 - public const int colorBackgroundFloating = 2130903173; - - // aapt resource value: 0x7F030086 - public const int colorButtonNormal = 2130903174; + public const int collapseContentDescription = 2130903173; // aapt resource value: 0x7F030087 - public const int colorControlActivated = 2130903175; + public const int collapsedTitleGravity = 2130903175; // aapt resource value: 0x7F030088 - public const int colorControlHighlight = 2130903176; + public const int collapsedTitleTextAppearance = 2130903176; + + // aapt resource value: 0x7F030086 + public const int collapseIcon = 2130903174; // aapt resource value: 0x7F030089 - public const int colorControlNormal = 2130903177; + public const int color = 2130903177; // aapt resource value: 0x7F03008A - public const int colorError = 2130903178; + public const int colorAccent = 2130903178; // aapt resource value: 0x7F03008B - public const int colorPrimary = 2130903179; + public const int colorBackgroundFloating = 2130903179; // aapt resource value: 0x7F03008C - public const int colorPrimaryDark = 2130903180; + public const int colorButtonNormal = 2130903180; // aapt resource value: 0x7F03008D - public const int colorSecondary = 2130903181; + public const int colorControlActivated = 2130903181; // aapt resource value: 0x7F03008E - public const int colorSwitchThumbNormal = 2130903182; + public const int colorControlHighlight = 2130903182; // aapt resource value: 0x7F03008F - public const int commitIcon = 2130903183; + public const int colorControlNormal = 2130903183; // aapt resource value: 0x7F030090 - public const int contentDescription = 2130903184; + public const int colorError = 2130903184; // aapt resource value: 0x7F030091 - public const int contentInsetEnd = 2130903185; + public const int colorPrimary = 2130903185; // aapt resource value: 0x7F030092 - public const int contentInsetEndWithActions = 2130903186; + public const int colorPrimaryDark = 2130903186; // aapt resource value: 0x7F030093 - public const int contentInsetLeft = 2130903187; + public const int colorSecondary = 2130903187; // aapt resource value: 0x7F030094 - public const int contentInsetRight = 2130903188; + public const int colorSwitchThumbNormal = 2130903188; // aapt resource value: 0x7F030095 - public const int contentInsetStart = 2130903189; + public const int commitIcon = 2130903189; // aapt resource value: 0x7F030096 - public const int contentInsetStartWithNavigation = 2130903190; + public const int contentDescription = 2130903190; // aapt resource value: 0x7F030097 - public const int contentPadding = 2130903191; + public const int contentInsetEnd = 2130903191; // aapt resource value: 0x7F030098 - public const int contentPaddingBottom = 2130903192; + public const int contentInsetEndWithActions = 2130903192; // aapt resource value: 0x7F030099 - public const int contentPaddingLeft = 2130903193; + public const int contentInsetLeft = 2130903193; // aapt resource value: 0x7F03009A - public const int contentPaddingRight = 2130903194; + public const int contentInsetRight = 2130903194; // aapt resource value: 0x7F03009B - public const int contentPaddingTop = 2130903195; + public const int contentInsetStart = 2130903195; // aapt resource value: 0x7F03009C - public const int contentScrim = 2130903196; + public const int contentInsetStartWithNavigation = 2130903196; // aapt resource value: 0x7F03009D - public const int controlBackground = 2130903197; + public const int contentPadding = 2130903197; // aapt resource value: 0x7F03009E - public const int coordinatorLayoutStyle = 2130903198; + public const int contentPaddingBottom = 2130903198; // aapt resource value: 0x7F03009F - public const int cornerRadius = 2130903199; + public const int contentPaddingLeft = 2130903199; // aapt resource value: 0x7F0300A0 - public const int counterEnabled = 2130903200; + public const int contentPaddingRight = 2130903200; // aapt resource value: 0x7F0300A1 - public const int counterMaxLength = 2130903201; + public const int contentPaddingTop = 2130903201; // aapt resource value: 0x7F0300A2 - public const int counterOverflowTextAppearance = 2130903202; + public const int contentScrim = 2130903202; // aapt resource value: 0x7F0300A3 - public const int counterTextAppearance = 2130903203; + public const int controlBackground = 2130903203; // aapt resource value: 0x7F0300A4 - public const int customNavigationLayout = 2130903204; + public const int coordinatorLayoutStyle = 2130903204; // aapt resource value: 0x7F0300A5 - public const int defaultQueryHint = 2130903205; + public const int cornerRadius = 2130903205; // aapt resource value: 0x7F0300A6 - public const int dialogCornerRadius = 2130903206; + public const int counterEnabled = 2130903206; // aapt resource value: 0x7F0300A7 - public const int dialogPreferredPadding = 2130903207; + public const int counterMaxLength = 2130903207; // aapt resource value: 0x7F0300A8 - public const int dialogTheme = 2130903208; + public const int counterOverflowTextAppearance = 2130903208; // aapt resource value: 0x7F0300A9 - public const int displayOptions = 2130903209; + public const int counterTextAppearance = 2130903209; // aapt resource value: 0x7F0300AA - public const int divider = 2130903210; + public const int customNavigationLayout = 2130903210; // aapt resource value: 0x7F0300AB - public const int dividerHorizontal = 2130903211; + public const int defaultQueryHint = 2130903211; // aapt resource value: 0x7F0300AC - public const int dividerPadding = 2130903212; + public const int dialogCornerRadius = 2130903212; // aapt resource value: 0x7F0300AD - public const int dividerVertical = 2130903213; + public const int dialogPreferredPadding = 2130903213; // aapt resource value: 0x7F0300AE - public const int drawableSize = 2130903214; + public const int dialogTheme = 2130903214; // aapt resource value: 0x7F0300AF - public const int drawerArrowStyle = 2130903215; - - // aapt resource value: 0x7F0300B1 - public const int dropdownListPreferredItemHeight = 2130903217; + public const int displayOptions = 2130903215; // aapt resource value: 0x7F0300B0 - public const int dropDownListViewStyle = 2130903216; + public const int divider = 2130903216; + + // aapt resource value: 0x7F0300B1 + public const int dividerHorizontal = 2130903217; // aapt resource value: 0x7F0300B2 - public const int editTextBackground = 2130903218; + public const int dividerPadding = 2130903218; // aapt resource value: 0x7F0300B3 - public const int editTextColor = 2130903219; + public const int dividerVertical = 2130903219; // aapt resource value: 0x7F0300B4 - public const int editTextStyle = 2130903220; + public const int drawableSize = 2130903220; // aapt resource value: 0x7F0300B5 - public const int elevation = 2130903221; - - // aapt resource value: 0x7F0300B6 - public const int enforceMaterialTheme = 2130903222; + public const int drawerArrowStyle = 2130903221; // aapt resource value: 0x7F0300B7 - public const int enforceTextAppearance = 2130903223; + public const int dropdownListPreferredItemHeight = 2130903223; + + // aapt resource value: 0x7F0300B6 + public const int dropDownListViewStyle = 2130903222; // aapt resource value: 0x7F0300B8 - public const int errorEnabled = 2130903224; + public const int editTextBackground = 2130903224; // aapt resource value: 0x7F0300B9 - public const int errorTextAppearance = 2130903225; + public const int editTextColor = 2130903225; // aapt resource value: 0x7F0300BA - public const int expandActivityOverflowButtonDrawable = 2130903226; + public const int editTextStyle = 2130903226; // aapt resource value: 0x7F0300BB - public const int expanded = 2130903227; + public const int elevation = 2130903227; // aapt resource value: 0x7F0300BC - public const int expandedTitleGravity = 2130903228; + public const int enforceMaterialTheme = 2130903228; // aapt resource value: 0x7F0300BD - public const int expandedTitleMargin = 2130903229; + public const int enforceTextAppearance = 2130903229; // aapt resource value: 0x7F0300BE - public const int expandedTitleMarginBottom = 2130903230; + public const int errorEnabled = 2130903230; // aapt resource value: 0x7F0300BF - public const int expandedTitleMarginEnd = 2130903231; + public const int errorTextAppearance = 2130903231; // aapt resource value: 0x7F0300C0 - public const int expandedTitleMarginStart = 2130903232; + public const int expandActivityOverflowButtonDrawable = 2130903232; // aapt resource value: 0x7F0300C1 - public const int expandedTitleMarginTop = 2130903233; + public const int expanded = 2130903233; // aapt resource value: 0x7F0300C2 - public const int expandedTitleTextAppearance = 2130903234; + public const int expandedTitleGravity = 2130903234; // aapt resource value: 0x7F0300C3 - public const int fabAlignmentMode = 2130903235; + public const int expandedTitleMargin = 2130903235; // aapt resource value: 0x7F0300C4 - public const int fabCradleMargin = 2130903236; + public const int expandedTitleMarginBottom = 2130903236; // aapt resource value: 0x7F0300C5 - public const int fabCradleRoundedCornerRadius = 2130903237; + public const int expandedTitleMarginEnd = 2130903237; // aapt resource value: 0x7F0300C6 - public const int fabCradleVerticalOffset = 2130903238; + public const int expandedTitleMarginStart = 2130903238; // aapt resource value: 0x7F0300C7 - public const int fabCustomSize = 2130903239; + public const int expandedTitleMarginTop = 2130903239; // aapt resource value: 0x7F0300C8 - public const int fabSize = 2130903240; + public const int expandedTitleTextAppearance = 2130903240; // aapt resource value: 0x7F0300C9 - public const int fastScrollEnabled = 2130903241; + public const int fabAlignmentMode = 2130903241; // aapt resource value: 0x7F0300CA - public const int fastScrollHorizontalThumbDrawable = 2130903242; + public const int fabCradleMargin = 2130903242; // aapt resource value: 0x7F0300CB - public const int fastScrollHorizontalTrackDrawable = 2130903243; + public const int fabCradleRoundedCornerRadius = 2130903243; // aapt resource value: 0x7F0300CC - public const int fastScrollVerticalThumbDrawable = 2130903244; + public const int fabCradleVerticalOffset = 2130903244; // aapt resource value: 0x7F0300CD - public const int fastScrollVerticalTrackDrawable = 2130903245; + public const int fabCustomSize = 2130903245; // aapt resource value: 0x7F0300CE - public const int firstBaselineToTopHeight = 2130903246; + public const int fabSize = 2130903246; // aapt resource value: 0x7F0300CF - public const int floatingActionButtonStyle = 2130903247; + public const int fastScrollEnabled = 2130903247; // aapt resource value: 0x7F0300D0 - public const int font = 2130903248; + public const int fastScrollHorizontalThumbDrawable = 2130903248; // aapt resource value: 0x7F0300D1 - public const int fontFamily = 2130903249; + public const int fastScrollHorizontalTrackDrawable = 2130903249; // aapt resource value: 0x7F0300D2 - public const int fontProviderAuthority = 2130903250; + public const int fastScrollVerticalThumbDrawable = 2130903250; // aapt resource value: 0x7F0300D3 - public const int fontProviderCerts = 2130903251; + public const int fastScrollVerticalTrackDrawable = 2130903251; // aapt resource value: 0x7F0300D4 - public const int fontProviderFetchStrategy = 2130903252; + public const int firstBaselineToTopHeight = 2130903252; // aapt resource value: 0x7F0300D5 - public const int fontProviderFetchTimeout = 2130903253; + public const int floatingActionButtonStyle = 2130903253; // aapt resource value: 0x7F0300D6 - public const int fontProviderPackage = 2130903254; + public const int font = 2130903254; // aapt resource value: 0x7F0300D7 - public const int fontProviderQuery = 2130903255; + public const int fontFamily = 2130903255; // aapt resource value: 0x7F0300D8 - public const int fontStyle = 2130903256; + public const int fontProviderAuthority = 2130903256; // aapt resource value: 0x7F0300D9 - public const int fontVariationSettings = 2130903257; + public const int fontProviderCerts = 2130903257; // aapt resource value: 0x7F0300DA - public const int fontWeight = 2130903258; + public const int fontProviderFetchStrategy = 2130903258; // aapt resource value: 0x7F0300DB - public const int foregroundInsidePadding = 2130903259; + public const int fontProviderFetchTimeout = 2130903259; // aapt resource value: 0x7F0300DC - public const int gapBetweenBars = 2130903260; + public const int fontProviderPackage = 2130903260; // aapt resource value: 0x7F0300DD - public const int goIcon = 2130903261; + public const int fontProviderQuery = 2130903261; // aapt resource value: 0x7F0300DE - public const int headerLayout = 2130903262; + public const int fontStyle = 2130903262; // aapt resource value: 0x7F0300DF - public const int height = 2130903263; + public const int fontVariationSettings = 2130903263; // aapt resource value: 0x7F0300E0 - public const int helperText = 2130903264; + public const int fontWeight = 2130903264; // aapt resource value: 0x7F0300E1 - public const int helperTextEnabled = 2130903265; + public const int foregroundInsidePadding = 2130903265; // aapt resource value: 0x7F0300E2 - public const int helperTextTextAppearance = 2130903266; + public const int gapBetweenBars = 2130903266; // aapt resource value: 0x7F0300E3 - public const int hideMotionSpec = 2130903267; + public const int goIcon = 2130903267; // aapt resource value: 0x7F0300E4 - public const int hideOnContentScroll = 2130903268; + public const int headerLayout = 2130903268; // aapt resource value: 0x7F0300E5 - public const int hideOnScroll = 2130903269; + public const int height = 2130903269; // aapt resource value: 0x7F0300E6 - public const int hintAnimationEnabled = 2130903270; + public const int helperText = 2130903270; // aapt resource value: 0x7F0300E7 - public const int hintEnabled = 2130903271; + public const int helperTextEnabled = 2130903271; // aapt resource value: 0x7F0300E8 - public const int hintTextAppearance = 2130903272; + public const int helperTextTextAppearance = 2130903272; // aapt resource value: 0x7F0300E9 - public const int homeAsUpIndicator = 2130903273; + public const int hideMotionSpec = 2130903273; // aapt resource value: 0x7F0300EA - public const int homeLayout = 2130903274; + public const int hideOnContentScroll = 2130903274; // aapt resource value: 0x7F0300EB - public const int hoveredFocusedTranslationZ = 2130903275; + public const int hideOnScroll = 2130903275; // aapt resource value: 0x7F0300EC - public const int icon = 2130903276; + public const int hintAnimationEnabled = 2130903276; // aapt resource value: 0x7F0300ED - public const int iconEndPadding = 2130903277; + public const int hintEnabled = 2130903277; // aapt resource value: 0x7F0300EE - public const int iconGravity = 2130903278; - - // aapt resource value: 0x7F0300F4 - public const int iconifiedByDefault = 2130903284; + public const int hintTextAppearance = 2130903278; // aapt resource value: 0x7F0300EF - public const int iconPadding = 2130903279; + public const int homeAsUpIndicator = 2130903279; // aapt resource value: 0x7F0300F0 - public const int iconSize = 2130903280; + public const int homeLayout = 2130903280; // aapt resource value: 0x7F0300F1 - public const int iconStartPadding = 2130903281; + public const int hoveredFocusedTranslationZ = 2130903281; // aapt resource value: 0x7F0300F2 - public const int iconTint = 2130903282; + public const int icon = 2130903282; // aapt resource value: 0x7F0300F3 - public const int iconTintMode = 2130903283; + public const int iconEndPadding = 2130903283; + + // aapt resource value: 0x7F0300F4 + public const int iconGravity = 2130903284; + + // aapt resource value: 0x7F0300FA + public const int iconifiedByDefault = 2130903290; // aapt resource value: 0x7F0300F5 - public const int imageButtonStyle = 2130903285; + public const int iconPadding = 2130903285; // aapt resource value: 0x7F0300F6 - public const int indeterminateProgressStyle = 2130903286; + public const int iconSize = 2130903286; // aapt resource value: 0x7F0300F7 - public const int initialActivityCount = 2130903287; + public const int iconStartPadding = 2130903287; // aapt resource value: 0x7F0300F8 - public const int insetForeground = 2130903288; + public const int iconTint = 2130903288; // aapt resource value: 0x7F0300F9 - public const int isLightTheme = 2130903289; - - // aapt resource value: 0x7F0300FA - public const int itemBackground = 2130903290; + public const int iconTintMode = 2130903289; // aapt resource value: 0x7F0300FB - public const int itemHorizontalPadding = 2130903291; + public const int imageButtonStyle = 2130903291; // aapt resource value: 0x7F0300FC - public const int itemHorizontalTranslationEnabled = 2130903292; + public const int indeterminateProgressStyle = 2130903292; // aapt resource value: 0x7F0300FD - public const int itemIconPadding = 2130903293; + public const int initialActivityCount = 2130903293; // aapt resource value: 0x7F0300FE - public const int itemIconSize = 2130903294; + public const int insetForeground = 2130903294; // aapt resource value: 0x7F0300FF - public const int itemIconTint = 2130903295; + public const int isLightTheme = 2130903295; // aapt resource value: 0x7F030100 - public const int itemPadding = 2130903296; + public const int itemBackground = 2130903296; // aapt resource value: 0x7F030101 - public const int itemSpacing = 2130903297; + public const int itemHorizontalPadding = 2130903297; // aapt resource value: 0x7F030102 - public const int itemTextAppearance = 2130903298; + public const int itemHorizontalTranslationEnabled = 2130903298; // aapt resource value: 0x7F030103 - public const int itemTextAppearanceActive = 2130903299; + public const int itemIconPadding = 2130903299; // aapt resource value: 0x7F030104 - public const int itemTextAppearanceInactive = 2130903300; + public const int itemIconSize = 2130903300; // aapt resource value: 0x7F030105 - public const int itemTextColor = 2130903301; + public const int itemIconTint = 2130903301; // aapt resource value: 0x7F030106 - public const int keylines = 2130903302; + public const int itemPadding = 2130903302; // aapt resource value: 0x7F030107 - public const int labelVisibilityMode = 2130903303; + public const int itemSpacing = 2130903303; // aapt resource value: 0x7F030108 - public const int lastBaselineToBottomHeight = 2130903304; + public const int itemTextAppearance = 2130903304; // aapt resource value: 0x7F030109 - public const int layout = 2130903305; + public const int itemTextAppearanceActive = 2130903305; // aapt resource value: 0x7F03010A - public const int layoutManager = 2130903306; + public const int itemTextAppearanceInactive = 2130903306; // aapt resource value: 0x7F03010B - public const int layout_anchor = 2130903307; + public const int itemTextColor = 2130903307; // aapt resource value: 0x7F03010C - public const int layout_anchorGravity = 2130903308; + public const int keylines = 2130903308; // aapt resource value: 0x7F03010D - public const int layout_behavior = 2130903309; + public const int labelVisibilityMode = 2130903309; // aapt resource value: 0x7F03010E - public const int layout_collapseMode = 2130903310; + public const int lastBaselineToBottomHeight = 2130903310; // aapt resource value: 0x7F03010F - public const int layout_collapseParallaxMultiplier = 2130903311; + public const int layout = 2130903311; // aapt resource value: 0x7F030110 - public const int layout_dodgeInsetEdges = 2130903312; + public const int layoutManager = 2130903312; // aapt resource value: 0x7F030111 - public const int layout_insetEdge = 2130903313; + public const int layout_anchor = 2130903313; // aapt resource value: 0x7F030112 - public const int layout_keyline = 2130903314; + public const int layout_anchorGravity = 2130903314; // aapt resource value: 0x7F030113 - public const int layout_scrollFlags = 2130903315; + public const int layout_behavior = 2130903315; // aapt resource value: 0x7F030114 - public const int layout_scrollInterpolator = 2130903316; + public const int layout_collapseMode = 2130903316; // aapt resource value: 0x7F030115 - public const int liftOnScroll = 2130903317; + public const int layout_collapseParallaxMultiplier = 2130903317; // aapt resource value: 0x7F030116 - public const int lineHeight = 2130903318; + public const int layout_dodgeInsetEdges = 2130903318; // aapt resource value: 0x7F030117 - public const int lineSpacing = 2130903319; + public const int layout_insetEdge = 2130903319; // aapt resource value: 0x7F030118 - public const int listChoiceBackgroundIndicator = 2130903320; + public const int layout_keyline = 2130903320; // aapt resource value: 0x7F030119 - public const int listDividerAlertDialog = 2130903321; + public const int layout_scrollFlags = 2130903321; // aapt resource value: 0x7F03011A - public const int listItemLayout = 2130903322; + public const int layout_scrollInterpolator = 2130903322; // aapt resource value: 0x7F03011B - public const int listLayout = 2130903323; + public const int liftOnScroll = 2130903323; // aapt resource value: 0x7F03011C - public const int listMenuViewStyle = 2130903324; + public const int lineHeight = 2130903324; // aapt resource value: 0x7F03011D - public const int listPopupWindowStyle = 2130903325; + public const int lineSpacing = 2130903325; // aapt resource value: 0x7F03011E - public const int listPreferredItemHeight = 2130903326; + public const int listChoiceBackgroundIndicator = 2130903326; // aapt resource value: 0x7F03011F - public const int listPreferredItemHeightLarge = 2130903327; + public const int listDividerAlertDialog = 2130903327; // aapt resource value: 0x7F030120 - public const int listPreferredItemHeightSmall = 2130903328; + public const int listItemLayout = 2130903328; // aapt resource value: 0x7F030121 - public const int listPreferredItemPaddingLeft = 2130903329; + public const int listLayout = 2130903329; // aapt resource value: 0x7F030122 - public const int listPreferredItemPaddingRight = 2130903330; + public const int listMenuViewStyle = 2130903330; // aapt resource value: 0x7F030123 - public const int logo = 2130903331; + public const int listPopupWindowStyle = 2130903331; // aapt resource value: 0x7F030124 - public const int logoDescription = 2130903332; + public const int listPreferredItemHeight = 2130903332; // aapt resource value: 0x7F030125 - public const int materialButtonStyle = 2130903333; + public const int listPreferredItemHeightLarge = 2130903333; // aapt resource value: 0x7F030126 - public const int materialCardViewStyle = 2130903334; + public const int listPreferredItemHeightSmall = 2130903334; // aapt resource value: 0x7F030127 - public const int maxActionInlineWidth = 2130903335; + public const int listPreferredItemPaddingLeft = 2130903335; // aapt resource value: 0x7F030128 - public const int maxButtonHeight = 2130903336; + public const int listPreferredItemPaddingRight = 2130903336; // aapt resource value: 0x7F030129 - public const int maxImageSize = 2130903337; + public const int logo = 2130903337; // aapt resource value: 0x7F03012A - public const int measureWithLargestChild = 2130903338; + public const int logoDescription = 2130903338; // aapt resource value: 0x7F03012B - public const int menu = 2130903339; + public const int materialButtonStyle = 2130903339; // aapt resource value: 0x7F03012C - public const int multiChoiceItemLayout = 2130903340; + public const int materialCardViewStyle = 2130903340; // aapt resource value: 0x7F03012D - public const int navigationContentDescription = 2130903341; + public const int maxActionInlineWidth = 2130903341; // aapt resource value: 0x7F03012E - public const int navigationIcon = 2130903342; + public const int maxButtonHeight = 2130903342; // aapt resource value: 0x7F03012F - public const int navigationMode = 2130903343; + public const int maxImageSize = 2130903343; // aapt resource value: 0x7F030130 - public const int navigationViewStyle = 2130903344; + public const int measureWithLargestChild = 2130903344; // aapt resource value: 0x7F030131 - public const int numericModifiers = 2130903345; + public const int menu = 2130903345; // aapt resource value: 0x7F030132 - public const int overlapAnchor = 2130903346; + public const int multiChoiceItemLayout = 2130903346; + + // aapt resource value: 0x7F030000 + public const int MvxBind = 2130903040; + + // aapt resource value: 0x7F030001 + public const int MvxDropDownItemTemplate = 2130903041; + + // aapt resource value: 0x7F030002 + public const int MvxGroupItemTemplate = 2130903042; + + // aapt resource value: 0x7F030003 + public const int MvxItemTemplate = 2130903043; + + // aapt resource value: 0x7F030004 + public const int MvxLang = 2130903044; + + // aapt resource value: 0x7F030005 + public const int MvxTemplate = 2130903045; // aapt resource value: 0x7F030133 - public const int paddingBottomNoButtons = 2130903347; + public const int navigationContentDescription = 2130903347; // aapt resource value: 0x7F030134 - public const int paddingEnd = 2130903348; + public const int navigationIcon = 2130903348; // aapt resource value: 0x7F030135 - public const int paddingStart = 2130903349; + public const int navigationMode = 2130903349; // aapt resource value: 0x7F030136 - public const int paddingTopNoTitle = 2130903350; + public const int navigationViewStyle = 2130903350; // aapt resource value: 0x7F030137 - public const int panelBackground = 2130903351; + public const int numericModifiers = 2130903351; // aapt resource value: 0x7F030138 - public const int panelMenuListTheme = 2130903352; + public const int overlapAnchor = 2130903352; // aapt resource value: 0x7F030139 - public const int panelMenuListWidth = 2130903353; + public const int paddingBottomNoButtons = 2130903353; // aapt resource value: 0x7F03013A - public const int passwordToggleContentDescription = 2130903354; + public const int paddingEnd = 2130903354; // aapt resource value: 0x7F03013B - public const int passwordToggleDrawable = 2130903355; + public const int paddingStart = 2130903355; // aapt resource value: 0x7F03013C - public const int passwordToggleEnabled = 2130903356; + public const int paddingTopNoTitle = 2130903356; // aapt resource value: 0x7F03013D - public const int passwordToggleTint = 2130903357; + public const int panelBackground = 2130903357; // aapt resource value: 0x7F03013E - public const int passwordToggleTintMode = 2130903358; + public const int panelMenuListTheme = 2130903358; // aapt resource value: 0x7F03013F - public const int popupMenuStyle = 2130903359; + public const int panelMenuListWidth = 2130903359; // aapt resource value: 0x7F030140 - public const int popupTheme = 2130903360; + public const int passwordToggleContentDescription = 2130903360; // aapt resource value: 0x7F030141 - public const int popupWindowStyle = 2130903361; + public const int passwordToggleDrawable = 2130903361; // aapt resource value: 0x7F030142 - public const int preserveIconSpacing = 2130903362; + public const int passwordToggleEnabled = 2130903362; // aapt resource value: 0x7F030143 - public const int pressedTranslationZ = 2130903363; + public const int passwordToggleTint = 2130903363; // aapt resource value: 0x7F030144 - public const int progressBarPadding = 2130903364; + public const int passwordToggleTintMode = 2130903364; // aapt resource value: 0x7F030145 - public const int progressBarStyle = 2130903365; + public const int popupMenuStyle = 2130903365; // aapt resource value: 0x7F030146 - public const int queryBackground = 2130903366; + public const int popupTheme = 2130903366; // aapt resource value: 0x7F030147 - public const int queryHint = 2130903367; + public const int popupWindowStyle = 2130903367; // aapt resource value: 0x7F030148 - public const int radioButtonStyle = 2130903368; + public const int preserveIconSpacing = 2130903368; // aapt resource value: 0x7F030149 - public const int ratingBarStyle = 2130903369; + public const int pressedTranslationZ = 2130903369; // aapt resource value: 0x7F03014A - public const int ratingBarStyleIndicator = 2130903370; + public const int progressBarPadding = 2130903370; // aapt resource value: 0x7F03014B - public const int ratingBarStyleSmall = 2130903371; + public const int progressBarStyle = 2130903371; // aapt resource value: 0x7F03014C - public const int reverseLayout = 2130903372; + public const int queryBackground = 2130903372; // aapt resource value: 0x7F03014D - public const int rippleColor = 2130903373; + public const int queryHint = 2130903373; // aapt resource value: 0x7F03014E - public const int scrimAnimationDuration = 2130903374; + public const int radioButtonStyle = 2130903374; // aapt resource value: 0x7F03014F - public const int scrimBackground = 2130903375; + public const int ratingBarStyle = 2130903375; // aapt resource value: 0x7F030150 - public const int scrimVisibleHeightTrigger = 2130903376; + public const int ratingBarStyleIndicator = 2130903376; // aapt resource value: 0x7F030151 - public const int searchHintIcon = 2130903377; + public const int ratingBarStyleSmall = 2130903377; // aapt resource value: 0x7F030152 - public const int searchIcon = 2130903378; + public const int reverseLayout = 2130903378; // aapt resource value: 0x7F030153 - public const int searchViewStyle = 2130903379; + public const int rippleColor = 2130903379; // aapt resource value: 0x7F030154 - public const int seekBarStyle = 2130903380; + public const int scrimAnimationDuration = 2130903380; // aapt resource value: 0x7F030155 - public const int selectableItemBackground = 2130903381; + public const int scrimBackground = 2130903381; // aapt resource value: 0x7F030156 - public const int selectableItemBackgroundBorderless = 2130903382; + public const int scrimVisibleHeightTrigger = 2130903382; // aapt resource value: 0x7F030157 - public const int showAsAction = 2130903383; + public const int searchHintIcon = 2130903383; // aapt resource value: 0x7F030158 - public const int showDividers = 2130903384; + public const int searchIcon = 2130903384; // aapt resource value: 0x7F030159 - public const int showMotionSpec = 2130903385; + public const int searchViewStyle = 2130903385; // aapt resource value: 0x7F03015A - public const int showText = 2130903386; + public const int seekBarStyle = 2130903386; // aapt resource value: 0x7F03015B - public const int showTitle = 2130903387; + public const int selectableItemBackground = 2130903387; // aapt resource value: 0x7F03015C - public const int singleChoiceItemLayout = 2130903388; + public const int selectableItemBackgroundBorderless = 2130903388; // aapt resource value: 0x7F03015D - public const int singleLine = 2130903389; + public const int showAsAction = 2130903389; // aapt resource value: 0x7F03015E - public const int singleSelection = 2130903390; + public const int showDividers = 2130903390; // aapt resource value: 0x7F03015F - public const int snackbarButtonStyle = 2130903391; + public const int showMotionSpec = 2130903391; // aapt resource value: 0x7F030160 - public const int snackbarStyle = 2130903392; + public const int showText = 2130903392; // aapt resource value: 0x7F030161 - public const int spanCount = 2130903393; + public const int showTitle = 2130903393; // aapt resource value: 0x7F030162 - public const int spinBars = 2130903394; + public const int singleChoiceItemLayout = 2130903394; // aapt resource value: 0x7F030163 - public const int spinnerDropDownItemStyle = 2130903395; + public const int singleLine = 2130903395; // aapt resource value: 0x7F030164 - public const int spinnerStyle = 2130903396; + public const int singleSelection = 2130903396; // aapt resource value: 0x7F030165 - public const int splitTrack = 2130903397; + public const int snackbarButtonStyle = 2130903397; // aapt resource value: 0x7F030166 - public const int srcCompat = 2130903398; + public const int snackbarStyle = 2130903398; // aapt resource value: 0x7F030167 - public const int stackFromEnd = 2130903399; + public const int spanCount = 2130903399; // aapt resource value: 0x7F030168 - public const int state_above_anchor = 2130903400; + public const int spinBars = 2130903400; // aapt resource value: 0x7F030169 - public const int state_collapsed = 2130903401; + public const int spinnerDropDownItemStyle = 2130903401; // aapt resource value: 0x7F03016A - public const int state_collapsible = 2130903402; + public const int spinnerStyle = 2130903402; // aapt resource value: 0x7F03016B - public const int state_liftable = 2130903403; + public const int splitTrack = 2130903403; // aapt resource value: 0x7F03016C - public const int state_lifted = 2130903404; + public const int srcCompat = 2130903404; // aapt resource value: 0x7F03016D - public const int statusBarBackground = 2130903405; + public const int stackFromEnd = 2130903405; // aapt resource value: 0x7F03016E - public const int statusBarScrim = 2130903406; + public const int state_above_anchor = 2130903406; // aapt resource value: 0x7F03016F - public const int strokeColor = 2130903407; + public const int state_collapsed = 2130903407; // aapt resource value: 0x7F030170 - public const int strokeWidth = 2130903408; + public const int state_collapsible = 2130903408; // aapt resource value: 0x7F030171 - public const int subMenuArrow = 2130903409; + public const int state_liftable = 2130903409; // aapt resource value: 0x7F030172 - public const int submitBackground = 2130903410; + public const int state_lifted = 2130903410; // aapt resource value: 0x7F030173 - public const int subtitle = 2130903411; + public const int statusBarBackground = 2130903411; // aapt resource value: 0x7F030174 - public const int subtitleTextAppearance = 2130903412; + public const int statusBarScrim = 2130903412; // aapt resource value: 0x7F030175 - public const int subtitleTextColor = 2130903413; + public const int strokeColor = 2130903413; // aapt resource value: 0x7F030176 - public const int subtitleTextStyle = 2130903414; + public const int strokeWidth = 2130903414; // aapt resource value: 0x7F030177 - public const int suggestionRowLayout = 2130903415; + public const int subMenuArrow = 2130903415; // aapt resource value: 0x7F030178 - public const int switchMinWidth = 2130903416; + public const int submitBackground = 2130903416; // aapt resource value: 0x7F030179 - public const int switchPadding = 2130903417; + public const int subtitle = 2130903417; // aapt resource value: 0x7F03017A - public const int switchStyle = 2130903418; + public const int subtitleTextAppearance = 2130903418; // aapt resource value: 0x7F03017B - public const int switchTextAppearance = 2130903419; + public const int subtitleTextColor = 2130903419; // aapt resource value: 0x7F03017C - public const int tabBackground = 2130903420; + public const int subtitleTextStyle = 2130903420; // aapt resource value: 0x7F03017D - public const int tabContentStart = 2130903421; + public const int suggestionRowLayout = 2130903421; // aapt resource value: 0x7F03017E - public const int tabGravity = 2130903422; + public const int switchMinWidth = 2130903422; // aapt resource value: 0x7F03017F - public const int tabIconTint = 2130903423; + public const int switchPadding = 2130903423; // aapt resource value: 0x7F030180 - public const int tabIconTintMode = 2130903424; + public const int switchStyle = 2130903424; // aapt resource value: 0x7F030181 - public const int tabIndicator = 2130903425; + public const int switchTextAppearance = 2130903425; // aapt resource value: 0x7F030182 - public const int tabIndicatorAnimationDuration = 2130903426; + public const int tabBackground = 2130903426; // aapt resource value: 0x7F030183 - public const int tabIndicatorColor = 2130903427; + public const int tabContentStart = 2130903427; // aapt resource value: 0x7F030184 - public const int tabIndicatorFullWidth = 2130903428; + public const int tabGravity = 2130903428; // aapt resource value: 0x7F030185 - public const int tabIndicatorGravity = 2130903429; + public const int tabIconTint = 2130903429; // aapt resource value: 0x7F030186 - public const int tabIndicatorHeight = 2130903430; + public const int tabIconTintMode = 2130903430; // aapt resource value: 0x7F030187 - public const int tabInlineLabel = 2130903431; + public const int tabIndicator = 2130903431; // aapt resource value: 0x7F030188 - public const int tabMaxWidth = 2130903432; + public const int tabIndicatorAnimationDuration = 2130903432; // aapt resource value: 0x7F030189 - public const int tabMinWidth = 2130903433; + public const int tabIndicatorColor = 2130903433; // aapt resource value: 0x7F03018A - public const int tabMode = 2130903434; + public const int tabIndicatorFullWidth = 2130903434; // aapt resource value: 0x7F03018B - public const int tabPadding = 2130903435; + public const int tabIndicatorGravity = 2130903435; // aapt resource value: 0x7F03018C - public const int tabPaddingBottom = 2130903436; + public const int tabIndicatorHeight = 2130903436; // aapt resource value: 0x7F03018D - public const int tabPaddingEnd = 2130903437; + public const int tabInlineLabel = 2130903437; // aapt resource value: 0x7F03018E - public const int tabPaddingStart = 2130903438; + public const int tabMaxWidth = 2130903438; // aapt resource value: 0x7F03018F - public const int tabPaddingTop = 2130903439; + public const int tabMinWidth = 2130903439; // aapt resource value: 0x7F030190 - public const int tabRippleColor = 2130903440; + public const int tabMode = 2130903440; // aapt resource value: 0x7F030191 - public const int tabSelectedTextColor = 2130903441; + public const int tabPadding = 2130903441; // aapt resource value: 0x7F030192 - public const int tabStyle = 2130903442; + public const int tabPaddingBottom = 2130903442; // aapt resource value: 0x7F030193 - public const int tabTextAppearance = 2130903443; + public const int tabPaddingEnd = 2130903443; // aapt resource value: 0x7F030194 - public const int tabTextColor = 2130903444; + public const int tabPaddingStart = 2130903444; // aapt resource value: 0x7F030195 - public const int tabUnboundedRipple = 2130903445; + public const int tabPaddingTop = 2130903445; // aapt resource value: 0x7F030196 - public const int textAllCaps = 2130903446; + public const int tabRippleColor = 2130903446; // aapt resource value: 0x7F030197 - public const int textAppearanceBody1 = 2130903447; + public const int tabSelectedTextColor = 2130903447; // aapt resource value: 0x7F030198 - public const int textAppearanceBody2 = 2130903448; + public const int tabStyle = 2130903448; // aapt resource value: 0x7F030199 - public const int textAppearanceButton = 2130903449; + public const int tabTextAppearance = 2130903449; // aapt resource value: 0x7F03019A - public const int textAppearanceCaption = 2130903450; + public const int tabTextColor = 2130903450; // aapt resource value: 0x7F03019B - public const int textAppearanceHeadline1 = 2130903451; + public const int tabUnboundedRipple = 2130903451; // aapt resource value: 0x7F03019C - public const int textAppearanceHeadline2 = 2130903452; + public const int textAllCaps = 2130903452; // aapt resource value: 0x7F03019D - public const int textAppearanceHeadline3 = 2130903453; + public const int textAppearanceBody1 = 2130903453; // aapt resource value: 0x7F03019E - public const int textAppearanceHeadline4 = 2130903454; + public const int textAppearanceBody2 = 2130903454; // aapt resource value: 0x7F03019F - public const int textAppearanceHeadline5 = 2130903455; + public const int textAppearanceButton = 2130903455; // aapt resource value: 0x7F0301A0 - public const int textAppearanceHeadline6 = 2130903456; + public const int textAppearanceCaption = 2130903456; // aapt resource value: 0x7F0301A1 - public const int textAppearanceLargePopupMenu = 2130903457; + public const int textAppearanceHeadline1 = 2130903457; // aapt resource value: 0x7F0301A2 - public const int textAppearanceListItem = 2130903458; + public const int textAppearanceHeadline2 = 2130903458; // aapt resource value: 0x7F0301A3 - public const int textAppearanceListItemSecondary = 2130903459; + public const int textAppearanceHeadline3 = 2130903459; // aapt resource value: 0x7F0301A4 - public const int textAppearanceListItemSmall = 2130903460; + public const int textAppearanceHeadline4 = 2130903460; // aapt resource value: 0x7F0301A5 - public const int textAppearanceOverline = 2130903461; + public const int textAppearanceHeadline5 = 2130903461; // aapt resource value: 0x7F0301A6 - public const int textAppearancePopupMenuHeader = 2130903462; + public const int textAppearanceHeadline6 = 2130903462; // aapt resource value: 0x7F0301A7 - public const int textAppearanceSearchResultSubtitle = 2130903463; + public const int textAppearanceLargePopupMenu = 2130903463; // aapt resource value: 0x7F0301A8 - public const int textAppearanceSearchResultTitle = 2130903464; + public const int textAppearanceListItem = 2130903464; // aapt resource value: 0x7F0301A9 - public const int textAppearanceSmallPopupMenu = 2130903465; + public const int textAppearanceListItemSecondary = 2130903465; // aapt resource value: 0x7F0301AA - public const int textAppearanceSubtitle1 = 2130903466; + public const int textAppearanceListItemSmall = 2130903466; // aapt resource value: 0x7F0301AB - public const int textAppearanceSubtitle2 = 2130903467; + public const int textAppearanceOverline = 2130903467; // aapt resource value: 0x7F0301AC - public const int textColorAlertDialogListItem = 2130903468; + public const int textAppearancePopupMenuHeader = 2130903468; // aapt resource value: 0x7F0301AD - public const int textColorSearchUrl = 2130903469; + public const int textAppearanceSearchResultSubtitle = 2130903469; // aapt resource value: 0x7F0301AE - public const int textEndPadding = 2130903470; + public const int textAppearanceSearchResultTitle = 2130903470; // aapt resource value: 0x7F0301AF - public const int textInputStyle = 2130903471; + public const int textAppearanceSmallPopupMenu = 2130903471; // aapt resource value: 0x7F0301B0 - public const int textStartPadding = 2130903472; + public const int textAppearanceSubtitle1 = 2130903472; // aapt resource value: 0x7F0301B1 - public const int theme = 2130903473; + public const int textAppearanceSubtitle2 = 2130903473; // aapt resource value: 0x7F0301B2 - public const int thickness = 2130903474; + public const int textColorAlertDialogListItem = 2130903474; // aapt resource value: 0x7F0301B3 - public const int thumbTextPadding = 2130903475; + public const int textColorSearchUrl = 2130903475; // aapt resource value: 0x7F0301B4 - public const int thumbTint = 2130903476; + public const int textEndPadding = 2130903476; // aapt resource value: 0x7F0301B5 - public const int thumbTintMode = 2130903477; + public const int textInputStyle = 2130903477; // aapt resource value: 0x7F0301B6 - public const int tickMark = 2130903478; + public const int textStartPadding = 2130903478; // aapt resource value: 0x7F0301B7 - public const int tickMarkTint = 2130903479; + public const int theme = 2130903479; // aapt resource value: 0x7F0301B8 - public const int tickMarkTintMode = 2130903480; + public const int thickness = 2130903480; // aapt resource value: 0x7F0301B9 - public const int tint = 2130903481; + public const int thumbTextPadding = 2130903481; // aapt resource value: 0x7F0301BA - public const int tintMode = 2130903482; + public const int thumbTint = 2130903482; // aapt resource value: 0x7F0301BB - public const int title = 2130903483; + public const int thumbTintMode = 2130903483; // aapt resource value: 0x7F0301BC - public const int titleEnabled = 2130903484; + public const int tickMark = 2130903484; // aapt resource value: 0x7F0301BD - public const int titleMargin = 2130903485; + public const int tickMarkTint = 2130903485; // aapt resource value: 0x7F0301BE - public const int titleMarginBottom = 2130903486; + public const int tickMarkTintMode = 2130903486; // aapt resource value: 0x7F0301BF - public const int titleMarginEnd = 2130903487; - - // aapt resource value: 0x7F0301C2 - public const int titleMargins = 2130903490; + public const int tint = 2130903487; // aapt resource value: 0x7F0301C0 - public const int titleMarginStart = 2130903488; + public const int tintMode = 2130903488; // aapt resource value: 0x7F0301C1 - public const int titleMarginTop = 2130903489; + public const int title = 2130903489; + + // aapt resource value: 0x7F0301C2 + public const int titleEnabled = 2130903490; // aapt resource value: 0x7F0301C3 - public const int titleTextAppearance = 2130903491; + public const int titleMargin = 2130903491; // aapt resource value: 0x7F0301C4 - public const int titleTextColor = 2130903492; + public const int titleMarginBottom = 2130903492; // aapt resource value: 0x7F0301C5 - public const int titleTextStyle = 2130903493; + public const int titleMarginEnd = 2130903493; + + // aapt resource value: 0x7F0301C8 + public const int titleMargins = 2130903496; // aapt resource value: 0x7F0301C6 - public const int toolbarId = 2130903494; + public const int titleMarginStart = 2130903494; // aapt resource value: 0x7F0301C7 - public const int toolbarNavigationButtonStyle = 2130903495; - - // aapt resource value: 0x7F0301C8 - public const int toolbarStyle = 2130903496; + public const int titleMarginTop = 2130903495; // aapt resource value: 0x7F0301C9 - public const int tooltipForegroundColor = 2130903497; + public const int titleTextAppearance = 2130903497; // aapt resource value: 0x7F0301CA - public const int tooltipFrameBackground = 2130903498; + public const int titleTextColor = 2130903498; // aapt resource value: 0x7F0301CB - public const int tooltipText = 2130903499; + public const int titleTextStyle = 2130903499; // aapt resource value: 0x7F0301CC - public const int track = 2130903500; + public const int toolbarId = 2130903500; // aapt resource value: 0x7F0301CD - public const int trackTint = 2130903501; + public const int toolbarNavigationButtonStyle = 2130903501; // aapt resource value: 0x7F0301CE - public const int trackTintMode = 2130903502; + public const int toolbarStyle = 2130903502; // aapt resource value: 0x7F0301CF - public const int ttcIndex = 2130903503; + public const int tooltipForegroundColor = 2130903503; // aapt resource value: 0x7F0301D0 - public const int useCompatPadding = 2130903504; + public const int tooltipFrameBackground = 2130903504; // aapt resource value: 0x7F0301D1 - public const int viewInflaterClass = 2130903505; + public const int tooltipText = 2130903505; // aapt resource value: 0x7F0301D2 - public const int voiceIcon = 2130903506; + public const int track = 2130903506; // aapt resource value: 0x7F0301D3 - public const int windowActionBar = 2130903507; + public const int trackTint = 2130903507; // aapt resource value: 0x7F0301D4 - public const int windowActionBarOverlay = 2130903508; + public const int trackTintMode = 2130903508; // aapt resource value: 0x7F0301D5 - public const int windowActionModeOverlay = 2130903509; + public const int ttcIndex = 2130903509; // aapt resource value: 0x7F0301D6 - public const int windowFixedHeightMajor = 2130903510; + public const int useCompatPadding = 2130903510; // aapt resource value: 0x7F0301D7 - public const int windowFixedHeightMinor = 2130903511; + public const int viewInflaterClass = 2130903511; // aapt resource value: 0x7F0301D8 - public const int windowFixedWidthMajor = 2130903512; + public const int voiceIcon = 2130903512; // aapt resource value: 0x7F0301D9 - public const int windowFixedWidthMinor = 2130903513; + public const int windowActionBar = 2130903513; // aapt resource value: 0x7F0301DA - public const int windowMinWidthMajor = 2130903514; + public const int windowActionBarOverlay = 2130903514; // aapt resource value: 0x7F0301DB - public const int windowMinWidthMinor = 2130903515; + public const int windowActionModeOverlay = 2130903515; // aapt resource value: 0x7F0301DC - public const int windowNoTitle = 2130903516; + public const int windowFixedHeightMajor = 2130903516; + + // aapt resource value: 0x7F0301DD + public const int windowFixedHeightMinor = 2130903517; + + // aapt resource value: 0x7F0301DE + public const int windowFixedWidthMajor = 2130903518; + + // aapt resource value: 0x7F0301DF + public const int windowFixedWidthMinor = 2130903519; + + // aapt resource value: 0x7F0301E0 + public const int windowMinWidthMajor = 2130903520; + + // aapt resource value: 0x7F0301E1 + public const int windowMinWidthMinor = 2130903521; + + // aapt resource value: 0x7F0301E2 + public const int windowNoTitle = 2130903522; static Attribute() { @@ -5839,626 +5875,632 @@ namespace TheGameExtreme.Droid public partial class Id { - // aapt resource value: 0x7F080006 - public const int action0 = 2131230726; - - // aapt resource value: 0x7F080018 - public const int actions = 2131230744; - - // aapt resource value: 0x7F080007 - public const int action_bar = 2131230727; - // aapt resource value: 0x7F080008 - public const int action_bar_activity_content = 2131230728; + public const int action0 = 2131230728; + + // aapt resource value: 0x7F08001A + public const int actions = 2131230746; // aapt resource value: 0x7F080009 - public const int action_bar_container = 2131230729; + public const int action_bar = 2131230729; // aapt resource value: 0x7F08000A - public const int action_bar_root = 2131230730; + public const int action_bar_activity_content = 2131230730; // aapt resource value: 0x7F08000B - public const int action_bar_spinner = 2131230731; + public const int action_bar_container = 2131230731; // aapt resource value: 0x7F08000C - public const int action_bar_subtitle = 2131230732; + public const int action_bar_root = 2131230732; // aapt resource value: 0x7F08000D - public const int action_bar_title = 2131230733; + public const int action_bar_spinner = 2131230733; // aapt resource value: 0x7F08000E - public const int action_container = 2131230734; + public const int action_bar_subtitle = 2131230734; // aapt resource value: 0x7F08000F - public const int action_context_bar = 2131230735; + public const int action_bar_title = 2131230735; // aapt resource value: 0x7F080010 - public const int action_divider = 2131230736; + public const int action_container = 2131230736; // aapt resource value: 0x7F080011 - public const int action_image = 2131230737; + public const int action_context_bar = 2131230737; // aapt resource value: 0x7F080012 - public const int action_menu_divider = 2131230738; + public const int action_divider = 2131230738; // aapt resource value: 0x7F080013 - public const int action_menu_presenter = 2131230739; + public const int action_image = 2131230739; // aapt resource value: 0x7F080014 - public const int action_mode_bar = 2131230740; + public const int action_menu_divider = 2131230740; // aapt resource value: 0x7F080015 - public const int action_mode_bar_stub = 2131230741; + public const int action_menu_presenter = 2131230741; // aapt resource value: 0x7F080016 - public const int action_mode_close_button = 2131230742; + public const int action_mode_bar = 2131230742; // aapt resource value: 0x7F080017 - public const int action_text = 2131230743; + public const int action_mode_bar_stub = 2131230743; - // aapt resource value: 0x7F080019 - public const int activity_chooser_view_content = 2131230745; + // aapt resource value: 0x7F080018 + public const int action_mode_close_button = 2131230744; - // aapt resource value: 0x7F08001A - public const int add = 2131230746; + // aapt resource value: 0x7F080019 + public const int action_text = 2131230745; // aapt resource value: 0x7F08001B - public const int alertTitle = 2131230747; + public const int activity_chooser_view_content = 2131230747; // aapt resource value: 0x7F08001C - public const int all = 2131230748; - - // aapt resource value: 0x7F080000 - public const int ALT = 2131230720; + public const int add = 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 decor_content_parent = 2131230780; // aapt resource value: 0x7F08003D - public const int design_menu_item_action_area = 2131230781; + public const int default_activity_button = 2131230781; // aapt resource value: 0x7F08003E - public const int design_menu_item_action_area_stub = 2131230782; + public const int design_bottom_sheet = 2131230782; // aapt resource value: 0x7F08003F - public const int design_menu_item_text = 2131230783; + public const int design_menu_item_action_area = 2131230783; // aapt resource value: 0x7F080040 - public const int design_navigation_view = 2131230784; + public const int design_menu_item_action_area_stub = 2131230784; // aapt resource value: 0x7F080041 - public const int disableHome = 2131230785; + public const int design_menu_item_text = 2131230785; // aapt resource value: 0x7F080042 - public const int edit_query = 2131230786; + public const int design_navigation_view = 2131230786; // aapt resource value: 0x7F080043 - public const int end = 2131230787; + public const int disableHome = 2131230787; // aapt resource value: 0x7F080044 - public const int end_padder = 2131230788; + public const int edit_query = 2131230788; // aapt resource value: 0x7F080045 - public const int enterAlways = 2131230789; + public const int end = 2131230789; // aapt resource value: 0x7F080046 - public const int enterAlwaysCollapsed = 2131230790; + public const int end_padder = 2131230790; // aapt resource value: 0x7F080047 - public const int exitUntilCollapsed = 2131230791; + public const int enterAlways = 2131230791; + + // aapt resource value: 0x7F080048 + public const int enterAlwaysCollapsed = 2131230792; // aapt resource value: 0x7F080049 - public const int expanded_menu = 2131230793; + public const int exitUntilCollapsed = 2131230793; - // aapt resource value: 0x7F080048 - public const int expand_activities_button = 2131230792; + // aapt resource value: 0x7F08004B + public const int expanded_menu = 2131230795; // aapt resource value: 0x7F08004A - public const int fill = 2131230794; + public const int expand_activities_button = 2131230794; - // aapt resource value: 0x7F08004D - public const int filled = 2131230797; + // aapt resource value: 0x7F08004C + public const int fill = 2131230796; - // aapt resource value: 0x7F08004B - public const int fill_horizontal = 2131230795; + // aapt resource value: 0x7F08004F + public const int filled = 2131230799; - // aapt resource value: 0x7F08004C - public const int fill_vertical = 2131230796; + // aapt resource value: 0x7F08004D + public const int fill_horizontal = 2131230797; // aapt resource value: 0x7F08004E - public const int @fixed = 2131230798; - - // aapt resource value: 0x7F08004F - public const int flyoutcontent_appbar = 2131230799; + public const int fill_vertical = 2131230798; // aapt resource value: 0x7F080050 - public const int flyoutcontent_recycler = 2131230800; + public const int @fixed = 2131230800; // aapt resource value: 0x7F080051 - public const int forever = 2131230801; - - // aapt resource value: 0x7F080002 - public const int FUNCTION = 2131230722; + public const int flyoutcontent_appbar = 2131230801; // aapt resource value: 0x7F080052 - public const int ghost_view = 2131230802; + public const int flyoutcontent_recycler = 2131230802; // aapt resource value: 0x7F080053 - public const int group_divider = 2131230803; + public const int forever = 2131230803; + + // aapt resource value: 0x7F080002 + public const int FUNCTION = 2131230722; // aapt resource value: 0x7F080054 - public const int home = 2131230804; + public const int ghost_view = 2131230804; // aapt resource value: 0x7F080055 - public const int homeAsUp = 2131230805; + public const int group_divider = 2131230805; // aapt resource value: 0x7F080056 - public const int icon = 2131230806; + public const int home = 2131230806; // aapt resource value: 0x7F080057 - public const int icon_group = 2131230807; + public const int homeAsUp = 2131230807; // aapt resource value: 0x7F080058 - public const int ifRoom = 2131230808; + public const int icon = 2131230808; // aapt resource value: 0x7F080059 - public const int image = 2131230809; + public const int icon_group = 2131230809; // aapt resource value: 0x7F08005A - public const int info = 2131230810; + public const int ifRoom = 2131230810; // aapt resource value: 0x7F08005B - public const int italic = 2131230811; + public const int image = 2131230811; // aapt resource value: 0x7F08005C - public const int item_touch_helper_previous_elevation = 2131230812; + public const int info = 2131230812; // aapt resource value: 0x7F08005D - public const int labeled = 2131230813; + public const int italic = 2131230813; // aapt resource value: 0x7F08005E - public const int largeLabel = 2131230814; + public const int item_touch_helper_previous_elevation = 2131230814; // aapt resource value: 0x7F08005F - public const int left = 2131230815; + public const int labeled = 2131230815; // aapt resource value: 0x7F080060 - public const int line1 = 2131230816; + public const int largeLabel = 2131230816; // aapt resource value: 0x7F080061 - public const int line3 = 2131230817; + public const int left = 2131230817; // aapt resource value: 0x7F080062 - public const int listMode = 2131230818; + public const int line1 = 2131230818; // aapt resource value: 0x7F080063 - public const int list_item = 2131230819; + public const int line3 = 2131230819; // aapt resource value: 0x7F080064 - public const int main_appbar = 2131230820; + public const int listMode = 2131230820; // aapt resource value: 0x7F080065 - public const int main_tablayout = 2131230821; + public const int list_item = 2131230821; // aapt resource value: 0x7F080066 - public const int main_toolbar = 2131230822; + public const int main_appbar = 2131230822; // aapt resource value: 0x7F080067 - public const int main_viewpager = 2131230823; + public const int main_tablayout = 2131230823; // aapt resource value: 0x7F080068 - public const int masked = 2131230824; + public const int main_toolbar = 2131230824; // aapt resource value: 0x7F080069 - public const int media_actions = 2131230825; + public const int main_viewpager = 2131230825; // aapt resource value: 0x7F08006A - public const int message = 2131230826; - - // aapt resource value: 0x7F080003 - public const int META = 2131230723; + public const int masked = 2131230826; // aapt resource value: 0x7F08006B - public const int middle = 2131230827; + public const int media_actions = 2131230827; // aapt resource value: 0x7F08006C - public const int mini = 2131230828; + public const int message = 2131230828; + + // aapt resource value: 0x7F080003 + public const int META = 2131230723; // aapt resource value: 0x7F08006D - public const int mtrl_child_content_container = 2131230829; + public const int middle = 2131230829; // aapt resource value: 0x7F08006E - public const int mtrl_internal_children_alpha_tag = 2131230830; + public const int mini = 2131230830; // aapt resource value: 0x7F08006F - public const int multiply = 2131230831; + public const int mtrl_child_content_container = 2131230831; // aapt resource value: 0x7F080070 - public const int navigation_header_container = 2131230832; + public const int mtrl_internal_children_alpha_tag = 2131230832; // aapt resource value: 0x7F080071 - public const int never = 2131230833; + public const int multiply = 2131230833; + + // aapt resource value: 0x7F080004 + public const int MvvmCrossTagId = 2131230724; + + // aapt resource value: 0x7F080005 + public const int MvxBindingTagUnique = 2131230725; // aapt resource value: 0x7F080072 - public const int none = 2131230834; + public const int navigation_header_container = 2131230834; // aapt resource value: 0x7F080073 - public const int normal = 2131230835; + public const int never = 2131230835; // aapt resource value: 0x7F080074 - public const int notification_background = 2131230836; + public const int none = 2131230836; // aapt resource value: 0x7F080075 - public const int notification_main_column = 2131230837; + public const int normal = 2131230837; // aapt resource value: 0x7F080076 - public const int notification_main_column_container = 2131230838; + public const int notification_background = 2131230838; // aapt resource value: 0x7F080077 - public const int outline = 2131230839; + public const int notification_main_column = 2131230839; // aapt resource value: 0x7F080078 - public const int parallax = 2131230840; + public const int notification_main_column_container = 2131230840; // aapt resource value: 0x7F080079 - public const int parentPanel = 2131230841; + public const int outline = 2131230841; // aapt resource value: 0x7F08007A - public const int parent_matrix = 2131230842; + public const int parallax = 2131230842; // aapt resource value: 0x7F08007B - public const int pin = 2131230843; + public const int parentPanel = 2131230843; // aapt resource value: 0x7F08007C - public const int progress_circular = 2131230844; + public const int parent_matrix = 2131230844; // aapt resource value: 0x7F08007D - public const int progress_horizontal = 2131230845; + public const int pin = 2131230845; // aapt resource value: 0x7F08007E - public const int radio = 2131230846; + public const int progress_circular = 2131230846; // aapt resource value: 0x7F08007F - public const int right = 2131230847; + public const int progress_horizontal = 2131230847; // aapt resource value: 0x7F080080 - public const int right_icon = 2131230848; + public const int radio = 2131230848; // aapt resource value: 0x7F080081 - public const int right_side = 2131230849; + public const int right = 2131230849; // aapt resource value: 0x7F080082 - public const int save_image_matrix = 2131230850; + public const int right_icon = 2131230850; // aapt resource value: 0x7F080083 - public const int save_non_transition_alpha = 2131230851; + public const int right_side = 2131230851; // aapt resource value: 0x7F080084 - public const int save_scale_type = 2131230852; + public const int save_image_matrix = 2131230852; // aapt resource value: 0x7F080085 - public const int screen = 2131230853; + public const int save_non_transition_alpha = 2131230853; // aapt resource value: 0x7F080086 - public const int scroll = 2131230854; - - // aapt resource value: 0x7F08008A - public const int scrollable = 2131230858; + public const int save_scale_type = 2131230854; // aapt resource value: 0x7F080087 - public const int scrollIndicatorDown = 2131230855; + public const int screen = 2131230855; // aapt resource value: 0x7F080088 - public const int scrollIndicatorUp = 2131230856; + public const int scroll = 2131230856; + + // aapt resource value: 0x7F08008C + public const int scrollable = 2131230860; // aapt resource value: 0x7F080089 - public const int scrollView = 2131230857; + public const int scrollIndicatorDown = 2131230857; - // aapt resource value: 0x7F08008B - public const int search_badge = 2131230859; + // aapt resource value: 0x7F08008A + public const int scrollIndicatorUp = 2131230858; - // aapt resource value: 0x7F08008C - public const int search_bar = 2131230860; + // aapt resource value: 0x7F08008B + public const int scrollView = 2131230859; // aapt resource value: 0x7F08008D - public const int search_button = 2131230861; + public const int search_badge = 2131230861; // aapt resource value: 0x7F08008E - public const int search_close_btn = 2131230862; + public const int search_bar = 2131230862; // aapt resource value: 0x7F08008F - public const int search_edit_frame = 2131230863; + public const int search_button = 2131230863; // aapt resource value: 0x7F080090 - public const int search_go_btn = 2131230864; + public const int search_close_btn = 2131230864; // aapt resource value: 0x7F080091 - public const int search_mag_icon = 2131230865; + public const int search_edit_frame = 2131230865; // aapt resource value: 0x7F080092 - public const int search_plate = 2131230866; + public const int search_go_btn = 2131230866; // aapt resource value: 0x7F080093 - public const int search_src_text = 2131230867; + public const int search_mag_icon = 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_plate = 2131230868; // aapt resource value: 0x7F080095 - public const int select_dialog_listview = 2131230869; + public const int search_src_text = 2131230869; - // aapt resource value: 0x7F080097 - public const int shellcontent_appbar = 2131230871; + // aapt resource value: 0x7F080096 + public const int search_voice_btn = 2131230870; // aapt resource value: 0x7F080098 - public const int shellcontent_toolbar = 2131230872; + public const int selected = 2131230872; - // aapt resource value: 0x7F080004 - public const int SHIFT = 2131230724; + // aapt resource value: 0x7F080097 + public const int select_dialog_listview = 2131230871; // aapt resource value: 0x7F080099 - public const int shortcut = 2131230873; + public const int shellcontent_appbar = 2131230873; // aapt resource value: 0x7F08009A - public const int showCustom = 2131230874; + public const int shellcontent_toolbar = 2131230874; + + // aapt resource value: 0x7F080006 + public const int SHIFT = 2131230726; // aapt resource value: 0x7F08009B - public const int showHome = 2131230875; + public const int shortcut = 2131230875; // aapt resource value: 0x7F08009C - public const int showTitle = 2131230876; + public const int showCustom = 2131230876; // aapt resource value: 0x7F08009D - public const int sliding_tabs = 2131230877; + public const int showHome = 2131230877; // aapt resource value: 0x7F08009E - public const int smallLabel = 2131230878; + public const int showTitle = 2131230878; // aapt resource value: 0x7F08009F - public const int snackbar_action = 2131230879; + public const int sliding_tabs = 2131230879; // aapt resource value: 0x7F0800A0 - public const int snackbar_text = 2131230880; + public const int smallLabel = 2131230880; // aapt resource value: 0x7F0800A1 - public const int snap = 2131230881; + public const int snackbar_action = 2131230881; // aapt resource value: 0x7F0800A2 - public const int snapMargins = 2131230882; + public const int snackbar_text = 2131230882; // aapt resource value: 0x7F0800A3 - public const int spacer = 2131230883; + public const int snap = 2131230883; // aapt resource value: 0x7F0800A4 - public const int split_action_bar = 2131230884; + public const int snapMargins = 2131230884; // aapt resource value: 0x7F0800A5 - public const int src_atop = 2131230885; + public const int spacer = 2131230885; // aapt resource value: 0x7F0800A6 - public const int src_in = 2131230886; + public const int split_action_bar = 2131230886; // aapt resource value: 0x7F0800A7 - public const int src_over = 2131230887; + public const int src_atop = 2131230887; // aapt resource value: 0x7F0800A8 - public const int start = 2131230888; + public const int src_in = 2131230888; // aapt resource value: 0x7F0800A9 - public const int status_bar_latest_event_content = 2131230889; + public const int src_over = 2131230889; // aapt resource value: 0x7F0800AA - public const int stretch = 2131230890; + public const int start = 2131230890; // aapt resource value: 0x7F0800AB - public const int submenuarrow = 2131230891; + public const int status_bar_latest_event_content = 2131230891; // aapt resource value: 0x7F0800AC - public const int submit_area = 2131230892; - - // aapt resource value: 0x7F080005 - public const int SYM = 2131230725; + public const int stretch = 2131230892; // aapt resource value: 0x7F0800AD - public const int tabMode = 2131230893; + public const int submenuarrow = 2131230893; // aapt resource value: 0x7F0800AE - public const int tag_transition_group = 2131230894; + public const int submit_area = 2131230894; + + // aapt resource value: 0x7F080007 + public const int SYM = 2131230727; // aapt resource value: 0x7F0800AF - public const int tag_unhandled_key_event_manager = 2131230895; + public const int tabMode = 2131230895; // aapt resource value: 0x7F0800B0 - public const int tag_unhandled_key_listeners = 2131230896; + public const int tag_transition_group = 2131230896; // aapt resource value: 0x7F0800B1 - public const int text = 2131230897; + public const int tag_unhandled_key_event_manager = 2131230897; // aapt resource value: 0x7F0800B2 - public const int text2 = 2131230898; + public const int tag_unhandled_key_listeners = 2131230898; - // aapt resource value: 0x7F0800B7 - public const int textinput_counter = 2131230903; + // aapt resource value: 0x7F0800B3 + public const int text = 2131230899; - // aapt resource value: 0x7F0800B8 - public const int textinput_error = 2131230904; + // aapt resource value: 0x7F0800B4 + public const int text2 = 2131230900; // aapt resource value: 0x7F0800B9 - public const int textinput_helper_text = 2131230905; + public const int textinput_counter = 2131230905; - // aapt resource value: 0x7F0800B3 - public const int textSpacerNoButtons = 2131230899; + // aapt resource value: 0x7F0800BA + public const int textinput_error = 2131230906; - // aapt resource value: 0x7F0800B4 - public const int textSpacerNoTitle = 2131230900; + // aapt resource value: 0x7F0800BB + public const int textinput_helper_text = 2131230907; // aapt resource value: 0x7F0800B5 - public const int textStart = 2131230901; + public const int textSpacerNoButtons = 2131230901; // aapt resource value: 0x7F0800B6 - public const int text_input_password_toggle = 2131230902; + public const int textSpacerNoTitle = 2131230902; - // aapt resource value: 0x7F0800BA - public const int time = 2131230906; + // aapt resource value: 0x7F0800B7 + public const int textStart = 2131230903; - // aapt resource value: 0x7F0800BB - public const int title = 2131230907; + // aapt resource value: 0x7F0800B8 + public const int text_input_password_toggle = 2131230904; // aapt resource value: 0x7F0800BC - public const int titleDividerNoCustom = 2131230908; + public const int time = 2131230908; // aapt resource value: 0x7F0800BD - public const int title_template = 2131230909; + public const int title = 2131230909; // aapt resource value: 0x7F0800BE - public const int toolbar = 2131230910; + public const int titleDividerNoCustom = 2131230910; // aapt resource value: 0x7F0800BF - public const int top = 2131230911; + public const int title_template = 2131230911; // aapt resource value: 0x7F0800C0 - public const int topPanel = 2131230912; + public const int toolbar = 2131230912; // aapt resource value: 0x7F0800C1 - public const int touch_outside = 2131230913; + public const int top = 2131230913; // aapt resource value: 0x7F0800C2 - public const int transition_current_scene = 2131230914; + public const int topPanel = 2131230914; // aapt resource value: 0x7F0800C3 - public const int transition_layout_save = 2131230915; + public const int touch_outside = 2131230915; // aapt resource value: 0x7F0800C4 - public const int transition_position = 2131230916; + public const int transition_current_scene = 2131230916; // aapt resource value: 0x7F0800C5 - public const int transition_scene_layoutid_cache = 2131230917; + public const int transition_layout_save = 2131230917; // aapt resource value: 0x7F0800C6 - public const int transition_transform = 2131230918; + public const int transition_position = 2131230918; // aapt resource value: 0x7F0800C7 - public const int uniform = 2131230919; + public const int transition_scene_layoutid_cache = 2131230919; // aapt resource value: 0x7F0800C8 - public const int unlabeled = 2131230920; + public const int transition_transform = 2131230920; // aapt resource value: 0x7F0800C9 - public const int up = 2131230921; + public const int uniform = 2131230921; // aapt resource value: 0x7F0800CA - public const int useLogo = 2131230922; + public const int unlabeled = 2131230922; // aapt resource value: 0x7F0800CB - public const int view_offset_helper = 2131230923; + public const int up = 2131230923; // aapt resource value: 0x7F0800CC - public const int visible = 2131230924; + public const int useLogo = 2131230924; // aapt resource value: 0x7F0800CD - public const int withText = 2131230925; + public const int view_offset_helper = 2131230925; // aapt resource value: 0x7F0800CE - public const int wrap_content = 2131230926; + public const int visible = 2131230926; + + // aapt resource value: 0x7F0800CF + public const int withText = 2131230927; + + // aapt resource value: 0x7F0800D0 + public const int wrap_content = 2131230928; static Id() { @@ -8504,37 +8546,37 @@ namespace TheGameExtreme.Droid 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: { 0x7F030037,0x7F030038,0x7F030039,0x7F030097,0x7F030098,0x7F030099,0x7F03009A,0x7F03009B,0x7F03009C,0x7F0300AA,0x7F0300AF,0x7F0300B0,0x7F0300BB,0x7F0300E5,0x7F0300EA,0x7F0300EF,0x7F0300F0,0x7F0300F2,0x7F0300FC,0x7F030106,0x7F030129,0x7F030135,0x7F030146,0x7F03014A,0x7F03014B,0x7F030179,0x7F03017C,0x7F0301C1,0x7F0301CB } public static int[] ActionBar = new int[] { - 2130903089, - 2130903090, - 2130903091, - 2130903185, - 2130903186, - 2130903187, - 2130903188, - 2130903189, - 2130903190, - 2130903204, - 2130903209, + 2130903095, + 2130903096, + 2130903097, + 2130903191, + 2130903192, + 2130903193, + 2130903194, + 2130903195, + 2130903196, 2130903210, - 2130903221, - 2130903263, - 2130903268, - 2130903273, + 2130903215, + 2130903216, + 2130903227, + 2130903269, 2130903274, - 2130903276, - 2130903286, - 2130903296, - 2130903331, - 2130903343, - 2130903360, - 2130903364, - 2130903365, - 2130903411, - 2130903414, - 2130903483, - 2130903493}; + 2130903279, + 2130903280, + 2130903282, + 2130903292, + 2130903302, + 2130903337, + 2130903349, + 2130903366, + 2130903370, + 2130903371, + 2130903417, + 2130903420, + 2130903489, + 2130903499}; // aapt resource value: { 0x10100B3 } public static int[] ActionBarLayout = new int[] { @@ -8641,14 +8683,14 @@ namespace TheGameExtreme.Droid public static int[] ActionMenuView = new int[] { -1}; - // aapt resource value: { 0x7F030031,0x7F030032,0x7F03007E,0x7F0300DF,0x7F030176,0x7F0301C5 } + // aapt resource value: { 0x7F030037,0x7F030038,0x7F030084,0x7F0300E5,0x7F03017C,0x7F0301CB } public static int[] ActionMode = new int[] { - 2130903089, - 2130903090, - 2130903166, - 2130903263, - 2130903414, - 2130903493}; + 2130903095, + 2130903096, + 2130903172, + 2130903269, + 2130903420, + 2130903499}; // aapt resource value: 0 public const int ActionMode_background = 0; @@ -8668,10 +8710,10 @@ namespace TheGameExtreme.Droid // aapt resource value: 5 public const int ActionMode_titleTextStyle = 5; - // aapt resource value: { 0x7F0300BA,0x7F0300F7 } + // aapt resource value: { 0x7F0300C0,0x7F0300FD } public static int[] ActivityChooserView = new int[] { - 2130903226, - 2130903287}; + 2130903232, + 2130903293}; // aapt resource value: 0 public const int ActivityChooserView_expandActivityOverflowButtonDrawable = 0; @@ -8679,16 +8721,16 @@ namespace TheGameExtreme.Droid // 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,0x7F030058,0x7F030059,0x7F030120,0x7F030121,0x7F030132,0x7F030161,0x7F030162 } public static int[] AlertDialog = new int[] { 16842994, - 2130903122, - 2130903123, - 2130903322, - 2130903323, - 2130903340, - 2130903387, - 2130903388}; + 2130903128, + 2130903129, + 2130903328, + 2130903329, + 2130903346, + 2130903393, + 2130903394}; // aapt resource value: 0 public const int AlertDialog_android_layout = 0; @@ -8771,21 +8813,21 @@ namespace TheGameExtreme.Droid // 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,0x7F0300BB,0x7F0300C1,0x7F03011B } public static int[] AppBarLayout = new int[] { 16842964, 16843919, 16844096, - 2130903221, 2130903227, - 2130903317}; + 2130903233, + 2130903323}; - // aapt resource value: { 0x7F030169,0x7F03016A,0x7F03016B,0x7F03016C } + // aapt resource value: { 0x7F03016F,0x7F030170,0x7F030171,0x7F030172 } public static int[] AppBarLayoutStates = new int[] { - 2130903401, - 2130903402, - 2130903403, - 2130903404}; + 2130903407, + 2130903408, + 2130903409, + 2130903410}; // aapt resource value: 0 public const int AppBarLayoutStates_state_collapsed = 0; @@ -8814,10 +8856,10 @@ namespace TheGameExtreme.Droid // aapt resource value: 4 public const int AppBarLayout_expanded = 4; - // aapt resource value: { 0x7F030113,0x7F030114 } + // aapt resource value: { 0x7F030119,0x7F03011A } public static int[] AppBarLayout_Layout = new int[] { - 2130903315, - 2130903316}; + 2130903321, + 2130903322}; // aapt resource value: 0 public const int AppBarLayout_Layout_layout_scrollFlags = 0; @@ -8828,12 +8870,12 @@ namespace TheGameExtreme.Droid // aapt resource value: 5 public const int AppBarLayout_liftOnScroll = 5; - // aapt resource value: { 0x1010119,0x7F030166,0x7F0301B9,0x7F0301BA } + // aapt resource value: { 0x1010119,0x7F03016C,0x7F0301BF,0x7F0301C0 } public static int[] AppCompatImageView = new int[] { 16843033, - 2130903398, - 2130903481, - 2130903482}; + 2130903404, + 2130903487, + 2130903488}; // aapt resource value: 0 public const int AppCompatImageView_android_src = 0; @@ -8847,12 +8889,12 @@ namespace TheGameExtreme.Droid // aapt resource value: 3 public const int AppCompatImageView_tintMode = 3; - // aapt resource value: { 0x1010142,0x7F0301B6,0x7F0301B7,0x7F0301B8 } + // aapt resource value: { 0x1010142,0x7F0301BC,0x7F0301BD,0x7F0301BE } public static int[] AppCompatSeekBar = new int[] { 16843074, - 2130903478, - 2130903479, - 2130903480}; + 2130903484, + 2130903485, + 2130903486}; // aapt resource value: 0 public const int AppCompatSeekBar_android_thumb = 0; @@ -8897,19 +8939,19 @@ namespace TheGameExtreme.Droid // 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,0x7F030032,0x7F030033,0x7F030034,0x7F030035,0x7F030036,0x7F0300D4,0x7F0300D7,0x7F03010E,0x7F03011C,0x7F03019C } public static int[] AppCompatTextView = new int[] { 16842804, - 2130903084, - 2130903085, - 2130903086, - 2130903087, - 2130903088, - 2130903246, - 2130903249, - 2130903304, - 2130903318, - 2130903446}; + 2130903090, + 2130903091, + 2130903092, + 2130903093, + 2130903094, + 2130903252, + 2130903255, + 2130903310, + 2130903324, + 2130903452}; // aapt resource value: 0 public const int AppCompatTextView_android_textAppearance = 0; @@ -8944,16 +8986,10 @@ namespace TheGameExtreme.Droid // 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,0x7F030006,0x7F030007,0x7F030008,0x7F030009,0x7F03000A,0x7F03000B,0x7F03000C,0x7F03000D,0x7F03000E,0x7F03000F,0x7F030010,0x7F030011,0x7F030012,0x7F030014,0x7F030015,0x7F030016,0x7F030017,0x7F030018,0x7F030019,0x7F03001A,0x7F03001B,0x7F03001C,0x7F03001D,0x7F03001E,0x7F03001F,0x7F030020,0x7F030021,0x7F030022,0x7F030023,0x7F030024,0x7F030027,0x7F030028,0x7F030029,0x7F03002A,0x7F03002B,0x7F030031,0x7F030044,0x7F030052,0x7F030053,0x7F030054,0x7F030055,0x7F030056,0x7F03005A,0x7F03005B,0x7F030065,0x7F03006A,0x7F03008A,0x7F03008B,0x7F03008C,0x7F03008D,0x7F03008E,0x7F03008F,0x7F030090,0x7F030091,0x7F030092,0x7F030094,0x7F0300A3,0x7F0300AC,0x7F0300AD,0x7F0300AE,0x7F0300B1,0x7F0300B3,0x7F0300B6,0x7F0300B7,0x7F0300B8,0x7F0300B9,0x7F0300BA,0x7F0300EF,0x7F0300FB,0x7F03011E,0x7F03011F,0x7F030122,0x7F030123,0x7F030124,0x7F030125,0x7F030126,0x7F030127,0x7F030128,0x7F03013D,0x7F03013E,0x7F03013F,0x7F030145,0x7F030147,0x7F03014E,0x7F03014F,0x7F030150,0x7F030151,0x7F030159,0x7F03015A,0x7F03015B,0x7F03015C,0x7F030169,0x7F03016A,0x7F030180,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F0301AC,0x7F0301AD,0x7F0301AE,0x7F0301AF,0x7F0301B2,0x7F0301B3,0x7F0301CD,0x7F0301CE,0x7F0301CF,0x7F0301D0,0x7F0301D7,0x7F0301D9,0x7F0301DA,0x7F0301DB,0x7F0301DC,0x7F0301DD,0x7F0301DE,0x7F0301DF,0x7F0301E0,0x7F0301E1,0x7F0301E2 } public static int[] AppCompatTheme = new int[] { 16842839, 16842926, - 2130903040, - 2130903041, - 2130903042, - 2130903043, - 2130903044, - 2130903045, 2130903046, 2130903047, 2130903048, @@ -8961,12 +8997,12 @@ namespace TheGameExtreme.Droid 2130903050, 2130903051, 2130903052, + 2130903053, 2130903054, 2130903055, 2130903056, 2130903057, 2130903058, - 2130903059, 2130903060, 2130903061, 2130903062, @@ -8978,95 +9014,101 @@ namespace TheGameExtreme.Droid 2130903068, 2130903069, 2130903070, + 2130903071, + 2130903072, 2130903073, 2130903074, 2130903075, 2130903076, - 2130903077, + 2130903079, + 2130903080, + 2130903081, + 2130903082, 2130903083, - 2130903102, - 2130903116, - 2130903117, - 2130903118, - 2130903119, - 2130903120, + 2130903089, + 2130903108, + 2130903122, + 2130903123, 2130903124, 2130903125, - 2130903135, - 2130903140, - 2130903172, - 2130903173, - 2130903174, - 2130903175, - 2130903176, - 2130903177, + 2130903126, + 2130903130, + 2130903131, + 2130903141, + 2130903146, 2130903178, 2130903179, 2130903180, + 2130903181, 2130903182, - 2130903197, - 2130903206, - 2130903207, - 2130903208, - 2130903211, + 2130903183, + 2130903184, + 2130903185, + 2130903186, + 2130903188, + 2130903203, + 2130903212, 2130903213, - 2130903216, + 2130903214, 2130903217, - 2130903218, 2130903219, - 2130903220, - 2130903273, - 2130903285, - 2130903320, - 2130903321, - 2130903324, - 2130903325, + 2130903222, + 2130903223, + 2130903224, + 2130903225, + 2130903226, + 2130903279, + 2130903291, 2130903326, 2130903327, - 2130903328, - 2130903329, 2130903330, - 2130903351, - 2130903352, - 2130903353, + 2130903331, + 2130903332, + 2130903333, + 2130903334, + 2130903335, + 2130903336, + 2130903357, + 2130903358, 2130903359, - 2130903361, - 2130903368, - 2130903369, - 2130903370, - 2130903371, - 2130903379, - 2130903380, - 2130903381, - 2130903382, - 2130903395, - 2130903396, - 2130903418, - 2130903457, - 2130903458, - 2130903459, - 2130903460, - 2130903462, + 2130903365, + 2130903367, + 2130903374, + 2130903375, + 2130903376, + 2130903377, + 2130903385, + 2130903386, + 2130903387, + 2130903388, + 2130903401, + 2130903402, + 2130903424, 2130903463, 2130903464, 2130903465, + 2130903466, 2130903468, 2130903469, - 2130903495, - 2130903496, - 2130903497, - 2130903498, - 2130903505, - 2130903507, - 2130903508, - 2130903509, - 2130903510, + 2130903470, + 2130903471, + 2130903474, + 2130903475, + 2130903501, + 2130903502, + 2130903503, + 2130903504, 2130903511, - 2130903512, 2130903513, 2130903514, 2130903515, - 2130903516}; + 2130903516, + 2130903517, + 2130903518, + 2130903519, + 2130903520, + 2130903521, + 2130903522}; // aapt resource value: 2 public const int AppCompatTheme_actionBarDivider = 2; @@ -9431,14 +9473,14 @@ namespace TheGameExtreme.Droid // aapt resource value: 120 public const int AppCompatTheme_windowNoTitle = 120; - // aapt resource value: { 0x7F030034,0x7F0300C3,0x7F0300C4,0x7F0300C5,0x7F0300C6,0x7F0300E5 } + // aapt resource value: { 0x7F03003A,0x7F0300C9,0x7F0300CA,0x7F0300CB,0x7F0300CC,0x7F0300EB } public static int[] BottomAppBar = new int[] { - 2130903092, - 2130903235, - 2130903236, - 2130903237, - 2130903238, - 2130903269}; + 2130903098, + 2130903241, + 2130903242, + 2130903243, + 2130903244, + 2130903275}; // aapt resource value: 0 public const int BottomAppBar_backgroundTint = 0; @@ -9458,18 +9500,18 @@ namespace TheGameExtreme.Droid // 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: { 0x7F0300BB,0x7F030100,0x7F030102,0x7F030104,0x7F030105,0x7F030109,0x7F03010A,0x7F03010B,0x7F03010D,0x7F030131 } public static int[] BottomNavigationView = new int[] { - 2130903221, - 2130903290, - 2130903292, - 2130903294, - 2130903295, - 2130903299, + 2130903227, + 2130903296, + 2130903298, 2130903300, 2130903301, - 2130903303, - 2130903339}; + 2130903305, + 2130903306, + 2130903307, + 2130903309, + 2130903345}; // aapt resource value: 0 public const int BottomNavigationView_elevation = 0; @@ -9501,12 +9543,12 @@ namespace TheGameExtreme.Droid // aapt resource value: 9 public const int BottomNavigationView_menu = 9; - // aapt resource value: { 0x7F030038,0x7F030039,0x7F03003B,0x7F03003C } + // aapt resource value: { 0x7F03003E,0x7F03003F,0x7F030041,0x7F030042 } public static int[] BottomSheetBehavior_Layout = new int[] { - 2130903096, - 2130903097, - 2130903099, - 2130903100}; + 2130903102, + 2130903103, + 2130903105, + 2130903106}; // aapt resource value: 0 public const int BottomSheetBehavior_Layout_behavior_fitToContents = 0; @@ -9520,28 +9562,28 @@ namespace TheGameExtreme.Droid // aapt resource value: 3 public const int BottomSheetBehavior_Layout_behavior_skipCollapsed = 3; - // aapt resource value: { 0x7F030026 } + // aapt resource value: { 0x7F03002C } public static int[] ButtonBarLayout = new int[] { - 2130903078}; + 2130903084}; // 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,0x7F03005E,0x7F03005F,0x7F030060,0x7F030061,0x7F030062,0x7F030063,0x7F03009D,0x7F03009E,0x7F03009F,0x7F0300A0,0x7F0300A1 } public static int[] CardView = new int[] { 16843071, 16843072, - 2130903128, - 2130903129, - 2130903130, - 2130903131, - 2130903132, - 2130903133, - 2130903191, - 2130903192, - 2130903193, - 2130903194, - 2130903195}; + 2130903134, + 2130903135, + 2130903136, + 2130903137, + 2130903138, + 2130903139, + 2130903197, + 2130903198, + 2130903199, + 2130903200, + 2130903201}; // aapt resource value: 1 public const int CardView_android_minHeight = 1; @@ -9582,51 +9624,51 @@ namespace TheGameExtreme.Droid // 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,0x7F030067,0x7F030068,0x7F030069,0x7F03006B,0x7F03006C,0x7F03006D,0x7F03006F,0x7F030070,0x7F030071,0x7F030072,0x7F030073,0x7F030074,0x7F030079,0x7F03007A,0x7F03007B,0x7F03007D,0x7F03007E,0x7F03007F,0x7F030080,0x7F030081,0x7F030082,0x7F030083,0x7F0300E9,0x7F0300F3,0x7F0300F7,0x7F030153,0x7F03015F,0x7F0301B4,0x7F0301B6 } public static int[] Chip = new int[] { 16842804, 16842923, 16843039, 16843087, 16843237, - 2130903137, - 2130903138, - 2130903139, - 2130903141, - 2130903142, 2130903143, + 2130903144, 2130903145, - 2130903146, 2130903147, 2130903148, 2130903149, - 2130903150, + 2130903151, + 2130903152, + 2130903153, + 2130903154, 2130903155, 2130903156, - 2130903157, - 2130903159, - 2130903160, 2130903161, 2130903162, 2130903163, - 2130903164, 2130903165, - 2130903267, - 2130903277, - 2130903281, - 2130903373, - 2130903385, - 2130903470, - 2130903472}; + 2130903166, + 2130903167, + 2130903168, + 2130903169, + 2130903170, + 2130903171, + 2130903273, + 2130903283, + 2130903287, + 2130903379, + 2130903391, + 2130903476, + 2130903478}; - // aapt resource value: { 0x7F030060,0x7F03006F,0x7F030070,0x7F030071,0x7F03015D,0x7F03015E } + // aapt resource value: { 0x7F030066,0x7F030075,0x7F030076,0x7F030077,0x7F030163,0x7F030164 } public static int[] ChipGroup = new int[] { - 2130903136, - 2130903151, - 2130903152, - 2130903153, - 2130903389, - 2130903390}; + 2130903142, + 2130903157, + 2130903158, + 2130903159, + 2130903395, + 2130903396}; // aapt resource value: 0 public const int ChipGroup_checkedChip = 0; @@ -9748,24 +9790,24 @@ namespace TheGameExtreme.Droid // 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: { 0x7F030087,0x7F030088,0x7F0300A2,0x7F0300C2,0x7F0300C3,0x7F0300C4,0x7F0300C5,0x7F0300C6,0x7F0300C7,0x7F0300C8,0x7F030154,0x7F030156,0x7F030174,0x7F0301C1,0x7F0301C2,0x7F0301CC } public static int[] CollapsingToolbarLayout = new int[] { - 2130903169, - 2130903170, - 2130903196, - 2130903228, - 2130903229, - 2130903230, - 2130903231, - 2130903232, - 2130903233, + 2130903175, + 2130903176, + 2130903202, 2130903234, - 2130903374, - 2130903376, - 2130903406, - 2130903483, - 2130903484, - 2130903494}; + 2130903235, + 2130903236, + 2130903237, + 2130903238, + 2130903239, + 2130903240, + 2130903380, + 2130903382, + 2130903412, + 2130903489, + 2130903490, + 2130903500}; // aapt resource value: 0 public const int CollapsingToolbarLayout_collapsedTitleGravity = 0; @@ -9797,10 +9839,10 @@ namespace TheGameExtreme.Droid // aapt resource value: 9 public const int CollapsingToolbarLayout_expandedTitleTextAppearance = 9; - // aapt resource value: { 0x7F03010E,0x7F03010F } + // aapt resource value: { 0x7F030114,0x7F030115 } public static int[] CollapsingToolbarLayout_Layout = new int[] { - 2130903310, - 2130903311}; + 2130903316, + 2130903317}; // aapt resource value: 0 public const int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; @@ -9826,11 +9868,11 @@ namespace TheGameExtreme.Droid // aapt resource value: 15 public const int CollapsingToolbarLayout_toolbarId = 15; - // aapt resource value: { 0x10101A5,0x101031F,0x7F030027 } + // aapt resource value: { 0x10101A5,0x101031F,0x7F03002D } public static int[] ColorStateListItem = new int[] { 16843173, 16843551, - 2130903079}; + 2130903085}; // aapt resource value: 2 public const int ColorStateListItem_alpha = 2; @@ -9841,11 +9883,11 @@ namespace TheGameExtreme.Droid // aapt resource value: 0 public const int ColorStateListItem_android_color = 0; - // aapt resource value: { 0x1010107,0x7F030056,0x7F030057 } + // aapt resource value: { 0x1010107,0x7F03005C,0x7F03005D } public static int[] CompoundButton = new int[] { 16843015, - 2130903126, - 2130903127}; + 2130903132, + 2130903133}; // aapt resource value: 0 public const int CompoundButton_android_button = 0; @@ -9856,23 +9898,23 @@ namespace TheGameExtreme.Droid // aapt resource value: 2 public const int CompoundButton_buttonTintMode = 2; - // aapt resource value: { 0x7F030106,0x7F03016D } + // aapt resource value: { 0x7F03010C,0x7F030173 } public static int[] CoordinatorLayout = new int[] { - 2130903302, - 2130903405}; + 2130903308, + 2130903411}; // aapt resource value: 0 public const int CoordinatorLayout_keylines = 0; - // aapt resource value: { 0x10100B3,0x7F03010B,0x7F03010C,0x7F03010D,0x7F030110,0x7F030111,0x7F030112 } + // aapt resource value: { 0x10100B3,0x7F030111,0x7F030112,0x7F030113,0x7F030116,0x7F030117,0x7F030118 } public static int[] CoordinatorLayout_Layout = new int[] { 16842931, - 2130903307, - 2130903308, - 2130903309, - 2130903312, 2130903313, - 2130903314}; + 2130903314, + 2130903315, + 2130903318, + 2130903319, + 2130903320}; // aapt resource value: 0 public const int CoordinatorLayout_Layout_android_layout_gravity = 0; @@ -9898,10 +9940,10 @@ namespace TheGameExtreme.Droid // aapt resource value: 1 public const int CoordinatorLayout_statusBarBackground = 1; - // aapt resource value: { 0x7F030041,0x7F030042 } + // aapt resource value: { 0x7F030047,0x7F030048 } public static int[] DesignTheme = new int[] { - 2130903105, - 2130903106}; + 2130903111, + 2130903112}; // aapt resource value: 0 public const int DesignTheme_bottomSheetDialogTheme = 0; @@ -9909,16 +9951,16 @@ namespace TheGameExtreme.Droid // aapt resource value: 1 public const int DesignTheme_bottomSheetStyle = 1; - // aapt resource value: { 0x7F030029,0x7F03002A,0x7F030036,0x7F030083,0x7F0300AE,0x7F0300DC,0x7F030162,0x7F0301B2 } + // aapt resource value: { 0x7F03002F,0x7F030030,0x7F03003C,0x7F030089,0x7F0300B4,0x7F0300E2,0x7F030168,0x7F0301B8 } public static int[] DrawerArrowToggle = new int[] { - 2130903081, - 2130903082, - 2130903094, - 2130903171, - 2130903214, - 2130903260, - 2130903394, - 2130903474}; + 2130903087, + 2130903088, + 2130903100, + 2130903177, + 2130903220, + 2130903266, + 2130903400, + 2130903480}; // aapt resource value: 0 public const int DrawerArrowToggle_arrowHeadLength = 0; @@ -9944,21 +9986,21 @@ namespace TheGameExtreme.Droid // 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: { 0x7F03003A,0x7F03003B,0x7F030043,0x7F0300BB,0x7F0300CD,0x7F0300CE,0x7F0300E9,0x7F0300F1,0x7F03012F,0x7F030149,0x7F030153,0x7F03015F,0x7F0301D6 } public static int[] FloatingActionButton = new int[] { - 2130903092, - 2130903093, - 2130903101, - 2130903221, - 2130903239, - 2130903240, - 2130903267, - 2130903275, - 2130903337, - 2130903363, - 2130903373, - 2130903385, - 2130903504}; + 2130903098, + 2130903099, + 2130903107, + 2130903227, + 2130903245, + 2130903246, + 2130903273, + 2130903281, + 2130903343, + 2130903369, + 2130903379, + 2130903391, + 2130903510}; // aapt resource value: 0 public const int FloatingActionButton_backgroundTint = 0; @@ -9966,9 +10008,9 @@ namespace TheGameExtreme.Droid // aapt resource value: 1 public const int FloatingActionButton_backgroundTintMode = 1; - // aapt resource value: { 0x7F030037 } + // aapt resource value: { 0x7F03003D } public static int[] FloatingActionButton_Behavior_Layout = new int[] { - 2130903095}; + 2130903101}; // aapt resource value: 0 public const int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; @@ -10006,10 +10048,10 @@ namespace TheGameExtreme.Droid // aapt resource value: 12 public const int FloatingActionButton_useCompatPadding = 12; - // aapt resource value: { 0x7F030101,0x7F030117 } + // aapt resource value: { 0x7F030107,0x7F03011D } public static int[] FlowLayout = new int[] { - 2130903297, - 2130903319}; + 2130903303, + 2130903325}; // aapt resource value: 0 public const int FlowLayout_itemSpacing = 0; @@ -10017,27 +10059,27 @@ namespace TheGameExtreme.Droid // aapt resource value: 1 public const int FlowLayout_lineSpacing = 1; - // aapt resource value: { 0x7F0300D2,0x7F0300D3,0x7F0300D4,0x7F0300D5,0x7F0300D6,0x7F0300D7 } + // aapt resource value: { 0x7F0300D8,0x7F0300D9,0x7F0300DA,0x7F0300DB,0x7F0300DC,0x7F0300DD } public static int[] FontFamily = new int[] { - 2130903250, - 2130903251, - 2130903252, - 2130903253, - 2130903254, - 2130903255}; + 2130903256, + 2130903257, + 2130903258, + 2130903259, + 2130903260, + 2130903261}; - // aapt resource value: { 0x1010532,0x1010533,0x101053F,0x101056F,0x1010570,0x7F0300D0,0x7F0300D8,0x7F0300D9,0x7F0300DA,0x7F0301CF } + // aapt resource value: { 0x1010532,0x1010533,0x101053F,0x101056F,0x1010570,0x7F0300D6,0x7F0300DE,0x7F0300DF,0x7F0300E0,0x7F0301D5 } public static int[] FontFamilyFont = new int[] { 16844082, 16844083, 16844095, 16844143, 16844144, - 2130903248, - 2130903256, - 2130903257, - 2130903258, - 2130903503}; + 2130903254, + 2130903262, + 2130903263, + 2130903264, + 2130903509}; // aapt resource value: 0 public const int FontFamilyFont_android_font = 0; @@ -10087,11 +10129,11 @@ namespace TheGameExtreme.Droid // aapt resource value: 5 public const int FontFamily_fontProviderQuery = 5; - // aapt resource value: { 0x1010109,0x1010200,0x7F0300DB } + // aapt resource value: { 0x1010109,0x1010200,0x7F0300E1 } public static int[] ForegroundLinearLayout = new int[] { 16843017, 16843264, - 2130903259}; + 2130903265}; // aapt resource value: 0 public const int ForegroundLinearLayout_android_foreground = 0; @@ -10164,17 +10206,17 @@ namespace TheGameExtreme.Droid // 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,0x7F0300B0,0x7F0300B2,0x7F030130,0x7F03015E } public static int[] LinearLayoutCompat = new int[] { 16842927, 16842948, 16843046, 16843047, 16843048, - 2130903210, - 2130903212, - 2130903338, - 2130903384}; + 2130903216, + 2130903218, + 2130903344, + 2130903390}; // aapt resource value: 2 public const int LinearLayoutCompat_android_baselineAligned = 2; @@ -10233,24 +10275,24 @@ namespace TheGameExtreme.Droid // 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: { 0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x7F03003A,0x7F03003B,0x7F0300A5,0x7F0300F2,0x7F0300F4,0x7F0300F5,0x7F0300F6,0x7F0300F8,0x7F0300F9,0x7F030153,0x7F030175,0x7F030176 } public static int[] MaterialButton = new int[] { 16843191, 16843192, 16843193, 16843194, - 2130903092, - 2130903093, - 2130903199, - 2130903276, - 2130903278, - 2130903279, - 2130903280, + 2130903098, + 2130903099, + 2130903205, 2130903282, - 2130903283, - 2130903373, - 2130903407, - 2130903408}; + 2130903284, + 2130903285, + 2130903286, + 2130903288, + 2130903289, + 2130903379, + 2130903413, + 2130903414}; // aapt resource value: 3 public const int MaterialButton_android_insetBottom = 3; @@ -10300,10 +10342,10 @@ namespace TheGameExtreme.Droid // aapt resource value: 15 public const int MaterialButton_strokeWidth = 15; - // aapt resource value: { 0x7F03016F,0x7F030170 } + // aapt resource value: { 0x7F030175,0x7F030176 } public static int[] MaterialCardView = new int[] { - 2130903407, - 2130903408}; + 2130903413, + 2130903414}; // aapt resource value: 0 public const int MaterialCardView_strokeColor = 0; @@ -10311,40 +10353,40 @@ namespace TheGameExtreme.Droid // 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: { 0x7F030047,0x7F030048,0x7F03006E,0x7F030078,0x7F03007C,0x7F03008A,0x7F03008B,0x7F030091,0x7F030092,0x7F030093,0x7F0300BA,0x7F0300D5,0x7F03012B,0x7F03012C,0x7F030136,0x7F030155,0x7F030165,0x7F030198,0x7F03019D,0x7F03019E,0x7F03019F,0x7F0301A0,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A5,0x7F0301A6,0x7F0301AB,0x7F0301B0,0x7F0301B1,0x7F0301B5 } public static int[] MaterialComponentsTheme = new int[] { - 2130903105, - 2130903106, - 2130903144, - 2130903154, - 2130903158, - 2130903172, - 2130903173, + 2130903111, + 2130903112, + 2130903150, + 2130903160, + 2130903164, + 2130903178, 2130903179, - 2130903180, - 2130903181, - 2130903220, - 2130903247, - 2130903333, - 2130903334, - 2130903344, - 2130903375, - 2130903391, - 2130903442, - 2130903447, + 2130903185, + 2130903186, + 2130903187, + 2130903226, + 2130903253, + 2130903339, + 2130903340, + 2130903350, + 2130903381, + 2130903397, 2130903448, - 2130903449, - 2130903450, - 2130903451, - 2130903452, 2130903453, 2130903454, 2130903455, 2130903456, + 2130903457, + 2130903458, + 2130903459, + 2130903460, 2130903461, - 2130903466, + 2130903462, 2130903467, - 2130903471}; + 2130903472, + 2130903473, + 2130903477}; // aapt resource value: 0 public const int MaterialComponentsTheme_bottomSheetDialogTheme = 0; @@ -10469,7 +10511,7 @@ namespace TheGameExtreme.Droid // aapt resource value: 2 public const int MenuGroup_android_visible = 2; - // aapt resource value: { 0x1010002,0x101000E,0x10100D0,0x1010106,0x1010194,0x10101DE,0x10101DF,0x10101E1,0x10101E2,0x10101E3,0x10101E4,0x10101E5,0x101026F,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,0x7F030013,0x7F030025,0x7F030026,0x7F03002E,0x7F030096,0x7F0300F8,0x7F0300F9,0x7F030137,0x7F03015D,0x7F0301D1 } public static int[] MenuItem = new int[] { 16842754, 16842766, @@ -10484,16 +10526,16 @@ namespace TheGameExtreme.Droid 16843236, 16843237, 16843375, - 2130903053, - 2130903071, - 2130903072, - 2130903080, - 2130903184, - 2130903282, - 2130903283, - 2130903345, - 2130903383, - 2130903499}; + 2130903059, + 2130903077, + 2130903078, + 2130903086, + 2130903190, + 2130903288, + 2130903289, + 2130903351, + 2130903389, + 2130903505}; // aapt resource value: 13 public const int MenuItem_actionLayout = 13; @@ -10564,7 +10606,7 @@ namespace TheGameExtreme.Droid // 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,0x7F030148,0x7F030177 } public static int[] MenuView = new int[] { 16842926, 16843052, @@ -10573,8 +10615,8 @@ namespace TheGameExtreme.Droid 16843055, 16843056, 16843057, - 2130903362, - 2130903409}; + 2130903368, + 2130903415}; // aapt resource value: 4 public const int MenuView_android_headerBackground = 4; @@ -10603,20 +10645,56 @@ namespace TheGameExtreme.Droid // 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: { 0x7F030000,0x7F030004 } + public static int[] MvxBinding = new int[] { + 2130903040, + 2130903044}; + + // aapt resource value: 0 + public const int MvxBinding_MvxBind = 0; + + // aapt resource value: 1 + public const int MvxBinding_MvxLang = 1; + + // aapt resource value: { 0x7F030005 } + public static int[] MvxControl = new int[] { + 2130903045}; + + // aapt resource value: 0 + public const int MvxControl_MvxTemplate = 0; + + // aapt resource value: { 0x7F030002 } + public static int[] MvxExpandableListView = new int[] { + 2130903042}; + + // aapt resource value: 0 + public const int MvxExpandableListView_MvxGroupItemTemplate = 0; + + // aapt resource value: { 0x7F030001,0x7F030003 } + public static int[] MvxListView = new int[] { + 2130903041, + 2130903043}; + + // aapt resource value: 0 + public const int MvxListView_MvxDropDownItemTemplate = 0; + + // aapt resource value: 1 + public const int MvxListView_MvxItemTemplate = 1; + + // aapt resource value: { 0x10100D4,0x10100DD,0x101011F,0x7F0300BB,0x7F0300E4,0x7F030100,0x7F030101,0x7F030103,0x7F030105,0x7F030108,0x7F03010B,0x7F030131 } public static int[] NavigationView = new int[] { 16842964, 16842973, 16843039, - 2130903221, - 2130903262, - 2130903290, - 2130903291, - 2130903293, - 2130903295, - 2130903298, + 2130903227, + 2130903268, + 2130903296, + 2130903297, + 2130903299, 2130903301, - 2130903339}; + 2130903304, + 2130903307, + 2130903345}; // aapt resource value: 0 public const int NavigationView_android_background = 0; @@ -10654,15 +10732,15 @@ namespace TheGameExtreme.Droid // aapt resource value: 11 public const int NavigationView_menu = 11; - // aapt resource value: { 0x1010176,0x10102C9,0x7F030132 } + // aapt resource value: { 0x1010176,0x10102C9,0x7F030138 } public static int[] PopupWindow = new int[] { 16843126, 16843465, - 2130903346}; + 2130903352}; - // aapt resource value: { 0x7F030168 } + // aapt resource value: { 0x7F03016E } public static int[] PopupWindowBackgroundState = new int[] { - 2130903400}; + 2130903406}; // aapt resource value: 0 public const int PopupWindowBackgroundState_state_above_anchor = 0; @@ -10676,10 +10754,10 @@ namespace TheGameExtreme.Droid // aapt resource value: 2 public const int PopupWindow_overlapAnchor = 2; - // aapt resource value: { 0x7F030133,0x7F030136 } + // aapt resource value: { 0x7F030139,0x7F03013C } public static int[] RecycleListView = new int[] { - 2130903347, - 2130903350}; + 2130903353, + 2130903356}; // aapt resource value: 0 public const int RecycleListView_paddingBottomNoButtons = 0; @@ -10687,19 +10765,19 @@ namespace TheGameExtreme.Droid // 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,0x7F0300CF,0x7F0300D0,0x7F0300D1,0x7F0300D2,0x7F0300D3,0x7F030110,0x7F030152,0x7F030167,0x7F03016D } public static int[] RecyclerView = new int[] { 16842948, 16842993, - 2130903241, - 2130903242, - 2130903243, - 2130903244, - 2130903245, - 2130903306, - 2130903372, - 2130903393, - 2130903399}; + 2130903247, + 2130903248, + 2130903249, + 2130903250, + 2130903251, + 2130903312, + 2130903378, + 2130903399, + 2130903405}; // aapt resource value: 1 public const int RecyclerView_android_descendantFocusability = 1; @@ -10734,39 +10812,39 @@ namespace TheGameExtreme.Droid // aapt resource value: 10 public const int RecyclerView_stackFromEnd = 10; - // aapt resource value: { 0x7F0300F8 } + // aapt resource value: { 0x7F0300FE } public static int[] ScrimInsetsFrameLayout = new int[] { - 2130903288}; + 2130903294}; // aapt resource value: 0 public const int ScrimInsetsFrameLayout_insetForeground = 0; - // aapt resource value: { 0x7F03003A } + // aapt resource value: { 0x7F030040 } public static int[] ScrollingViewBehavior_Layout = new int[] { - 2130903098}; + 2130903104}; // 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,0x7F03007D,0x7F030095,0x7F0300AB,0x7F0300E3,0x7F0300FA,0x7F03010F,0x7F03014C,0x7F03014D,0x7F030157,0x7F030158,0x7F030178,0x7F03017D,0x7F0301D8 } public static int[] SearchView = new int[] { 16842970, 16843039, 16843296, 16843364, - 2130903159, - 2130903183, - 2130903205, - 2130903261, - 2130903284, - 2130903305, - 2130903366, - 2130903367, - 2130903377, - 2130903378, - 2130903410, - 2130903415, - 2130903506}; + 2130903165, + 2130903189, + 2130903211, + 2130903267, + 2130903290, + 2130903311, + 2130903372, + 2130903373, + 2130903383, + 2130903384, + 2130903416, + 2130903421, + 2130903512}; // aapt resource value: 0 public const int SearchView_android_focusable = 0; @@ -10819,16 +10897,16 @@ namespace TheGameExtreme.Droid // aapt resource value: 16 public const int SearchView_voiceIcon = 16; - // aapt resource value: { 0x7F03015F,0x7F030160 } + // aapt resource value: { 0x7F030165,0x7F030166 } public static int[] Snackbar = new int[] { - 2130903391, - 2130903392}; + 2130903397, + 2130903398}; - // aapt resource value: { 0x101011F,0x7F0300B5,0x7F030127 } + // aapt resource value: { 0x101011F,0x7F0300BB,0x7F03012D } public static int[] SnackbarLayout = new int[] { 16843039, - 2130903221, - 2130903335}; + 2130903227, + 2130903341}; // aapt resource value: 0 public const int SnackbarLayout_android_maxWidth = 0; @@ -10845,13 +10923,13 @@ namespace TheGameExtreme.Droid // 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,0x7F030146 } public static int[] Spinner = new int[] { 16842930, 16843126, 16843131, 16843362, - 2130903360}; + 2130903366}; // aapt resource value: 3 public const int Spinner_android_dropDownWidth = 3; @@ -10902,22 +10980,22 @@ namespace TheGameExtreme.Droid // 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,0x7F030160,0x7F03016B,0x7F03017E,0x7F03017F,0x7F030181,0x7F0301B9,0x7F0301BA,0x7F0301BB,0x7F0301D2,0x7F0301D3,0x7F0301D4 } public static int[] SwitchCompat = new int[] { 16843044, 16843045, 16843074, - 2130903386, - 2130903397, - 2130903416, - 2130903417, - 2130903419, - 2130903475, - 2130903476, - 2130903477, - 2130903500, - 2130903501, - 2130903502}; + 2130903392, + 2130903403, + 2130903422, + 2130903423, + 2130903425, + 2130903481, + 2130903482, + 2130903483, + 2130903506, + 2130903507, + 2130903508}; // aapt resource value: 1 public const int SwitchCompat_android_textOff = 1; @@ -10976,14 +11054,8 @@ namespace TheGameExtreme.Droid // 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: { 0x7F030182,0x7F030183,0x7F030184,0x7F030185,0x7F030186,0x7F030187,0x7F030188,0x7F030189,0x7F03018A,0x7F03018B,0x7F03018C,0x7F03018D,0x7F03018E,0x7F03018F,0x7F030190,0x7F030191,0x7F030192,0x7F030193,0x7F030194,0x7F030195,0x7F030196,0x7F030197,0x7F030199,0x7F03019A,0x7F03019B } public static int[] TabLayout = new int[] { - 2130903420, - 2130903421, - 2130903422, - 2130903423, - 2130903424, - 2130903425, 2130903426, 2130903427, 2130903428, @@ -11000,9 +11072,15 @@ namespace TheGameExtreme.Droid 2130903439, 2130903440, 2130903441, + 2130903442, 2130903443, 2130903444, - 2130903445}; + 2130903445, + 2130903446, + 2130903447, + 2130903449, + 2130903450, + 2130903451}; // aapt resource value: 0 public const int TabLayout_tabBackground = 0; @@ -11079,7 +11157,7 @@ namespace TheGameExtreme.Droid // 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,0x7F0300D7,0x7F03019C } public static int[] TextAppearance = new int[] { 16842901, 16842902, @@ -11092,8 +11170,8 @@ namespace TheGameExtreme.Droid 16843107, 16843108, 16843692, - 2130903249, - 2130903446}; + 2130903255, + 2130903452}; // aapt resource value: 10 public const int TextAppearance_android_fontFamily = 10; @@ -11134,36 +11212,36 @@ namespace TheGameExtreme.Droid // 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,0x7F030049,0x7F03004A,0x7F03004B,0x7F03004C,0x7F03004D,0x7F03004E,0x7F03004F,0x7F030050,0x7F030051,0x7F0300A6,0x7F0300A7,0x7F0300A8,0x7F0300A9,0x7F0300BE,0x7F0300BF,0x7F0300E6,0x7F0300E7,0x7F0300E8,0x7F0300EC,0x7F0300ED,0x7F0300EE,0x7F030140,0x7F030141,0x7F030142,0x7F030143,0x7F030144 } public static int[] TextInputLayout = new int[] { 16842906, 16843088, - 2130903107, - 2130903108, - 2130903109, - 2130903110, - 2130903111, - 2130903112, 2130903113, 2130903114, 2130903115, - 2130903200, - 2130903201, - 2130903202, - 2130903203, - 2130903224, - 2130903225, - 2130903264, - 2130903265, - 2130903266, + 2130903116, + 2130903117, + 2130903118, + 2130903119, + 2130903120, + 2130903121, + 2130903206, + 2130903207, + 2130903208, + 2130903209, + 2130903230, + 2130903231, 2130903270, 2130903271, 2130903272, - 2130903354, - 2130903355, - 2130903356, - 2130903357, - 2130903358}; + 2130903276, + 2130903277, + 2130903278, + 2130903360, + 2130903361, + 2130903362, + 2130903363, + 2130903364}; // aapt resource value: 1 public const int TextInputLayout_android_hint = 1; @@ -11249,11 +11327,11 @@ namespace TheGameExtreme.Droid // aapt resource value: 27 public const int TextInputLayout_passwordToggleTintMode = 27; - // aapt resource value: { 0x1010034,0x7F0300B6,0x7F0300B7 } + // aapt resource value: { 0x1010034,0x7F0300BC,0x7F0300BD } public static int[] ThemeEnforcement = new int[] { 16842804, - 2130903222, - 2130903223}; + 2130903228, + 2130903229}; // aapt resource value: 0 public const int ThemeEnforcement_android_textAppearance = 0; @@ -11264,37 +11342,37 @@ namespace TheGameExtreme.Droid // 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,0x7F030057,0x7F030085,0x7F030086,0x7F030097,0x7F030098,0x7F030099,0x7F03009A,0x7F03009B,0x7F03009C,0x7F030129,0x7F03012A,0x7F03012E,0x7F030133,0x7F030134,0x7F030146,0x7F030179,0x7F03017A,0x7F03017B,0x7F0301C1,0x7F0301C3,0x7F0301C4,0x7F0301C5,0x7F0301C6,0x7F0301C7,0x7F0301C8,0x7F0301C9,0x7F0301CA } public static int[] Toolbar = new int[] { 16842927, 16843072, - 2130903121, - 2130903167, - 2130903168, - 2130903185, - 2130903186, - 2130903187, - 2130903188, - 2130903189, - 2130903190, - 2130903331, - 2130903332, - 2130903336, - 2130903341, + 2130903127, + 2130903173, + 2130903174, + 2130903191, + 2130903192, + 2130903193, + 2130903194, + 2130903195, + 2130903196, + 2130903337, + 2130903338, 2130903342, - 2130903360, - 2130903411, - 2130903412, - 2130903413, - 2130903483, - 2130903485, - 2130903486, - 2130903487, - 2130903488, + 2130903347, + 2130903348, + 2130903366, + 2130903417, + 2130903418, + 2130903419, 2130903489, - 2130903490, 2130903491, - 2130903492}; + 2130903492, + 2130903493, + 2130903494, + 2130903495, + 2130903496, + 2130903497, + 2130903498}; // aapt resource value: 0 public const int Toolbar_android_gravity = 0; @@ -11383,19 +11461,19 @@ namespace TheGameExtreme.Droid // aapt resource value: 28 public const int Toolbar_titleTextColor = 28; - // aapt resource value: { 0x1010000,0x10100DA,0x7F030134,0x7F030135,0x7F0301B1 } + // aapt resource value: { 0x1010000,0x10100DA,0x7F03013A,0x7F03013B,0x7F0301B7 } public static int[] View = new int[] { 16842752, 16842970, - 2130903348, - 2130903349, - 2130903473}; + 2130903354, + 2130903355, + 2130903479}; - // aapt resource value: { 0x10100D4,0x7F030034,0x7F030035 } + // aapt resource value: { 0x10100D4,0x7F03003A,0x7F03003B } public static int[] ViewBackgroundHelper = new int[] { 16842964, - 2130903092, - 2130903093}; + 2130903098, + 2130903099}; // aapt resource value: 0 public const int ViewBackgroundHelper_android_background = 0; diff --git a/TheGameExtreme.Android/Resources/drawable/TrierImageB.png b/TheGameExtreme.Android/Resources/drawable/TrierImageB.png index 0cb05a492a32a5ee1f9f6aa8ffdc1380e8a8d158..3a216ac084c681cc5ff62230f1a221bd6a01a4a3 100644 GIT binary patch literal 11443 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 delta 9119 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 diff --git a/TheGameExtreme.Android/TheGameExtreme.Android.csproj b/TheGameExtreme.Android/TheGameExtreme.Android.csproj index 1910ff4..d23d799 100644 --- a/TheGameExtreme.Android/TheGameExtreme.Android.csproj +++ b/TheGameExtreme.Android/TheGameExtreme.Android.csproj @@ -48,6 +48,7 @@ + @@ -56,6 +57,9 @@ + + 2.1.1 + diff --git a/TheGameExtreme.iOS/AppDelegate.cs b/TheGameExtreme.iOS/AppDelegate.cs index d3736f2..6dffecf 100644 --- a/TheGameExtreme.iOS/AppDelegate.cs +++ b/TheGameExtreme.iOS/AppDelegate.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; - -using Foundation; +using Foundation; using UIKit; namespace TheGameExtreme.iOS @@ -20,6 +16,7 @@ namespace TheGameExtreme.iOS // // You have 17 seconds to return from this method, or iOS will terminate your application. // + public override bool FinishedLaunching(UIApplication app, NSDictionary options) { global::Xamarin.Forms.Forms.Init(); diff --git a/TheGameExtreme.iOS/Info.plist b/TheGameExtreme.iOS/Info.plist index 90ddd14..9dbda89 100644 --- a/TheGameExtreme.iOS/Info.plist +++ b/TheGameExtreme.iOS/Info.plist @@ -19,6 +19,24 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + + UIBackgroundModes + + + bluetooth-central + + + bluetooth-peripheral + + + + NSBluetoothPeripheralUsageDescription + YOUR CUSTOM MESSAGE + + + NSBluetoothAlwaysUsageDescription + + Wallah MinimumOSVersion 8.0 CFBundleDisplayName diff --git a/TheGameExtreme.iOS/Resources/TrierImageB.ico b/TheGameExtreme.iOS/Resources/TrierImageB.ico index b1076a7d5065a88964e22016e095690ee13f7e52..6888576e0c1741b2e3a4b0350e195a5fb0c8f490 100644 GIT binary patch literal 369118 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 TtJxhn7htlxa!O#uq5S^?ZQ#CS literal 159362 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 diff --git a/TheGameExtreme.iOS/TheGameExtreme.iOS.csproj b/TheGameExtreme.iOS/TheGameExtreme.iOS.csproj index c39dabe..11952dd 100644 --- a/TheGameExtreme.iOS/TheGameExtreme.iOS.csproj +++ b/TheGameExtreme.iOS/TheGameExtreme.iOS.csproj @@ -137,6 +137,9 @@ + + 2.1.1 + diff --git a/TheGameExtreme/TheGameExtreme.csproj b/TheGameExtreme/TheGameExtreme.csproj index 2d54fe8..3781ebb 100644 --- a/TheGameExtreme/TheGameExtreme.csproj +++ b/TheGameExtreme/TheGameExtreme.csproj @@ -6,6 +6,9 @@ + + + diff --git a/TheGameExtreme/view/HomePage.xaml b/TheGameExtreme/view/HomePage.xaml index d862d47..9a9ca38 100644 --- a/TheGameExtreme/view/HomePage.xaml +++ b/TheGameExtreme/view/HomePage.xaml @@ -52,7 +52,7 @@ WidthRequest="230" Clicked="OpenMultiPlayerMode" CornerRadius="10" - Margin="15" + Margin="15" BackgroundColor="{DynamicResource SkyBlueColor}"/> + + + \ No newline at end of file diff --git a/TheGameExtreme/view/MultiPlayerMode.xaml.cs b/TheGameExtreme/view/MultiPlayerMode.xaml.cs index 0df45af..579b4d7 100644 --- a/TheGameExtreme/view/MultiPlayerMode.xaml.cs +++ b/TheGameExtreme/view/MultiPlayerMode.xaml.cs @@ -1,21 +1,55 @@ -using System; -using System.Collections.Generic; - +using MvvmCross; +using Plugin.BLE; +using Plugin.BLE.Abstractions.Contracts; +using System; +using System.Collections.ObjectModel; using Xamarin.Forms; namespace TheGameExtreme.view { public partial class MultiPlayerMode : ContentPage { + /*IBluetoothLE ble; + IAdapter adapter; + ObservableCollection devicesList; + IDevice device;*/ + public MultiPlayerMode() { InitializeComponent(); NavigationPage.SetHasNavigationBar(this, false); + + /*ble = CrossBluetoothLE.Current; + adapter = CrossBluetoothLE.Current.Adapter; + devicesList = new ObservableCollection();*/ } - private async void BackMulti_Clicked(object sender, EventArgs e) + /*private async void BackMulti_Clicked(object sender, EventArgs e) { await Navigation.PopAsync(); } + + public void BtnStatueClicked(object sender, EventArgs args) + { + var state = ble.State; + this.DisplayAlert("Notice", state.ToString(), "ok"); + } + public async void BtnScanClicked(object sender, EventArgs args) + { + devicesList.Clear(); + adapter.DeviceDiscovered += (s, a) => + { + devicesList.Add(a.Device); + }; + + if (!ble.Adapter.IsScanning) + { + await adapter.StartScanningForDevicesAsync(); + } + + }*/ + + + } } diff --git a/UnitTestProjectGame/UnitTestProjectGame.csproj b/UnitTestProjectGame/UnitTestProjectGame.csproj index 044fe6d..42bc624 100644 --- a/UnitTestProjectGame/UnitTestProjectGame.csproj +++ b/UnitTestProjectGame/UnitTestProjectGame.csproj @@ -45,6 +45,15 @@ ..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + + ..\packages\MvvmCross.Plugin.BLE.2.1.1\lib\netstandard2.0\MvvmCross.Plugins.BLE.dll + + + ..\packages\Plugin.BLE.2.1.1\lib\netstandard2.0\Plugin.BLE.dll + + + ..\packages\Plugin.BLE.2.1.1\lib\netstandard2.0\Plugin.BLE.Abstractions.dll + diff --git a/UnitTestProjectGame/packages.config b/UnitTestProjectGame/packages.config index 2f7c5a1..8edb209 100644 --- a/UnitTestProjectGame/packages.config +++ b/UnitTestProjectGame/packages.config @@ -2,4 +2,6 @@ + + \ No newline at end of file