diff --git a/LastenradBayern/TINK.Android/LastenradBayern.Android.csproj b/LastenradBayern/TINK.Android/LastenradBayern.Android.csproj
index 9fef774..5b84086 100644
--- a/LastenradBayern/TINK.Android/LastenradBayern.Android.csproj
+++ b/LastenradBayern/TINK.Android/LastenradBayern.Android.csproj
@@ -191,6 +191,9 @@
+
+ 5.0.0.2244
+
diff --git a/LastenradBayern/TINK.Android/MainActivity.cs b/LastenradBayern/TINK.Android/MainActivity.cs
index 1b7d31f..277013b 100644
--- a/LastenradBayern/TINK.Android/MainActivity.cs
+++ b/LastenradBayern/TINK.Android/MainActivity.cs
@@ -4,11 +4,28 @@ using Android.Content.PM;
using Android.OS;
using Android.Content;
using Java.Interop;
+using Xamarin.Forms.Platform.Android.AppLinks;
+using Firebase;
namespace TINK.Droid
{
[Activity (Label = "LastenradBayern", Icon = "@drawable/sharee", Theme="@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
- public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity
+
+ [IntentFilter(new[] { Intent.ActionView },
+ Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault },
+ DataScheme = "https",
+ DataHost = "sharee.bike", // TODO: Adjust to correct domain
+ DataPathPrefix = "/",
+ AutoVerify = true)]
+
+ [IntentFilter(new[] { Intent.ActionView },
+ Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault },
+ DataScheme = "http",
+ DataHost = "sharee.bike", // TODO: Adjust to correct domain
+ DataPathPrefix = "/",
+ AutoVerify = true)]
+
+ public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity
{
protected override void OnCreate (Bundle bundle)
{
@@ -19,6 +36,9 @@ namespace TINK.Droid
global::Xamarin.Forms.Forms.Init (this, bundle);
+ FirebaseApp.InitializeApp(this);
+ AndroidAppLinks.Init(this);
+
// Initialize xamarin.essentials, see https://docs.microsoft.com/en-us/xamarin/essentials/get-started?tabs=macos%2Candroid.
Xamarin.Essentials.Platform.Init(this, bundle);
diff --git a/LastenradBayern/TINK.Android/Resources/Resource.Designer.cs b/LastenradBayern/TINK.Android/Resources/Resource.Designer.cs
index 703727b..bcfff96 100644
--- a/LastenradBayern/TINK.Android/Resources/Resource.Designer.cs
+++ b/LastenradBayern/TINK.Android/Resources/Resource.Designer.cs
@@ -5942,6 +5942,451 @@ namespace TINK.Droid
global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_type = global::TINK.Droid.Resource.Styleable.GradientColor_android_type;
global::Xamarin.Essentials.Resource.Xml.image_share_filepaths = global::TINK.Droid.Resource.Xml.image_share_filepaths;
global::Xamarin.Essentials.Resource.Xml.xamarin_essentials_fileprovider_file_paths = global::TINK.Droid.Resource.Xml.xamarin_essentials_fileprovider_file_paths;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Animation.fragment_fast_out_extra_slow_in = global::TINK.Droid.Resource.Animation.fragment_fast_out_extra_slow_in;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Animator.fragment_close_enter = global::TINK.Droid.Resource.Animator.fragment_close_enter;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Animator.fragment_close_exit = global::TINK.Droid.Resource.Animator.fragment_close_exit;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Animator.fragment_fade_enter = global::TINK.Droid.Resource.Animator.fragment_fade_enter;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Animator.fragment_fade_exit = global::TINK.Droid.Resource.Animator.fragment_fade_exit;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Animator.fragment_open_enter = global::TINK.Droid.Resource.Animator.fragment_open_enter;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Animator.fragment_open_exit = global::TINK.Droid.Resource.Animator.fragment_open_exit;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.allowShortcuts = global::TINK.Droid.Resource.Attribute.allowShortcuts;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.alpha = global::TINK.Droid.Resource.Attribute.alpha;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.buttonSize = global::TINK.Droid.Resource.Attribute.buttonSize;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.circleCrop = global::TINK.Droid.Resource.Attribute.circleCrop;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.colorScheme = global::TINK.Droid.Resource.Attribute.colorScheme;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.contentProviderUri = global::TINK.Droid.Resource.Attribute.contentProviderUri;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.coordinatorLayoutStyle = global::TINK.Droid.Resource.Attribute.coordinatorLayoutStyle;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.corpusId = global::TINK.Droid.Resource.Attribute.corpusId;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.corpusVersion = global::TINK.Droid.Resource.Attribute.corpusVersion;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.defaultIntentAction = global::TINK.Droid.Resource.Attribute.defaultIntentAction;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.defaultIntentActivity = global::TINK.Droid.Resource.Attribute.defaultIntentActivity;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.defaultIntentData = global::TINK.Droid.Resource.Attribute.defaultIntentData;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.documentMaxAgeSecs = global::TINK.Droid.Resource.Attribute.documentMaxAgeSecs;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.drawerLayoutStyle = global::TINK.Droid.Resource.Attribute.drawerLayoutStyle;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.elevation = global::TINK.Droid.Resource.Attribute.elevation;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.featureType = global::TINK.Droid.Resource.Attribute.featureType;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.font = global::TINK.Droid.Resource.Attribute.font;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontProviderAuthority = global::TINK.Droid.Resource.Attribute.fontProviderAuthority;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontProviderCerts = global::TINK.Droid.Resource.Attribute.fontProviderCerts;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontProviderFetchStrategy = global::TINK.Droid.Resource.Attribute.fontProviderFetchStrategy;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontProviderFetchTimeout = global::TINK.Droid.Resource.Attribute.fontProviderFetchTimeout;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontProviderPackage = global::TINK.Droid.Resource.Attribute.fontProviderPackage;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontProviderQuery = global::TINK.Droid.Resource.Attribute.fontProviderQuery;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontProviderSystemFontFamily = global::TINK.Droid.Resource.Attribute.fontProviderSystemFontFamily;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontStyle = global::TINK.Droid.Resource.Attribute.fontStyle;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontVariationSettings = global::TINK.Droid.Resource.Attribute.fontVariationSettings;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontWeight = global::TINK.Droid.Resource.Attribute.fontWeight;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.imageAspectRatio = global::TINK.Droid.Resource.Attribute.imageAspectRatio;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.imageAspectRatioAdjust = global::TINK.Droid.Resource.Attribute.imageAspectRatioAdjust;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.indexPrefixes = global::TINK.Droid.Resource.Attribute.indexPrefixes;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.inputEnabled = global::TINK.Droid.Resource.Attribute.inputEnabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.keylines = global::TINK.Droid.Resource.Attribute.keylines;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.layout_anchor = global::TINK.Droid.Resource.Attribute.layout_anchor;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.layout_anchorGravity = global::TINK.Droid.Resource.Attribute.layout_anchorGravity;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.layout_behavior = global::TINK.Droid.Resource.Attribute.layout_behavior;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.layout_dodgeInsetEdges = global::TINK.Droid.Resource.Attribute.layout_dodgeInsetEdges;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.layout_insetEdge = global::TINK.Droid.Resource.Attribute.layout_insetEdge;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.layout_keyline = global::TINK.Droid.Resource.Attribute.layout_keyline;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.nestedScrollViewStyle = global::TINK.Droid.Resource.Attribute.nestedScrollViewStyle;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.noIndex = global::TINK.Droid.Resource.Attribute.noIndex;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.paramName = global::TINK.Droid.Resource.Attribute.paramName;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.paramValue = global::TINK.Droid.Resource.Attribute.paramValue;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.perAccountTemplate = global::TINK.Droid.Resource.Attribute.perAccountTemplate;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.queryPatterns = global::TINK.Droid.Resource.Attribute.queryPatterns;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.schemaOrgProperty = global::TINK.Droid.Resource.Attribute.schemaOrgProperty;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.schemaOrgType = global::TINK.Droid.Resource.Attribute.schemaOrgType;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.scopeUris = global::TINK.Droid.Resource.Attribute.scopeUris;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.searchEnabled = global::TINK.Droid.Resource.Attribute.searchEnabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.searchLabel = global::TINK.Droid.Resource.Attribute.searchLabel;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.sectionContent = global::TINK.Droid.Resource.Attribute.sectionContent;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.sectionFormat = global::TINK.Droid.Resource.Attribute.sectionFormat;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.sectionId = global::TINK.Droid.Resource.Attribute.sectionId;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.sectionType = global::TINK.Droid.Resource.Attribute.sectionType;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.sectionWeight = global::TINK.Droid.Resource.Attribute.sectionWeight;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.semanticallySearchable = global::TINK.Droid.Resource.Attribute.semanticallySearchable;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.settingsDescription = global::TINK.Droid.Resource.Attribute.settingsDescription;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.shortcutMatchRequired = global::TINK.Droid.Resource.Attribute.shortcutMatchRequired;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.sourceClass = global::TINK.Droid.Resource.Attribute.sourceClass;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.statusBarBackground = global::TINK.Droid.Resource.Attribute.statusBarBackground;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.subsectionSeparator = global::TINK.Droid.Resource.Attribute.subsectionSeparator;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.swipeRefreshLayoutProgressSpinnerBackgroundColor = global::TINK.Droid.Resource.Attribute.swipeRefreshLayoutProgressSpinnerBackgroundColor;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.toAddressesSection = global::TINK.Droid.Resource.Attribute.toAddressesSection;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.trimmable = global::TINK.Droid.Resource.Attribute.trimmable;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.ttcIndex = global::TINK.Droid.Resource.Attribute.ttcIndex;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.userInputSection = global::TINK.Droid.Resource.Attribute.userInputSection;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.userInputTag = global::TINK.Droid.Resource.Attribute.userInputTag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.userInputValue = global::TINK.Droid.Resource.Attribute.userInputValue;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.androidx_core_ripple_material_light = global::TINK.Droid.Resource.Color.androidx_core_ripple_material_light;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.androidx_core_secondary_text_default_material_light = global::TINK.Droid.Resource.Color.androidx_core_secondary_text_default_material_light;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_dark = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_dark;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_dark_default = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_dark_default;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_dark_disabled = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_dark_disabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_dark_focused = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_dark_focused;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_dark_pressed = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_dark_pressed;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_light = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_light;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_light_default = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_light_default;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_light_disabled = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_light_disabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_light_focused = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_light_focused;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_light_pressed = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_light_pressed;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_tint = global::TINK.Droid.Resource.Color.common_google_signin_btn_tint;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.notification_action_color_filter = global::TINK.Droid.Resource.Color.notification_action_color_filter;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.notification_icon_bg_color = global::TINK.Droid.Resource.Color.notification_icon_bg_color;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.notification_material_background_media_default_color = global::TINK.Droid.Resource.Color.notification_material_background_media_default_color;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.primary_text_default_material_dark = global::TINK.Droid.Resource.Color.primary_text_default_material_dark;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.secondary_text_default_material_dark = global::TINK.Droid.Resource.Color.secondary_text_default_material_dark;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.compat_button_inset_horizontal_material = global::TINK.Droid.Resource.Dimension.compat_button_inset_horizontal_material;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.compat_button_inset_vertical_material = global::TINK.Droid.Resource.Dimension.compat_button_inset_vertical_material;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.compat_button_padding_horizontal_material = global::TINK.Droid.Resource.Dimension.compat_button_padding_horizontal_material;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.compat_button_padding_vertical_material = global::TINK.Droid.Resource.Dimension.compat_button_padding_vertical_material;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.compat_control_corner_material = global::TINK.Droid.Resource.Dimension.compat_control_corner_material;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.compat_notification_large_icon_max_height = global::TINK.Droid.Resource.Dimension.compat_notification_large_icon_max_height;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.compat_notification_large_icon_max_width = global::TINK.Droid.Resource.Dimension.compat_notification_large_icon_max_width;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.def_drawer_elevation = global::TINK.Droid.Resource.Dimension.def_drawer_elevation;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_action_icon_size = global::TINK.Droid.Resource.Dimension.notification_action_icon_size;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_action_text_size = global::TINK.Droid.Resource.Dimension.notification_action_text_size;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_big_circle_margin = global::TINK.Droid.Resource.Dimension.notification_big_circle_margin;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_content_margin_start = global::TINK.Droid.Resource.Dimension.notification_content_margin_start;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_large_icon_height = global::TINK.Droid.Resource.Dimension.notification_large_icon_height;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_large_icon_width = global::TINK.Droid.Resource.Dimension.notification_large_icon_width;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_main_column_padding_top = global::TINK.Droid.Resource.Dimension.notification_main_column_padding_top;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_media_narrow_margin = global::TINK.Droid.Resource.Dimension.notification_media_narrow_margin;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_right_icon_size = global::TINK.Droid.Resource.Dimension.notification_right_icon_size;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_right_side_padding_top = global::TINK.Droid.Resource.Dimension.notification_right_side_padding_top;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_small_icon_background_padding = global::TINK.Droid.Resource.Dimension.notification_small_icon_background_padding;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_small_icon_size_as_large = global::TINK.Droid.Resource.Dimension.notification_small_icon_size_as_large;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_subtext_size = global::TINK.Droid.Resource.Dimension.notification_subtext_size;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_top_pad = global::TINK.Droid.Resource.Dimension.notification_top_pad;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_top_pad_large_text = global::TINK.Droid.Resource.Dimension.notification_top_pad_large_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_full_open_on_phone = global::TINK.Droid.Resource.Drawable.common_full_open_on_phone;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_dark = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_dark;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_dark_focused = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_dark_focused;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_dark_normal = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_dark_normal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_dark_normal_background = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_dark_normal_background;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_disabled = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_disabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_light = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_light;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_light_focused = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_light_focused;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_light_normal = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_light_normal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_light_normal_background = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_light_normal_background;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_dark = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_dark;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_dark_focused = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_dark_focused;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_dark_normal = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_dark_normal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_dark_normal_background = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_dark_normal_background;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_disabled = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_disabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_light = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_light;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_light_focused = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_light_focused;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_light_normal = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_light_normal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_light_normal_background = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_light_normal_background;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.googleg_disabled_color_18 = global::TINK.Droid.Resource.Drawable.googleg_disabled_color_18;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.googleg_standard_color_18 = global::TINK.Droid.Resource.Drawable.googleg_standard_color_18;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_action_background = global::TINK.Droid.Resource.Drawable.notification_action_background;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_bg = global::TINK.Droid.Resource.Drawable.notification_bg;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_bg_low = global::TINK.Droid.Resource.Drawable.notification_bg_low;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_bg_low_normal = global::TINK.Droid.Resource.Drawable.notification_bg_low_normal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_bg_low_pressed = global::TINK.Droid.Resource.Drawable.notification_bg_low_pressed;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_bg_normal = global::TINK.Droid.Resource.Drawable.notification_bg_normal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_bg_normal_pressed = global::TINK.Droid.Resource.Drawable.notification_bg_normal_pressed;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_icon_background = global::TINK.Droid.Resource.Drawable.notification_icon_background;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_template_icon_bg = global::TINK.Droid.Resource.Drawable.notification_template_icon_bg;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_template_icon_low_bg = global::TINK.Droid.Resource.Drawable.notification_template_icon_low_bg;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_tile_bg = global::TINK.Droid.Resource.Drawable.notification_tile_bg;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notify_panel_notification_icon_bg = global::TINK.Droid.Resource.Drawable.notify_panel_notification_icon_bg;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_action_clickable_span = global::TINK.Droid.Resource.Id.accessibility_action_clickable_span;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_0 = global::TINK.Droid.Resource.Id.accessibility_custom_action_0;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_1 = global::TINK.Droid.Resource.Id.accessibility_custom_action_1;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_10 = global::TINK.Droid.Resource.Id.accessibility_custom_action_10;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_11 = global::TINK.Droid.Resource.Id.accessibility_custom_action_11;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_12 = global::TINK.Droid.Resource.Id.accessibility_custom_action_12;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_13 = global::TINK.Droid.Resource.Id.accessibility_custom_action_13;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_14 = global::TINK.Droid.Resource.Id.accessibility_custom_action_14;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_15 = global::TINK.Droid.Resource.Id.accessibility_custom_action_15;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_16 = global::TINK.Droid.Resource.Id.accessibility_custom_action_16;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_17 = global::TINK.Droid.Resource.Id.accessibility_custom_action_17;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_18 = global::TINK.Droid.Resource.Id.accessibility_custom_action_18;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_19 = global::TINK.Droid.Resource.Id.accessibility_custom_action_19;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_2 = global::TINK.Droid.Resource.Id.accessibility_custom_action_2;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_20 = global::TINK.Droid.Resource.Id.accessibility_custom_action_20;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_21 = global::TINK.Droid.Resource.Id.accessibility_custom_action_21;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_22 = global::TINK.Droid.Resource.Id.accessibility_custom_action_22;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_23 = global::TINK.Droid.Resource.Id.accessibility_custom_action_23;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_24 = global::TINK.Droid.Resource.Id.accessibility_custom_action_24;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_25 = global::TINK.Droid.Resource.Id.accessibility_custom_action_25;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_26 = global::TINK.Droid.Resource.Id.accessibility_custom_action_26;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_27 = global::TINK.Droid.Resource.Id.accessibility_custom_action_27;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_28 = global::TINK.Droid.Resource.Id.accessibility_custom_action_28;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_29 = global::TINK.Droid.Resource.Id.accessibility_custom_action_29;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_3 = global::TINK.Droid.Resource.Id.accessibility_custom_action_3;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_30 = global::TINK.Droid.Resource.Id.accessibility_custom_action_30;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_31 = global::TINK.Droid.Resource.Id.accessibility_custom_action_31;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_4 = global::TINK.Droid.Resource.Id.accessibility_custom_action_4;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_5 = global::TINK.Droid.Resource.Id.accessibility_custom_action_5;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_6 = global::TINK.Droid.Resource.Id.accessibility_custom_action_6;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_7 = global::TINK.Droid.Resource.Id.accessibility_custom_action_7;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_8 = global::TINK.Droid.Resource.Id.accessibility_custom_action_8;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_9 = global::TINK.Droid.Resource.Id.accessibility_custom_action_9;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.action0 = global::TINK.Droid.Resource.Id.action0;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.actions = global::TINK.Droid.Resource.Id.actions;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.action_container = global::TINK.Droid.Resource.Id.action_container;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.action_divider = global::TINK.Droid.Resource.Id.action_divider;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.action_image = global::TINK.Droid.Resource.Id.action_image;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.action_text = global::TINK.Droid.Resource.Id.action_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.adjust_height = global::TINK.Droid.Resource.Id.adjust_height;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.adjust_width = global::TINK.Droid.Resource.Id.adjust_width;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.all = global::TINK.Droid.Resource.Id.all;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.async = global::TINK.Droid.Resource.Id.async;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.auto = global::TINK.Droid.Resource.Id.auto;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.blocking = global::TINK.Droid.Resource.Id.blocking;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.bottom = global::TINK.Droid.Resource.Id.bottom;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.cancel_action = global::TINK.Droid.Resource.Id.cancel_action;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.center = global::TINK.Droid.Resource.Id.center;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.center_horizontal = global::TINK.Droid.Resource.Id.center_horizontal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.center_vertical = global::TINK.Droid.Resource.Id.center_vertical;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.chronometer = global::TINK.Droid.Resource.Id.chronometer;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.clip_horizontal = global::TINK.Droid.Resource.Id.clip_horizontal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.clip_vertical = global::TINK.Droid.Resource.Id.clip_vertical;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.contact = global::TINK.Droid.Resource.Id.contact;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.dark = global::TINK.Droid.Resource.Id.dark;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.date = global::TINK.Droid.Resource.Id.date;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.demote_common_words = global::TINK.Droid.Resource.Id.demote_common_words;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.demote_rfc822_hostnames = global::TINK.Droid.Resource.Id.demote_rfc822_hostnames;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.dialog_button = global::TINK.Droid.Resource.Id.dialog_button;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.email = global::TINK.Droid.Resource.Id.email;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.end = global::TINK.Droid.Resource.Id.end;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.end_padder = global::TINK.Droid.Resource.Id.end_padder;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.fill = global::TINK.Droid.Resource.Id.fill;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.fill_horizontal = global::TINK.Droid.Resource.Id.fill_horizontal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.fill_vertical = global::TINK.Droid.Resource.Id.fill_vertical;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.forever = global::TINK.Droid.Resource.Id.forever;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.fragment_container_view_tag = global::TINK.Droid.Resource.Id.fragment_container_view_tag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.html = global::TINK.Droid.Resource.Id.html;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.icon = global::TINK.Droid.Resource.Id.icon;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.icon_group = global::TINK.Droid.Resource.Id.icon_group;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.icon_only = global::TINK.Droid.Resource.Id.icon_only;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.icon_uri = global::TINK.Droid.Resource.Id.icon_uri;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.index_entity_types = global::TINK.Droid.Resource.Id.index_entity_types;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.info = global::TINK.Droid.Resource.Id.info;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.instant_message = global::TINK.Droid.Resource.Id.instant_message;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.intent_action = global::TINK.Droid.Resource.Id.intent_action;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.intent_activity = global::TINK.Droid.Resource.Id.intent_activity;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.intent_data = global::TINK.Droid.Resource.Id.intent_data;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.intent_data_id = global::TINK.Droid.Resource.Id.intent_data_id;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.intent_extra_data = global::TINK.Droid.Resource.Id.intent_extra_data;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.italic = global::TINK.Droid.Resource.Id.italic;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.large_icon_uri = global::TINK.Droid.Resource.Id.large_icon_uri;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.left = global::TINK.Droid.Resource.Id.left;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.light = global::TINK.Droid.Resource.Id.light;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.line1 = global::TINK.Droid.Resource.Id.line1;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.line3 = global::TINK.Droid.Resource.Id.line3;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.match_global_nicknames = global::TINK.Droid.Resource.Id.match_global_nicknames;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.media_actions = global::TINK.Droid.Resource.Id.media_actions;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.media_controller_compat_view_tag = global::TINK.Droid.Resource.Id.media_controller_compat_view_tag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.none = global::TINK.Droid.Resource.Id.none;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.normal = global::TINK.Droid.Resource.Id.normal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.notification_background = global::TINK.Droid.Resource.Id.notification_background;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.notification_main_column = global::TINK.Droid.Resource.Id.notification_main_column;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.notification_main_column_container = global::TINK.Droid.Resource.Id.notification_main_column_container;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.omnibox_title_section = global::TINK.Droid.Resource.Id.omnibox_title_section;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.omnibox_url_section = global::TINK.Droid.Resource.Id.omnibox_url_section;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.plain = global::TINK.Droid.Resource.Id.plain;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.rfc822 = global::TINK.Droid.Resource.Id.rfc822;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.right = global::TINK.Droid.Resource.Id.right;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.right_icon = global::TINK.Droid.Resource.Id.right_icon;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.right_side = global::TINK.Droid.Resource.Id.right_side;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.special_effects_controller_view_tag = global::TINK.Droid.Resource.Id.special_effects_controller_view_tag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.standard = global::TINK.Droid.Resource.Id.standard;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.start = global::TINK.Droid.Resource.Id.start;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.status_bar_latest_event_content = global::TINK.Droid.Resource.Id.status_bar_latest_event_content;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_accessibility_actions = global::TINK.Droid.Resource.Id.tag_accessibility_actions;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_accessibility_clickable_spans = global::TINK.Droid.Resource.Id.tag_accessibility_clickable_spans;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_accessibility_heading = global::TINK.Droid.Resource.Id.tag_accessibility_heading;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_accessibility_pane_title = global::TINK.Droid.Resource.Id.tag_accessibility_pane_title;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_on_apply_window_listener = global::TINK.Droid.Resource.Id.tag_on_apply_window_listener;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_on_receive_content_listener = global::TINK.Droid.Resource.Id.tag_on_receive_content_listener;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_on_receive_content_mime_types = global::TINK.Droid.Resource.Id.tag_on_receive_content_mime_types;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_screen_reader_focusable = global::TINK.Droid.Resource.Id.tag_screen_reader_focusable;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_state_description = global::TINK.Droid.Resource.Id.tag_state_description;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_transition_group = global::TINK.Droid.Resource.Id.tag_transition_group;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_unhandled_key_event_manager = global::TINK.Droid.Resource.Id.tag_unhandled_key_event_manager;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_unhandled_key_listeners = global::TINK.Droid.Resource.Id.tag_unhandled_key_listeners;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_window_insets_animation_callback = global::TINK.Droid.Resource.Id.tag_window_insets_animation_callback;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.text = global::TINK.Droid.Resource.Id.text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.text1 = global::TINK.Droid.Resource.Id.text1;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.text2 = global::TINK.Droid.Resource.Id.text2;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.thing_proto = global::TINK.Droid.Resource.Id.thing_proto;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.time = global::TINK.Droid.Resource.Id.time;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.title = global::TINK.Droid.Resource.Id.title;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.top = global::TINK.Droid.Resource.Id.top;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.url = global::TINK.Droid.Resource.Id.url;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.view_tree_lifecycle_owner = global::TINK.Droid.Resource.Id.view_tree_lifecycle_owner;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.view_tree_saved_state_registry_owner = global::TINK.Droid.Resource.Id.view_tree_saved_state_registry_owner;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.view_tree_view_model_store_owner = global::TINK.Droid.Resource.Id.view_tree_view_model_store_owner;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.visible_removing_fragment_view_tag = global::TINK.Droid.Resource.Id.visible_removing_fragment_view_tag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.wide = global::TINK.Droid.Resource.Id.wide;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Integer.cancel_button_image_alpha = global::TINK.Droid.Resource.Integer.cancel_button_image_alpha;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Integer.google_play_services_version = global::TINK.Droid.Resource.Integer.google_play_services_version;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Integer.status_bar_notification_info_maxnum = global::TINK.Droid.Resource.Integer.status_bar_notification_info_maxnum;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.custom_dialog = global::TINK.Droid.Resource.Layout.custom_dialog;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_action = global::TINK.Droid.Resource.Layout.notification_action;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_action_tombstone = global::TINK.Droid.Resource.Layout.notification_action_tombstone;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_media_action = global::TINK.Droid.Resource.Layout.notification_media_action;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_media_cancel_action = global::TINK.Droid.Resource.Layout.notification_media_cancel_action;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_big_media = global::TINK.Droid.Resource.Layout.notification_template_big_media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_big_media_custom = global::TINK.Droid.Resource.Layout.notification_template_big_media_custom;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_big_media_narrow = global::TINK.Droid.Resource.Layout.notification_template_big_media_narrow;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_big_media_narrow_custom = global::TINK.Droid.Resource.Layout.notification_template_big_media_narrow_custom;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_custom_big = global::TINK.Droid.Resource.Layout.notification_template_custom_big;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_icon_group = global::TINK.Droid.Resource.Layout.notification_template_icon_group;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_lines_media = global::TINK.Droid.Resource.Layout.notification_template_lines_media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_media = global::TINK.Droid.Resource.Layout.notification_template_media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_media_custom = global::TINK.Droid.Resource.Layout.notification_template_media_custom;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_part_chronometer = global::TINK.Droid.Resource.Layout.notification_template_part_chronometer;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_part_time = global::TINK.Droid.Resource.Layout.notification_template_part_time;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_enable_button = global::TINK.Droid.Resource.String.common_google_play_services_enable_button;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_enable_text = global::TINK.Droid.Resource.String.common_google_play_services_enable_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_enable_title = global::TINK.Droid.Resource.String.common_google_play_services_enable_title;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_install_button = global::TINK.Droid.Resource.String.common_google_play_services_install_button;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_install_text = global::TINK.Droid.Resource.String.common_google_play_services_install_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_install_title = global::TINK.Droid.Resource.String.common_google_play_services_install_title;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_notification_channel_name = global::TINK.Droid.Resource.String.common_google_play_services_notification_channel_name;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_notification_ticker = global::TINK.Droid.Resource.String.common_google_play_services_notification_ticker;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_unknown_issue = global::TINK.Droid.Resource.String.common_google_play_services_unknown_issue;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_unsupported_text = global::TINK.Droid.Resource.String.common_google_play_services_unsupported_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_update_button = global::TINK.Droid.Resource.String.common_google_play_services_update_button;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_update_text = global::TINK.Droid.Resource.String.common_google_play_services_update_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_update_title = global::TINK.Droid.Resource.String.common_google_play_services_update_title;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_updating_text = global::TINK.Droid.Resource.String.common_google_play_services_updating_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_wear_update_text = global::TINK.Droid.Resource.String.common_google_play_services_wear_update_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_open_on_phone = global::TINK.Droid.Resource.String.common_open_on_phone;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_signin_button_text = global::TINK.Droid.Resource.String.common_signin_button_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_signin_button_text_long = global::TINK.Droid.Resource.String.common_signin_button_text_long;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.library_name = global::TINK.Droid.Resource.String.library_name;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.status_bar_notification_info_overflow = global::TINK.Droid.Resource.String.status_bar_notification_info_overflow;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Info = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Info;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Info_Media = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Info_Media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Line2 = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Line2;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Line2_Media = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Line2_Media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Media = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Time = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Time;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Time_Media = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Time_Media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Title = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Title;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Title_Media = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Title_Media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.Widget_Compat_NotificationActionContainer = global::TINK.Droid.Resource.Style.Widget_Compat_NotificationActionContainer;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.Widget_Compat_NotificationActionText = global::TINK.Droid.Resource.Style.Widget_Compat_NotificationActionText;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.Widget_Support_CoordinatorLayout = global::TINK.Droid.Resource.Style.Widget_Support_CoordinatorLayout;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.AppDataSearch = global::TINK.Droid.Resource.Styleable.AppDataSearch;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Capability = global::TINK.Droid.Resource.Styleable.Capability;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Capability_queryPatterns = global::TINK.Droid.Resource.Styleable.Capability_queryPatterns;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Capability_shortcutMatchRequired = global::TINK.Droid.Resource.Styleable.Capability_shortcutMatchRequired;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.ColorStateListItem = global::TINK.Droid.Resource.Styleable.ColorStateListItem;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.ColorStateListItem_alpha = global::TINK.Droid.Resource.Styleable.ColorStateListItem_alpha;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.ColorStateListItem_android_alpha = global::TINK.Droid.Resource.Styleable.ColorStateListItem_android_alpha;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.ColorStateListItem_android_color = global::TINK.Droid.Resource.Styleable.ColorStateListItem_android_color;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout = global::TINK.Droid.Resource.Styleable.CoordinatorLayout;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_keylines = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_keylines;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout_android_layout_gravity = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout_android_layout_gravity;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout_layout_anchor = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_anchor;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout_layout_anchorGravity = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_anchorGravity;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout_layout_behavior = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_behavior;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout_layout_dodgeInsetEdges = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_dodgeInsetEdges;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout_layout_insetEdge = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_insetEdge;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout_layout_keyline = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_keyline;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_statusBarBackground = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_statusBarBackground;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus = global::TINK.Droid.Resource.Styleable.Corpus;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_contentProviderUri = global::TINK.Droid.Resource.Styleable.Corpus_contentProviderUri;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_corpusId = global::TINK.Droid.Resource.Styleable.Corpus_corpusId;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_corpusVersion = global::TINK.Droid.Resource.Styleable.Corpus_corpusVersion;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_documentMaxAgeSecs = global::TINK.Droid.Resource.Styleable.Corpus_documentMaxAgeSecs;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_perAccountTemplate = global::TINK.Droid.Resource.Styleable.Corpus_perAccountTemplate;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_schemaOrgType = global::TINK.Droid.Resource.Styleable.Corpus_schemaOrgType;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_semanticallySearchable = global::TINK.Droid.Resource.Styleable.Corpus_semanticallySearchable;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_trimmable = global::TINK.Droid.Resource.Styleable.Corpus_trimmable;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.DrawerLayout = global::TINK.Droid.Resource.Styleable.DrawerLayout;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.DrawerLayout_elevation = global::TINK.Droid.Resource.Styleable.DrawerLayout_elevation;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FeatureParam = global::TINK.Droid.Resource.Styleable.FeatureParam;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FeatureParam_paramName = global::TINK.Droid.Resource.Styleable.FeatureParam_paramName;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FeatureParam_paramValue = global::TINK.Droid.Resource.Styleable.FeatureParam_paramValue;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily = global::TINK.Droid.Resource.Styleable.FontFamily;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont = global::TINK.Droid.Resource.Styleable.FontFamilyFont;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_android_font = global::TINK.Droid.Resource.Styleable.FontFamilyFont_android_font;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_android_fontStyle = global::TINK.Droid.Resource.Styleable.FontFamilyFont_android_fontStyle;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_android_fontVariationSettings = global::TINK.Droid.Resource.Styleable.FontFamilyFont_android_fontVariationSettings;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_android_fontWeight = global::TINK.Droid.Resource.Styleable.FontFamilyFont_android_fontWeight;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_android_ttcIndex = global::TINK.Droid.Resource.Styleable.FontFamilyFont_android_ttcIndex;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_font = global::TINK.Droid.Resource.Styleable.FontFamilyFont_font;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_fontStyle = global::TINK.Droid.Resource.Styleable.FontFamilyFont_fontStyle;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_fontVariationSettings = global::TINK.Droid.Resource.Styleable.FontFamilyFont_fontVariationSettings;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_fontWeight = global::TINK.Droid.Resource.Styleable.FontFamilyFont_fontWeight;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_ttcIndex = global::TINK.Droid.Resource.Styleable.FontFamilyFont_ttcIndex;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily_fontProviderAuthority = global::TINK.Droid.Resource.Styleable.FontFamily_fontProviderAuthority;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily_fontProviderCerts = global::TINK.Droid.Resource.Styleable.FontFamily_fontProviderCerts;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily_fontProviderFetchStrategy = global::TINK.Droid.Resource.Styleable.FontFamily_fontProviderFetchStrategy;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily_fontProviderFetchTimeout = global::TINK.Droid.Resource.Styleable.FontFamily_fontProviderFetchTimeout;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily_fontProviderPackage = global::TINK.Droid.Resource.Styleable.FontFamily_fontProviderPackage;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily_fontProviderQuery = global::TINK.Droid.Resource.Styleable.FontFamily_fontProviderQuery;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily_fontProviderSystemFontFamily = global::TINK.Droid.Resource.Styleable.FontFamily_fontProviderSystemFontFamily;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Fragment = global::TINK.Droid.Resource.Styleable.Fragment;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FragmentContainerView = global::TINK.Droid.Resource.Styleable.FragmentContainerView;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FragmentContainerView_android_name = global::TINK.Droid.Resource.Styleable.FragmentContainerView_android_name;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FragmentContainerView_android_tag = global::TINK.Droid.Resource.Styleable.FragmentContainerView_android_tag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Fragment_android_id = global::TINK.Droid.Resource.Styleable.Fragment_android_id;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Fragment_android_name = global::TINK.Droid.Resource.Styleable.Fragment_android_name;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Fragment_android_tag = global::TINK.Droid.Resource.Styleable.Fragment_android_tag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearch = global::TINK.Droid.Resource.Styleable.GlobalSearch;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearchCorpus = global::TINK.Droid.Resource.Styleable.GlobalSearchCorpus;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearchCorpus_allowShortcuts = global::TINK.Droid.Resource.Styleable.GlobalSearchCorpus_allowShortcuts;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearchSection = global::TINK.Droid.Resource.Styleable.GlobalSearchSection;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearchSection_sectionContent = global::TINK.Droid.Resource.Styleable.GlobalSearchSection_sectionContent;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearchSection_sectionType = global::TINK.Droid.Resource.Styleable.GlobalSearchSection_sectionType;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearch_defaultIntentAction = global::TINK.Droid.Resource.Styleable.GlobalSearch_defaultIntentAction;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearch_defaultIntentActivity = global::TINK.Droid.Resource.Styleable.GlobalSearch_defaultIntentActivity;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearch_defaultIntentData = global::TINK.Droid.Resource.Styleable.GlobalSearch_defaultIntentData;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearch_searchEnabled = global::TINK.Droid.Resource.Styleable.GlobalSearch_searchEnabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearch_searchLabel = global::TINK.Droid.Resource.Styleable.GlobalSearch_searchLabel;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearch_settingsDescription = global::TINK.Droid.Resource.Styleable.GlobalSearch_settingsDescription;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor = global::TINK.Droid.Resource.Styleable.GradientColor;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColorItem = global::TINK.Droid.Resource.Styleable.GradientColorItem;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColorItem_android_color = global::TINK.Droid.Resource.Styleable.GradientColorItem_android_color;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColorItem_android_offset = global::TINK.Droid.Resource.Styleable.GradientColorItem_android_offset;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_centerColor = global::TINK.Droid.Resource.Styleable.GradientColor_android_centerColor;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_centerX = global::TINK.Droid.Resource.Styleable.GradientColor_android_centerX;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_centerY = global::TINK.Droid.Resource.Styleable.GradientColor_android_centerY;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_endColor = global::TINK.Droid.Resource.Styleable.GradientColor_android_endColor;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_endX = global::TINK.Droid.Resource.Styleable.GradientColor_android_endX;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_endY = global::TINK.Droid.Resource.Styleable.GradientColor_android_endY;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_gradientRadius = global::TINK.Droid.Resource.Styleable.GradientColor_android_gradientRadius;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_startColor = global::TINK.Droid.Resource.Styleable.GradientColor_android_startColor;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_startX = global::TINK.Droid.Resource.Styleable.GradientColor_android_startX;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_startY = global::TINK.Droid.Resource.Styleable.GradientColor_android_startY;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_tileMode = global::TINK.Droid.Resource.Styleable.GradientColor_android_tileMode;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_type = global::TINK.Droid.Resource.Styleable.GradientColor_android_type;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.IMECorpus = global::TINK.Droid.Resource.Styleable.IMECorpus;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.IMECorpus_inputEnabled = global::TINK.Droid.Resource.Styleable.IMECorpus_inputEnabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.IMECorpus_sourceClass = global::TINK.Droid.Resource.Styleable.IMECorpus_sourceClass;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.IMECorpus_toAddressesSection = global::TINK.Droid.Resource.Styleable.IMECorpus_toAddressesSection;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.IMECorpus_userInputSection = global::TINK.Droid.Resource.Styleable.IMECorpus_userInputSection;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.IMECorpus_userInputTag = global::TINK.Droid.Resource.Styleable.IMECorpus_userInputTag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.IMECorpus_userInputValue = global::TINK.Droid.Resource.Styleable.IMECorpus_userInputValue;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.LoadingImageView = global::TINK.Droid.Resource.Styleable.LoadingImageView;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.LoadingImageView_circleCrop = global::TINK.Droid.Resource.Styleable.LoadingImageView_circleCrop;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.LoadingImageView_imageAspectRatio = global::TINK.Droid.Resource.Styleable.LoadingImageView_imageAspectRatio;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.LoadingImageView_imageAspectRatioAdjust = global::TINK.Droid.Resource.Styleable.LoadingImageView_imageAspectRatioAdjust;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section = global::TINK.Droid.Resource.Styleable.Section;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SectionFeature = global::TINK.Droid.Resource.Styleable.SectionFeature;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SectionFeature_featureType = global::TINK.Droid.Resource.Styleable.SectionFeature_featureType;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section_indexPrefixes = global::TINK.Droid.Resource.Styleable.Section_indexPrefixes;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section_noIndex = global::TINK.Droid.Resource.Styleable.Section_noIndex;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section_schemaOrgProperty = global::TINK.Droid.Resource.Styleable.Section_schemaOrgProperty;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section_sectionFormat = global::TINK.Droid.Resource.Styleable.Section_sectionFormat;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section_sectionId = global::TINK.Droid.Resource.Styleable.Section_sectionId;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section_sectionWeight = global::TINK.Droid.Resource.Styleable.Section_sectionWeight;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section_subsectionSeparator = global::TINK.Droid.Resource.Styleable.Section_subsectionSeparator;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SignInButton = global::TINK.Droid.Resource.Styleable.SignInButton;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SignInButton_buttonSize = global::TINK.Droid.Resource.Styleable.SignInButton_buttonSize;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SignInButton_colorScheme = global::TINK.Droid.Resource.Styleable.SignInButton_colorScheme;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SignInButton_scopeUris = global::TINK.Droid.Resource.Styleable.SignInButton_scopeUris;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SwipeRefreshLayout = global::TINK.Droid.Resource.Styleable.SwipeRefreshLayout;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor = global::TINK.Droid.Resource.Styleable.SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor;
global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_fade_in = global::TINK.Droid.Resource.Animation.abc_fade_in;
global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_fade_out = global::TINK.Droid.Resource.Animation.abc_fade_out;
global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_grow_fade_in_from_bottom = global::TINK.Droid.Resource.Animation.abc_grow_fade_in_from_bottom;
@@ -16902,2446 +17347,2524 @@ namespace TINK.Droid
public const int allowDividerBelow = 2130903088;
// aapt resource value: 0x7F030031
- public const int allowStacking = 2130903089;
+ public const int allowShortcuts = 2130903089;
// aapt resource value: 0x7F030032
- public const int alpha = 2130903090;
+ public const int allowStacking = 2130903090;
// aapt resource value: 0x7F030033
- public const int alphabeticModifiers = 2130903091;
+ public const int alpha = 2130903091;
// aapt resource value: 0x7F030034
- public const int altSrc = 2130903092;
+ public const int alphabeticModifiers = 2130903092;
// aapt resource value: 0x7F030035
- public const int ambientEnabled = 2130903093;
+ public const int altSrc = 2130903093;
// aapt resource value: 0x7F030036
- public const int animateCircleAngleTo = 2130903094;
+ public const int ambientEnabled = 2130903094;
// aapt resource value: 0x7F030037
- public const int animateRelativeTo = 2130903095;
+ public const int animateCircleAngleTo = 2130903095;
// aapt resource value: 0x7F030038
- public const int animationMode = 2130903096;
+ public const int animateRelativeTo = 2130903096;
// aapt resource value: 0x7F030039
- public const int appBarLayoutStyle = 2130903097;
+ public const int animationMode = 2130903097;
// aapt resource value: 0x7F03003A
- public const int applyMotionScene = 2130903098;
+ public const int appBarLayoutStyle = 2130903098;
// aapt resource value: 0x7F03003B
- public const int arcMode = 2130903099;
+ public const int applyMotionScene = 2130903099;
// aapt resource value: 0x7F03003C
- public const int argType = 2130903100;
+ public const int arcMode = 2130903100;
// aapt resource value: 0x7F03003D
- public const int arrowHeadLength = 2130903101;
+ public const int argType = 2130903101;
// aapt resource value: 0x7F03003E
- public const int arrowShaftLength = 2130903102;
+ public const int arrowHeadLength = 2130903102;
// aapt resource value: 0x7F03003F
- public const int attributeName = 2130903103;
+ public const int arrowShaftLength = 2130903103;
// aapt resource value: 0x7F030040
- public const int autoCompleteMode = 2130903104;
+ public const int attributeName = 2130903104;
// aapt resource value: 0x7F030041
- public const int autoCompleteTextViewStyle = 2130903105;
+ public const int autoCompleteMode = 2130903105;
// aapt resource value: 0x7F030042
- public const int autoSizeMaxTextSize = 2130903106;
+ public const int autoCompleteTextViewStyle = 2130903106;
// aapt resource value: 0x7F030043
- public const int autoSizeMinTextSize = 2130903107;
+ public const int autoSizeMaxTextSize = 2130903107;
// aapt resource value: 0x7F030044
- public const int autoSizePresetSizes = 2130903108;
+ public const int autoSizeMinTextSize = 2130903108;
// aapt resource value: 0x7F030045
- public const int autoSizeStepGranularity = 2130903109;
+ public const int autoSizePresetSizes = 2130903109;
// aapt resource value: 0x7F030046
- public const int autoSizeTextType = 2130903110;
+ public const int autoSizeStepGranularity = 2130903110;
// aapt resource value: 0x7F030047
- public const int autoTransition = 2130903111;
+ public const int autoSizeTextType = 2130903111;
// aapt resource value: 0x7F030048
- public const int background = 2130903112;
+ public const int autoTransition = 2130903112;
// aapt resource value: 0x7F030049
- public const int backgroundColor = 2130903113;
+ public const int background = 2130903113;
// aapt resource value: 0x7F03004A
- public const int backgroundInsetBottom = 2130903114;
+ public const int backgroundColor = 2130903114;
// aapt resource value: 0x7F03004B
- public const int backgroundInsetEnd = 2130903115;
+ public const int backgroundInsetBottom = 2130903115;
// aapt resource value: 0x7F03004C
- public const int backgroundInsetStart = 2130903116;
+ public const int backgroundInsetEnd = 2130903116;
// aapt resource value: 0x7F03004D
- public const int backgroundInsetTop = 2130903117;
+ public const int backgroundInsetStart = 2130903117;
// aapt resource value: 0x7F03004E
- public const int backgroundOverlayColorAlpha = 2130903118;
+ public const int backgroundInsetTop = 2130903118;
// aapt resource value: 0x7F03004F
- public const int backgroundSplit = 2130903119;
+ public const int backgroundOverlayColorAlpha = 2130903119;
// aapt resource value: 0x7F030050
- public const int backgroundStacked = 2130903120;
+ public const int backgroundSplit = 2130903120;
// aapt resource value: 0x7F030051
- public const int backgroundTint = 2130903121;
+ public const int backgroundStacked = 2130903121;
// aapt resource value: 0x7F030052
- public const int backgroundTintMode = 2130903122;
+ public const int backgroundTint = 2130903122;
// aapt resource value: 0x7F030053
- public const int badgeGravity = 2130903123;
+ public const int backgroundTintMode = 2130903123;
// aapt resource value: 0x7F030054
- public const int badgeStyle = 2130903124;
+ public const int badgeGravity = 2130903124;
// aapt resource value: 0x7F030055
- public const int badgeTextColor = 2130903125;
+ public const int badgeStyle = 2130903125;
// aapt resource value: 0x7F030056
- public const int barLength = 2130903126;
+ public const int badgeTextColor = 2130903126;
// aapt resource value: 0x7F030057
- public const int barrierAllowsGoneWidgets = 2130903127;
+ public const int barLength = 2130903127;
// aapt resource value: 0x7F030058
- public const int barrierDirection = 2130903128;
+ public const int barrierAllowsGoneWidgets = 2130903128;
// aapt resource value: 0x7F030059
- public const int barrierMargin = 2130903129;
+ public const int barrierDirection = 2130903129;
// aapt resource value: 0x7F03005A
- public const int behavior_autoHide = 2130903130;
+ public const int barrierMargin = 2130903130;
// aapt resource value: 0x7F03005B
- public const int behavior_autoShrink = 2130903131;
+ public const int behavior_autoHide = 2130903131;
// aapt resource value: 0x7F03005C
- public const int behavior_draggable = 2130903132;
+ public const int behavior_autoShrink = 2130903132;
// aapt resource value: 0x7F03005D
- public const int behavior_expandedOffset = 2130903133;
+ public const int behavior_draggable = 2130903133;
// aapt resource value: 0x7F03005E
- public const int behavior_fitToContents = 2130903134;
+ public const int behavior_expandedOffset = 2130903134;
// aapt resource value: 0x7F03005F
- public const int behavior_halfExpandedRatio = 2130903135;
+ public const int behavior_fitToContents = 2130903135;
// aapt resource value: 0x7F030060
- public const int behavior_hideable = 2130903136;
+ public const int behavior_halfExpandedRatio = 2130903136;
// aapt resource value: 0x7F030061
- public const int behavior_overlapTop = 2130903137;
+ public const int behavior_hideable = 2130903137;
// aapt resource value: 0x7F030062
- public const int behavior_peekHeight = 2130903138;
+ public const int behavior_overlapTop = 2130903138;
// aapt resource value: 0x7F030063
- public const int behavior_saveFlags = 2130903139;
+ public const int behavior_peekHeight = 2130903139;
// aapt resource value: 0x7F030064
- public const int behavior_skipCollapsed = 2130903140;
+ public const int behavior_saveFlags = 2130903140;
// aapt resource value: 0x7F030065
- public const int blendSrc = 2130903141;
-
- // aapt resource value: 0x7F030069
- public const int borderlessButtonStyle = 2130903145;
+ public const int behavior_skipCollapsed = 2130903141;
// aapt resource value: 0x7F030066
- public const int borderRound = 2130903142;
-
- // aapt resource value: 0x7F030067
- public const int borderRoundPercent = 2130903143;
-
- // aapt resource value: 0x7F030068
- public const int borderWidth = 2130903144;
+ public const int blendSrc = 2130903142;
// aapt resource value: 0x7F03006A
- public const int bottomAppBarStyle = 2130903146;
+ public const int borderlessButtonStyle = 2130903146;
+
+ // aapt resource value: 0x7F030067
+ public const int borderRound = 2130903143;
+
+ // aapt resource value: 0x7F030068
+ public const int borderRoundPercent = 2130903144;
+
+ // aapt resource value: 0x7F030069
+ public const int borderWidth = 2130903145;
// aapt resource value: 0x7F03006B
- public const int bottomNavigationStyle = 2130903147;
+ public const int bottomAppBarStyle = 2130903147;
// aapt resource value: 0x7F03006C
- public const int bottomSheetDialogTheme = 2130903148;
+ public const int bottomNavigationStyle = 2130903148;
// aapt resource value: 0x7F03006D
- public const int bottomSheetStyle = 2130903149;
+ public const int bottomSheetDialogTheme = 2130903149;
// aapt resource value: 0x7F03006E
- public const int boxBackgroundColor = 2130903150;
+ public const int bottomSheetStyle = 2130903150;
// aapt resource value: 0x7F03006F
- public const int boxBackgroundMode = 2130903151;
+ public const int boxBackgroundColor = 2130903151;
// aapt resource value: 0x7F030070
- public const int boxCollapsedPaddingTop = 2130903152;
+ public const int boxBackgroundMode = 2130903152;
// aapt resource value: 0x7F030071
- public const int boxCornerRadiusBottomEnd = 2130903153;
+ public const int boxCollapsedPaddingTop = 2130903153;
// aapt resource value: 0x7F030072
- public const int boxCornerRadiusBottomStart = 2130903154;
+ public const int boxCornerRadiusBottomEnd = 2130903154;
// aapt resource value: 0x7F030073
- public const int boxCornerRadiusTopEnd = 2130903155;
+ public const int boxCornerRadiusBottomStart = 2130903155;
// aapt resource value: 0x7F030074
- public const int boxCornerRadiusTopStart = 2130903156;
+ public const int boxCornerRadiusTopEnd = 2130903156;
// aapt resource value: 0x7F030075
- public const int boxStrokeColor = 2130903157;
+ public const int boxCornerRadiusTopStart = 2130903157;
// aapt resource value: 0x7F030076
- public const int boxStrokeErrorColor = 2130903158;
+ public const int boxStrokeColor = 2130903158;
// aapt resource value: 0x7F030077
- public const int boxStrokeWidth = 2130903159;
+ public const int boxStrokeErrorColor = 2130903159;
// aapt resource value: 0x7F030078
- public const int boxStrokeWidthFocused = 2130903160;
+ public const int boxStrokeWidth = 2130903160;
// aapt resource value: 0x7F030079
- public const int brightness = 2130903161;
+ public const int boxStrokeWidthFocused = 2130903161;
// aapt resource value: 0x7F03007A
- public const int buttonBarButtonStyle = 2130903162;
+ public const int brightness = 2130903162;
// aapt resource value: 0x7F03007B
- public const int buttonBarNegativeButtonStyle = 2130903163;
+ public const int buttonBarButtonStyle = 2130903163;
// aapt resource value: 0x7F03007C
- public const int buttonBarNeutralButtonStyle = 2130903164;
+ public const int buttonBarNegativeButtonStyle = 2130903164;
// aapt resource value: 0x7F03007D
- public const int buttonBarPositiveButtonStyle = 2130903165;
+ public const int buttonBarNeutralButtonStyle = 2130903165;
// aapt resource value: 0x7F03007E
- public const int buttonBarStyle = 2130903166;
+ public const int buttonBarPositiveButtonStyle = 2130903166;
// aapt resource value: 0x7F03007F
- public const int buttonCompat = 2130903167;
+ public const int buttonBarStyle = 2130903167;
// aapt resource value: 0x7F030080
- public const int buttonGravity = 2130903168;
+ public const int buttonCompat = 2130903168;
// aapt resource value: 0x7F030081
- public const int buttonIconDimen = 2130903169;
+ public const int buttonGravity = 2130903169;
// aapt resource value: 0x7F030082
- public const int buttonPanelSideLayout = 2130903170;
+ public const int buttonIconDimen = 2130903170;
// aapt resource value: 0x7F030083
- public const int buttonSize = 2130903171;
+ public const int buttonPanelSideLayout = 2130903171;
// aapt resource value: 0x7F030084
- public const int buttonStyle = 2130903172;
+ public const int buttonSize = 2130903172;
// aapt resource value: 0x7F030085
- public const int buttonStyleSmall = 2130903173;
+ public const int buttonStyle = 2130903173;
// aapt resource value: 0x7F030086
- public const int buttonTint = 2130903174;
+ public const int buttonStyleSmall = 2130903174;
// aapt resource value: 0x7F030087
- public const int buttonTintMode = 2130903175;
+ public const int buttonTint = 2130903175;
// aapt resource value: 0x7F030088
- public const int cameraBearing = 2130903176;
+ public const int buttonTintMode = 2130903176;
// aapt resource value: 0x7F030089
- public const int cameraMaxZoomPreference = 2130903177;
+ public const int cameraBearing = 2130903177;
// aapt resource value: 0x7F03008A
- public const int cameraMinZoomPreference = 2130903178;
+ public const int cameraMaxZoomPreference = 2130903178;
// aapt resource value: 0x7F03008B
- public const int cameraTargetLat = 2130903179;
+ public const int cameraMinZoomPreference = 2130903179;
// aapt resource value: 0x7F03008C
- public const int cameraTargetLng = 2130903180;
+ public const int cameraTargetLat = 2130903180;
// aapt resource value: 0x7F03008D
- public const int cameraTilt = 2130903181;
+ public const int cameraTargetLng = 2130903181;
// aapt resource value: 0x7F03008E
- public const int cameraZoom = 2130903182;
+ public const int cameraTilt = 2130903182;
// aapt resource value: 0x7F03008F
- public const int cardBackgroundColor = 2130903183;
+ public const int cameraZoom = 2130903183;
// aapt resource value: 0x7F030090
- public const int cardCornerRadius = 2130903184;
+ public const int cardBackgroundColor = 2130903184;
// aapt resource value: 0x7F030091
- public const int cardElevation = 2130903185;
+ public const int cardCornerRadius = 2130903185;
// aapt resource value: 0x7F030092
- public const int cardForegroundColor = 2130903186;
+ public const int cardElevation = 2130903186;
// aapt resource value: 0x7F030093
- public const int cardMaxElevation = 2130903187;
+ public const int cardForegroundColor = 2130903187;
// aapt resource value: 0x7F030094
- public const int cardPreventCornerOverlap = 2130903188;
+ public const int cardMaxElevation = 2130903188;
// aapt resource value: 0x7F030095
- public const int cardUseCompatPadding = 2130903189;
+ public const int cardPreventCornerOverlap = 2130903189;
// aapt resource value: 0x7F030096
- public const int cardViewStyle = 2130903190;
+ public const int cardUseCompatPadding = 2130903190;
// aapt resource value: 0x7F030097
- public const int carousel_backwardTransition = 2130903191;
+ public const int cardViewStyle = 2130903191;
// aapt resource value: 0x7F030098
- public const int carousel_emptyViewsBehavior = 2130903192;
+ public const int carousel_backwardTransition = 2130903192;
// aapt resource value: 0x7F030099
- public const int carousel_firstView = 2130903193;
+ public const int carousel_emptyViewsBehavior = 2130903193;
// aapt resource value: 0x7F03009A
- public const int carousel_forwardTransition = 2130903194;
+ public const int carousel_firstView = 2130903194;
// aapt resource value: 0x7F03009B
- public const int carousel_infinite = 2130903195;
+ public const int carousel_forwardTransition = 2130903195;
// aapt resource value: 0x7F03009C
- public const int carousel_nextState = 2130903196;
+ public const int carousel_infinite = 2130903196;
// aapt resource value: 0x7F03009D
- public const int carousel_previousState = 2130903197;
+ public const int carousel_nextState = 2130903197;
// aapt resource value: 0x7F03009E
- public const int carousel_touchUpMode = 2130903198;
+ public const int carousel_previousState = 2130903198;
// aapt resource value: 0x7F03009F
- public const int carousel_touchUp_dampeningFactor = 2130903199;
+ public const int carousel_touchUpMode = 2130903199;
// aapt resource value: 0x7F0300A0
- public const int carousel_touchUp_velocityThreshold = 2130903200;
+ public const int carousel_touchUp_dampeningFactor = 2130903200;
// aapt resource value: 0x7F0300A1
- public const int chainUseRtl = 2130903201;
+ public const int carousel_touchUp_velocityThreshold = 2130903201;
// aapt resource value: 0x7F0300A2
- public const int checkBoxPreferenceStyle = 2130903202;
+ public const int chainUseRtl = 2130903202;
// aapt resource value: 0x7F0300A3
- public const int checkboxStyle = 2130903203;
+ public const int checkBoxPreferenceStyle = 2130903203;
// aapt resource value: 0x7F0300A4
- public const int checkedButton = 2130903204;
+ public const int checkboxStyle = 2130903204;
// aapt resource value: 0x7F0300A5
- public const int checkedChip = 2130903205;
+ public const int checkedButton = 2130903205;
// aapt resource value: 0x7F0300A6
- public const int checkedIcon = 2130903206;
+ public const int checkedChip = 2130903206;
// aapt resource value: 0x7F0300A7
- public const int checkedIconEnabled = 2130903207;
+ public const int checkedIcon = 2130903207;
// aapt resource value: 0x7F0300A8
- public const int checkedIconMargin = 2130903208;
+ public const int checkedIconEnabled = 2130903208;
// aapt resource value: 0x7F0300A9
- public const int checkedIconSize = 2130903209;
+ public const int checkedIconMargin = 2130903209;
// aapt resource value: 0x7F0300AA
- public const int checkedIconTint = 2130903210;
+ public const int checkedIconSize = 2130903210;
// aapt resource value: 0x7F0300AB
- public const int checkedIconVisible = 2130903211;
+ public const int checkedIconTint = 2130903211;
// aapt resource value: 0x7F0300AC
- public const int checkedTextViewStyle = 2130903212;
+ public const int checkedIconVisible = 2130903212;
// aapt resource value: 0x7F0300AD
- public const int chipBackgroundColor = 2130903213;
+ public const int checkedTextViewStyle = 2130903213;
// aapt resource value: 0x7F0300AE
- public const int chipCornerRadius = 2130903214;
+ public const int chipBackgroundColor = 2130903214;
// aapt resource value: 0x7F0300AF
- public const int chipEndPadding = 2130903215;
+ public const int chipCornerRadius = 2130903215;
// aapt resource value: 0x7F0300B0
- public const int chipGroupStyle = 2130903216;
+ public const int chipEndPadding = 2130903216;
// aapt resource value: 0x7F0300B1
- public const int chipIcon = 2130903217;
+ public const int chipGroupStyle = 2130903217;
// aapt resource value: 0x7F0300B2
- public const int chipIconEnabled = 2130903218;
+ public const int chipIcon = 2130903218;
// aapt resource value: 0x7F0300B3
- public const int chipIconSize = 2130903219;
+ public const int chipIconEnabled = 2130903219;
// aapt resource value: 0x7F0300B4
- public const int chipIconTint = 2130903220;
+ public const int chipIconSize = 2130903220;
// aapt resource value: 0x7F0300B5
- public const int chipIconVisible = 2130903221;
+ public const int chipIconTint = 2130903221;
// aapt resource value: 0x7F0300B6
- public const int chipMinHeight = 2130903222;
+ public const int chipIconVisible = 2130903222;
// aapt resource value: 0x7F0300B7
- public const int chipMinTouchTargetSize = 2130903223;
+ public const int chipMinHeight = 2130903223;
// aapt resource value: 0x7F0300B8
- public const int chipSpacing = 2130903224;
+ public const int chipMinTouchTargetSize = 2130903224;
// aapt resource value: 0x7F0300B9
- public const int chipSpacingHorizontal = 2130903225;
+ public const int chipSpacing = 2130903225;
// aapt resource value: 0x7F0300BA
- public const int chipSpacingVertical = 2130903226;
+ public const int chipSpacingHorizontal = 2130903226;
// aapt resource value: 0x7F0300BB
- public const int chipStandaloneStyle = 2130903227;
+ public const int chipSpacingVertical = 2130903227;
// aapt resource value: 0x7F0300BC
- public const int chipStartPadding = 2130903228;
+ public const int chipStandaloneStyle = 2130903228;
// aapt resource value: 0x7F0300BD
- public const int chipStrokeColor = 2130903229;
+ public const int chipStartPadding = 2130903229;
// aapt resource value: 0x7F0300BE
- public const int chipStrokeWidth = 2130903230;
+ public const int chipStrokeColor = 2130903230;
// aapt resource value: 0x7F0300BF
- public const int chipStyle = 2130903231;
+ public const int chipStrokeWidth = 2130903231;
// aapt resource value: 0x7F0300C0
- public const int chipSurfaceColor = 2130903232;
+ public const int chipStyle = 2130903232;
// aapt resource value: 0x7F0300C1
- public const int circleCrop = 2130903233;
+ public const int chipSurfaceColor = 2130903233;
// aapt resource value: 0x7F0300C2
- public const int circleRadius = 2130903234;
-
- // aapt resource value: 0x7F0300C4
- public const int circularflow_angles = 2130903236;
-
- // aapt resource value: 0x7F0300C5
- public const int circularflow_defaultAngle = 2130903237;
-
- // aapt resource value: 0x7F0300C6
- public const int circularflow_defaultRadius = 2130903238;
-
- // aapt resource value: 0x7F0300C7
- public const int circularflow_radiusInDP = 2130903239;
-
- // aapt resource value: 0x7F0300C8
- public const int circularflow_viewCenter = 2130903240;
+ public const int circleCrop = 2130903234;
// aapt resource value: 0x7F0300C3
- public const int circularProgressIndicatorStyle = 2130903235;
+ public const int circleRadius = 2130903235;
+
+ // aapt resource value: 0x7F0300C5
+ public const int circularflow_angles = 2130903237;
+
+ // aapt resource value: 0x7F0300C6
+ public const int circularflow_defaultAngle = 2130903238;
+
+ // aapt resource value: 0x7F0300C7
+ public const int circularflow_defaultRadius = 2130903239;
+
+ // aapt resource value: 0x7F0300C8
+ public const int circularflow_radiusInDP = 2130903240;
// aapt resource value: 0x7F0300C9
- public const int clearsTag = 2130903241;
+ public const int circularflow_viewCenter = 2130903241;
+
+ // aapt resource value: 0x7F0300C4
+ public const int circularProgressIndicatorStyle = 2130903236;
// aapt resource value: 0x7F0300CA
- public const int clickAction = 2130903242;
+ public const int clearsTag = 2130903242;
// aapt resource value: 0x7F0300CB
- public const int clockFaceBackgroundColor = 2130903243;
+ public const int clickAction = 2130903243;
// aapt resource value: 0x7F0300CC
- public const int clockHandColor = 2130903244;
+ public const int clockFaceBackgroundColor = 2130903244;
// aapt resource value: 0x7F0300CD
- public const int clockIcon = 2130903245;
+ public const int clockHandColor = 2130903245;
// aapt resource value: 0x7F0300CE
- public const int clockNumberTextColor = 2130903246;
+ public const int clockIcon = 2130903246;
// aapt resource value: 0x7F0300CF
- public const int closeIcon = 2130903247;
+ public const int clockNumberTextColor = 2130903247;
// aapt resource value: 0x7F0300D0
- public const int closeIconEnabled = 2130903248;
+ public const int closeIcon = 2130903248;
// aapt resource value: 0x7F0300D1
- public const int closeIconEndPadding = 2130903249;
+ public const int closeIconEnabled = 2130903249;
// aapt resource value: 0x7F0300D2
- public const int closeIconSize = 2130903250;
+ public const int closeIconEndPadding = 2130903250;
// aapt resource value: 0x7F0300D3
- public const int closeIconStartPadding = 2130903251;
+ public const int closeIconSize = 2130903251;
// aapt resource value: 0x7F0300D4
- public const int closeIconTint = 2130903252;
+ public const int closeIconStartPadding = 2130903252;
// aapt resource value: 0x7F0300D5
- public const int closeIconVisible = 2130903253;
+ public const int closeIconTint = 2130903253;
// aapt resource value: 0x7F0300D6
- public const int closeItemLayout = 2130903254;
+ public const int closeIconVisible = 2130903254;
// aapt resource value: 0x7F0300D7
- public const int collapseContentDescription = 2130903255;
-
- // aapt resource value: 0x7F0300D9
- public const int collapsedSize = 2130903257;
-
- // aapt resource value: 0x7F0300DA
- public const int collapsedTitleGravity = 2130903258;
-
- // aapt resource value: 0x7F0300DB
- public const int collapsedTitleTextAppearance = 2130903259;
+ public const int closeItemLayout = 2130903255;
// aapt resource value: 0x7F0300D8
- public const int collapseIcon = 2130903256;
+ public const int collapseContentDescription = 2130903256;
+
+ // aapt resource value: 0x7F0300DA
+ public const int collapsedSize = 2130903258;
+
+ // aapt resource value: 0x7F0300DB
+ public const int collapsedTitleGravity = 2130903259;
// aapt resource value: 0x7F0300DC
- public const int collapsingToolbarLayoutStyle = 2130903260;
+ public const int collapsedTitleTextAppearance = 2130903260;
+
+ // aapt resource value: 0x7F0300D9
+ public const int collapseIcon = 2130903257;
// aapt resource value: 0x7F0300DD
- public const int collectionViewStyle = 2130903261;
+ public const int collapsingToolbarLayoutStyle = 2130903261;
// aapt resource value: 0x7F0300DE
- public const int color = 2130903262;
+ public const int collectionViewStyle = 2130903262;
// aapt resource value: 0x7F0300DF
- public const int colorAccent = 2130903263;
+ public const int color = 2130903263;
// aapt resource value: 0x7F0300E0
- public const int colorBackgroundFloating = 2130903264;
+ public const int colorAccent = 2130903264;
// aapt resource value: 0x7F0300E1
- public const int colorButtonNormal = 2130903265;
+ public const int colorBackgroundFloating = 2130903265;
// aapt resource value: 0x7F0300E2
- public const int colorControlActivated = 2130903266;
+ public const int colorButtonNormal = 2130903266;
// aapt resource value: 0x7F0300E3
- public const int colorControlHighlight = 2130903267;
+ public const int colorControlActivated = 2130903267;
// aapt resource value: 0x7F0300E4
- public const int colorControlNormal = 2130903268;
+ public const int colorControlHighlight = 2130903268;
// aapt resource value: 0x7F0300E5
- public const int colorError = 2130903269;
+ public const int colorControlNormal = 2130903269;
// aapt resource value: 0x7F0300E6
- public const int colorOnBackground = 2130903270;
+ public const int colorError = 2130903270;
// aapt resource value: 0x7F0300E7
- public const int colorOnError = 2130903271;
+ public const int colorOnBackground = 2130903271;
// aapt resource value: 0x7F0300E8
- public const int colorOnPrimary = 2130903272;
+ public const int colorOnError = 2130903272;
// aapt resource value: 0x7F0300E9
- public const int colorOnPrimarySurface = 2130903273;
+ public const int colorOnPrimary = 2130903273;
// aapt resource value: 0x7F0300EA
- public const int colorOnSecondary = 2130903274;
+ public const int colorOnPrimarySurface = 2130903274;
// aapt resource value: 0x7F0300EB
- public const int colorOnSurface = 2130903275;
+ public const int colorOnSecondary = 2130903275;
// aapt resource value: 0x7F0300EC
- public const int colorPrimary = 2130903276;
+ public const int colorOnSurface = 2130903276;
// aapt resource value: 0x7F0300ED
- public const int colorPrimaryDark = 2130903277;
+ public const int colorPrimary = 2130903277;
// aapt resource value: 0x7F0300EE
- public const int colorPrimarySurface = 2130903278;
+ public const int colorPrimaryDark = 2130903278;
// aapt resource value: 0x7F0300EF
- public const int colorPrimaryVariant = 2130903279;
+ public const int colorPrimarySurface = 2130903279;
// aapt resource value: 0x7F0300F0
- public const int colorScheme = 2130903280;
+ public const int colorPrimaryVariant = 2130903280;
// aapt resource value: 0x7F0300F1
- public const int colorSecondary = 2130903281;
+ public const int colorScheme = 2130903281;
// aapt resource value: 0x7F0300F2
- public const int colorSecondaryVariant = 2130903282;
+ public const int colorSecondary = 2130903282;
// aapt resource value: 0x7F0300F3
- public const int colorSurface = 2130903283;
+ public const int colorSecondaryVariant = 2130903283;
// aapt resource value: 0x7F0300F4
- public const int colorSwitchThumbNormal = 2130903284;
+ public const int colorSurface = 2130903284;
// aapt resource value: 0x7F0300F5
- public const int commitIcon = 2130903285;
+ public const int colorSwitchThumbNormal = 2130903285;
+
+ // aapt resource value: 0x7F0300F6
+ public const int commitIcon = 2130903286;
// aapt resource value: 0x7F030000
public const int ConstraintRotate = 2130903040;
- // aapt resource value: 0x7F0300FB
- public const int constraints = 2130903291;
-
- // aapt resource value: 0x7F0300F6
- public const int constraintSet = 2130903286;
+ // aapt resource value: 0x7F0300FC
+ public const int constraints = 2130903292;
// aapt resource value: 0x7F0300F7
- public const int constraintSetEnd = 2130903287;
+ public const int constraintSet = 2130903287;
// aapt resource value: 0x7F0300F8
- public const int constraintSetStart = 2130903288;
+ public const int constraintSetEnd = 2130903288;
// aapt resource value: 0x7F0300F9
- public const int constraint_referenced_ids = 2130903289;
+ public const int constraintSetStart = 2130903289;
// aapt resource value: 0x7F0300FA
- public const int constraint_referenced_tags = 2130903290;
+ public const int constraint_referenced_ids = 2130903290;
- // aapt resource value: 0x7F0300FC
- public const int content = 2130903292;
+ // aapt resource value: 0x7F0300FB
+ public const int constraint_referenced_tags = 2130903291;
// aapt resource value: 0x7F0300FD
- public const int contentDescription = 2130903293;
+ public const int content = 2130903293;
// aapt resource value: 0x7F0300FE
- public const int contentInsetEnd = 2130903294;
+ public const int contentDescription = 2130903294;
// aapt resource value: 0x7F0300FF
- public const int contentInsetEndWithActions = 2130903295;
+ public const int contentInsetEnd = 2130903295;
// aapt resource value: 0x7F030100
- public const int contentInsetLeft = 2130903296;
+ public const int contentInsetEndWithActions = 2130903296;
// aapt resource value: 0x7F030101
- public const int contentInsetRight = 2130903297;
+ public const int contentInsetLeft = 2130903297;
// aapt resource value: 0x7F030102
- public const int contentInsetStart = 2130903298;
+ public const int contentInsetRight = 2130903298;
// aapt resource value: 0x7F030103
- public const int contentInsetStartWithNavigation = 2130903299;
+ public const int contentInsetStart = 2130903299;
// aapt resource value: 0x7F030104
- public const int contentPadding = 2130903300;
+ public const int contentInsetStartWithNavigation = 2130903300;
// aapt resource value: 0x7F030105
- public const int contentPaddingBottom = 2130903301;
+ public const int contentPadding = 2130903301;
// aapt resource value: 0x7F030106
- public const int contentPaddingEnd = 2130903302;
+ public const int contentPaddingBottom = 2130903302;
// aapt resource value: 0x7F030107
- public const int contentPaddingLeft = 2130903303;
+ public const int contentPaddingEnd = 2130903303;
// aapt resource value: 0x7F030108
- public const int contentPaddingRight = 2130903304;
+ public const int contentPaddingLeft = 2130903304;
// aapt resource value: 0x7F030109
- public const int contentPaddingStart = 2130903305;
+ public const int contentPaddingRight = 2130903305;
// aapt resource value: 0x7F03010A
- public const int contentPaddingTop = 2130903306;
+ public const int contentPaddingStart = 2130903306;
// aapt resource value: 0x7F03010B
- public const int contentScrim = 2130903307;
+ public const int contentPaddingTop = 2130903307;
// aapt resource value: 0x7F03010C
- public const int contrast = 2130903308;
+ public const int contentProviderUri = 2130903308;
// aapt resource value: 0x7F03010D
- public const int controlBackground = 2130903309;
+ public const int contentScrim = 2130903309;
// aapt resource value: 0x7F03010E
- public const int coordinatorLayoutStyle = 2130903310;
+ public const int contrast = 2130903310;
// aapt resource value: 0x7F03010F
- public const int cornerFamily = 2130903311;
+ public const int controlBackground = 2130903311;
// aapt resource value: 0x7F030110
- public const int cornerFamilyBottomLeft = 2130903312;
+ public const int coordinatorLayoutStyle = 2130903312;
// aapt resource value: 0x7F030111
- public const int cornerFamilyBottomRight = 2130903313;
+ public const int cornerFamily = 2130903313;
// aapt resource value: 0x7F030112
- public const int cornerFamilyTopLeft = 2130903314;
+ public const int cornerFamilyBottomLeft = 2130903314;
// aapt resource value: 0x7F030113
- public const int cornerFamilyTopRight = 2130903315;
+ public const int cornerFamilyBottomRight = 2130903315;
// aapt resource value: 0x7F030114
- public const int cornerRadius = 2130903316;
+ public const int cornerFamilyTopLeft = 2130903316;
// aapt resource value: 0x7F030115
- public const int cornerSize = 2130903317;
+ public const int cornerFamilyTopRight = 2130903317;
// aapt resource value: 0x7F030116
- public const int cornerSizeBottomLeft = 2130903318;
+ public const int cornerRadius = 2130903318;
// aapt resource value: 0x7F030117
- public const int cornerSizeBottomRight = 2130903319;
+ public const int cornerSize = 2130903319;
// aapt resource value: 0x7F030118
- public const int cornerSizeTopLeft = 2130903320;
+ public const int cornerSizeBottomLeft = 2130903320;
// aapt resource value: 0x7F030119
- public const int cornerSizeTopRight = 2130903321;
+ public const int cornerSizeBottomRight = 2130903321;
// aapt resource value: 0x7F03011A
- public const int counterEnabled = 2130903322;
+ public const int cornerSizeTopLeft = 2130903322;
// aapt resource value: 0x7F03011B
- public const int counterMaxLength = 2130903323;
+ public const int cornerSizeTopRight = 2130903323;
// aapt resource value: 0x7F03011C
- public const int counterOverflowTextAppearance = 2130903324;
+ public const int corpusId = 2130903324;
// aapt resource value: 0x7F03011D
- public const int counterOverflowTextColor = 2130903325;
+ public const int corpusVersion = 2130903325;
// aapt resource value: 0x7F03011E
- public const int counterTextAppearance = 2130903326;
+ public const int counterEnabled = 2130903326;
// aapt resource value: 0x7F03011F
- public const int counterTextColor = 2130903327;
+ public const int counterMaxLength = 2130903327;
// aapt resource value: 0x7F030120
- public const int crossfade = 2130903328;
+ public const int counterOverflowTextAppearance = 2130903328;
// aapt resource value: 0x7F030121
- public const int currentState = 2130903329;
+ public const int counterOverflowTextColor = 2130903329;
// aapt resource value: 0x7F030122
- public const int curveFit = 2130903330;
+ public const int counterTextAppearance = 2130903330;
// aapt resource value: 0x7F030123
- public const int customBoolean = 2130903331;
+ public const int counterTextColor = 2130903331;
// aapt resource value: 0x7F030124
- public const int customColorDrawableValue = 2130903332;
+ public const int crossfade = 2130903332;
// aapt resource value: 0x7F030125
- public const int customColorValue = 2130903333;
+ public const int currentState = 2130903333;
// aapt resource value: 0x7F030126
- public const int customDimension = 2130903334;
+ public const int curveFit = 2130903334;
// aapt resource value: 0x7F030127
- public const int customFloatValue = 2130903335;
+ public const int customBoolean = 2130903335;
// aapt resource value: 0x7F030128
- public const int customIntegerValue = 2130903336;
+ public const int customColorDrawableValue = 2130903336;
// aapt resource value: 0x7F030129
- public const int customNavigationLayout = 2130903337;
+ public const int customColorValue = 2130903337;
// aapt resource value: 0x7F03012A
- public const int customPixelDimension = 2130903338;
+ public const int customDimension = 2130903338;
// aapt resource value: 0x7F03012B
- public const int customReference = 2130903339;
+ public const int customFloatValue = 2130903339;
// aapt resource value: 0x7F03012C
- public const int customStringValue = 2130903340;
+ public const int customIntegerValue = 2130903340;
// aapt resource value: 0x7F03012D
- public const int data = 2130903341;
+ public const int customNavigationLayout = 2130903341;
// aapt resource value: 0x7F03012E
- public const int dataPattern = 2130903342;
+ public const int customPixelDimension = 2130903342;
// aapt resource value: 0x7F03012F
- public const int dayInvalidStyle = 2130903343;
+ public const int customReference = 2130903343;
// aapt resource value: 0x7F030130
- public const int daySelectedStyle = 2130903344;
+ public const int customStringValue = 2130903344;
// aapt resource value: 0x7F030131
- public const int dayStyle = 2130903345;
+ public const int data = 2130903345;
// aapt resource value: 0x7F030132
- public const int dayTodayStyle = 2130903346;
+ public const int dataPattern = 2130903346;
// aapt resource value: 0x7F030133
- public const int defaultDuration = 2130903347;
+ public const int dayInvalidStyle = 2130903347;
// aapt resource value: 0x7F030134
- public const int defaultQueryHint = 2130903348;
+ public const int daySelectedStyle = 2130903348;
// aapt resource value: 0x7F030135
- public const int defaultState = 2130903349;
+ public const int dayStyle = 2130903349;
// aapt resource value: 0x7F030136
- public const int defaultValue = 2130903350;
+ public const int dayTodayStyle = 2130903350;
// aapt resource value: 0x7F030137
- public const int deltaPolarAngle = 2130903351;
+ public const int defaultDuration = 2130903351;
// aapt resource value: 0x7F030138
- public const int deltaPolarRadius = 2130903352;
+ public const int defaultIntentAction = 2130903352;
// aapt resource value: 0x7F030139
- public const int dependency = 2130903353;
+ public const int defaultIntentActivity = 2130903353;
// aapt resource value: 0x7F03013A
- public const int deriveConstraintsFrom = 2130903354;
+ public const int defaultIntentData = 2130903354;
// aapt resource value: 0x7F03013B
- public const int destination = 2130903355;
+ public const int defaultQueryHint = 2130903355;
// aapt resource value: 0x7F03013C
- public const int dialogCornerRadius = 2130903356;
+ public const int defaultState = 2130903356;
// aapt resource value: 0x7F03013D
- public const int dialogIcon = 2130903357;
+ public const int defaultValue = 2130903357;
// aapt resource value: 0x7F03013E
- public const int dialogLayout = 2130903358;
+ public const int deltaPolarAngle = 2130903358;
// aapt resource value: 0x7F03013F
- public const int dialogMessage = 2130903359;
+ public const int deltaPolarRadius = 2130903359;
// aapt resource value: 0x7F030140
- public const int dialogPreferenceStyle = 2130903360;
+ public const int dependency = 2130903360;
// aapt resource value: 0x7F030141
- public const int dialogPreferredPadding = 2130903361;
+ public const int deriveConstraintsFrom = 2130903361;
// aapt resource value: 0x7F030142
- public const int dialogTheme = 2130903362;
+ public const int destination = 2130903362;
// aapt resource value: 0x7F030143
- public const int dialogTitle = 2130903363;
+ public const int dialogCornerRadius = 2130903363;
// aapt resource value: 0x7F030144
- public const int disableDependentsState = 2130903364;
+ public const int dialogIcon = 2130903364;
// aapt resource value: 0x7F030145
- public const int displayOptions = 2130903365;
+ public const int dialogLayout = 2130903365;
// aapt resource value: 0x7F030146
- public const int divider = 2130903366;
+ public const int dialogMessage = 2130903366;
// aapt resource value: 0x7F030147
- public const int dividerHorizontal = 2130903367;
+ public const int dialogPreferenceStyle = 2130903367;
// aapt resource value: 0x7F030148
- public const int dividerPadding = 2130903368;
+ public const int dialogPreferredPadding = 2130903368;
// aapt resource value: 0x7F030149
- public const int dividerVertical = 2130903369;
+ public const int dialogTheme = 2130903369;
// aapt resource value: 0x7F03014A
- public const int dragDirection = 2130903370;
+ public const int dialogTitle = 2130903370;
// aapt resource value: 0x7F03014B
- public const int dragScale = 2130903371;
+ public const int disableDependentsState = 2130903371;
// aapt resource value: 0x7F03014C
- public const int dragThreshold = 2130903372;
-
- // aapt resource value: 0x7F03014E
- public const int drawableBottomCompat = 2130903374;
-
- // aapt resource value: 0x7F03014F
- public const int drawableEndCompat = 2130903375;
-
- // aapt resource value: 0x7F030150
- public const int drawableLeftCompat = 2130903376;
-
- // aapt resource value: 0x7F030151
- public const int drawableRightCompat = 2130903377;
-
- // aapt resource value: 0x7F030152
- public const int drawableSize = 2130903378;
-
- // aapt resource value: 0x7F030153
- public const int drawableStartCompat = 2130903379;
-
- // aapt resource value: 0x7F030154
- public const int drawableTint = 2130903380;
-
- // aapt resource value: 0x7F030155
- public const int drawableTintMode = 2130903381;
-
- // aapt resource value: 0x7F030156
- public const int drawableTopCompat = 2130903382;
-
- // aapt resource value: 0x7F030157
- public const int drawerArrowStyle = 2130903383;
-
- // aapt resource value: 0x7F030158
- public const int drawerLayoutStyle = 2130903384;
+ public const int displayOptions = 2130903372;
// aapt resource value: 0x7F03014D
- public const int drawPath = 2130903373;
+ public const int divider = 2130903373;
- // aapt resource value: 0x7F03015A
- public const int dropdownListPreferredItemHeight = 2130903386;
+ // aapt resource value: 0x7F03014E
+ public const int dividerHorizontal = 2130903374;
+
+ // aapt resource value: 0x7F03014F
+ public const int dividerPadding = 2130903375;
+
+ // aapt resource value: 0x7F030150
+ public const int dividerVertical = 2130903376;
+
+ // aapt resource value: 0x7F030151
+ public const int documentMaxAgeSecs = 2130903377;
+
+ // aapt resource value: 0x7F030152
+ public const int dragDirection = 2130903378;
+
+ // aapt resource value: 0x7F030153
+ public const int dragScale = 2130903379;
+
+ // aapt resource value: 0x7F030154
+ public const int dragThreshold = 2130903380;
+
+ // aapt resource value: 0x7F030156
+ public const int drawableBottomCompat = 2130903382;
+
+ // aapt resource value: 0x7F030157
+ public const int drawableEndCompat = 2130903383;
+
+ // aapt resource value: 0x7F030158
+ public const int drawableLeftCompat = 2130903384;
// aapt resource value: 0x7F030159
- public const int dropDownListViewStyle = 2130903385;
+ public const int drawableRightCompat = 2130903385;
+
+ // aapt resource value: 0x7F03015A
+ public const int drawableSize = 2130903386;
// aapt resource value: 0x7F03015B
- public const int dropdownPreferenceStyle = 2130903387;
+ public const int drawableStartCompat = 2130903387;
// aapt resource value: 0x7F03015C
- public const int duration = 2130903388;
+ public const int drawableTint = 2130903388;
// aapt resource value: 0x7F03015D
- public const int editTextBackground = 2130903389;
+ public const int drawableTintMode = 2130903389;
// aapt resource value: 0x7F03015E
- public const int editTextColor = 2130903390;
+ public const int drawableTopCompat = 2130903390;
// aapt resource value: 0x7F03015F
- public const int editTextPreferenceStyle = 2130903391;
+ public const int drawerArrowStyle = 2130903391;
// aapt resource value: 0x7F030160
- public const int editTextStyle = 2130903392;
+ public const int drawerLayoutStyle = 2130903392;
- // aapt resource value: 0x7F030161
- public const int elevation = 2130903393;
+ // aapt resource value: 0x7F030155
+ public const int drawPath = 2130903381;
// aapt resource value: 0x7F030162
- public const int elevationOverlayColor = 2130903394;
+ public const int dropdownListPreferredItemHeight = 2130903394;
+
+ // aapt resource value: 0x7F030161
+ public const int dropDownListViewStyle = 2130903393;
// aapt resource value: 0x7F030163
- public const int elevationOverlayEnabled = 2130903395;
+ public const int dropdownPreferenceStyle = 2130903395;
// aapt resource value: 0x7F030164
- public const int enableCopying = 2130903396;
-
- // aapt resource value: 0x7F030166
- public const int enabled = 2130903398;
+ public const int duration = 2130903396;
// aapt resource value: 0x7F030165
- public const int enableEdgeToEdge = 2130903397;
+ public const int editTextBackground = 2130903397;
+
+ // aapt resource value: 0x7F030166
+ public const int editTextColor = 2130903398;
// aapt resource value: 0x7F030167
- public const int endIconCheckable = 2130903399;
+ public const int editTextPreferenceStyle = 2130903399;
// aapt resource value: 0x7F030168
- public const int endIconContentDescription = 2130903400;
+ public const int editTextStyle = 2130903400;
// aapt resource value: 0x7F030169
- public const int endIconDrawable = 2130903401;
+ public const int elevation = 2130903401;
// aapt resource value: 0x7F03016A
- public const int endIconMode = 2130903402;
+ public const int elevationOverlayColor = 2130903402;
// aapt resource value: 0x7F03016B
- public const int endIconTint = 2130903403;
+ public const int elevationOverlayEnabled = 2130903403;
// aapt resource value: 0x7F03016C
- public const int endIconTintMode = 2130903404;
-
- // aapt resource value: 0x7F03016D
- public const int enforceMaterialTheme = 2130903405;
+ public const int enableCopying = 2130903404;
// aapt resource value: 0x7F03016E
- public const int enforceTextAppearance = 2130903406;
+ public const int enabled = 2130903406;
+
+ // aapt resource value: 0x7F03016D
+ public const int enableEdgeToEdge = 2130903405;
// aapt resource value: 0x7F03016F
- public const int ensureMinTouchTargetSize = 2130903407;
+ public const int endIconCheckable = 2130903407;
// aapt resource value: 0x7F030170
- public const int enterAnim = 2130903408;
+ public const int endIconContentDescription = 2130903408;
// aapt resource value: 0x7F030171
- public const int entries = 2130903409;
+ public const int endIconDrawable = 2130903409;
// aapt resource value: 0x7F030172
- public const int entryValues = 2130903410;
+ public const int endIconMode = 2130903410;
// aapt resource value: 0x7F030173
- public const int errorContentDescription = 2130903411;
+ public const int endIconTint = 2130903411;
// aapt resource value: 0x7F030174
- public const int errorEnabled = 2130903412;
+ public const int endIconTintMode = 2130903412;
// aapt resource value: 0x7F030175
- public const int errorIconDrawable = 2130903413;
+ public const int enforceMaterialTheme = 2130903413;
// aapt resource value: 0x7F030176
- public const int errorIconTint = 2130903414;
+ public const int enforceTextAppearance = 2130903414;
// aapt resource value: 0x7F030177
- public const int errorIconTintMode = 2130903415;
+ public const int ensureMinTouchTargetSize = 2130903415;
// aapt resource value: 0x7F030178
- public const int errorTextAppearance = 2130903416;
+ public const int enterAnim = 2130903416;
// aapt resource value: 0x7F030179
- public const int errorTextColor = 2130903417;
+ public const int entries = 2130903417;
// aapt resource value: 0x7F03017A
- public const int exitAnim = 2130903418;
+ public const int entryValues = 2130903418;
// aapt resource value: 0x7F03017B
- public const int expandActivityOverflowButtonDrawable = 2130903419;
+ public const int errorContentDescription = 2130903419;
// aapt resource value: 0x7F03017C
- public const int expanded = 2130903420;
+ public const int errorEnabled = 2130903420;
// aapt resource value: 0x7F03017D
- public const int expandedHintEnabled = 2130903421;
+ public const int errorIconDrawable = 2130903421;
// aapt resource value: 0x7F03017E
- public const int expandedTitleGravity = 2130903422;
+ public const int errorIconTint = 2130903422;
// aapt resource value: 0x7F03017F
- public const int expandedTitleMargin = 2130903423;
+ public const int errorIconTintMode = 2130903423;
// aapt resource value: 0x7F030180
- public const int expandedTitleMarginBottom = 2130903424;
+ public const int errorTextAppearance = 2130903424;
// aapt resource value: 0x7F030181
- public const int expandedTitleMarginEnd = 2130903425;
+ public const int errorTextColor = 2130903425;
// aapt resource value: 0x7F030182
- public const int expandedTitleMarginStart = 2130903426;
+ public const int exitAnim = 2130903426;
// aapt resource value: 0x7F030183
- public const int expandedTitleMarginTop = 2130903427;
+ public const int expandActivityOverflowButtonDrawable = 2130903427;
// aapt resource value: 0x7F030184
- public const int expandedTitleTextAppearance = 2130903428;
-
- // aapt resource value: 0x7F030186
- public const int extendedFloatingActionButtonStyle = 2130903430;
+ public const int expanded = 2130903428;
// aapt resource value: 0x7F030185
- public const int extendMotionSpec = 2130903429;
+ public const int expandedHintEnabled = 2130903429;
+
+ // aapt resource value: 0x7F030186
+ public const int expandedTitleGravity = 2130903430;
// aapt resource value: 0x7F030187
- public const int externalRouteEnabledDrawable = 2130903431;
+ public const int expandedTitleMargin = 2130903431;
// aapt resource value: 0x7F030188
- public const int externalRouteEnabledDrawableStatic = 2130903432;
+ public const int expandedTitleMarginBottom = 2130903432;
// aapt resource value: 0x7F030189
- public const int extraMultilineHeightEnabled = 2130903433;
+ public const int expandedTitleMarginEnd = 2130903433;
// aapt resource value: 0x7F03018A
- public const int fabAlignmentMode = 2130903434;
+ public const int expandedTitleMarginStart = 2130903434;
// aapt resource value: 0x7F03018B
- public const int fabAnimationMode = 2130903435;
+ public const int expandedTitleMarginTop = 2130903435;
// aapt resource value: 0x7F03018C
- public const int fabCradleMargin = 2130903436;
-
- // aapt resource value: 0x7F03018D
- public const int fabCradleRoundedCornerRadius = 2130903437;
+ public const int expandedTitleTextAppearance = 2130903436;
// aapt resource value: 0x7F03018E
- public const int fabCradleVerticalOffset = 2130903438;
+ public const int extendedFloatingActionButtonStyle = 2130903438;
+
+ // aapt resource value: 0x7F03018D
+ public const int extendMotionSpec = 2130903437;
// aapt resource value: 0x7F03018F
- public const int fabCustomSize = 2130903439;
+ public const int externalRouteEnabledDrawable = 2130903439;
// aapt resource value: 0x7F030190
- public const int fabSize = 2130903440;
+ public const int externalRouteEnabledDrawableStatic = 2130903440;
// aapt resource value: 0x7F030191
- public const int fastScrollEnabled = 2130903441;
+ public const int extraMultilineHeightEnabled = 2130903441;
// aapt resource value: 0x7F030192
- public const int fastScrollHorizontalThumbDrawable = 2130903442;
+ public const int fabAlignmentMode = 2130903442;
// aapt resource value: 0x7F030193
- public const int fastScrollHorizontalTrackDrawable = 2130903443;
+ public const int fabAnimationMode = 2130903443;
// aapt resource value: 0x7F030194
- public const int fastScrollVerticalThumbDrawable = 2130903444;
+ public const int fabCradleMargin = 2130903444;
// aapt resource value: 0x7F030195
- public const int fastScrollVerticalTrackDrawable = 2130903445;
+ public const int fabCradleRoundedCornerRadius = 2130903445;
// aapt resource value: 0x7F030196
- public const int firstBaselineToTopHeight = 2130903446;
+ public const int fabCradleVerticalOffset = 2130903446;
// aapt resource value: 0x7F030197
- public const int floatingActionButtonStyle = 2130903447;
+ public const int fabCustomSize = 2130903447;
// aapt resource value: 0x7F030198
- public const int flow_firstHorizontalBias = 2130903448;
+ public const int fabSize = 2130903448;
// aapt resource value: 0x7F030199
- public const int flow_firstHorizontalStyle = 2130903449;
+ public const int fastScrollEnabled = 2130903449;
// aapt resource value: 0x7F03019A
- public const int flow_firstVerticalBias = 2130903450;
+ public const int fastScrollHorizontalThumbDrawable = 2130903450;
// aapt resource value: 0x7F03019B
- public const int flow_firstVerticalStyle = 2130903451;
+ public const int fastScrollHorizontalTrackDrawable = 2130903451;
// aapt resource value: 0x7F03019C
- public const int flow_horizontalAlign = 2130903452;
+ public const int fastScrollVerticalThumbDrawable = 2130903452;
// aapt resource value: 0x7F03019D
- public const int flow_horizontalBias = 2130903453;
+ public const int fastScrollVerticalTrackDrawable = 2130903453;
// aapt resource value: 0x7F03019E
- public const int flow_horizontalGap = 2130903454;
+ public const int featureType = 2130903454;
// aapt resource value: 0x7F03019F
- public const int flow_horizontalStyle = 2130903455;
+ public const int firstBaselineToTopHeight = 2130903455;
// aapt resource value: 0x7F0301A0
- public const int flow_lastHorizontalBias = 2130903456;
+ public const int floatingActionButtonStyle = 2130903456;
// aapt resource value: 0x7F0301A1
- public const int flow_lastHorizontalStyle = 2130903457;
+ public const int flow_firstHorizontalBias = 2130903457;
// aapt resource value: 0x7F0301A2
- public const int flow_lastVerticalBias = 2130903458;
+ public const int flow_firstHorizontalStyle = 2130903458;
// aapt resource value: 0x7F0301A3
- public const int flow_lastVerticalStyle = 2130903459;
+ public const int flow_firstVerticalBias = 2130903459;
// aapt resource value: 0x7F0301A4
- public const int flow_maxElementsWrap = 2130903460;
+ public const int flow_firstVerticalStyle = 2130903460;
// aapt resource value: 0x7F0301A5
- public const int flow_padding = 2130903461;
+ public const int flow_horizontalAlign = 2130903461;
// aapt resource value: 0x7F0301A6
- public const int flow_verticalAlign = 2130903462;
+ public const int flow_horizontalBias = 2130903462;
// aapt resource value: 0x7F0301A7
- public const int flow_verticalBias = 2130903463;
+ public const int flow_horizontalGap = 2130903463;
// aapt resource value: 0x7F0301A8
- public const int flow_verticalGap = 2130903464;
+ public const int flow_horizontalStyle = 2130903464;
// aapt resource value: 0x7F0301A9
- public const int flow_verticalStyle = 2130903465;
+ public const int flow_lastHorizontalBias = 2130903465;
// aapt resource value: 0x7F0301AA
- public const int flow_wrapMode = 2130903466;
+ public const int flow_lastHorizontalStyle = 2130903466;
// aapt resource value: 0x7F0301AB
- public const int font = 2130903467;
+ public const int flow_lastVerticalBias = 2130903467;
// aapt resource value: 0x7F0301AC
- public const int fontFamily = 2130903468;
+ public const int flow_lastVerticalStyle = 2130903468;
// aapt resource value: 0x7F0301AD
- public const int fontProviderAuthority = 2130903469;
+ public const int flow_maxElementsWrap = 2130903469;
// aapt resource value: 0x7F0301AE
- public const int fontProviderCerts = 2130903470;
+ public const int flow_padding = 2130903470;
// aapt resource value: 0x7F0301AF
- public const int fontProviderFetchStrategy = 2130903471;
+ public const int flow_verticalAlign = 2130903471;
// aapt resource value: 0x7F0301B0
- public const int fontProviderFetchTimeout = 2130903472;
+ public const int flow_verticalBias = 2130903472;
// aapt resource value: 0x7F0301B1
- public const int fontProviderPackage = 2130903473;
+ public const int flow_verticalGap = 2130903473;
// aapt resource value: 0x7F0301B2
- public const int fontProviderQuery = 2130903474;
+ public const int flow_verticalStyle = 2130903474;
// aapt resource value: 0x7F0301B3
- public const int fontProviderSystemFontFamily = 2130903475;
+ public const int flow_wrapMode = 2130903475;
// aapt resource value: 0x7F0301B4
- public const int fontStyle = 2130903476;
+ public const int font = 2130903476;
// aapt resource value: 0x7F0301B5
- public const int fontVariationSettings = 2130903477;
+ public const int fontFamily = 2130903477;
// aapt resource value: 0x7F0301B6
- public const int fontWeight = 2130903478;
+ public const int fontProviderAuthority = 2130903478;
// aapt resource value: 0x7F0301B7
- public const int forceApplySystemWindowInsetTop = 2130903479;
+ public const int fontProviderCerts = 2130903479;
// aapt resource value: 0x7F0301B8
- public const int foregroundInsidePadding = 2130903480;
+ public const int fontProviderFetchStrategy = 2130903480;
// aapt resource value: 0x7F0301B9
- public const int fragment = 2130903481;
+ public const int fontProviderFetchTimeout = 2130903481;
// aapt resource value: 0x7F0301BA
- public const int framePosition = 2130903482;
+ public const int fontProviderPackage = 2130903482;
// aapt resource value: 0x7F0301BB
- public const int gapBetweenBars = 2130903483;
+ public const int fontProviderQuery = 2130903483;
// aapt resource value: 0x7F0301BC
- public const int gestureInsetBottomIgnored = 2130903484;
+ public const int fontProviderSystemFontFamily = 2130903484;
// aapt resource value: 0x7F0301BD
- public const int goIcon = 2130903485;
+ public const int fontStyle = 2130903485;
// aapt resource value: 0x7F0301BE
- public const int graph = 2130903486;
+ public const int fontVariationSettings = 2130903486;
// aapt resource value: 0x7F0301BF
- public const int haloColor = 2130903487;
+ public const int fontWeight = 2130903487;
// aapt resource value: 0x7F0301C0
- public const int haloRadius = 2130903488;
+ public const int forceApplySystemWindowInsetTop = 2130903488;
// aapt resource value: 0x7F0301C1
- public const int headerLayout = 2130903489;
+ public const int foregroundInsidePadding = 2130903489;
// aapt resource value: 0x7F0301C2
- public const int height = 2130903490;
+ public const int fragment = 2130903490;
// aapt resource value: 0x7F0301C3
- public const int helperText = 2130903491;
+ public const int framePosition = 2130903491;
// aapt resource value: 0x7F0301C4
- public const int helperTextEnabled = 2130903492;
+ public const int gapBetweenBars = 2130903492;
// aapt resource value: 0x7F0301C5
- public const int helperTextTextAppearance = 2130903493;
+ public const int gestureInsetBottomIgnored = 2130903493;
// aapt resource value: 0x7F0301C6
- public const int helperTextTextColor = 2130903494;
+ public const int goIcon = 2130903494;
// aapt resource value: 0x7F0301C7
- public const int hideAnimationBehavior = 2130903495;
+ public const int graph = 2130903495;
// aapt resource value: 0x7F0301C8
- public const int hideMotionSpec = 2130903496;
+ public const int haloColor = 2130903496;
// aapt resource value: 0x7F0301C9
- public const int hideOnContentScroll = 2130903497;
+ public const int haloRadius = 2130903497;
// aapt resource value: 0x7F0301CA
- public const int hideOnScroll = 2130903498;
+ public const int headerLayout = 2130903498;
// aapt resource value: 0x7F0301CB
- public const int hintAnimationEnabled = 2130903499;
+ public const int height = 2130903499;
// aapt resource value: 0x7F0301CC
- public const int hintEnabled = 2130903500;
+ public const int helperText = 2130903500;
// aapt resource value: 0x7F0301CD
- public const int hintTextAppearance = 2130903501;
+ public const int helperTextEnabled = 2130903501;
// aapt resource value: 0x7F0301CE
- public const int hintTextColor = 2130903502;
+ public const int helperTextTextAppearance = 2130903502;
// aapt resource value: 0x7F0301CF
- public const int homeAsUpIndicator = 2130903503;
+ public const int helperTextTextColor = 2130903503;
// aapt resource value: 0x7F0301D0
- public const int homeLayout = 2130903504;
+ public const int hideAnimationBehavior = 2130903504;
// aapt resource value: 0x7F0301D1
- public const int horizontalOffset = 2130903505;
+ public const int hideMotionSpec = 2130903505;
// aapt resource value: 0x7F0301D2
- public const int hoveredFocusedTranslationZ = 2130903506;
+ public const int hideOnContentScroll = 2130903506;
// aapt resource value: 0x7F0301D3
- public const int icon = 2130903507;
+ public const int hideOnScroll = 2130903507;
// aapt resource value: 0x7F0301D4
- public const int iconEndPadding = 2130903508;
+ public const int hintAnimationEnabled = 2130903508;
// aapt resource value: 0x7F0301D5
- public const int iconGravity = 2130903509;
-
- // aapt resource value: 0x7F0301DC
- public const int iconifiedByDefault = 2130903516;
+ public const int hintEnabled = 2130903509;
// aapt resource value: 0x7F0301D6
- public const int iconPadding = 2130903510;
+ public const int hintTextAppearance = 2130903510;
// aapt resource value: 0x7F0301D7
- public const int iconSize = 2130903511;
+ public const int hintTextColor = 2130903511;
// aapt resource value: 0x7F0301D8
- public const int iconSpaceReserved = 2130903512;
+ public const int homeAsUpIndicator = 2130903512;
// aapt resource value: 0x7F0301D9
- public const int iconStartPadding = 2130903513;
+ public const int homeLayout = 2130903513;
// aapt resource value: 0x7F0301DA
- public const int iconTint = 2130903514;
+ public const int horizontalOffset = 2130903514;
// aapt resource value: 0x7F0301DB
- public const int iconTintMode = 2130903515;
+ public const int hoveredFocusedTranslationZ = 2130903515;
+
+ // aapt resource value: 0x7F0301DC
+ public const int icon = 2130903516;
// aapt resource value: 0x7F0301DD
- public const int ifTagNotSet = 2130903517;
+ public const int iconEndPadding = 2130903517;
// aapt resource value: 0x7F0301DE
- public const int ifTagSet = 2130903518;
-
- // aapt resource value: 0x7F0301DF
- public const int imageAspectRatio = 2130903519;
-
- // aapt resource value: 0x7F0301E0
- public const int imageAspectRatioAdjust = 2130903520;
-
- // aapt resource value: 0x7F0301E1
- public const int imageButtonStyle = 2130903521;
-
- // aapt resource value: 0x7F0301E2
- public const int imagePanX = 2130903522;
-
- // aapt resource value: 0x7F0301E3
- public const int imagePanY = 2130903523;
-
- // aapt resource value: 0x7F0301E4
- public const int imageRotate = 2130903524;
+ public const int iconGravity = 2130903518;
// aapt resource value: 0x7F0301E5
- public const int imageZoom = 2130903525;
+ public const int iconifiedByDefault = 2130903525;
+
+ // aapt resource value: 0x7F0301DF
+ public const int iconPadding = 2130903519;
+
+ // aapt resource value: 0x7F0301E0
+ public const int iconSize = 2130903520;
+
+ // aapt resource value: 0x7F0301E1
+ public const int iconSpaceReserved = 2130903521;
+
+ // aapt resource value: 0x7F0301E2
+ public const int iconStartPadding = 2130903522;
+
+ // aapt resource value: 0x7F0301E3
+ public const int iconTint = 2130903523;
+
+ // aapt resource value: 0x7F0301E4
+ public const int iconTintMode = 2130903524;
// aapt resource value: 0x7F0301E6
- public const int indeterminateAnimationType = 2130903526;
+ public const int ifTagNotSet = 2130903526;
// aapt resource value: 0x7F0301E7
- public const int indeterminateProgressStyle = 2130903527;
+ public const int ifTagSet = 2130903527;
// aapt resource value: 0x7F0301E8
- public const int indicatorColor = 2130903528;
+ public const int imageAspectRatio = 2130903528;
// aapt resource value: 0x7F0301E9
- public const int indicatorDirectionCircular = 2130903529;
+ public const int imageAspectRatioAdjust = 2130903529;
// aapt resource value: 0x7F0301EA
- public const int indicatorDirectionLinear = 2130903530;
+ public const int imageButtonStyle = 2130903530;
// aapt resource value: 0x7F0301EB
- public const int indicatorInset = 2130903531;
+ public const int imagePanX = 2130903531;
// aapt resource value: 0x7F0301EC
- public const int indicatorSize = 2130903532;
+ public const int imagePanY = 2130903532;
// aapt resource value: 0x7F0301ED
- public const int initialActivityCount = 2130903533;
+ public const int imageRotate = 2130903533;
// aapt resource value: 0x7F0301EE
- public const int initialExpandedChildrenCount = 2130903534;
+ public const int imageZoom = 2130903534;
// aapt resource value: 0x7F0301EF
- public const int insetForeground = 2130903535;
+ public const int indeterminateAnimationType = 2130903535;
// aapt resource value: 0x7F0301F0
- public const int isLightTheme = 2130903536;
+ public const int indeterminateProgressStyle = 2130903536;
// aapt resource value: 0x7F0301F1
- public const int isMaterialTheme = 2130903537;
+ public const int indexPrefixes = 2130903537;
// aapt resource value: 0x7F0301F2
- public const int isPreferenceVisible = 2130903538;
+ public const int indicatorColor = 2130903538;
// aapt resource value: 0x7F0301F3
- public const int itemBackground = 2130903539;
+ public const int indicatorDirectionCircular = 2130903539;
// aapt resource value: 0x7F0301F4
- public const int itemFillColor = 2130903540;
+ public const int indicatorDirectionLinear = 2130903540;
// aapt resource value: 0x7F0301F5
- public const int itemHorizontalPadding = 2130903541;
+ public const int indicatorInset = 2130903541;
// aapt resource value: 0x7F0301F6
- public const int itemHorizontalTranslationEnabled = 2130903542;
+ public const int indicatorSize = 2130903542;
// aapt resource value: 0x7F0301F7
- public const int itemIconPadding = 2130903543;
+ public const int initialActivityCount = 2130903543;
// aapt resource value: 0x7F0301F8
- public const int itemIconSize = 2130903544;
+ public const int initialExpandedChildrenCount = 2130903544;
// aapt resource value: 0x7F0301F9
- public const int itemIconTint = 2130903545;
+ public const int inputEnabled = 2130903545;
// aapt resource value: 0x7F0301FA
- public const int itemMaxLines = 2130903546;
+ public const int insetForeground = 2130903546;
// aapt resource value: 0x7F0301FB
- public const int itemPadding = 2130903547;
+ public const int isLightTheme = 2130903547;
// aapt resource value: 0x7F0301FC
- public const int itemRippleColor = 2130903548;
+ public const int isMaterialTheme = 2130903548;
// aapt resource value: 0x7F0301FD
- public const int itemShapeAppearance = 2130903549;
+ public const int isPreferenceVisible = 2130903549;
// aapt resource value: 0x7F0301FE
- public const int itemShapeAppearanceOverlay = 2130903550;
+ public const int itemBackground = 2130903550;
// aapt resource value: 0x7F0301FF
- public const int itemShapeFillColor = 2130903551;
+ public const int itemFillColor = 2130903551;
// aapt resource value: 0x7F030200
- public const int itemShapeInsetBottom = 2130903552;
+ public const int itemHorizontalPadding = 2130903552;
// aapt resource value: 0x7F030201
- public const int itemShapeInsetEnd = 2130903553;
+ public const int itemHorizontalTranslationEnabled = 2130903553;
// aapt resource value: 0x7F030202
- public const int itemShapeInsetStart = 2130903554;
+ public const int itemIconPadding = 2130903554;
// aapt resource value: 0x7F030203
- public const int itemShapeInsetTop = 2130903555;
+ public const int itemIconSize = 2130903555;
// aapt resource value: 0x7F030204
- public const int itemSpacing = 2130903556;
+ public const int itemIconTint = 2130903556;
// aapt resource value: 0x7F030205
- public const int itemStrokeColor = 2130903557;
+ public const int itemMaxLines = 2130903557;
// aapt resource value: 0x7F030206
- public const int itemStrokeWidth = 2130903558;
+ public const int itemPadding = 2130903558;
// aapt resource value: 0x7F030207
- public const int itemTextAppearance = 2130903559;
+ public const int itemRippleColor = 2130903559;
// aapt resource value: 0x7F030208
- public const int itemTextAppearanceActive = 2130903560;
+ public const int itemShapeAppearance = 2130903560;
// aapt resource value: 0x7F030209
- public const int itemTextAppearanceInactive = 2130903561;
+ public const int itemShapeAppearanceOverlay = 2130903561;
// aapt resource value: 0x7F03020A
- public const int itemTextColor = 2130903562;
+ public const int itemShapeFillColor = 2130903562;
// aapt resource value: 0x7F03020B
- public const int key = 2130903563;
-
- // aapt resource value: 0x7F03020D
- public const int keyboardIcon = 2130903565;
-
- // aapt resource value: 0x7F03020E
- public const int keylines = 2130903566;
+ public const int itemShapeInsetBottom = 2130903563;
// aapt resource value: 0x7F03020C
- public const int keyPositionType = 2130903564;
+ public const int itemShapeInsetEnd = 2130903564;
+
+ // aapt resource value: 0x7F03020D
+ public const int itemShapeInsetStart = 2130903565;
+
+ // aapt resource value: 0x7F03020E
+ public const int itemShapeInsetTop = 2130903566;
// aapt resource value: 0x7F03020F
- public const int labelBehavior = 2130903567;
+ public const int itemSpacing = 2130903567;
// aapt resource value: 0x7F030210
- public const int labelStyle = 2130903568;
+ public const int itemStrokeColor = 2130903568;
// aapt resource value: 0x7F030211
- public const int labelVisibilityMode = 2130903569;
+ public const int itemStrokeWidth = 2130903569;
// aapt resource value: 0x7F030212
- public const int lastBaselineToBottomHeight = 2130903570;
+ public const int itemTextAppearance = 2130903570;
// aapt resource value: 0x7F030213
- public const int latLngBoundsNorthEastLatitude = 2130903571;
+ public const int itemTextAppearanceActive = 2130903571;
// aapt resource value: 0x7F030214
- public const int latLngBoundsNorthEastLongitude = 2130903572;
+ public const int itemTextAppearanceInactive = 2130903572;
// aapt resource value: 0x7F030215
- public const int latLngBoundsSouthWestLatitude = 2130903573;
+ public const int itemTextColor = 2130903573;
// aapt resource value: 0x7F030216
- public const int latLngBoundsSouthWestLongitude = 2130903574;
-
- // aapt resource value: 0x7F030217
- public const int launchSingleTop = 2130903575;
+ public const int key = 2130903574;
// aapt resource value: 0x7F030218
- public const int layout = 2130903576;
+ public const int keyboardIcon = 2130903576;
// aapt resource value: 0x7F030219
- public const int layoutDescription = 2130903577;
+ public const int keylines = 2130903577;
+
+ // aapt resource value: 0x7F030217
+ public const int keyPositionType = 2130903575;
// aapt resource value: 0x7F03021A
- public const int layoutDuringTransition = 2130903578;
+ public const int labelBehavior = 2130903578;
// aapt resource value: 0x7F03021B
- public const int layoutManager = 2130903579;
+ public const int labelStyle = 2130903579;
// aapt resource value: 0x7F03021C
- public const int layout_anchor = 2130903580;
+ public const int labelVisibilityMode = 2130903580;
// aapt resource value: 0x7F03021D
- public const int layout_anchorGravity = 2130903581;
+ public const int lastBaselineToBottomHeight = 2130903581;
// aapt resource value: 0x7F03021E
- public const int layout_behavior = 2130903582;
+ public const int latLngBoundsNorthEastLatitude = 2130903582;
// aapt resource value: 0x7F03021F
- public const int layout_collapseMode = 2130903583;
+ public const int latLngBoundsNorthEastLongitude = 2130903583;
// aapt resource value: 0x7F030220
- public const int layout_collapseParallaxMultiplier = 2130903584;
+ public const int latLngBoundsSouthWestLatitude = 2130903584;
// aapt resource value: 0x7F030221
- public const int layout_constrainedHeight = 2130903585;
+ public const int latLngBoundsSouthWestLongitude = 2130903585;
// aapt resource value: 0x7F030222
- public const int layout_constrainedWidth = 2130903586;
+ public const int launchSingleTop = 2130903586;
// aapt resource value: 0x7F030223
- public const int layout_constraintBaseline_creator = 2130903587;
+ public const int layout = 2130903587;
// aapt resource value: 0x7F030224
- public const int layout_constraintBaseline_toBaselineOf = 2130903588;
+ public const int layoutDescription = 2130903588;
// aapt resource value: 0x7F030225
- public const int layout_constraintBaseline_toBottomOf = 2130903589;
+ public const int layoutDuringTransition = 2130903589;
// aapt resource value: 0x7F030226
- public const int layout_constraintBaseline_toTopOf = 2130903590;
+ public const int layoutManager = 2130903590;
// aapt resource value: 0x7F030227
- public const int layout_constraintBottom_creator = 2130903591;
+ public const int layout_anchor = 2130903591;
// aapt resource value: 0x7F030228
- public const int layout_constraintBottom_toBottomOf = 2130903592;
+ public const int layout_anchorGravity = 2130903592;
// aapt resource value: 0x7F030229
- public const int layout_constraintBottom_toTopOf = 2130903593;
+ public const int layout_behavior = 2130903593;
// aapt resource value: 0x7F03022A
- public const int layout_constraintCircle = 2130903594;
+ public const int layout_collapseMode = 2130903594;
// aapt resource value: 0x7F03022B
- public const int layout_constraintCircleAngle = 2130903595;
+ public const int layout_collapseParallaxMultiplier = 2130903595;
// aapt resource value: 0x7F03022C
- public const int layout_constraintCircleRadius = 2130903596;
+ public const int layout_constrainedHeight = 2130903596;
// aapt resource value: 0x7F03022D
- public const int layout_constraintDimensionRatio = 2130903597;
+ public const int layout_constrainedWidth = 2130903597;
// aapt resource value: 0x7F03022E
- public const int layout_constraintEnd_toEndOf = 2130903598;
+ public const int layout_constraintBaseline_creator = 2130903598;
// aapt resource value: 0x7F03022F
- public const int layout_constraintEnd_toStartOf = 2130903599;
+ public const int layout_constraintBaseline_toBaselineOf = 2130903599;
// aapt resource value: 0x7F030230
- public const int layout_constraintGuide_begin = 2130903600;
+ public const int layout_constraintBaseline_toBottomOf = 2130903600;
// aapt resource value: 0x7F030231
- public const int layout_constraintGuide_end = 2130903601;
+ public const int layout_constraintBaseline_toTopOf = 2130903601;
// aapt resource value: 0x7F030232
- public const int layout_constraintGuide_percent = 2130903602;
+ public const int layout_constraintBottom_creator = 2130903602;
// aapt resource value: 0x7F030233
- public const int layout_constraintHeight = 2130903603;
+ public const int layout_constraintBottom_toBottomOf = 2130903603;
// aapt resource value: 0x7F030234
- public const int layout_constraintHeight_default = 2130903604;
+ public const int layout_constraintBottom_toTopOf = 2130903604;
// aapt resource value: 0x7F030235
- public const int layout_constraintHeight_max = 2130903605;
+ public const int layout_constraintCircle = 2130903605;
// aapt resource value: 0x7F030236
- public const int layout_constraintHeight_min = 2130903606;
+ public const int layout_constraintCircleAngle = 2130903606;
// aapt resource value: 0x7F030237
- public const int layout_constraintHeight_percent = 2130903607;
+ public const int layout_constraintCircleRadius = 2130903607;
// aapt resource value: 0x7F030238
- public const int layout_constraintHorizontal_bias = 2130903608;
+ public const int layout_constraintDimensionRatio = 2130903608;
// aapt resource value: 0x7F030239
- public const int layout_constraintHorizontal_chainStyle = 2130903609;
+ public const int layout_constraintEnd_toEndOf = 2130903609;
// aapt resource value: 0x7F03023A
- public const int layout_constraintHorizontal_weight = 2130903610;
+ public const int layout_constraintEnd_toStartOf = 2130903610;
// aapt resource value: 0x7F03023B
- public const int layout_constraintLeft_creator = 2130903611;
+ public const int layout_constraintGuide_begin = 2130903611;
// aapt resource value: 0x7F03023C
- public const int layout_constraintLeft_toLeftOf = 2130903612;
+ public const int layout_constraintGuide_end = 2130903612;
// aapt resource value: 0x7F03023D
- public const int layout_constraintLeft_toRightOf = 2130903613;
+ public const int layout_constraintGuide_percent = 2130903613;
// aapt resource value: 0x7F03023E
- public const int layout_constraintRight_creator = 2130903614;
+ public const int layout_constraintHeight = 2130903614;
// aapt resource value: 0x7F03023F
- public const int layout_constraintRight_toLeftOf = 2130903615;
+ public const int layout_constraintHeight_default = 2130903615;
// aapt resource value: 0x7F030240
- public const int layout_constraintRight_toRightOf = 2130903616;
+ public const int layout_constraintHeight_max = 2130903616;
// aapt resource value: 0x7F030241
- public const int layout_constraintStart_toEndOf = 2130903617;
+ public const int layout_constraintHeight_min = 2130903617;
// aapt resource value: 0x7F030242
- public const int layout_constraintStart_toStartOf = 2130903618;
+ public const int layout_constraintHeight_percent = 2130903618;
// aapt resource value: 0x7F030243
- public const int layout_constraintTag = 2130903619;
+ public const int layout_constraintHorizontal_bias = 2130903619;
// aapt resource value: 0x7F030244
- public const int layout_constraintTop_creator = 2130903620;
+ public const int layout_constraintHorizontal_chainStyle = 2130903620;
// aapt resource value: 0x7F030245
- public const int layout_constraintTop_toBottomOf = 2130903621;
+ public const int layout_constraintHorizontal_weight = 2130903621;
// aapt resource value: 0x7F030246
- public const int layout_constraintTop_toTopOf = 2130903622;
+ public const int layout_constraintLeft_creator = 2130903622;
// aapt resource value: 0x7F030247
- public const int layout_constraintVertical_bias = 2130903623;
+ public const int layout_constraintLeft_toLeftOf = 2130903623;
// aapt resource value: 0x7F030248
- public const int layout_constraintVertical_chainStyle = 2130903624;
+ public const int layout_constraintLeft_toRightOf = 2130903624;
// aapt resource value: 0x7F030249
- public const int layout_constraintVertical_weight = 2130903625;
+ public const int layout_constraintRight_creator = 2130903625;
// aapt resource value: 0x7F03024A
- public const int layout_constraintWidth = 2130903626;
+ public const int layout_constraintRight_toLeftOf = 2130903626;
// aapt resource value: 0x7F03024B
- public const int layout_constraintWidth_default = 2130903627;
+ public const int layout_constraintRight_toRightOf = 2130903627;
// aapt resource value: 0x7F03024C
- public const int layout_constraintWidth_max = 2130903628;
+ public const int layout_constraintStart_toEndOf = 2130903628;
// aapt resource value: 0x7F03024D
- public const int layout_constraintWidth_min = 2130903629;
+ public const int layout_constraintStart_toStartOf = 2130903629;
// aapt resource value: 0x7F03024E
- public const int layout_constraintWidth_percent = 2130903630;
+ public const int layout_constraintTag = 2130903630;
// aapt resource value: 0x7F03024F
- public const int layout_dodgeInsetEdges = 2130903631;
+ public const int layout_constraintTop_creator = 2130903631;
// aapt resource value: 0x7F030250
- public const int layout_editor_absoluteX = 2130903632;
+ public const int layout_constraintTop_toBottomOf = 2130903632;
// aapt resource value: 0x7F030251
- public const int layout_editor_absoluteY = 2130903633;
+ public const int layout_constraintTop_toTopOf = 2130903633;
// aapt resource value: 0x7F030252
- public const int layout_goneMarginBaseline = 2130903634;
+ public const int layout_constraintVertical_bias = 2130903634;
// aapt resource value: 0x7F030253
- public const int layout_goneMarginBottom = 2130903635;
+ public const int layout_constraintVertical_chainStyle = 2130903635;
// aapt resource value: 0x7F030254
- public const int layout_goneMarginEnd = 2130903636;
+ public const int layout_constraintVertical_weight = 2130903636;
// aapt resource value: 0x7F030255
- public const int layout_goneMarginLeft = 2130903637;
+ public const int layout_constraintWidth = 2130903637;
// aapt resource value: 0x7F030256
- public const int layout_goneMarginRight = 2130903638;
+ public const int layout_constraintWidth_default = 2130903638;
// aapt resource value: 0x7F030257
- public const int layout_goneMarginStart = 2130903639;
+ public const int layout_constraintWidth_max = 2130903639;
// aapt resource value: 0x7F030258
- public const int layout_goneMarginTop = 2130903640;
+ public const int layout_constraintWidth_min = 2130903640;
// aapt resource value: 0x7F030259
- public const int layout_insetEdge = 2130903641;
+ public const int layout_constraintWidth_percent = 2130903641;
// aapt resource value: 0x7F03025A
- public const int layout_keyline = 2130903642;
+ public const int layout_dodgeInsetEdges = 2130903642;
// aapt resource value: 0x7F03025B
- public const int layout_marginBaseline = 2130903643;
+ public const int layout_editor_absoluteX = 2130903643;
// aapt resource value: 0x7F03025C
- public const int layout_optimizationLevel = 2130903644;
+ public const int layout_editor_absoluteY = 2130903644;
// aapt resource value: 0x7F03025D
- public const int layout_scrollFlags = 2130903645;
+ public const int layout_goneMarginBaseline = 2130903645;
// aapt resource value: 0x7F03025E
- public const int layout_scrollInterpolator = 2130903646;
+ public const int layout_goneMarginBottom = 2130903646;
// aapt resource value: 0x7F03025F
- public const int layout_wrapBehaviorInParent = 2130903647;
+ public const int layout_goneMarginEnd = 2130903647;
// aapt resource value: 0x7F030260
- public const int liftOnScroll = 2130903648;
+ public const int layout_goneMarginLeft = 2130903648;
// aapt resource value: 0x7F030261
- public const int liftOnScrollTargetViewId = 2130903649;
+ public const int layout_goneMarginRight = 2130903649;
// aapt resource value: 0x7F030262
- public const int limitBoundsTo = 2130903650;
-
- // aapt resource value: 0x7F030265
- public const int linearProgressIndicatorStyle = 2130903653;
+ public const int layout_goneMarginStart = 2130903650;
// aapt resource value: 0x7F030263
- public const int lineHeight = 2130903651;
+ public const int layout_goneMarginTop = 2130903651;
// aapt resource value: 0x7F030264
- public const int lineSpacing = 2130903652;
+ public const int layout_insetEdge = 2130903652;
+
+ // aapt resource value: 0x7F030265
+ public const int layout_keyline = 2130903653;
// aapt resource value: 0x7F030266
- public const int listChoiceBackgroundIndicator = 2130903654;
+ public const int layout_marginBaseline = 2130903654;
// aapt resource value: 0x7F030267
- public const int listChoiceIndicatorMultipleAnimated = 2130903655;
+ public const int layout_optimizationLevel = 2130903655;
// aapt resource value: 0x7F030268
- public const int listChoiceIndicatorSingleAnimated = 2130903656;
+ public const int layout_scrollFlags = 2130903656;
// aapt resource value: 0x7F030269
- public const int listDividerAlertDialog = 2130903657;
+ public const int layout_scrollInterpolator = 2130903657;
// aapt resource value: 0x7F03026A
- public const int listItemLayout = 2130903658;
+ public const int layout_wrapBehaviorInParent = 2130903658;
// aapt resource value: 0x7F03026B
- public const int listLayout = 2130903659;
+ public const int liftOnScroll = 2130903659;
// aapt resource value: 0x7F03026C
- public const int listMenuViewStyle = 2130903660;
+ public const int liftOnScrollTargetViewId = 2130903660;
// aapt resource value: 0x7F03026D
- public const int listPopupWindowStyle = 2130903661;
-
- // aapt resource value: 0x7F03026E
- public const int listPreferredItemHeight = 2130903662;
-
- // aapt resource value: 0x7F03026F
- public const int listPreferredItemHeightLarge = 2130903663;
+ public const int limitBoundsTo = 2130903661;
// aapt resource value: 0x7F030270
- public const int listPreferredItemHeightSmall = 2130903664;
+ public const int linearProgressIndicatorStyle = 2130903664;
+
+ // aapt resource value: 0x7F03026E
+ public const int lineHeight = 2130903662;
+
+ // aapt resource value: 0x7F03026F
+ public const int lineSpacing = 2130903663;
// aapt resource value: 0x7F030271
- public const int listPreferredItemPaddingEnd = 2130903665;
+ public const int listChoiceBackgroundIndicator = 2130903665;
// aapt resource value: 0x7F030272
- public const int listPreferredItemPaddingLeft = 2130903666;
+ public const int listChoiceIndicatorMultipleAnimated = 2130903666;
// aapt resource value: 0x7F030273
- public const int listPreferredItemPaddingRight = 2130903667;
+ public const int listChoiceIndicatorSingleAnimated = 2130903667;
// aapt resource value: 0x7F030274
- public const int listPreferredItemPaddingStart = 2130903668;
+ public const int listDividerAlertDialog = 2130903668;
// aapt resource value: 0x7F030275
- public const int liteMode = 2130903669;
+ public const int listItemLayout = 2130903669;
// aapt resource value: 0x7F030276
- public const int logo = 2130903670;
+ public const int listLayout = 2130903670;
// aapt resource value: 0x7F030277
- public const int logoDescription = 2130903671;
+ public const int listMenuViewStyle = 2130903671;
// aapt resource value: 0x7F030278
- public const int mapType = 2130903672;
+ public const int listPopupWindowStyle = 2130903672;
// aapt resource value: 0x7F030279
- public const int materialAlertDialogBodyTextStyle = 2130903673;
+ public const int listPreferredItemHeight = 2130903673;
// aapt resource value: 0x7F03027A
- public const int materialAlertDialogTheme = 2130903674;
+ public const int listPreferredItemHeightLarge = 2130903674;
// aapt resource value: 0x7F03027B
- public const int materialAlertDialogTitleIconStyle = 2130903675;
+ public const int listPreferredItemHeightSmall = 2130903675;
// aapt resource value: 0x7F03027C
- public const int materialAlertDialogTitlePanelStyle = 2130903676;
+ public const int listPreferredItemPaddingEnd = 2130903676;
// aapt resource value: 0x7F03027D
- public const int materialAlertDialogTitleTextStyle = 2130903677;
+ public const int listPreferredItemPaddingLeft = 2130903677;
// aapt resource value: 0x7F03027E
- public const int materialButtonOutlinedStyle = 2130903678;
+ public const int listPreferredItemPaddingRight = 2130903678;
// aapt resource value: 0x7F03027F
- public const int materialButtonStyle = 2130903679;
+ public const int listPreferredItemPaddingStart = 2130903679;
// aapt resource value: 0x7F030280
- public const int materialButtonToggleGroupStyle = 2130903680;
+ public const int liteMode = 2130903680;
// aapt resource value: 0x7F030281
- public const int materialCalendarDay = 2130903681;
+ public const int logo = 2130903681;
// aapt resource value: 0x7F030282
- public const int materialCalendarFullscreenTheme = 2130903682;
+ public const int logoDescription = 2130903682;
// aapt resource value: 0x7F030283
- public const int materialCalendarHeaderCancelButton = 2130903683;
+ public const int mapType = 2130903683;
// aapt resource value: 0x7F030284
- public const int materialCalendarHeaderConfirmButton = 2130903684;
+ public const int materialAlertDialogBodyTextStyle = 2130903684;
// aapt resource value: 0x7F030285
- public const int materialCalendarHeaderDivider = 2130903685;
+ public const int materialAlertDialogTheme = 2130903685;
// aapt resource value: 0x7F030286
- public const int materialCalendarHeaderLayout = 2130903686;
+ public const int materialAlertDialogTitleIconStyle = 2130903686;
// aapt resource value: 0x7F030287
- public const int materialCalendarHeaderSelection = 2130903687;
+ public const int materialAlertDialogTitlePanelStyle = 2130903687;
// aapt resource value: 0x7F030288
- public const int materialCalendarHeaderTitle = 2130903688;
+ public const int materialAlertDialogTitleTextStyle = 2130903688;
// aapt resource value: 0x7F030289
- public const int materialCalendarHeaderToggleButton = 2130903689;
+ public const int materialButtonOutlinedStyle = 2130903689;
// aapt resource value: 0x7F03028A
- public const int materialCalendarMonth = 2130903690;
+ public const int materialButtonStyle = 2130903690;
// aapt resource value: 0x7F03028B
- public const int materialCalendarMonthNavigationButton = 2130903691;
+ public const int materialButtonToggleGroupStyle = 2130903691;
// aapt resource value: 0x7F03028C
- public const int materialCalendarStyle = 2130903692;
+ public const int materialCalendarDay = 2130903692;
// aapt resource value: 0x7F03028D
- public const int materialCalendarTheme = 2130903693;
+ public const int materialCalendarFullscreenTheme = 2130903693;
// aapt resource value: 0x7F03028E
- public const int materialCalendarYearNavigationButton = 2130903694;
+ public const int materialCalendarHeaderCancelButton = 2130903694;
// aapt resource value: 0x7F03028F
- public const int materialCardViewStyle = 2130903695;
+ public const int materialCalendarHeaderConfirmButton = 2130903695;
// aapt resource value: 0x7F030290
- public const int materialCircleRadius = 2130903696;
+ public const int materialCalendarHeaderDivider = 2130903696;
// aapt resource value: 0x7F030291
- public const int materialClockStyle = 2130903697;
+ public const int materialCalendarHeaderLayout = 2130903697;
// aapt resource value: 0x7F030292
- public const int materialThemeOverlay = 2130903698;
+ public const int materialCalendarHeaderSelection = 2130903698;
// aapt resource value: 0x7F030293
- public const int materialTimePickerStyle = 2130903699;
+ public const int materialCalendarHeaderTitle = 2130903699;
// aapt resource value: 0x7F030294
- public const int materialTimePickerTheme = 2130903700;
+ public const int materialCalendarHeaderToggleButton = 2130903700;
// aapt resource value: 0x7F030295
- public const int maxAcceleration = 2130903701;
+ public const int materialCalendarMonth = 2130903701;
// aapt resource value: 0x7F030296
- public const int maxActionInlineWidth = 2130903702;
+ public const int materialCalendarMonthNavigationButton = 2130903702;
// aapt resource value: 0x7F030297
- public const int maxButtonHeight = 2130903703;
+ public const int materialCalendarStyle = 2130903703;
// aapt resource value: 0x7F030298
- public const int maxCharacterCount = 2130903704;
+ public const int materialCalendarTheme = 2130903704;
// aapt resource value: 0x7F030299
- public const int maxHeight = 2130903705;
+ public const int materialCalendarYearNavigationButton = 2130903705;
// aapt resource value: 0x7F03029A
- public const int maxImageSize = 2130903706;
+ public const int materialCardViewStyle = 2130903706;
// aapt resource value: 0x7F03029B
- public const int maxLines = 2130903707;
+ public const int materialCircleRadius = 2130903707;
// aapt resource value: 0x7F03029C
- public const int maxVelocity = 2130903708;
+ public const int materialClockStyle = 2130903708;
// aapt resource value: 0x7F03029D
- public const int maxWidth = 2130903709;
+ public const int materialThemeOverlay = 2130903709;
// aapt resource value: 0x7F03029E
- public const int measureWithLargestChild = 2130903710;
+ public const int materialTimePickerStyle = 2130903710;
// aapt resource value: 0x7F03029F
- public const int mediaRouteAudioTrackDrawable = 2130903711;
+ public const int materialTimePickerTheme = 2130903711;
// aapt resource value: 0x7F0302A0
- public const int mediaRouteBodyTextAppearance = 2130903712;
+ public const int maxAcceleration = 2130903712;
// aapt resource value: 0x7F0302A1
- public const int mediaRouteButtonStyle = 2130903713;
+ public const int maxActionInlineWidth = 2130903713;
// aapt resource value: 0x7F0302A2
- public const int mediaRouteButtonTint = 2130903714;
+ public const int maxButtonHeight = 2130903714;
// aapt resource value: 0x7F0302A3
- public const int mediaRouteCloseDrawable = 2130903715;
+ public const int maxCharacterCount = 2130903715;
// aapt resource value: 0x7F0302A4
- public const int mediaRouteControlPanelThemeOverlay = 2130903716;
+ public const int maxHeight = 2130903716;
// aapt resource value: 0x7F0302A5
- public const int mediaRouteDefaultIconDrawable = 2130903717;
+ public const int maxImageSize = 2130903717;
// aapt resource value: 0x7F0302A6
- public const int mediaRouteDividerColor = 2130903718;
+ public const int maxLines = 2130903718;
// aapt resource value: 0x7F0302A7
- public const int mediaRouteHeaderTextAppearance = 2130903719;
+ public const int maxVelocity = 2130903719;
// aapt resource value: 0x7F0302A8
- public const int mediaRoutePauseDrawable = 2130903720;
+ public const int maxWidth = 2130903720;
// aapt resource value: 0x7F0302A9
- public const int mediaRoutePlayDrawable = 2130903721;
+ public const int measureWithLargestChild = 2130903721;
// aapt resource value: 0x7F0302AA
- public const int mediaRouteSpeakerGroupIconDrawable = 2130903722;
+ public const int mediaRouteAudioTrackDrawable = 2130903722;
// aapt resource value: 0x7F0302AB
- public const int mediaRouteSpeakerIconDrawable = 2130903723;
+ public const int mediaRouteBodyTextAppearance = 2130903723;
// aapt resource value: 0x7F0302AC
- public const int mediaRouteStopDrawable = 2130903724;
+ public const int mediaRouteButtonStyle = 2130903724;
// aapt resource value: 0x7F0302AD
- public const int mediaRouteTheme = 2130903725;
+ public const int mediaRouteButtonTint = 2130903725;
// aapt resource value: 0x7F0302AE
- public const int mediaRouteTvIconDrawable = 2130903726;
+ public const int mediaRouteCloseDrawable = 2130903726;
// aapt resource value: 0x7F0302AF
- public const int menu = 2130903727;
+ public const int mediaRouteControlPanelThemeOverlay = 2130903727;
// aapt resource value: 0x7F0302B0
- public const int menuGravity = 2130903728;
+ public const int mediaRouteDefaultIconDrawable = 2130903728;
// aapt resource value: 0x7F0302B1
- public const int methodName = 2130903729;
+ public const int mediaRouteDividerColor = 2130903729;
// aapt resource value: 0x7F0302B2
- public const int mimeType = 2130903730;
+ public const int mediaRouteHeaderTextAppearance = 2130903730;
// aapt resource value: 0x7F0302B3
- public const int min = 2130903731;
+ public const int mediaRoutePauseDrawable = 2130903731;
// aapt resource value: 0x7F0302B4
- public const int minHeight = 2130903732;
+ public const int mediaRoutePlayDrawable = 2130903732;
// aapt resource value: 0x7F0302B5
- public const int minHideDelay = 2130903733;
+ public const int mediaRouteSpeakerGroupIconDrawable = 2130903733;
// aapt resource value: 0x7F0302B6
- public const int minSeparation = 2130903734;
+ public const int mediaRouteSpeakerIconDrawable = 2130903734;
// aapt resource value: 0x7F0302B7
- public const int minTouchTargetSize = 2130903735;
+ public const int mediaRouteStopDrawable = 2130903735;
// aapt resource value: 0x7F0302B8
- public const int minWidth = 2130903736;
+ public const int mediaRouteTheme = 2130903736;
// aapt resource value: 0x7F0302B9
- public const int mock_diagonalsColor = 2130903737;
+ public const int mediaRouteTvIconDrawable = 2130903737;
// aapt resource value: 0x7F0302BA
- public const int mock_label = 2130903738;
+ public const int menu = 2130903738;
// aapt resource value: 0x7F0302BB
- public const int mock_labelBackgroundColor = 2130903739;
+ public const int menuGravity = 2130903739;
// aapt resource value: 0x7F0302BC
- public const int mock_labelColor = 2130903740;
+ public const int methodName = 2130903740;
// aapt resource value: 0x7F0302BD
- public const int mock_showDiagonals = 2130903741;
+ public const int mimeType = 2130903741;
// aapt resource value: 0x7F0302BE
- public const int mock_showLabel = 2130903742;
+ public const int min = 2130903742;
// aapt resource value: 0x7F0302BF
- public const int motionDebug = 2130903743;
+ public const int minHeight = 2130903743;
// aapt resource value: 0x7F0302C0
- public const int motionDurationLong1 = 2130903744;
+ public const int minHideDelay = 2130903744;
// aapt resource value: 0x7F0302C1
- public const int motionDurationLong2 = 2130903745;
+ public const int minSeparation = 2130903745;
// aapt resource value: 0x7F0302C2
- public const int motionDurationMedium1 = 2130903746;
+ public const int minTouchTargetSize = 2130903746;
// aapt resource value: 0x7F0302C3
- public const int motionDurationMedium2 = 2130903747;
+ public const int minWidth = 2130903747;
// aapt resource value: 0x7F0302C4
- public const int motionDurationShort1 = 2130903748;
+ public const int mock_diagonalsColor = 2130903748;
// aapt resource value: 0x7F0302C5
- public const int motionDurationShort2 = 2130903749;
+ public const int mock_label = 2130903749;
// aapt resource value: 0x7F0302C6
- public const int motionEasingAccelerated = 2130903750;
+ public const int mock_labelBackgroundColor = 2130903750;
// aapt resource value: 0x7F0302C7
- public const int motionEasingDecelerated = 2130903751;
+ public const int mock_labelColor = 2130903751;
// aapt resource value: 0x7F0302C8
- public const int motionEasingEmphasized = 2130903752;
+ public const int mock_showDiagonals = 2130903752;
// aapt resource value: 0x7F0302C9
- public const int motionEasingLinear = 2130903753;
+ public const int mock_showLabel = 2130903753;
// aapt resource value: 0x7F0302CA
- public const int motionEasingStandard = 2130903754;
+ public const int motionDebug = 2130903754;
// aapt resource value: 0x7F0302CB
- public const int motionEffect_alpha = 2130903755;
+ public const int motionDurationLong1 = 2130903755;
// aapt resource value: 0x7F0302CC
- public const int motionEffect_end = 2130903756;
+ public const int motionDurationLong2 = 2130903756;
// aapt resource value: 0x7F0302CD
- public const int motionEffect_move = 2130903757;
+ public const int motionDurationMedium1 = 2130903757;
// aapt resource value: 0x7F0302CE
- public const int motionEffect_start = 2130903758;
+ public const int motionDurationMedium2 = 2130903758;
// aapt resource value: 0x7F0302CF
- public const int motionEffect_strict = 2130903759;
+ public const int motionDurationShort1 = 2130903759;
// aapt resource value: 0x7F0302D0
- public const int motionEffect_translationX = 2130903760;
+ public const int motionDurationShort2 = 2130903760;
// aapt resource value: 0x7F0302D1
- public const int motionEffect_translationY = 2130903761;
+ public const int motionEasingAccelerated = 2130903761;
// aapt resource value: 0x7F0302D2
- public const int motionEffect_viewTransition = 2130903762;
+ public const int motionEasingDecelerated = 2130903762;
// aapt resource value: 0x7F0302D3
- public const int motionInterpolator = 2130903763;
+ public const int motionEasingEmphasized = 2130903763;
// aapt resource value: 0x7F0302D4
- public const int motionPath = 2130903764;
+ public const int motionEasingLinear = 2130903764;
// aapt resource value: 0x7F0302D5
- public const int motionPathRotate = 2130903765;
+ public const int motionEasingStandard = 2130903765;
// aapt resource value: 0x7F0302D6
- public const int motionProgress = 2130903766;
+ public const int motionEffect_alpha = 2130903766;
// aapt resource value: 0x7F0302D7
- public const int motionStagger = 2130903767;
+ public const int motionEffect_end = 2130903767;
// aapt resource value: 0x7F0302D8
- public const int motionTarget = 2130903768;
+ public const int motionEffect_move = 2130903768;
// aapt resource value: 0x7F0302D9
- public const int motion_postLayoutCollision = 2130903769;
+ public const int motionEffect_start = 2130903769;
// aapt resource value: 0x7F0302DA
- public const int motion_triggerOnCollision = 2130903770;
+ public const int motionEffect_strict = 2130903770;
// aapt resource value: 0x7F0302DB
- public const int moveWhenScrollAtTop = 2130903771;
+ public const int motionEffect_translationX = 2130903771;
// aapt resource value: 0x7F0302DC
- public const int multiChoiceItemLayout = 2130903772;
+ public const int motionEffect_translationY = 2130903772;
// aapt resource value: 0x7F0302DD
- public const int navGraph = 2130903773;
+ public const int motionEffect_viewTransition = 2130903773;
// aapt resource value: 0x7F0302DE
- public const int navigationContentDescription = 2130903774;
+ public const int motionInterpolator = 2130903774;
// aapt resource value: 0x7F0302DF
- public const int navigationIcon = 2130903775;
+ public const int motionPath = 2130903775;
// aapt resource value: 0x7F0302E0
- public const int navigationIconTint = 2130903776;
+ public const int motionPathRotate = 2130903776;
// aapt resource value: 0x7F0302E1
- public const int navigationMode = 2130903777;
+ public const int motionProgress = 2130903777;
// aapt resource value: 0x7F0302E2
- public const int navigationRailStyle = 2130903778;
+ public const int motionStagger = 2130903778;
// aapt resource value: 0x7F0302E3
- public const int navigationViewStyle = 2130903779;
+ public const int motionTarget = 2130903779;
// aapt resource value: 0x7F0302E4
- public const int negativeButtonText = 2130903780;
-
- // aapt resource value: 0x7F0302E7
- public const int nestedScrollable = 2130903783;
+ public const int motion_postLayoutCollision = 2130903780;
// aapt resource value: 0x7F0302E5
- public const int nestedScrollFlags = 2130903781;
+ public const int motion_triggerOnCollision = 2130903781;
// aapt resource value: 0x7F0302E6
- public const int nestedScrollViewStyle = 2130903782;
+ public const int moveWhenScrollAtTop = 2130903782;
+
+ // aapt resource value: 0x7F0302E7
+ public const int multiChoiceItemLayout = 2130903783;
// aapt resource value: 0x7F0302E8
- public const int nullable = 2130903784;
+ public const int navGraph = 2130903784;
// aapt resource value: 0x7F0302E9
- public const int number = 2130903785;
+ public const int navigationContentDescription = 2130903785;
// aapt resource value: 0x7F0302EA
- public const int numericModifiers = 2130903786;
+ public const int navigationIcon = 2130903786;
// aapt resource value: 0x7F0302EB
- public const int onCross = 2130903787;
+ public const int navigationIconTint = 2130903787;
// aapt resource value: 0x7F0302EC
- public const int onHide = 2130903788;
+ public const int navigationMode = 2130903788;
// aapt resource value: 0x7F0302ED
- public const int onNegativeCross = 2130903789;
+ public const int navigationRailStyle = 2130903789;
// aapt resource value: 0x7F0302EE
- public const int onPositiveCross = 2130903790;
+ public const int navigationViewStyle = 2130903790;
// aapt resource value: 0x7F0302EF
- public const int onShow = 2130903791;
-
- // aapt resource value: 0x7F0302F0
- public const int onStateTransition = 2130903792;
-
- // aapt resource value: 0x7F0302F1
- public const int onTouchUp = 2130903793;
+ public const int negativeButtonText = 2130903791;
// aapt resource value: 0x7F0302F2
- public const int order = 2130903794;
+ public const int nestedScrollable = 2130903794;
+
+ // aapt resource value: 0x7F0302F0
+ public const int nestedScrollFlags = 2130903792;
+
+ // aapt resource value: 0x7F0302F1
+ public const int nestedScrollViewStyle = 2130903793;
// aapt resource value: 0x7F0302F3
- public const int orderingFromXml = 2130903795;
+ public const int noIndex = 2130903795;
// aapt resource value: 0x7F0302F4
- public const int overlapAnchor = 2130903796;
+ public const int nullable = 2130903796;
// aapt resource value: 0x7F0302F5
- public const int overlay = 2130903797;
+ public const int number = 2130903797;
// aapt resource value: 0x7F0302F6
- public const int paddingBottomNoButtons = 2130903798;
+ public const int numericModifiers = 2130903798;
// aapt resource value: 0x7F0302F7
- public const int paddingBottomSystemWindowInsets = 2130903799;
+ public const int onCross = 2130903799;
// aapt resource value: 0x7F0302F8
- public const int paddingEnd = 2130903800;
+ public const int onHide = 2130903800;
// aapt resource value: 0x7F0302F9
- public const int paddingLeftSystemWindowInsets = 2130903801;
+ public const int onNegativeCross = 2130903801;
// aapt resource value: 0x7F0302FA
- public const int paddingRightSystemWindowInsets = 2130903802;
+ public const int onPositiveCross = 2130903802;
// aapt resource value: 0x7F0302FB
- public const int paddingStart = 2130903803;
+ public const int onShow = 2130903803;
// aapt resource value: 0x7F0302FC
- public const int paddingTopNoTitle = 2130903804;
+ public const int onStateTransition = 2130903804;
// aapt resource value: 0x7F0302FD
- public const int paddingTopSystemWindowInsets = 2130903805;
+ public const int onTouchUp = 2130903805;
// aapt resource value: 0x7F0302FE
- public const int panelBackground = 2130903806;
+ public const int order = 2130903806;
// aapt resource value: 0x7F0302FF
- public const int panelMenuListTheme = 2130903807;
+ public const int orderingFromXml = 2130903807;
// aapt resource value: 0x7F030300
- public const int panelMenuListWidth = 2130903808;
+ public const int overlapAnchor = 2130903808;
// aapt resource value: 0x7F030301
- public const int passwordToggleContentDescription = 2130903809;
+ public const int overlay = 2130903809;
// aapt resource value: 0x7F030302
- public const int passwordToggleDrawable = 2130903810;
+ public const int paddingBottomNoButtons = 2130903810;
// aapt resource value: 0x7F030303
- public const int passwordToggleEnabled = 2130903811;
+ public const int paddingBottomSystemWindowInsets = 2130903811;
// aapt resource value: 0x7F030304
- public const int passwordToggleTint = 2130903812;
+ public const int paddingEnd = 2130903812;
// aapt resource value: 0x7F030305
- public const int passwordToggleTintMode = 2130903813;
+ public const int paddingLeftSystemWindowInsets = 2130903813;
// aapt resource value: 0x7F030306
- public const int pathMotionArc = 2130903814;
+ public const int paddingRightSystemWindowInsets = 2130903814;
// aapt resource value: 0x7F030307
- public const int path_percent = 2130903815;
+ public const int paddingStart = 2130903815;
// aapt resource value: 0x7F030308
- public const int percentHeight = 2130903816;
+ public const int paddingTopNoTitle = 2130903816;
// aapt resource value: 0x7F030309
- public const int percentWidth = 2130903817;
+ public const int paddingTopSystemWindowInsets = 2130903817;
// aapt resource value: 0x7F03030A
- public const int percentX = 2130903818;
+ public const int panelBackground = 2130903818;
// aapt resource value: 0x7F03030B
- public const int percentY = 2130903819;
+ public const int panelMenuListTheme = 2130903819;
// aapt resource value: 0x7F03030C
- public const int perpendicularPath_percent = 2130903820;
+ public const int panelMenuListWidth = 2130903820;
// aapt resource value: 0x7F03030D
- public const int persistent = 2130903821;
+ public const int paramName = 2130903821;
// aapt resource value: 0x7F03030E
- public const int pivotAnchor = 2130903822;
+ public const int paramValue = 2130903822;
// aapt resource value: 0x7F03030F
- public const int placeholderText = 2130903823;
+ public const int passwordToggleContentDescription = 2130903823;
// aapt resource value: 0x7F030310
- public const int placeholderTextAppearance = 2130903824;
+ public const int passwordToggleDrawable = 2130903824;
// aapt resource value: 0x7F030311
- public const int placeholderTextColor = 2130903825;
+ public const int passwordToggleEnabled = 2130903825;
// aapt resource value: 0x7F030312
- public const int placeholder_emptyVisibility = 2130903826;
+ public const int passwordToggleTint = 2130903826;
// aapt resource value: 0x7F030313
- public const int polarRelativeTo = 2130903827;
+ public const int passwordToggleTintMode = 2130903827;
// aapt resource value: 0x7F030314
- public const int popEnterAnim = 2130903828;
+ public const int pathMotionArc = 2130903828;
// aapt resource value: 0x7F030315
- public const int popExitAnim = 2130903829;
-
- // aapt resource value: 0x7F030318
- public const int popupMenuBackground = 2130903832;
-
- // aapt resource value: 0x7F030319
- public const int popupMenuStyle = 2130903833;
-
- // aapt resource value: 0x7F03031A
- public const int popupTheme = 2130903834;
+ public const int path_percent = 2130903829;
// aapt resource value: 0x7F030316
- public const int popUpTo = 2130903830;
+ public const int perAccountTemplate = 2130903830;
// aapt resource value: 0x7F030317
- public const int popUpToInclusive = 2130903831;
+ public const int percentHeight = 2130903831;
+
+ // aapt resource value: 0x7F030318
+ public const int percentWidth = 2130903832;
+
+ // aapt resource value: 0x7F030319
+ public const int percentX = 2130903833;
+
+ // aapt resource value: 0x7F03031A
+ public const int percentY = 2130903834;
// aapt resource value: 0x7F03031B
- public const int popupWindowStyle = 2130903835;
+ public const int perpendicularPath_percent = 2130903835;
// aapt resource value: 0x7F03031C
- public const int positiveButtonText = 2130903836;
+ public const int persistent = 2130903836;
// aapt resource value: 0x7F03031D
- public const int preferenceCategoryStyle = 2130903837;
+ public const int pivotAnchor = 2130903837;
// aapt resource value: 0x7F03031E
- public const int preferenceCategoryTitleTextAppearance = 2130903838;
+ public const int placeholderText = 2130903838;
// aapt resource value: 0x7F03031F
- public const int preferenceFragmentCompatStyle = 2130903839;
+ public const int placeholderTextAppearance = 2130903839;
// aapt resource value: 0x7F030320
- public const int preferenceFragmentListStyle = 2130903840;
+ public const int placeholderTextColor = 2130903840;
// aapt resource value: 0x7F030321
- public const int preferenceFragmentStyle = 2130903841;
+ public const int placeholder_emptyVisibility = 2130903841;
// aapt resource value: 0x7F030322
- public const int preferenceInformationStyle = 2130903842;
+ public const int polarRelativeTo = 2130903842;
// aapt resource value: 0x7F030323
- public const int preferenceScreenStyle = 2130903843;
+ public const int popEnterAnim = 2130903843;
// aapt resource value: 0x7F030324
- public const int preferenceStyle = 2130903844;
-
- // aapt resource value: 0x7F030325
- public const int preferenceTheme = 2130903845;
-
- // aapt resource value: 0x7F030326
- public const int prefixText = 2130903846;
+ public const int popExitAnim = 2130903844;
// aapt resource value: 0x7F030327
- public const int prefixTextAppearance = 2130903847;
+ public const int popupMenuBackground = 2130903847;
// aapt resource value: 0x7F030328
- public const int prefixTextColor = 2130903848;
+ public const int popupMenuStyle = 2130903848;
// aapt resource value: 0x7F030329
- public const int preserveIconSpacing = 2130903849;
+ public const int popupTheme = 2130903849;
+
+ // aapt resource value: 0x7F030325
+ public const int popUpTo = 2130903845;
+
+ // aapt resource value: 0x7F030326
+ public const int popUpToInclusive = 2130903846;
// aapt resource value: 0x7F03032A
- public const int pressedTranslationZ = 2130903850;
+ public const int popupWindowStyle = 2130903850;
// aapt resource value: 0x7F03032B
- public const int progressBarPadding = 2130903851;
+ public const int positiveButtonText = 2130903851;
// aapt resource value: 0x7F03032C
- public const int progressBarStyle = 2130903852;
+ public const int preferenceCategoryStyle = 2130903852;
// aapt resource value: 0x7F03032D
- public const int quantizeMotionInterpolator = 2130903853;
+ public const int preferenceCategoryTitleTextAppearance = 2130903853;
// aapt resource value: 0x7F03032E
- public const int quantizeMotionPhase = 2130903854;
+ public const int preferenceFragmentCompatStyle = 2130903854;
// aapt resource value: 0x7F03032F
- public const int quantizeMotionSteps = 2130903855;
+ public const int preferenceFragmentListStyle = 2130903855;
// aapt resource value: 0x7F030330
- public const int queryBackground = 2130903856;
+ public const int preferenceFragmentStyle = 2130903856;
// aapt resource value: 0x7F030331
- public const int queryHint = 2130903857;
+ public const int preferenceInformationStyle = 2130903857;
// aapt resource value: 0x7F030332
- public const int queryPatterns = 2130903858;
+ public const int preferenceScreenStyle = 2130903858;
// aapt resource value: 0x7F030333
- public const int radioButtonStyle = 2130903859;
+ public const int preferenceStyle = 2130903859;
// aapt resource value: 0x7F030334
- public const int rangeFillColor = 2130903860;
+ public const int preferenceTheme = 2130903860;
// aapt resource value: 0x7F030335
- public const int ratingBarStyle = 2130903861;
+ public const int prefixText = 2130903861;
// aapt resource value: 0x7F030336
- public const int ratingBarStyleIndicator = 2130903862;
+ public const int prefixTextAppearance = 2130903862;
// aapt resource value: 0x7F030337
- public const int ratingBarStyleSmall = 2130903863;
+ public const int prefixTextColor = 2130903863;
// aapt resource value: 0x7F030338
- public const int reactiveGuide_animateChange = 2130903864;
+ public const int preserveIconSpacing = 2130903864;
// aapt resource value: 0x7F030339
- public const int reactiveGuide_applyToAllConstraintSets = 2130903865;
+ public const int pressedTranslationZ = 2130903865;
// aapt resource value: 0x7F03033A
- public const int reactiveGuide_applyToConstraintSet = 2130903866;
+ public const int progressBarPadding = 2130903866;
// aapt resource value: 0x7F03033B
- public const int reactiveGuide_valueId = 2130903867;
+ public const int progressBarStyle = 2130903867;
// aapt resource value: 0x7F03033C
- public const int recyclerViewStyle = 2130903868;
+ public const int quantizeMotionInterpolator = 2130903868;
// aapt resource value: 0x7F03033D
- public const int region_heightLessThan = 2130903869;
+ public const int quantizeMotionPhase = 2130903869;
// aapt resource value: 0x7F03033E
- public const int region_heightMoreThan = 2130903870;
+ public const int quantizeMotionSteps = 2130903870;
// aapt resource value: 0x7F03033F
- public const int region_widthLessThan = 2130903871;
+ public const int queryBackground = 2130903871;
// aapt resource value: 0x7F030340
- public const int region_widthMoreThan = 2130903872;
+ public const int queryHint = 2130903872;
// aapt resource value: 0x7F030341
- public const int reverseLayout = 2130903873;
+ public const int queryPatterns = 2130903873;
// aapt resource value: 0x7F030342
- public const int rippleColor = 2130903874;
+ public const int radioButtonStyle = 2130903874;
// aapt resource value: 0x7F030343
- public const int rotationCenterId = 2130903875;
+ public const int rangeFillColor = 2130903875;
// aapt resource value: 0x7F030344
- public const int round = 2130903876;
+ public const int ratingBarStyle = 2130903876;
// aapt resource value: 0x7F030345
- public const int roundPercent = 2130903877;
+ public const int ratingBarStyleIndicator = 2130903877;
// aapt resource value: 0x7F030346
- public const int saturation = 2130903878;
+ public const int ratingBarStyleSmall = 2130903878;
// aapt resource value: 0x7F030347
- public const int scaleFromTextSize = 2130903879;
+ public const int reactiveGuide_animateChange = 2130903879;
// aapt resource value: 0x7F030348
- public const int scopeUris = 2130903880;
+ public const int reactiveGuide_applyToAllConstraintSets = 2130903880;
// aapt resource value: 0x7F030349
- public const int scrimAnimationDuration = 2130903881;
+ public const int reactiveGuide_applyToConstraintSet = 2130903881;
// aapt resource value: 0x7F03034A
- public const int scrimBackground = 2130903882;
+ public const int reactiveGuide_valueId = 2130903882;
// aapt resource value: 0x7F03034B
- public const int scrimVisibleHeightTrigger = 2130903883;
+ public const int recyclerViewStyle = 2130903883;
// aapt resource value: 0x7F03034C
- public const int scrollViewStyle = 2130903884;
+ public const int region_heightLessThan = 2130903884;
// aapt resource value: 0x7F03034D
- public const int searchHintIcon = 2130903885;
+ public const int region_heightMoreThan = 2130903885;
// aapt resource value: 0x7F03034E
- public const int searchIcon = 2130903886;
+ public const int region_widthLessThan = 2130903886;
// aapt resource value: 0x7F03034F
- public const int searchViewStyle = 2130903887;
+ public const int region_widthMoreThan = 2130903887;
// aapt resource value: 0x7F030350
- public const int seekBarIncrement = 2130903888;
+ public const int reverseLayout = 2130903888;
// aapt resource value: 0x7F030351
- public const int seekBarPreferenceStyle = 2130903889;
+ public const int rippleColor = 2130903889;
// aapt resource value: 0x7F030352
- public const int seekBarStyle = 2130903890;
+ public const int rotationCenterId = 2130903890;
// aapt resource value: 0x7F030353
- public const int selectable = 2130903891;
+ public const int round = 2130903891;
// aapt resource value: 0x7F030354
- public const int selectableItemBackground = 2130903892;
+ public const int roundPercent = 2130903892;
// aapt resource value: 0x7F030355
- public const int selectableItemBackgroundBorderless = 2130903893;
+ public const int saturation = 2130903893;
// aapt resource value: 0x7F030356
- public const int selectionRequired = 2130903894;
+ public const int scaleFromTextSize = 2130903894;
// aapt resource value: 0x7F030357
- public const int selectorSize = 2130903895;
+ public const int schemaOrgProperty = 2130903895;
// aapt resource value: 0x7F030358
- public const int setsTag = 2130903896;
+ public const int schemaOrgType = 2130903896;
// aapt resource value: 0x7F030359
- public const int shapeAppearance = 2130903897;
+ public const int scopeUris = 2130903897;
// aapt resource value: 0x7F03035A
- public const int shapeAppearanceLargeComponent = 2130903898;
+ public const int scrimAnimationDuration = 2130903898;
// aapt resource value: 0x7F03035B
- public const int shapeAppearanceMediumComponent = 2130903899;
+ public const int scrimBackground = 2130903899;
// aapt resource value: 0x7F03035C
- public const int shapeAppearanceOverlay = 2130903900;
+ public const int scrimVisibleHeightTrigger = 2130903900;
// aapt resource value: 0x7F03035D
- public const int shapeAppearanceSmallComponent = 2130903901;
+ public const int scrollViewStyle = 2130903901;
+
+ // aapt resource value: 0x7F03035E
+ public const int searchEnabled = 2130903902;
+
+ // aapt resource value: 0x7F03035F
+ public const int searchHintIcon = 2130903903;
+
+ // aapt resource value: 0x7F030360
+ public const int searchIcon = 2130903904;
+
+ // aapt resource value: 0x7F030361
+ public const int searchLabel = 2130903905;
+
+ // aapt resource value: 0x7F030362
+ public const int searchViewStyle = 2130903906;
+
+ // aapt resource value: 0x7F030363
+ public const int sectionContent = 2130903907;
+
+ // aapt resource value: 0x7F030364
+ public const int sectionFormat = 2130903908;
+
+ // aapt resource value: 0x7F030365
+ public const int sectionId = 2130903909;
+
+ // aapt resource value: 0x7F030366
+ public const int sectionType = 2130903910;
+
+ // aapt resource value: 0x7F030367
+ public const int sectionWeight = 2130903911;
+
+ // aapt resource value: 0x7F030368
+ public const int seekBarIncrement = 2130903912;
+
+ // aapt resource value: 0x7F030369
+ public const int seekBarPreferenceStyle = 2130903913;
+
+ // aapt resource value: 0x7F03036A
+ public const int seekBarStyle = 2130903914;
+
+ // aapt resource value: 0x7F03036B
+ public const int selectable = 2130903915;
+
+ // aapt resource value: 0x7F03036C
+ public const int selectableItemBackground = 2130903916;
+
+ // aapt resource value: 0x7F03036D
+ public const int selectableItemBackgroundBorderless = 2130903917;
+
+ // aapt resource value: 0x7F03036E
+ public const int selectionRequired = 2130903918;
+
+ // aapt resource value: 0x7F03036F
+ public const int selectorSize = 2130903919;
+
+ // aapt resource value: 0x7F030370
+ public const int semanticallySearchable = 2130903920;
+
+ // aapt resource value: 0x7F030371
+ public const int setsTag = 2130903921;
+
+ // aapt resource value: 0x7F030372
+ public const int settingsDescription = 2130903922;
+
+ // aapt resource value: 0x7F030373
+ public const int shapeAppearance = 2130903923;
+
+ // aapt resource value: 0x7F030374
+ public const int shapeAppearanceLargeComponent = 2130903924;
+
+ // aapt resource value: 0x7F030375
+ public const int shapeAppearanceMediumComponent = 2130903925;
+
+ // aapt resource value: 0x7F030376
+ public const int shapeAppearanceOverlay = 2130903926;
+
+ // aapt resource value: 0x7F030377
+ public const int shapeAppearanceSmallComponent = 2130903927;
// aapt resource value: 0x7F030001
public const int SharedValue = 2130903041;
@@ -19349,779 +19872,800 @@ namespace TINK.Droid
// aapt resource value: 0x7F030002
public const int SharedValueId = 2130903042;
- // aapt resource value: 0x7F03035E
- public const int shortcutMatchRequired = 2130903902;
-
- // aapt resource value: 0x7F03035F
- public const int shouldDisableView = 2130903903;
-
- // aapt resource value: 0x7F030360
- public const int showAnimationBehavior = 2130903904;
-
- // aapt resource value: 0x7F030361
- public const int showAsAction = 2130903905;
-
- // aapt resource value: 0x7F030362
- public const int showDelay = 2130903906;
-
- // aapt resource value: 0x7F030363
- public const int showDividers = 2130903907;
-
- // aapt resource value: 0x7F030364
- public const int showMotionSpec = 2130903908;
-
- // aapt resource value: 0x7F030365
- public const int showPaths = 2130903909;
-
- // aapt resource value: 0x7F030366
- public const int showSeekBarValue = 2130903910;
-
- // aapt resource value: 0x7F030367
- public const int showText = 2130903911;
-
- // aapt resource value: 0x7F030368
- public const int showTitle = 2130903912;
-
- // aapt resource value: 0x7F030369
- public const int shrinkMotionSpec = 2130903913;
-
- // aapt resource value: 0x7F03036A
- public const int singleChoiceItemLayout = 2130903914;
-
- // aapt resource value: 0x7F03036B
- public const int singleLine = 2130903915;
-
- // aapt resource value: 0x7F03036C
- public const int singleLineTitle = 2130903916;
-
- // aapt resource value: 0x7F03036D
- public const int singleSelection = 2130903917;
-
- // aapt resource value: 0x7F03036E
- public const int sizePercent = 2130903918;
-
- // aapt resource value: 0x7F03036F
- public const int sliderStyle = 2130903919;
-
- // aapt resource value: 0x7F030370
- public const int snackbarButtonStyle = 2130903920;
-
- // aapt resource value: 0x7F030371
- public const int snackbarStyle = 2130903921;
-
- // aapt resource value: 0x7F030372
- public const int snackbarTextViewStyle = 2130903922;
-
- // aapt resource value: 0x7F030373
- public const int spanCount = 2130903923;
-
- // aapt resource value: 0x7F030374
- public const int spinBars = 2130903924;
-
- // aapt resource value: 0x7F030375
- public const int spinnerDropDownItemStyle = 2130903925;
-
- // aapt resource value: 0x7F030376
- public const int spinnerStyle = 2130903926;
-
- // aapt resource value: 0x7F030377
- public const int splitTrack = 2130903927;
-
// aapt resource value: 0x7F030378
- public const int springBoundary = 2130903928;
+ public const int shortcutMatchRequired = 2130903928;
// aapt resource value: 0x7F030379
- public const int springDamping = 2130903929;
+ public const int shouldDisableView = 2130903929;
// aapt resource value: 0x7F03037A
- public const int springMass = 2130903930;
+ public const int showAnimationBehavior = 2130903930;
// aapt resource value: 0x7F03037B
- public const int springStiffness = 2130903931;
+ public const int showAsAction = 2130903931;
// aapt resource value: 0x7F03037C
- public const int springStopThreshold = 2130903932;
+ public const int showDelay = 2130903932;
// aapt resource value: 0x7F03037D
- public const int srcCompat = 2130903933;
+ public const int showDividers = 2130903933;
// aapt resource value: 0x7F03037E
- public const int stackFromEnd = 2130903934;
+ public const int showMotionSpec = 2130903934;
// aapt resource value: 0x7F03037F
- public const int staggered = 2130903935;
+ public const int showPaths = 2130903935;
// aapt resource value: 0x7F030380
- public const int startDestination = 2130903936;
+ public const int showSeekBarValue = 2130903936;
// aapt resource value: 0x7F030381
- public const int startIconCheckable = 2130903937;
+ public const int showText = 2130903937;
// aapt resource value: 0x7F030382
- public const int startIconContentDescription = 2130903938;
+ public const int showTitle = 2130903938;
// aapt resource value: 0x7F030383
- public const int startIconDrawable = 2130903939;
+ public const int shrinkMotionSpec = 2130903939;
// aapt resource value: 0x7F030384
- public const int startIconTint = 2130903940;
+ public const int singleChoiceItemLayout = 2130903940;
// aapt resource value: 0x7F030385
- public const int startIconTintMode = 2130903941;
+ public const int singleLine = 2130903941;
// aapt resource value: 0x7F030386
- public const int state_above_anchor = 2130903942;
+ public const int singleLineTitle = 2130903942;
// aapt resource value: 0x7F030387
- public const int state_collapsed = 2130903943;
+ public const int singleSelection = 2130903943;
// aapt resource value: 0x7F030388
- public const int state_collapsible = 2130903944;
+ public const int sizePercent = 2130903944;
// aapt resource value: 0x7F030389
- public const int state_dragged = 2130903945;
+ public const int sliderStyle = 2130903945;
// aapt resource value: 0x7F03038A
- public const int state_liftable = 2130903946;
+ public const int snackbarButtonStyle = 2130903946;
// aapt resource value: 0x7F03038B
- public const int state_lifted = 2130903947;
+ public const int snackbarStyle = 2130903947;
// aapt resource value: 0x7F03038C
- public const int statusBarBackground = 2130903948;
+ public const int snackbarTextViewStyle = 2130903948;
// aapt resource value: 0x7F03038D
- public const int statusBarForeground = 2130903949;
+ public const int sourceClass = 2130903949;
// aapt resource value: 0x7F03038E
- public const int statusBarScrim = 2130903950;
+ public const int spanCount = 2130903950;
// aapt resource value: 0x7F03038F
- public const int strokeColor = 2130903951;
+ public const int spinBars = 2130903951;
// aapt resource value: 0x7F030390
- public const int strokeWidth = 2130903952;
+ public const int spinnerDropDownItemStyle = 2130903952;
// aapt resource value: 0x7F030391
- public const int subMenuArrow = 2130903953;
+ public const int spinnerStyle = 2130903953;
// aapt resource value: 0x7F030392
- public const int submitBackground = 2130903954;
+ public const int splitTrack = 2130903954;
// aapt resource value: 0x7F030393
- public const int subtitle = 2130903955;
+ public const int springBoundary = 2130903955;
// aapt resource value: 0x7F030394
- public const int subtitleCentered = 2130903956;
+ public const int springDamping = 2130903956;
// aapt resource value: 0x7F030395
- public const int subtitleTextAppearance = 2130903957;
+ public const int springMass = 2130903957;
// aapt resource value: 0x7F030396
- public const int subtitleTextColor = 2130903958;
+ public const int springStiffness = 2130903958;
// aapt resource value: 0x7F030397
- public const int subtitleTextStyle = 2130903959;
+ public const int springStopThreshold = 2130903959;
// aapt resource value: 0x7F030398
- public const int suffixText = 2130903960;
+ public const int srcCompat = 2130903960;
// aapt resource value: 0x7F030399
- public const int suffixTextAppearance = 2130903961;
+ public const int stackFromEnd = 2130903961;
// aapt resource value: 0x7F03039A
- public const int suffixTextColor = 2130903962;
+ public const int staggered = 2130903962;
// aapt resource value: 0x7F03039B
- public const int suggestionRowLayout = 2130903963;
+ public const int startDestination = 2130903963;
// aapt resource value: 0x7F03039C
- public const int summary = 2130903964;
+ public const int startIconCheckable = 2130903964;
// aapt resource value: 0x7F03039D
- public const int summaryOff = 2130903965;
+ public const int startIconContentDescription = 2130903965;
// aapt resource value: 0x7F03039E
- public const int summaryOn = 2130903966;
+ public const int startIconDrawable = 2130903966;
// aapt resource value: 0x7F03039F
- public const int swipeRefreshLayoutProgressSpinnerBackgroundColor = 2130903967;
+ public const int startIconTint = 2130903967;
// aapt resource value: 0x7F0303A0
- public const int switchMinWidth = 2130903968;
+ public const int startIconTintMode = 2130903968;
// aapt resource value: 0x7F0303A1
- public const int switchPadding = 2130903969;
+ public const int state_above_anchor = 2130903969;
// aapt resource value: 0x7F0303A2
- public const int switchPreferenceCompatStyle = 2130903970;
+ public const int state_collapsed = 2130903970;
// aapt resource value: 0x7F0303A3
- public const int switchPreferenceStyle = 2130903971;
+ public const int state_collapsible = 2130903971;
// aapt resource value: 0x7F0303A4
- public const int switchStyle = 2130903972;
+ public const int state_dragged = 2130903972;
// aapt resource value: 0x7F0303A5
- public const int switchTextAppearance = 2130903973;
+ public const int state_liftable = 2130903973;
// aapt resource value: 0x7F0303A6
- public const int switchTextOff = 2130903974;
+ public const int state_lifted = 2130903974;
// aapt resource value: 0x7F0303A7
- public const int switchTextOn = 2130903975;
+ public const int statusBarBackground = 2130903975;
// aapt resource value: 0x7F0303A8
- public const int tabBackground = 2130903976;
+ public const int statusBarForeground = 2130903976;
// aapt resource value: 0x7F0303A9
- public const int tabContentStart = 2130903977;
+ public const int statusBarScrim = 2130903977;
// aapt resource value: 0x7F0303AA
- public const int tabGravity = 2130903978;
+ public const int strokeColor = 2130903978;
// aapt resource value: 0x7F0303AB
- public const int tabIconTint = 2130903979;
+ public const int strokeWidth = 2130903979;
// aapt resource value: 0x7F0303AC
- public const int tabIconTintMode = 2130903980;
+ public const int subMenuArrow = 2130903980;
// aapt resource value: 0x7F0303AD
- public const int tabIndicator = 2130903981;
+ public const int submitBackground = 2130903981;
// aapt resource value: 0x7F0303AE
- public const int tabIndicatorAnimationDuration = 2130903982;
+ public const int subsectionSeparator = 2130903982;
// aapt resource value: 0x7F0303AF
- public const int tabIndicatorAnimationMode = 2130903983;
+ public const int subtitle = 2130903983;
// aapt resource value: 0x7F0303B0
- public const int tabIndicatorColor = 2130903984;
+ public const int subtitleCentered = 2130903984;
// aapt resource value: 0x7F0303B1
- public const int tabIndicatorFullWidth = 2130903985;
+ public const int subtitleTextAppearance = 2130903985;
// aapt resource value: 0x7F0303B2
- public const int tabIndicatorGravity = 2130903986;
+ public const int subtitleTextColor = 2130903986;
// aapt resource value: 0x7F0303B3
- public const int tabIndicatorHeight = 2130903987;
+ public const int subtitleTextStyle = 2130903987;
// aapt resource value: 0x7F0303B4
- public const int tabInlineLabel = 2130903988;
+ public const int suffixText = 2130903988;
// aapt resource value: 0x7F0303B5
- public const int tabMaxWidth = 2130903989;
+ public const int suffixTextAppearance = 2130903989;
// aapt resource value: 0x7F0303B6
- public const int tabMinWidth = 2130903990;
+ public const int suffixTextColor = 2130903990;
// aapt resource value: 0x7F0303B7
- public const int tabMode = 2130903991;
+ public const int suggestionRowLayout = 2130903991;
// aapt resource value: 0x7F0303B8
- public const int tabPadding = 2130903992;
+ public const int summary = 2130903992;
// aapt resource value: 0x7F0303B9
- public const int tabPaddingBottom = 2130903993;
+ public const int summaryOff = 2130903993;
// aapt resource value: 0x7F0303BA
- public const int tabPaddingEnd = 2130903994;
+ public const int summaryOn = 2130903994;
// aapt resource value: 0x7F0303BB
- public const int tabPaddingStart = 2130903995;
+ public const int swipeRefreshLayoutProgressSpinnerBackgroundColor = 2130903995;
// aapt resource value: 0x7F0303BC
- public const int tabPaddingTop = 2130903996;
+ public const int switchMinWidth = 2130903996;
// aapt resource value: 0x7F0303BD
- public const int tabRippleColor = 2130903997;
+ public const int switchPadding = 2130903997;
// aapt resource value: 0x7F0303BE
- public const int tabSelectedTextColor = 2130903998;
+ public const int switchPreferenceCompatStyle = 2130903998;
// aapt resource value: 0x7F0303BF
- public const int tabStyle = 2130903999;
+ public const int switchPreferenceStyle = 2130903999;
// aapt resource value: 0x7F0303C0
- public const int tabTextAppearance = 2130904000;
+ public const int switchStyle = 2130904000;
// aapt resource value: 0x7F0303C1
- public const int tabTextColor = 2130904001;
+ public const int switchTextAppearance = 2130904001;
// aapt resource value: 0x7F0303C2
- public const int tabUnboundedRipple = 2130904002;
+ public const int switchTextOff = 2130904002;
// aapt resource value: 0x7F0303C3
- public const int targetId = 2130904003;
+ public const int switchTextOn = 2130904003;
// aapt resource value: 0x7F0303C4
- public const int targetPackage = 2130904004;
+ public const int tabBackground = 2130904004;
// aapt resource value: 0x7F0303C5
- public const int telltales_tailColor = 2130904005;
+ public const int tabContentStart = 2130904005;
// aapt resource value: 0x7F0303C6
- public const int telltales_tailScale = 2130904006;
+ public const int tabGravity = 2130904006;
// aapt resource value: 0x7F0303C7
- public const int telltales_velocityMode = 2130904007;
+ public const int tabIconTint = 2130904007;
// aapt resource value: 0x7F0303C8
- public const int textAllCaps = 2130904008;
+ public const int tabIconTintMode = 2130904008;
// aapt resource value: 0x7F0303C9
- public const int textAppearanceBody1 = 2130904009;
+ public const int tabIndicator = 2130904009;
// aapt resource value: 0x7F0303CA
- public const int textAppearanceBody2 = 2130904010;
+ public const int tabIndicatorAnimationDuration = 2130904010;
// aapt resource value: 0x7F0303CB
- public const int textAppearanceButton = 2130904011;
+ public const int tabIndicatorAnimationMode = 2130904011;
// aapt resource value: 0x7F0303CC
- public const int textAppearanceCaption = 2130904012;
+ public const int tabIndicatorColor = 2130904012;
// aapt resource value: 0x7F0303CD
- public const int textAppearanceHeadline1 = 2130904013;
+ public const int tabIndicatorFullWidth = 2130904013;
// aapt resource value: 0x7F0303CE
- public const int textAppearanceHeadline2 = 2130904014;
+ public const int tabIndicatorGravity = 2130904014;
// aapt resource value: 0x7F0303CF
- public const int textAppearanceHeadline3 = 2130904015;
+ public const int tabIndicatorHeight = 2130904015;
// aapt resource value: 0x7F0303D0
- public const int textAppearanceHeadline4 = 2130904016;
+ public const int tabInlineLabel = 2130904016;
// aapt resource value: 0x7F0303D1
- public const int textAppearanceHeadline5 = 2130904017;
+ public const int tabMaxWidth = 2130904017;
// aapt resource value: 0x7F0303D2
- public const int textAppearanceHeadline6 = 2130904018;
+ public const int tabMinWidth = 2130904018;
// aapt resource value: 0x7F0303D3
- public const int textAppearanceLargePopupMenu = 2130904019;
+ public const int tabMode = 2130904019;
// aapt resource value: 0x7F0303D4
- public const int textAppearanceLineHeightEnabled = 2130904020;
+ public const int tabPadding = 2130904020;
// aapt resource value: 0x7F0303D5
- public const int textAppearanceListItem = 2130904021;
+ public const int tabPaddingBottom = 2130904021;
// aapt resource value: 0x7F0303D6
- public const int textAppearanceListItemSecondary = 2130904022;
+ public const int tabPaddingEnd = 2130904022;
// aapt resource value: 0x7F0303D7
- public const int textAppearanceListItemSmall = 2130904023;
+ public const int tabPaddingStart = 2130904023;
// aapt resource value: 0x7F0303D8
- public const int textAppearanceOverline = 2130904024;
+ public const int tabPaddingTop = 2130904024;
// aapt resource value: 0x7F0303D9
- public const int textAppearancePopupMenuHeader = 2130904025;
+ public const int tabRippleColor = 2130904025;
// aapt resource value: 0x7F0303DA
- public const int textAppearanceSearchResultSubtitle = 2130904026;
+ public const int tabSelectedTextColor = 2130904026;
// aapt resource value: 0x7F0303DB
- public const int textAppearanceSearchResultTitle = 2130904027;
+ public const int tabStyle = 2130904027;
// aapt resource value: 0x7F0303DC
- public const int textAppearanceSmallPopupMenu = 2130904028;
+ public const int tabTextAppearance = 2130904028;
// aapt resource value: 0x7F0303DD
- public const int textAppearanceSubtitle1 = 2130904029;
+ public const int tabTextColor = 2130904029;
// aapt resource value: 0x7F0303DE
- public const int textAppearanceSubtitle2 = 2130904030;
+ public const int tabUnboundedRipple = 2130904030;
// aapt resource value: 0x7F0303DF
- public const int textBackground = 2130904031;
+ public const int targetId = 2130904031;
// aapt resource value: 0x7F0303E0
- public const int textBackgroundPanX = 2130904032;
+ public const int targetPackage = 2130904032;
// aapt resource value: 0x7F0303E1
- public const int textBackgroundPanY = 2130904033;
+ public const int telltales_tailColor = 2130904033;
// aapt resource value: 0x7F0303E2
- public const int textBackgroundRotate = 2130904034;
+ public const int telltales_tailScale = 2130904034;
// aapt resource value: 0x7F0303E3
- public const int textBackgroundZoom = 2130904035;
+ public const int telltales_velocityMode = 2130904035;
// aapt resource value: 0x7F0303E4
- public const int textColorAlertDialogListItem = 2130904036;
+ public const int textAllCaps = 2130904036;
// aapt resource value: 0x7F0303E5
- public const int textColorSearchUrl = 2130904037;
+ public const int textAppearanceBody1 = 2130904037;
// aapt resource value: 0x7F0303E6
- public const int textEndPadding = 2130904038;
+ public const int textAppearanceBody2 = 2130904038;
// aapt resource value: 0x7F0303E7
- public const int textFillColor = 2130904039;
+ public const int textAppearanceButton = 2130904039;
// aapt resource value: 0x7F0303E8
- public const int textInputLayoutFocusedRectEnabled = 2130904040;
+ public const int textAppearanceCaption = 2130904040;
// aapt resource value: 0x7F0303E9
- public const int textInputStyle = 2130904041;
+ public const int textAppearanceHeadline1 = 2130904041;
// aapt resource value: 0x7F0303EA
- public const int textLocale = 2130904042;
+ public const int textAppearanceHeadline2 = 2130904042;
// aapt resource value: 0x7F0303EB
- public const int textOutlineColor = 2130904043;
+ public const int textAppearanceHeadline3 = 2130904043;
// aapt resource value: 0x7F0303EC
- public const int textOutlineThickness = 2130904044;
+ public const int textAppearanceHeadline4 = 2130904044;
// aapt resource value: 0x7F0303ED
- public const int textPanX = 2130904045;
+ public const int textAppearanceHeadline5 = 2130904045;
// aapt resource value: 0x7F0303EE
- public const int textPanY = 2130904046;
+ public const int textAppearanceHeadline6 = 2130904046;
// aapt resource value: 0x7F0303EF
- public const int textStartPadding = 2130904047;
+ public const int textAppearanceLargePopupMenu = 2130904047;
// aapt resource value: 0x7F0303F0
- public const int textureBlurFactor = 2130904048;
+ public const int textAppearanceLineHeightEnabled = 2130904048;
// aapt resource value: 0x7F0303F1
- public const int textureEffect = 2130904049;
+ public const int textAppearanceListItem = 2130904049;
// aapt resource value: 0x7F0303F2
- public const int textureHeight = 2130904050;
+ public const int textAppearanceListItemSecondary = 2130904050;
// aapt resource value: 0x7F0303F3
- public const int textureWidth = 2130904051;
+ public const int textAppearanceListItemSmall = 2130904051;
// aapt resource value: 0x7F0303F4
- public const int theme = 2130904052;
+ public const int textAppearanceOverline = 2130904052;
// aapt resource value: 0x7F0303F5
- public const int themeLineHeight = 2130904053;
+ public const int textAppearancePopupMenuHeader = 2130904053;
// aapt resource value: 0x7F0303F6
- public const int thickness = 2130904054;
+ public const int textAppearanceSearchResultSubtitle = 2130904054;
// aapt resource value: 0x7F0303F7
- public const int thumbColor = 2130904055;
+ public const int textAppearanceSearchResultTitle = 2130904055;
// aapt resource value: 0x7F0303F8
- public const int thumbElevation = 2130904056;
+ public const int textAppearanceSmallPopupMenu = 2130904056;
// aapt resource value: 0x7F0303F9
- public const int thumbRadius = 2130904057;
+ public const int textAppearanceSubtitle1 = 2130904057;
// aapt resource value: 0x7F0303FA
- public const int thumbStrokeColor = 2130904058;
+ public const int textAppearanceSubtitle2 = 2130904058;
// aapt resource value: 0x7F0303FB
- public const int thumbStrokeWidth = 2130904059;
+ public const int textBackground = 2130904059;
// aapt resource value: 0x7F0303FC
- public const int thumbTextPadding = 2130904060;
+ public const int textBackgroundPanX = 2130904060;
// aapt resource value: 0x7F0303FD
- public const int thumbTint = 2130904061;
+ public const int textBackgroundPanY = 2130904061;
// aapt resource value: 0x7F0303FE
- public const int thumbTintMode = 2130904062;
+ public const int textBackgroundRotate = 2130904062;
// aapt resource value: 0x7F0303FF
- public const int tickColor = 2130904063;
+ public const int textBackgroundZoom = 2130904063;
// aapt resource value: 0x7F030400
- public const int tickColorActive = 2130904064;
+ public const int textColorAlertDialogListItem = 2130904064;
// aapt resource value: 0x7F030401
- public const int tickColorInactive = 2130904065;
+ public const int textColorSearchUrl = 2130904065;
// aapt resource value: 0x7F030402
- public const int tickMark = 2130904066;
+ public const int textEndPadding = 2130904066;
// aapt resource value: 0x7F030403
- public const int tickMarkTint = 2130904067;
+ public const int textFillColor = 2130904067;
// aapt resource value: 0x7F030404
- public const int tickMarkTintMode = 2130904068;
+ public const int textInputLayoutFocusedRectEnabled = 2130904068;
// aapt resource value: 0x7F030405
- public const int tickVisible = 2130904069;
+ public const int textInputStyle = 2130904069;
// aapt resource value: 0x7F030406
- public const int tint = 2130904070;
+ public const int textLocale = 2130904070;
// aapt resource value: 0x7F030407
- public const int tintMode = 2130904071;
+ public const int textOutlineColor = 2130904071;
// aapt resource value: 0x7F030408
- public const int title = 2130904072;
+ public const int textOutlineThickness = 2130904072;
// aapt resource value: 0x7F030409
- public const int titleCentered = 2130904073;
+ public const int textPanX = 2130904073;
// aapt resource value: 0x7F03040A
- public const int titleCollapseMode = 2130904074;
+ public const int textPanY = 2130904074;
// aapt resource value: 0x7F03040B
- public const int titleEnabled = 2130904075;
+ public const int textStartPadding = 2130904075;
// aapt resource value: 0x7F03040C
- public const int titleMargin = 2130904076;
+ public const int textureBlurFactor = 2130904076;
// aapt resource value: 0x7F03040D
- public const int titleMarginBottom = 2130904077;
+ public const int textureEffect = 2130904077;
// aapt resource value: 0x7F03040E
- public const int titleMarginEnd = 2130904078;
-
- // aapt resource value: 0x7F030411
- public const int titleMargins = 2130904081;
+ public const int textureHeight = 2130904078;
// aapt resource value: 0x7F03040F
- public const int titleMarginStart = 2130904079;
+ public const int textureWidth = 2130904079;
// aapt resource value: 0x7F030410
- public const int titleMarginTop = 2130904080;
+ public const int theme = 2130904080;
+
+ // aapt resource value: 0x7F030411
+ public const int themeLineHeight = 2130904081;
// aapt resource value: 0x7F030412
- public const int titleTextAppearance = 2130904082;
+ public const int thickness = 2130904082;
// aapt resource value: 0x7F030413
- public const int titleTextColor = 2130904083;
+ public const int thumbColor = 2130904083;
// aapt resource value: 0x7F030414
- public const int titleTextStyle = 2130904084;
+ public const int thumbElevation = 2130904084;
// aapt resource value: 0x7F030415
- public const int toolbarId = 2130904085;
+ public const int thumbRadius = 2130904085;
// aapt resource value: 0x7F030416
- public const int toolbarNavigationButtonStyle = 2130904086;
+ public const int thumbStrokeColor = 2130904086;
// aapt resource value: 0x7F030417
- public const int toolbarStyle = 2130904087;
+ public const int thumbStrokeWidth = 2130904087;
// aapt resource value: 0x7F030418
- public const int tooltipForegroundColor = 2130904088;
+ public const int thumbTextPadding = 2130904088;
// aapt resource value: 0x7F030419
- public const int tooltipFrameBackground = 2130904089;
+ public const int thumbTint = 2130904089;
// aapt resource value: 0x7F03041A
- public const int tooltipStyle = 2130904090;
+ public const int thumbTintMode = 2130904090;
// aapt resource value: 0x7F03041B
- public const int tooltipText = 2130904091;
+ public const int tickColor = 2130904091;
// aapt resource value: 0x7F03041C
- public const int touchAnchorId = 2130904092;
+ public const int tickColorActive = 2130904092;
// aapt resource value: 0x7F03041D
- public const int touchAnchorSide = 2130904093;
+ public const int tickColorInactive = 2130904093;
// aapt resource value: 0x7F03041E
- public const int touchRegionId = 2130904094;
+ public const int tickMark = 2130904094;
// aapt resource value: 0x7F03041F
- public const int track = 2130904095;
+ public const int tickMarkTint = 2130904095;
// aapt resource value: 0x7F030420
- public const int trackColor = 2130904096;
+ public const int tickMarkTintMode = 2130904096;
// aapt resource value: 0x7F030421
- public const int trackColorActive = 2130904097;
+ public const int tickVisible = 2130904097;
// aapt resource value: 0x7F030422
- public const int trackColorInactive = 2130904098;
+ public const int tint = 2130904098;
// aapt resource value: 0x7F030423
- public const int trackCornerRadius = 2130904099;
+ public const int tintMode = 2130904099;
// aapt resource value: 0x7F030424
- public const int trackHeight = 2130904100;
+ public const int title = 2130904100;
// aapt resource value: 0x7F030425
- public const int trackThickness = 2130904101;
+ public const int titleCentered = 2130904101;
// aapt resource value: 0x7F030426
- public const int trackTint = 2130904102;
+ public const int titleCollapseMode = 2130904102;
// aapt resource value: 0x7F030427
- public const int trackTintMode = 2130904103;
+ public const int titleEnabled = 2130904103;
// aapt resource value: 0x7F030428
- public const int transformPivotTarget = 2130904104;
+ public const int titleMargin = 2130904104;
// aapt resource value: 0x7F030429
- public const int transitionDisable = 2130904105;
+ public const int titleMarginBottom = 2130904105;
// aapt resource value: 0x7F03042A
- public const int transitionEasing = 2130904106;
-
- // aapt resource value: 0x7F03042B
- public const int transitionFlags = 2130904107;
-
- // aapt resource value: 0x7F03042C
- public const int transitionPathRotate = 2130904108;
+ public const int titleMarginEnd = 2130904106;
// aapt resource value: 0x7F03042D
- public const int transitionShapeAppearance = 2130904109;
+ public const int titleMargins = 2130904109;
+
+ // aapt resource value: 0x7F03042B
+ public const int titleMarginStart = 2130904107;
+
+ // aapt resource value: 0x7F03042C
+ public const int titleMarginTop = 2130904108;
// aapt resource value: 0x7F03042E
- public const int triggerId = 2130904110;
+ public const int titleTextAppearance = 2130904110;
// aapt resource value: 0x7F03042F
- public const int triggerReceiver = 2130904111;
+ public const int titleTextColor = 2130904111;
// aapt resource value: 0x7F030430
- public const int triggerSlack = 2130904112;
+ public const int titleTextStyle = 2130904112;
// aapt resource value: 0x7F030431
- public const int ttcIndex = 2130904113;
+ public const int toAddressesSection = 2130904113;
// aapt resource value: 0x7F030432
- public const int uiCompass = 2130904114;
+ public const int toolbarId = 2130904114;
// aapt resource value: 0x7F030433
- public const int uiMapToolbar = 2130904115;
+ public const int toolbarNavigationButtonStyle = 2130904115;
// aapt resource value: 0x7F030434
- public const int uiRotateGestures = 2130904116;
+ public const int toolbarStyle = 2130904116;
// aapt resource value: 0x7F030435
- public const int uiScrollGestures = 2130904117;
+ public const int tooltipForegroundColor = 2130904117;
// aapt resource value: 0x7F030436
- public const int uiScrollGesturesDuringRotateOrZoom = 2130904118;
+ public const int tooltipFrameBackground = 2130904118;
// aapt resource value: 0x7F030437
- public const int uiTiltGestures = 2130904119;
+ public const int tooltipStyle = 2130904119;
// aapt resource value: 0x7F030438
- public const int uiZoomControls = 2130904120;
+ public const int tooltipText = 2130904120;
// aapt resource value: 0x7F030439
- public const int uiZoomGestures = 2130904121;
-
- // aapt resource value: 0x7F03043B
- public const int updatesContinuously = 2130904123;
+ public const int touchAnchorId = 2130904121;
// aapt resource value: 0x7F03043A
- public const int upDuration = 2130904122;
+ public const int touchAnchorSide = 2130904122;
+
+ // aapt resource value: 0x7F03043B
+ public const int touchRegionId = 2130904123;
// aapt resource value: 0x7F03043C
- public const int uri = 2130904124;
+ public const int track = 2130904124;
// aapt resource value: 0x7F03043D
- public const int useCompatPadding = 2130904125;
+ public const int trackColor = 2130904125;
// aapt resource value: 0x7F03043E
- public const int useMaterialThemeColors = 2130904126;
+ public const int trackColorActive = 2130904126;
// aapt resource value: 0x7F03043F
- public const int useSimpleSummaryProvider = 2130904127;
+ public const int trackColorInactive = 2130904127;
// aapt resource value: 0x7F030440
- public const int useViewLifecycle = 2130904128;
+ public const int trackCornerRadius = 2130904128;
// aapt resource value: 0x7F030441
- public const int values = 2130904129;
+ public const int trackHeight = 2130904129;
// aapt resource value: 0x7F030442
- public const int verticalOffset = 2130904130;
+ public const int trackThickness = 2130904130;
// aapt resource value: 0x7F030443
- public const int viewInflaterClass = 2130904131;
+ public const int trackTint = 2130904131;
// aapt resource value: 0x7F030444
- public const int viewTransitionMode = 2130904132;
+ public const int trackTintMode = 2130904132;
// aapt resource value: 0x7F030445
- public const int viewTransitionOnCross = 2130904133;
+ public const int transformPivotTarget = 2130904133;
// aapt resource value: 0x7F030446
- public const int viewTransitionOnNegativeCross = 2130904134;
+ public const int transitionDisable = 2130904134;
// aapt resource value: 0x7F030447
- public const int viewTransitionOnPositiveCross = 2130904135;
+ public const int transitionEasing = 2130904135;
// aapt resource value: 0x7F030448
- public const int visibilityMode = 2130904136;
+ public const int transitionFlags = 2130904136;
// aapt resource value: 0x7F030449
- public const int voiceIcon = 2130904137;
+ public const int transitionPathRotate = 2130904137;
// aapt resource value: 0x7F03044A
- public const int warmth = 2130904138;
+ public const int transitionShapeAppearance = 2130904138;
// aapt resource value: 0x7F03044B
- public const int waveDecay = 2130904139;
+ public const int triggerId = 2130904139;
// aapt resource value: 0x7F03044C
- public const int waveOffset = 2130904140;
+ public const int triggerReceiver = 2130904140;
// aapt resource value: 0x7F03044D
- public const int wavePeriod = 2130904141;
+ public const int triggerSlack = 2130904141;
// aapt resource value: 0x7F03044E
- public const int wavePhase = 2130904142;
+ public const int trimmable = 2130904142;
// aapt resource value: 0x7F03044F
- public const int waveShape = 2130904143;
+ public const int ttcIndex = 2130904143;
// aapt resource value: 0x7F030450
- public const int waveVariesBy = 2130904144;
+ public const int uiCompass = 2130904144;
// aapt resource value: 0x7F030451
- public const int widgetLayout = 2130904145;
+ public const int uiMapToolbar = 2130904145;
// aapt resource value: 0x7F030452
- public const int windowActionBar = 2130904146;
+ public const int uiRotateGestures = 2130904146;
// aapt resource value: 0x7F030453
- public const int windowActionBarOverlay = 2130904147;
+ public const int uiScrollGestures = 2130904147;
// aapt resource value: 0x7F030454
- public const int windowActionModeOverlay = 2130904148;
+ public const int uiScrollGesturesDuringRotateOrZoom = 2130904148;
// aapt resource value: 0x7F030455
- public const int windowFixedHeightMajor = 2130904149;
+ public const int uiTiltGestures = 2130904149;
// aapt resource value: 0x7F030456
- public const int windowFixedHeightMinor = 2130904150;
+ public const int uiZoomControls = 2130904150;
// aapt resource value: 0x7F030457
- public const int windowFixedWidthMajor = 2130904151;
-
- // aapt resource value: 0x7F030458
- public const int windowFixedWidthMinor = 2130904152;
+ public const int uiZoomGestures = 2130904151;
// aapt resource value: 0x7F030459
- public const int windowMinWidthMajor = 2130904153;
+ public const int updatesContinuously = 2130904153;
+
+ // aapt resource value: 0x7F030458
+ public const int upDuration = 2130904152;
// aapt resource value: 0x7F03045A
- public const int windowMinWidthMinor = 2130904154;
+ public const int uri = 2130904154;
// aapt resource value: 0x7F03045B
- public const int windowNoTitle = 2130904155;
+ public const int useCompatPadding = 2130904155;
// aapt resource value: 0x7F03045C
- public const int yearSelectedStyle = 2130904156;
-
- // aapt resource value: 0x7F03045D
- public const int yearStyle = 2130904157;
-
- // aapt resource value: 0x7F03045E
- public const int yearTodayStyle = 2130904158;
+ public const int useMaterialThemeColors = 2130904156;
// aapt resource value: 0x7F03045F
- public const int zOrderOnTop = 2130904159;
+ public const int userInputSection = 2130904159;
+
+ // aapt resource value: 0x7F030460
+ public const int userInputTag = 2130904160;
+
+ // aapt resource value: 0x7F030461
+ public const int userInputValue = 2130904161;
+
+ // aapt resource value: 0x7F03045D
+ public const int useSimpleSummaryProvider = 2130904157;
+
+ // aapt resource value: 0x7F03045E
+ public const int useViewLifecycle = 2130904158;
+
+ // aapt resource value: 0x7F030462
+ public const int values = 2130904162;
+
+ // aapt resource value: 0x7F030463
+ public const int verticalOffset = 2130904163;
+
+ // aapt resource value: 0x7F030464
+ public const int viewInflaterClass = 2130904164;
+
+ // aapt resource value: 0x7F030465
+ public const int viewTransitionMode = 2130904165;
+
+ // aapt resource value: 0x7F030466
+ public const int viewTransitionOnCross = 2130904166;
+
+ // aapt resource value: 0x7F030467
+ public const int viewTransitionOnNegativeCross = 2130904167;
+
+ // aapt resource value: 0x7F030468
+ public const int viewTransitionOnPositiveCross = 2130904168;
+
+ // aapt resource value: 0x7F030469
+ public const int visibilityMode = 2130904169;
+
+ // aapt resource value: 0x7F03046A
+ public const int voiceIcon = 2130904170;
+
+ // aapt resource value: 0x7F03046B
+ public const int warmth = 2130904171;
+
+ // aapt resource value: 0x7F03046C
+ public const int waveDecay = 2130904172;
+
+ // aapt resource value: 0x7F03046D
+ public const int waveOffset = 2130904173;
+
+ // aapt resource value: 0x7F03046E
+ public const int wavePeriod = 2130904174;
+
+ // aapt resource value: 0x7F03046F
+ public const int wavePhase = 2130904175;
+
+ // aapt resource value: 0x7F030470
+ public const int waveShape = 2130904176;
+
+ // aapt resource value: 0x7F030471
+ public const int waveVariesBy = 2130904177;
+
+ // aapt resource value: 0x7F030472
+ public const int widgetLayout = 2130904178;
+
+ // aapt resource value: 0x7F030473
+ public const int windowActionBar = 2130904179;
+
+ // aapt resource value: 0x7F030474
+ public const int windowActionBarOverlay = 2130904180;
+
+ // aapt resource value: 0x7F030475
+ public const int windowActionModeOverlay = 2130904181;
+
+ // aapt resource value: 0x7F030476
+ public const int windowFixedHeightMajor = 2130904182;
+
+ // aapt resource value: 0x7F030477
+ public const int windowFixedHeightMinor = 2130904183;
+
+ // aapt resource value: 0x7F030478
+ public const int windowFixedWidthMajor = 2130904184;
+
+ // aapt resource value: 0x7F030479
+ public const int windowFixedWidthMinor = 2130904185;
+
+ // aapt resource value: 0x7F03047A
+ public const int windowMinWidthMajor = 2130904186;
+
+ // aapt resource value: 0x7F03047B
+ public const int windowMinWidthMinor = 2130904187;
+
+ // aapt resource value: 0x7F03047C
+ public const int windowNoTitle = 2130904188;
+
+ // aapt resource value: 0x7F03047D
+ public const int yearSelectedStyle = 2130904189;
+
+ // aapt resource value: 0x7F03047E
+ public const int yearStyle = 2130904190;
+
+ // aapt resource value: 0x7F03047F
+ public const int yearTodayStyle = 2130904191;
+
+ // aapt resource value: 0x7F030480
+ public const int zOrderOnTop = 2130904192;
static Attribute()
{
@@ -23744,952 +24288,1012 @@ namespace TINK.Droid
public const int constraint = 2131230855;
// aapt resource value: 0x7F080088
- public const int container = 2131230856;
+ public const int contact = 2131230856;
// aapt resource value: 0x7F080089
- public const int content = 2131230857;
+ public const int container = 2131230857;
// aapt resource value: 0x7F08008A
- public const int contentPanel = 2131230858;
+ public const int content = 2131230858;
// aapt resource value: 0x7F08008B
- public const int contiguous = 2131230859;
+ public const int contentPanel = 2131230859;
// aapt resource value: 0x7F08008C
- public const int continuousVelocity = 2131230860;
+ public const int contiguous = 2131230860;
// aapt resource value: 0x7F08008D
- public const int coordinator = 2131230861;
+ public const int continuousVelocity = 2131230861;
// aapt resource value: 0x7F08008E
- public const int cos = 2131230862;
+ public const int coordinator = 2131230862;
// aapt resource value: 0x7F08008F
- public const int counterclockwise = 2131230863;
+ public const int cos = 2131230863;
+
+ // aapt resource value: 0x7F080090
+ public const int counterclockwise = 2131230864;
// aapt resource value: 0x7F080003
public const int CTRL = 2131230723;
- // aapt resource value: 0x7F080090
- public const int currentState = 2131230864;
-
// aapt resource value: 0x7F080091
- public const int custom = 2131230865;
+ public const int currentState = 2131230865;
// aapt resource value: 0x7F080092
- public const int customPanel = 2131230866;
+ public const int custom = 2131230866;
// aapt resource value: 0x7F080093
- public const int cut = 2131230867;
+ public const int customPanel = 2131230867;
// aapt resource value: 0x7F080094
- public const int dark = 2131230868;
+ public const int cut = 2131230868;
// aapt resource value: 0x7F080095
- public const int date_picker_actions = 2131230869;
+ public const int dark = 2131230869;
// aapt resource value: 0x7F080096
- public const int decelerate = 2131230870;
+ public const int date = 2131230870;
// aapt resource value: 0x7F080097
- public const int decelerateAndComplete = 2131230871;
+ public const int date_picker_actions = 2131230871;
// aapt resource value: 0x7F080098
- public const int decor_content_parent = 2131230872;
+ public const int decelerate = 2131230872;
// aapt resource value: 0x7F080099
- public const int default_activity_button = 2131230873;
+ public const int decelerateAndComplete = 2131230873;
// aapt resource value: 0x7F08009A
- public const int deltaRelative = 2131230874;
+ public const int decor_content_parent = 2131230874;
// aapt resource value: 0x7F08009B
- public const int dependency_ordering = 2131230875;
+ public const int default_activity_button = 2131230875;
// aapt resource value: 0x7F08009C
- public const int design_bottom_sheet = 2131230876;
+ public const int deltaRelative = 2131230876;
// aapt resource value: 0x7F08009D
- public const int design_menu_item_action_area = 2131230877;
+ public const int demote_common_words = 2131230877;
// aapt resource value: 0x7F08009E
- public const int design_menu_item_action_area_stub = 2131230878;
+ public const int demote_rfc822_hostnames = 2131230878;
// aapt resource value: 0x7F08009F
- public const int design_menu_item_text = 2131230879;
+ public const int dependency_ordering = 2131230879;
// aapt resource value: 0x7F0800A0
- public const int design_navigation_view = 2131230880;
+ public const int design_bottom_sheet = 2131230880;
// aapt resource value: 0x7F0800A1
- public const int dialog_button = 2131230881;
+ public const int design_menu_item_action_area = 2131230881;
// aapt resource value: 0x7F0800A2
- public const int dimensions = 2131230882;
+ public const int design_menu_item_action_area_stub = 2131230882;
// aapt resource value: 0x7F0800A3
- public const int direct = 2131230883;
+ public const int design_menu_item_text = 2131230883;
// aapt resource value: 0x7F0800A4
- public const int disableHome = 2131230884;
+ public const int design_navigation_view = 2131230884;
// aapt resource value: 0x7F0800A5
- public const int disableIntraAutoTransition = 2131230885;
+ public const int dialog_button = 2131230885;
// aapt resource value: 0x7F0800A6
- public const int disablePostScroll = 2131230886;
+ public const int dimensions = 2131230886;
// aapt resource value: 0x7F0800A7
- public const int disableScroll = 2131230887;
+ public const int direct = 2131230887;
// aapt resource value: 0x7F0800A8
- public const int disjoint = 2131230888;
+ public const int disableHome = 2131230888;
// aapt resource value: 0x7F0800A9
- public const int dragAnticlockwise = 2131230889;
+ public const int disableIntraAutoTransition = 2131230889;
// aapt resource value: 0x7F0800AA
- public const int dragClockwise = 2131230890;
+ public const int disablePostScroll = 2131230890;
// aapt resource value: 0x7F0800AB
- public const int dragDown = 2131230891;
+ public const int disableScroll = 2131230891;
// aapt resource value: 0x7F0800AC
- public const int dragEnd = 2131230892;
+ public const int disjoint = 2131230892;
// aapt resource value: 0x7F0800AD
- public const int dragLeft = 2131230893;
+ public const int dragAnticlockwise = 2131230893;
// aapt resource value: 0x7F0800AE
- public const int dragRight = 2131230894;
+ public const int dragClockwise = 2131230894;
// aapt resource value: 0x7F0800AF
- public const int dragStart = 2131230895;
+ public const int dragDown = 2131230895;
// aapt resource value: 0x7F0800B0
- public const int dragUp = 2131230896;
+ public const int dragEnd = 2131230896;
// aapt resource value: 0x7F0800B1
- public const int dropdown_menu = 2131230897;
+ public const int dragLeft = 2131230897;
// aapt resource value: 0x7F0800B2
- public const int easeIn = 2131230898;
+ public const int dragRight = 2131230898;
// aapt resource value: 0x7F0800B3
- public const int easeInOut = 2131230899;
+ public const int dragStart = 2131230899;
// aapt resource value: 0x7F0800B4
- public const int easeOut = 2131230900;
+ public const int dragUp = 2131230900;
// aapt resource value: 0x7F0800B5
- public const int east = 2131230901;
+ public const int dropdown_menu = 2131230901;
// aapt resource value: 0x7F0800B6
- public const int edit_query = 2131230902;
+ public const int easeIn = 2131230902;
// aapt resource value: 0x7F0800B7
- public const int elastic = 2131230903;
+ public const int easeInOut = 2131230903;
// aapt resource value: 0x7F0800B8
- public const int end = 2131230904;
+ public const int easeOut = 2131230904;
// aapt resource value: 0x7F0800B9
- public const int endToStart = 2131230905;
+ public const int east = 2131230905;
// aapt resource value: 0x7F0800BA
- public const int end_padder = 2131230906;
+ public const int edit_query = 2131230906;
// aapt resource value: 0x7F0800BB
- public const int enterAlways = 2131230907;
+ public const int elastic = 2131230907;
// aapt resource value: 0x7F0800BC
- public const int enterAlwaysCollapsed = 2131230908;
+ public const int email = 2131230908;
// aapt resource value: 0x7F0800BD
- public const int exitUntilCollapsed = 2131230909;
-
- // aapt resource value: 0x7F0800BF
- public const int expanded_menu = 2131230911;
+ public const int end = 2131230909;
// aapt resource value: 0x7F0800BE
- public const int expand_activities_button = 2131230910;
+ public const int endToStart = 2131230910;
+
+ // aapt resource value: 0x7F0800BF
+ public const int end_padder = 2131230911;
// aapt resource value: 0x7F0800C0
- public const int fade = 2131230912;
+ public const int enterAlways = 2131230912;
// aapt resource value: 0x7F0800C1
- public const int fill = 2131230913;
-
- // aapt resource value: 0x7F0800C4
- public const int filled = 2131230916;
+ public const int enterAlwaysCollapsed = 2131230913;
// aapt resource value: 0x7F0800C2
- public const int fill_horizontal = 2131230914;
+ public const int exitUntilCollapsed = 2131230914;
+
+ // aapt resource value: 0x7F0800C4
+ public const int expanded_menu = 2131230916;
// aapt resource value: 0x7F0800C3
- public const int fill_vertical = 2131230915;
+ public const int expand_activities_button = 2131230915;
// aapt resource value: 0x7F0800C5
- public const int fitToContents = 2131230917;
+ public const int fade = 2131230917;
// aapt resource value: 0x7F0800C6
- public const int @fixed = 2131230918;
-
- // aapt resource value: 0x7F0800C7
- public const int flip = 2131230919;
-
- // aapt resource value: 0x7F0800C8
- public const int floating = 2131230920;
+ public const int fill = 2131230918;
// aapt resource value: 0x7F0800C9
- public const int flyoutcontent_appbar = 2131230921;
+ public const int filled = 2131230921;
+
+ // aapt resource value: 0x7F0800C7
+ public const int fill_horizontal = 2131230919;
+
+ // aapt resource value: 0x7F0800C8
+ public const int fill_vertical = 2131230920;
// aapt resource value: 0x7F0800CA
- public const int forever = 2131230922;
+ public const int fitToContents = 2131230922;
// aapt resource value: 0x7F0800CB
- public const int fragment_container_view_tag = 2131230923;
+ public const int @fixed = 2131230923;
// aapt resource value: 0x7F0800CC
- public const int frost = 2131230924;
+ public const int flip = 2131230924;
+
+ // aapt resource value: 0x7F0800CD
+ public const int floating = 2131230925;
+
+ // aapt resource value: 0x7F0800CE
+ public const int flyoutcontent_appbar = 2131230926;
+
+ // aapt resource value: 0x7F0800CF
+ public const int forever = 2131230927;
+
+ // aapt resource value: 0x7F0800D0
+ public const int fragment_container_view_tag = 2131230928;
+
+ // aapt resource value: 0x7F0800D1
+ public const int frost = 2131230929;
// aapt resource value: 0x7F080004
public const int FUNCTION = 2131230724;
- // aapt resource value: 0x7F0800CD
- public const int ghost_view = 2131230925;
-
- // aapt resource value: 0x7F0800CE
- public const int ghost_view_holder = 2131230926;
-
- // aapt resource value: 0x7F0800CF
- public const int gone = 2131230927;
-
- // aapt resource value: 0x7F0800D0
- public const int graph = 2131230928;
-
- // aapt resource value: 0x7F0800D1
- public const int graph_wrap = 2131230929;
+ // aapt resource value: 0x7F0800D2
+ public const int ghost_view = 2131230930;
// aapt resource value: 0x7F0800D3
- public const int grouping = 2131230931;
+ public const int ghost_view_holder = 2131230931;
// aapt resource value: 0x7F0800D4
- public const int groups = 2131230932;
-
- // aapt resource value: 0x7F0800D2
- public const int group_divider = 2131230930;
+ public const int gone = 2131230932;
// aapt resource value: 0x7F0800D5
- public const int guideline = 2131230933;
+ public const int graph = 2131230933;
// aapt resource value: 0x7F0800D6
- public const int header_title = 2131230934;
-
- // aapt resource value: 0x7F0800D7
- public const int hideable = 2131230935;
+ public const int graph_wrap = 2131230934;
// aapt resource value: 0x7F0800D8
- public const int home = 2131230936;
+ public const int grouping = 2131230936;
// aapt resource value: 0x7F0800D9
- public const int homeAsUp = 2131230937;
+ public const int groups = 2131230937;
+
+ // aapt resource value: 0x7F0800D7
+ public const int group_divider = 2131230935;
// aapt resource value: 0x7F0800DA
- public const int honorRequest = 2131230938;
+ public const int guideline = 2131230938;
// aapt resource value: 0x7F0800DB
- public const int horizontal_only = 2131230939;
+ public const int header_title = 2131230939;
// aapt resource value: 0x7F0800DC
- public const int hybrid = 2131230940;
+ public const int hideable = 2131230940;
// aapt resource value: 0x7F0800DD
- public const int icon = 2131230941;
+ public const int home = 2131230941;
// aapt resource value: 0x7F0800DE
- public const int icon_frame = 2131230942;
+ public const int homeAsUp = 2131230942;
// aapt resource value: 0x7F0800DF
- public const int icon_group = 2131230943;
+ public const int honorRequest = 2131230943;
// aapt resource value: 0x7F0800E0
- public const int icon_only = 2131230944;
+ public const int horizontal_only = 2131230944;
// aapt resource value: 0x7F0800E1
- public const int ifRoom = 2131230945;
+ public const int html = 2131230945;
// aapt resource value: 0x7F0800E2
- public const int ignore = 2131230946;
+ public const int hybrid = 2131230946;
// aapt resource value: 0x7F0800E3
- public const int ignoreRequest = 2131230947;
+ public const int icon = 2131230947;
// aapt resource value: 0x7F0800E4
- public const int image = 2131230948;
+ public const int icon_frame = 2131230948;
// aapt resource value: 0x7F0800E5
- public const int immediateStop = 2131230949;
+ public const int icon_group = 2131230949;
// aapt resource value: 0x7F0800E6
- public const int included = 2131230950;
+ public const int icon_only = 2131230950;
// aapt resource value: 0x7F0800E7
- public const int info = 2131230951;
+ public const int icon_uri = 2131230951;
// aapt resource value: 0x7F0800E8
- public const int invisible = 2131230952;
+ public const int ifRoom = 2131230952;
// aapt resource value: 0x7F0800E9
- public const int inward = 2131230953;
+ public const int ignore = 2131230953;
// aapt resource value: 0x7F0800EA
- public const int italic = 2131230954;
+ public const int ignoreRequest = 2131230954;
// aapt resource value: 0x7F0800EB
- public const int item_touch_helper_previous_elevation = 2131230955;
+ public const int image = 2131230955;
// aapt resource value: 0x7F0800EC
- public const int jumpToEnd = 2131230956;
+ public const int immediateStop = 2131230956;
// aapt resource value: 0x7F0800ED
- public const int jumpToStart = 2131230957;
+ public const int included = 2131230957;
// aapt resource value: 0x7F0800EE
- public const int labeled = 2131230958;
+ public const int index_entity_types = 2131230958;
// aapt resource value: 0x7F0800EF
- public const int layout = 2131230959;
+ public const int info = 2131230959;
// aapt resource value: 0x7F0800F0
- public const int left = 2131230960;
+ public const int instant_message = 2131230960;
// aapt resource value: 0x7F0800F1
- public const int leftToRight = 2131230961;
+ public const int intent_action = 2131230961;
// aapt resource value: 0x7F0800F2
- public const int legacy = 2131230962;
+ public const int intent_activity = 2131230962;
// aapt resource value: 0x7F0800F3
- public const int light = 2131230963;
+ public const int intent_data = 2131230963;
// aapt resource value: 0x7F0800F4
- public const int line1 = 2131230964;
+ public const int intent_data_id = 2131230964;
// aapt resource value: 0x7F0800F5
- public const int line3 = 2131230965;
+ public const int intent_extra_data = 2131230965;
// aapt resource value: 0x7F0800F6
- public const int linear = 2131230966;
+ public const int invisible = 2131230966;
// aapt resource value: 0x7F0800F7
- public const int listMode = 2131230967;
+ public const int inward = 2131230967;
// aapt resource value: 0x7F0800F8
- public const int list_item = 2131230968;
+ public const int italic = 2131230968;
// aapt resource value: 0x7F0800F9
- public const int main_appbar = 2131230969;
+ public const int item_touch_helper_previous_elevation = 2131230969;
// aapt resource value: 0x7F0800FA
- public const int main_tablayout = 2131230970;
+ public const int jumpToEnd = 2131230970;
// aapt resource value: 0x7F0800FB
- public const int main_toolbar = 2131230971;
+ public const int jumpToStart = 2131230971;
// aapt resource value: 0x7F0800FC
- public const int main_viewpager = 2131230972;
+ public const int labeled = 2131230972;
// aapt resource value: 0x7F0800FD
- public const int masked = 2131230973;
+ public const int large_icon_uri = 2131230973;
// aapt resource value: 0x7F0800FE
- public const int match_constraint = 2131230974;
+ public const int layout = 2131230974;
// aapt resource value: 0x7F0800FF
- public const int match_parent = 2131230975;
+ public const int left = 2131230975;
// aapt resource value: 0x7F080100
- public const int material_clock_display = 2131230976;
+ public const int leftToRight = 2131230976;
// aapt resource value: 0x7F080101
- public const int material_clock_face = 2131230977;
+ public const int legacy = 2131230977;
// aapt resource value: 0x7F080102
- public const int material_clock_hand = 2131230978;
+ public const int light = 2131230978;
// aapt resource value: 0x7F080103
- public const int material_clock_period_am_button = 2131230979;
+ public const int line1 = 2131230979;
// aapt resource value: 0x7F080104
- public const int material_clock_period_pm_button = 2131230980;
+ public const int line3 = 2131230980;
// aapt resource value: 0x7F080105
- public const int material_clock_period_toggle = 2131230981;
+ public const int linear = 2131230981;
// aapt resource value: 0x7F080106
- public const int material_hour_text_input = 2131230982;
+ public const int listMode = 2131230982;
// aapt resource value: 0x7F080107
- public const int material_hour_tv = 2131230983;
+ public const int list_item = 2131230983;
// aapt resource value: 0x7F080108
- public const int material_label = 2131230984;
+ public const int main_appbar = 2131230984;
// aapt resource value: 0x7F080109
- public const int material_minute_text_input = 2131230985;
+ public const int main_tablayout = 2131230985;
// aapt resource value: 0x7F08010A
- public const int material_minute_tv = 2131230986;
+ public const int main_toolbar = 2131230986;
// aapt resource value: 0x7F08010B
- public const int material_textinput_timepicker = 2131230987;
+ public const int main_viewpager = 2131230987;
// aapt resource value: 0x7F08010C
- public const int material_timepicker_cancel_button = 2131230988;
+ public const int masked = 2131230988;
// aapt resource value: 0x7F08010D
- public const int material_timepicker_container = 2131230989;
+ public const int match_constraint = 2131230989;
// aapt resource value: 0x7F08010E
- public const int material_timepicker_edit_text = 2131230990;
+ public const int match_global_nicknames = 2131230990;
// aapt resource value: 0x7F08010F
- public const int material_timepicker_mode_button = 2131230991;
+ public const int match_parent = 2131230991;
// aapt resource value: 0x7F080110
- public const int material_timepicker_ok_button = 2131230992;
+ public const int material_clock_display = 2131230992;
// aapt resource value: 0x7F080111
- public const int material_timepicker_view = 2131230993;
+ public const int material_clock_face = 2131230993;
// aapt resource value: 0x7F080112
- public const int material_value_index = 2131230994;
+ public const int material_clock_hand = 2131230994;
// aapt resource value: 0x7F080113
- public const int media_actions = 2131230995;
+ public const int material_clock_period_am_button = 2131230995;
// aapt resource value: 0x7F080114
- public const int media_controller_compat_view_tag = 2131230996;
+ public const int material_clock_period_pm_button = 2131230996;
// aapt resource value: 0x7F080115
- public const int message = 2131230997;
+ public const int material_clock_period_toggle = 2131230997;
+
+ // aapt resource value: 0x7F080116
+ public const int material_hour_text_input = 2131230998;
+
+ // aapt resource value: 0x7F080117
+ public const int material_hour_tv = 2131230999;
+
+ // aapt resource value: 0x7F080118
+ public const int material_label = 2131231000;
+
+ // aapt resource value: 0x7F080119
+ public const int material_minute_text_input = 2131231001;
+
+ // aapt resource value: 0x7F08011A
+ public const int material_minute_tv = 2131231002;
+
+ // aapt resource value: 0x7F08011B
+ public const int material_textinput_timepicker = 2131231003;
+
+ // aapt resource value: 0x7F08011C
+ public const int material_timepicker_cancel_button = 2131231004;
+
+ // aapt resource value: 0x7F08011D
+ public const int material_timepicker_container = 2131231005;
+
+ // aapt resource value: 0x7F08011E
+ public const int material_timepicker_edit_text = 2131231006;
+
+ // aapt resource value: 0x7F08011F
+ public const int material_timepicker_mode_button = 2131231007;
+
+ // aapt resource value: 0x7F080120
+ public const int material_timepicker_ok_button = 2131231008;
+
+ // aapt resource value: 0x7F080121
+ public const int material_timepicker_view = 2131231009;
+
+ // aapt resource value: 0x7F080122
+ public const int material_value_index = 2131231010;
+
+ // aapt resource value: 0x7F080123
+ public const int media_actions = 2131231011;
+
+ // aapt resource value: 0x7F080124
+ public const int media_controller_compat_view_tag = 2131231012;
+
+ // aapt resource value: 0x7F080125
+ public const int message = 2131231013;
// aapt resource value: 0x7F080005
public const int META = 2131230725;
- // aapt resource value: 0x7F080116
- public const int middle = 2131230998;
-
- // aapt resource value: 0x7F080117
- public const int mini = 2131230999;
-
- // aapt resource value: 0x7F080118
- public const int month_grid = 2131231000;
-
- // aapt resource value: 0x7F080119
- public const int month_navigation_bar = 2131231001;
-
- // aapt resource value: 0x7F08011A
- public const int month_navigation_fragment_toggle = 2131231002;
-
- // aapt resource value: 0x7F08011B
- public const int month_navigation_next = 2131231003;
-
- // aapt resource value: 0x7F08011C
- public const int month_navigation_previous = 2131231004;
-
- // aapt resource value: 0x7F08011D
- public const int month_title = 2131231005;
-
- // aapt resource value: 0x7F08011E
- public const int motion_base = 2131231006;
-
- // aapt resource value: 0x7F08011F
- public const int mr_art = 2131231007;
-
- // aapt resource value: 0x7F080120
- public const int mr_cast_checkbox = 2131231008;
-
- // aapt resource value: 0x7F080121
- public const int mr_cast_close_button = 2131231009;
-
- // aapt resource value: 0x7F080122
- public const int mr_cast_divider = 2131231010;
-
- // aapt resource value: 0x7F080123
- public const int mr_cast_group_icon = 2131231011;
-
- // aapt resource value: 0x7F080124
- public const int mr_cast_group_name = 2131231012;
-
- // aapt resource value: 0x7F080125
- public const int mr_cast_group_progress_bar = 2131231013;
-
// aapt resource value: 0x7F080126
- public const int mr_cast_header_name = 2131231014;
+ public const int middle = 2131231014;
// aapt resource value: 0x7F080127
- public const int mr_cast_list = 2131231015;
+ public const int mini = 2131231015;
// aapt resource value: 0x7F080128
- public const int mr_cast_meta_art = 2131231016;
+ public const int month_grid = 2131231016;
// aapt resource value: 0x7F080129
- public const int mr_cast_meta_background = 2131231017;
+ public const int month_navigation_bar = 2131231017;
// aapt resource value: 0x7F08012A
- public const int mr_cast_meta_black_scrim = 2131231018;
+ public const int month_navigation_fragment_toggle = 2131231018;
// aapt resource value: 0x7F08012B
- public const int mr_cast_meta_subtitle = 2131231019;
+ public const int month_navigation_next = 2131231019;
// aapt resource value: 0x7F08012C
- public const int mr_cast_meta_title = 2131231020;
+ public const int month_navigation_previous = 2131231020;
// aapt resource value: 0x7F08012D
- public const int mr_cast_mute_button = 2131231021;
+ public const int month_title = 2131231021;
// aapt resource value: 0x7F08012E
- public const int mr_cast_route_icon = 2131231022;
+ public const int motion_base = 2131231022;
// aapt resource value: 0x7F08012F
- public const int mr_cast_route_name = 2131231023;
+ public const int mr_art = 2131231023;
// aapt resource value: 0x7F080130
- public const int mr_cast_route_progress_bar = 2131231024;
+ public const int mr_cast_checkbox = 2131231024;
// aapt resource value: 0x7F080131
- public const int mr_cast_stop_button = 2131231025;
+ public const int mr_cast_close_button = 2131231025;
// aapt resource value: 0x7F080132
- public const int mr_cast_volume_layout = 2131231026;
+ public const int mr_cast_divider = 2131231026;
// aapt resource value: 0x7F080133
- public const int mr_cast_volume_slider = 2131231027;
+ public const int mr_cast_group_icon = 2131231027;
// aapt resource value: 0x7F080134
- public const int mr_chooser_list = 2131231028;
+ public const int mr_cast_group_name = 2131231028;
// aapt resource value: 0x7F080135
- public const int mr_chooser_route_desc = 2131231029;
+ public const int mr_cast_group_progress_bar = 2131231029;
// aapt resource value: 0x7F080136
- public const int mr_chooser_route_icon = 2131231030;
+ public const int mr_cast_header_name = 2131231030;
// aapt resource value: 0x7F080137
- public const int mr_chooser_route_name = 2131231031;
+ public const int mr_cast_list = 2131231031;
// aapt resource value: 0x7F080138
- public const int mr_chooser_route_progress_bar = 2131231032;
+ public const int mr_cast_meta_art = 2131231032;
// aapt resource value: 0x7F080139
- public const int mr_chooser_title = 2131231033;
+ public const int mr_cast_meta_background = 2131231033;
// aapt resource value: 0x7F08013A
- public const int mr_close = 2131231034;
+ public const int mr_cast_meta_black_scrim = 2131231034;
// aapt resource value: 0x7F08013B
- public const int mr_control_divider = 2131231035;
+ public const int mr_cast_meta_subtitle = 2131231035;
// aapt resource value: 0x7F08013C
- public const int mr_control_playback_ctrl = 2131231036;
+ public const int mr_cast_meta_title = 2131231036;
// aapt resource value: 0x7F08013D
- public const int mr_control_subtitle = 2131231037;
+ public const int mr_cast_mute_button = 2131231037;
// aapt resource value: 0x7F08013E
- public const int mr_control_title = 2131231038;
+ public const int mr_cast_route_icon = 2131231038;
// aapt resource value: 0x7F08013F
- public const int mr_control_title_container = 2131231039;
+ public const int mr_cast_route_name = 2131231039;
// aapt resource value: 0x7F080140
- public const int mr_custom_control = 2131231040;
+ public const int mr_cast_route_progress_bar = 2131231040;
// aapt resource value: 0x7F080141
- public const int mr_default_control = 2131231041;
+ public const int mr_cast_stop_button = 2131231041;
// aapt resource value: 0x7F080142
- public const int mr_dialog_area = 2131231042;
+ public const int mr_cast_volume_layout = 2131231042;
// aapt resource value: 0x7F080143
- public const int mr_expandable_area = 2131231043;
+ public const int mr_cast_volume_slider = 2131231043;
// aapt resource value: 0x7F080144
- public const int mr_group_expand_collapse = 2131231044;
+ public const int mr_chooser_list = 2131231044;
// aapt resource value: 0x7F080145
- public const int mr_group_volume_route_name = 2131231045;
+ public const int mr_chooser_route_desc = 2131231045;
// aapt resource value: 0x7F080146
- public const int mr_media_main_control = 2131231046;
+ public const int mr_chooser_route_icon = 2131231046;
// aapt resource value: 0x7F080147
- public const int mr_name = 2131231047;
+ public const int mr_chooser_route_name = 2131231047;
// aapt resource value: 0x7F080148
- public const int mr_picker_close_button = 2131231048;
+ public const int mr_chooser_route_progress_bar = 2131231048;
// aapt resource value: 0x7F080149
- public const int mr_picker_header_name = 2131231049;
+ public const int mr_chooser_title = 2131231049;
// aapt resource value: 0x7F08014A
- public const int mr_picker_list = 2131231050;
+ public const int mr_close = 2131231050;
// aapt resource value: 0x7F08014B
- public const int mr_picker_route_icon = 2131231051;
+ public const int mr_control_divider = 2131231051;
// aapt resource value: 0x7F08014C
- public const int mr_picker_route_name = 2131231052;
+ public const int mr_control_playback_ctrl = 2131231052;
// aapt resource value: 0x7F08014D
- public const int mr_picker_route_progress_bar = 2131231053;
+ public const int mr_control_subtitle = 2131231053;
// aapt resource value: 0x7F08014E
- public const int mr_playback_control = 2131231054;
+ public const int mr_control_title = 2131231054;
// aapt resource value: 0x7F08014F
- public const int mr_title_bar = 2131231055;
+ public const int mr_control_title_container = 2131231055;
// aapt resource value: 0x7F080150
- public const int mr_volume_control = 2131231056;
+ public const int mr_custom_control = 2131231056;
// aapt resource value: 0x7F080151
- public const int mr_volume_group_list = 2131231057;
+ public const int mr_default_control = 2131231057;
// aapt resource value: 0x7F080152
- public const int mr_volume_item_icon = 2131231058;
+ public const int mr_dialog_area = 2131231058;
// aapt resource value: 0x7F080153
- public const int mr_volume_slider = 2131231059;
+ public const int mr_expandable_area = 2131231059;
// aapt resource value: 0x7F080154
- public const int mtrl_anchor_parent = 2131231060;
-
- // aapt resource value: 0x7F080156
- public const int mtrl_calendar_days_of_week = 2131231062;
+ public const int mr_group_expand_collapse = 2131231060;
// aapt resource value: 0x7F080155
- public const int mtrl_calendar_day_selector_frame = 2131231061;
+ public const int mr_group_volume_route_name = 2131231061;
+
+ // aapt resource value: 0x7F080156
+ public const int mr_media_main_control = 2131231062;
// aapt resource value: 0x7F080157
- public const int mtrl_calendar_frame = 2131231063;
+ public const int mr_name = 2131231063;
// aapt resource value: 0x7F080158
- public const int mtrl_calendar_main_pane = 2131231064;
+ public const int mr_picker_close_button = 2131231064;
// aapt resource value: 0x7F080159
- public const int mtrl_calendar_months = 2131231065;
+ public const int mr_picker_header_name = 2131231065;
// aapt resource value: 0x7F08015A
- public const int mtrl_calendar_selection_frame = 2131231066;
+ public const int mr_picker_list = 2131231066;
// aapt resource value: 0x7F08015B
- public const int mtrl_calendar_text_input_frame = 2131231067;
+ public const int mr_picker_route_icon = 2131231067;
// aapt resource value: 0x7F08015C
- public const int mtrl_calendar_year_selector_frame = 2131231068;
+ public const int mr_picker_route_name = 2131231068;
// aapt resource value: 0x7F08015D
- public const int mtrl_card_checked_layer_id = 2131231069;
+ public const int mr_picker_route_progress_bar = 2131231069;
// aapt resource value: 0x7F08015E
- public const int mtrl_child_content_container = 2131231070;
+ public const int mr_playback_control = 2131231070;
// aapt resource value: 0x7F08015F
- public const int mtrl_internal_children_alpha_tag = 2131231071;
+ public const int mr_title_bar = 2131231071;
// aapt resource value: 0x7F080160
- public const int mtrl_motion_snapshot_view = 2131231072;
+ public const int mr_volume_control = 2131231072;
// aapt resource value: 0x7F080161
- public const int mtrl_picker_fullscreen = 2131231073;
+ public const int mr_volume_group_list = 2131231073;
// aapt resource value: 0x7F080162
- public const int mtrl_picker_header = 2131231074;
+ public const int mr_volume_item_icon = 2131231074;
// aapt resource value: 0x7F080163
- public const int mtrl_picker_header_selection_text = 2131231075;
+ public const int mr_volume_slider = 2131231075;
// aapt resource value: 0x7F080164
- public const int mtrl_picker_header_title_and_selection = 2131231076;
-
- // aapt resource value: 0x7F080165
- public const int mtrl_picker_header_toggle = 2131231077;
+ public const int mtrl_anchor_parent = 2131231076;
// aapt resource value: 0x7F080166
- public const int mtrl_picker_text_input_date = 2131231078;
+ public const int mtrl_calendar_days_of_week = 2131231078;
+
+ // aapt resource value: 0x7F080165
+ public const int mtrl_calendar_day_selector_frame = 2131231077;
// aapt resource value: 0x7F080167
- public const int mtrl_picker_text_input_range_end = 2131231079;
+ public const int mtrl_calendar_frame = 2131231079;
// aapt resource value: 0x7F080168
- public const int mtrl_picker_text_input_range_start = 2131231080;
+ public const int mtrl_calendar_main_pane = 2131231080;
// aapt resource value: 0x7F080169
- public const int mtrl_picker_title_text = 2131231081;
+ public const int mtrl_calendar_months = 2131231081;
// aapt resource value: 0x7F08016A
- public const int mtrl_view_tag_bottom_padding = 2131231082;
+ public const int mtrl_calendar_selection_frame = 2131231082;
// aapt resource value: 0x7F08016B
- public const int multiply = 2131231083;
-
- // aapt resource value: 0x7F08016D
- public const int navigation_bar_item_icon_view = 2131231085;
-
- // aapt resource value: 0x7F08016E
- public const int navigation_bar_item_labels_group = 2131231086;
-
- // aapt resource value: 0x7F08016F
- public const int navigation_bar_item_large_label_view = 2131231087;
-
- // aapt resource value: 0x7F080170
- public const int navigation_bar_item_small_label_view = 2131231088;
-
- // aapt resource value: 0x7F080171
- public const int navigation_header_container = 2131231089;
+ public const int mtrl_calendar_text_input_frame = 2131231083;
// aapt resource value: 0x7F08016C
- public const int nav_controller_view_tag = 2131231084;
+ public const int mtrl_calendar_year_selector_frame = 2131231084;
+
+ // aapt resource value: 0x7F08016D
+ public const int mtrl_card_checked_layer_id = 2131231085;
+
+ // aapt resource value: 0x7F08016E
+ public const int mtrl_child_content_container = 2131231086;
+
+ // aapt resource value: 0x7F08016F
+ public const int mtrl_internal_children_alpha_tag = 2131231087;
+
+ // aapt resource value: 0x7F080170
+ public const int mtrl_motion_snapshot_view = 2131231088;
+
+ // aapt resource value: 0x7F080171
+ public const int mtrl_picker_fullscreen = 2131231089;
// aapt resource value: 0x7F080172
- public const int never = 2131231090;
+ public const int mtrl_picker_header = 2131231090;
// aapt resource value: 0x7F080173
- public const int neverCompleteToEnd = 2131231091;
+ public const int mtrl_picker_header_selection_text = 2131231091;
// aapt resource value: 0x7F080174
- public const int neverCompleteToStart = 2131231092;
-
- // aapt resource value: 0x7F080177
- public const int none = 2131231095;
-
- // aapt resource value: 0x7F080178
- public const int normal = 2131231096;
-
- // aapt resource value: 0x7F080179
- public const int north = 2131231097;
+ public const int mtrl_picker_header_title_and_selection = 2131231092;
// aapt resource value: 0x7F080175
- public const int noScroll = 2131231093;
+ public const int mtrl_picker_header_toggle = 2131231093;
// aapt resource value: 0x7F080176
- public const int noState = 2131231094;
+ public const int mtrl_picker_text_input_date = 2131231094;
+
+ // aapt resource value: 0x7F080177
+ public const int mtrl_picker_text_input_range_end = 2131231095;
+
+ // aapt resource value: 0x7F080178
+ public const int mtrl_picker_text_input_range_start = 2131231096;
+
+ // aapt resource value: 0x7F080179
+ public const int mtrl_picker_title_text = 2131231097;
// aapt resource value: 0x7F08017A
- public const int notification_background = 2131231098;
+ public const int mtrl_view_tag_bottom_padding = 2131231098;
// aapt resource value: 0x7F08017B
- public const int notification_main_column = 2131231099;
+ public const int multiply = 2131231099;
+
+ // aapt resource value: 0x7F08017D
+ public const int navigation_bar_item_icon_view = 2131231101;
+
+ // aapt resource value: 0x7F08017E
+ public const int navigation_bar_item_labels_group = 2131231102;
+
+ // aapt resource value: 0x7F08017F
+ public const int navigation_bar_item_large_label_view = 2131231103;
+
+ // aapt resource value: 0x7F080180
+ public const int navigation_bar_item_small_label_view = 2131231104;
+
+ // aapt resource value: 0x7F080181
+ public const int navigation_header_container = 2131231105;
// aapt resource value: 0x7F08017C
- public const int notification_main_column_container = 2131231100;
+ public const int nav_controller_view_tag = 2131231100;
+
+ // aapt resource value: 0x7F080182
+ public const int never = 2131231106;
+
+ // aapt resource value: 0x7F080183
+ public const int neverCompleteToEnd = 2131231107;
+
+ // aapt resource value: 0x7F080184
+ public const int neverCompleteToStart = 2131231108;
+
+ // aapt resource value: 0x7F080187
+ public const int none = 2131231111;
+
+ // aapt resource value: 0x7F080188
+ public const int normal = 2131231112;
+
+ // aapt resource value: 0x7F080189
+ public const int north = 2131231113;
+
+ // aapt resource value: 0x7F080185
+ public const int noScroll = 2131231109;
+
+ // aapt resource value: 0x7F080186
+ public const int noState = 2131231110;
+
+ // aapt resource value: 0x7F08018A
+ public const int notification_background = 2131231114;
+
+ // aapt resource value: 0x7F08018B
+ public const int notification_main_column = 2131231115;
+
+ // aapt resource value: 0x7F08018C
+ public const int notification_main_column_container = 2131231116;
// aapt resource value: 0x7F080006
public const int NO_DEBUG = 2131230726;
- // aapt resource value: 0x7F08017D
- public const int off = 2131231101;
-
- // aapt resource value: 0x7F08017E
- public const int on = 2131231102;
-
- // aapt resource value: 0x7F08017F
- public const int outline = 2131231103;
-
- // aapt resource value: 0x7F080180
- public const int outward = 2131231104;
-
- // aapt resource value: 0x7F080181
- public const int overshoot = 2131231105;
-
- // aapt resource value: 0x7F080182
- public const int packed = 2131231106;
-
- // aapt resource value: 0x7F080183
- public const int parallax = 2131231107;
-
- // aapt resource value: 0x7F080184
- public const int parent = 2131231108;
-
- // aapt resource value: 0x7F080185
- public const int parentPanel = 2131231109;
-
- // aapt resource value: 0x7F080186
- public const int parentRelative = 2131231110;
-
- // aapt resource value: 0x7F080187
- public const int parent_matrix = 2131231111;
-
- // aapt resource value: 0x7F080188
- public const int password_toggle = 2131231112;
-
- // aapt resource value: 0x7F080189
- public const int path = 2131231113;
-
- // aapt resource value: 0x7F08018A
- public const int pathRelative = 2131231114;
-
- // aapt resource value: 0x7F08018B
- public const int peekHeight = 2131231115;
-
- // aapt resource value: 0x7F08018C
- public const int percent = 2131231116;
-
// aapt resource value: 0x7F08018D
- public const int pin = 2131231117;
+ public const int off = 2131231117;
// aapt resource value: 0x7F08018E
- public const int position = 2131231118;
+ public const int omnibox_title_section = 2131231118;
// aapt resource value: 0x7F08018F
- public const int postLayout = 2131231119;
+ public const int omnibox_url_section = 2131231119;
// aapt resource value: 0x7F080190
- public const int progress_circular = 2131231120;
+ public const int on = 2131231120;
// aapt resource value: 0x7F080191
- public const int progress_horizontal = 2131231121;
+ public const int outline = 2131231121;
// aapt resource value: 0x7F080192
- public const int radio = 2131231122;
+ public const int outward = 2131231122;
// aapt resource value: 0x7F080193
- public const int ratio = 2131231123;
+ public const int overshoot = 2131231123;
// aapt resource value: 0x7F080194
- public const int rectangles = 2131231124;
+ public const int packed = 2131231124;
// aapt resource value: 0x7F080195
- public const int recycler_view = 2131231125;
+ public const int parallax = 2131231125;
// aapt resource value: 0x7F080196
- public const int reverseSawtooth = 2131231126;
+ public const int parent = 2131231126;
// aapt resource value: 0x7F080197
- public const int right = 2131231127;
+ public const int parentPanel = 2131231127;
// aapt resource value: 0x7F080198
- public const int rightToLeft = 2131231128;
+ public const int parentRelative = 2131231128;
// aapt resource value: 0x7F080199
- public const int right_icon = 2131231129;
+ public const int parent_matrix = 2131231129;
// aapt resource value: 0x7F08019A
- public const int right_side = 2131231130;
+ public const int password_toggle = 2131231130;
// aapt resource value: 0x7F08019B
- public const int rounded = 2131231131;
+ public const int path = 2131231131;
// aapt resource value: 0x7F08019C
- public const int row_index_key = 2131231132;
+ public const int pathRelative = 2131231132;
// aapt resource value: 0x7F08019D
- public const int satellite = 2131231133;
+ public const int peekHeight = 2131231133;
// aapt resource value: 0x7F08019E
- public const int save_non_transition_alpha = 2131231134;
+ public const int percent = 2131231134;
// aapt resource value: 0x7F08019F
- public const int save_overlay_view = 2131231135;
+ public const int pin = 2131231135;
// aapt resource value: 0x7F0801A0
- public const int sawtooth = 2131231136;
+ public const int plain = 2131231136;
// aapt resource value: 0x7F0801A1
- public const int scale = 2131231137;
+ public const int position = 2131231137;
// aapt resource value: 0x7F0801A2
- public const int screen = 2131231138;
+ public const int postLayout = 2131231138;
// aapt resource value: 0x7F0801A3
- public const int scroll = 2131231139;
-
- // aapt resource value: 0x7F0801A7
- public const int scrollable = 2131231143;
+ public const int progress_circular = 2131231139;
// aapt resource value: 0x7F0801A4
- public const int scrollIndicatorDown = 2131231140;
+ public const int progress_horizontal = 2131231140;
// aapt resource value: 0x7F0801A5
- public const int scrollIndicatorUp = 2131231141;
+ public const int radio = 2131231141;
// aapt resource value: 0x7F0801A6
- public const int scrollView = 2131231142;
+ public const int ratio = 2131231142;
+
+ // aapt resource value: 0x7F0801A7
+ public const int rectangles = 2131231143;
// aapt resource value: 0x7F0801A8
- public const int search_badge = 2131231144;
+ public const int recycler_view = 2131231144;
// aapt resource value: 0x7F0801A9
- public const int search_bar = 2131231145;
+ public const int reverseSawtooth = 2131231145;
// aapt resource value: 0x7F0801AA
- public const int search_button = 2131231146;
+ public const int rfc822 = 2131231146;
// aapt resource value: 0x7F0801AB
- public const int search_close_btn = 2131231147;
+ public const int right = 2131231147;
// aapt resource value: 0x7F0801AC
- public const int search_edit_frame = 2131231148;
+ public const int rightToLeft = 2131231148;
// aapt resource value: 0x7F0801AD
- public const int search_go_btn = 2131231149;
+ public const int right_icon = 2131231149;
// aapt resource value: 0x7F0801AE
- public const int search_mag_icon = 2131231150;
+ public const int right_side = 2131231150;
// aapt resource value: 0x7F0801AF
- public const int search_plate = 2131231151;
+ public const int rounded = 2131231151;
// aapt resource value: 0x7F0801B0
- public const int search_src_text = 2131231152;
+ public const int row_index_key = 2131231152;
// aapt resource value: 0x7F0801B1
- public const int search_voice_btn = 2131231153;
+ public const int satellite = 2131231153;
// aapt resource value: 0x7F0801B2
- public const int seekbar = 2131231154;
+ public const int save_non_transition_alpha = 2131231154;
// aapt resource value: 0x7F0801B3
- public const int seekbar_value = 2131231155;
-
- // aapt resource value: 0x7F0801B5
- public const int selected = 2131231157;
-
- // aapt resource value: 0x7F0801B6
- public const int selection_type = 2131231158;
+ public const int save_overlay_view = 2131231155;
// aapt resource value: 0x7F0801B4
- public const int select_dialog_listview = 2131231156;
+ public const int sawtooth = 2131231156;
+
+ // aapt resource value: 0x7F0801B5
+ public const int scale = 2131231157;
+
+ // aapt resource value: 0x7F0801B6
+ public const int screen = 2131231158;
// aapt resource value: 0x7F0801B7
- public const int sharedValueSet = 2131231159;
+ public const int scroll = 2131231159;
+
+ // aapt resource value: 0x7F0801BB
+ public const int scrollable = 2131231163;
// aapt resource value: 0x7F0801B8
- public const int sharedValueUnset = 2131231160;
+ public const int scrollIndicatorDown = 2131231160;
// aapt resource value: 0x7F0801B9
- public const int shellcontent_appbar = 2131231161;
+ public const int scrollIndicatorUp = 2131231161;
// aapt resource value: 0x7F0801BA
- public const int shellcontent_toolbar = 2131231162;
+ public const int scrollView = 2131231162;
+
+ // aapt resource value: 0x7F0801BC
+ public const int search_badge = 2131231164;
+
+ // aapt resource value: 0x7F0801BD
+ public const int search_bar = 2131231165;
+
+ // aapt resource value: 0x7F0801BE
+ public const int search_button = 2131231166;
+
+ // aapt resource value: 0x7F0801BF
+ public const int search_close_btn = 2131231167;
+
+ // aapt resource value: 0x7F0801C0
+ public const int search_edit_frame = 2131231168;
+
+ // aapt resource value: 0x7F0801C1
+ public const int search_go_btn = 2131231169;
+
+ // aapt resource value: 0x7F0801C2
+ public const int search_mag_icon = 2131231170;
+
+ // aapt resource value: 0x7F0801C3
+ public const int search_plate = 2131231171;
+
+ // aapt resource value: 0x7F0801C4
+ public const int search_src_text = 2131231172;
+
+ // aapt resource value: 0x7F0801C5
+ public const int search_voice_btn = 2131231173;
+
+ // aapt resource value: 0x7F0801C6
+ public const int seekbar = 2131231174;
+
+ // aapt resource value: 0x7F0801C7
+ public const int seekbar_value = 2131231175;
+
+ // aapt resource value: 0x7F0801C9
+ public const int selected = 2131231177;
+
+ // aapt resource value: 0x7F0801CA
+ public const int selection_type = 2131231178;
+
+ // aapt resource value: 0x7F0801C8
+ public const int select_dialog_listview = 2131231176;
+
+ // aapt resource value: 0x7F0801CB
+ public const int sharedValueSet = 2131231179;
+
+ // aapt resource value: 0x7F0801CC
+ public const int sharedValueUnset = 2131231180;
+
+ // aapt resource value: 0x7F0801CD
+ public const int shellcontent_appbar = 2131231181;
+
+ // aapt resource value: 0x7F0801CE
+ public const int shellcontent_toolbar = 2131231182;
// aapt resource value: 0x7F080007
public const int SHIFT = 2131230727;
- // aapt resource value: 0x7F0801BB
- public const int shortcut = 2131231163;
+ // aapt resource value: 0x7F0801CF
+ public const int shortcut = 2131231183;
- // aapt resource value: 0x7F0801BC
- public const int showCustom = 2131231164;
+ // aapt resource value: 0x7F0801D0
+ public const int showCustom = 2131231184;
- // aapt resource value: 0x7F0801BD
- public const int showHome = 2131231165;
+ // aapt resource value: 0x7F0801D1
+ public const int showHome = 2131231185;
- // aapt resource value: 0x7F0801BE
- public const int showTitle = 2131231166;
+ // aapt resource value: 0x7F0801D2
+ public const int showTitle = 2131231186;
// aapt resource value: 0x7F080008
public const int SHOW_ALL = 2131230728;
@@ -24700,245 +25304,251 @@ namespace TINK.Droid
// aapt resource value: 0x7F08000A
public const int SHOW_PROGRESS = 2131230730;
- // aapt resource value: 0x7F0801BF
- public const int sin = 2131231167;
-
- // aapt resource value: 0x7F0801C0
- public const int skipCollapsed = 2131231168;
-
- // aapt resource value: 0x7F0801C1
- public const int skipped = 2131231169;
-
- // aapt resource value: 0x7F0801C2
- public const int slide = 2131231170;
-
- // aapt resource value: 0x7F0801C3
- public const int sliding_tabs = 2131231171;
-
- // aapt resource value: 0x7F0801C4
- public const int snackbar_action = 2131231172;
-
- // aapt resource value: 0x7F0801C5
- public const int snackbar_text = 2131231173;
-
- // aapt resource value: 0x7F0801C6
- public const int snap = 2131231174;
-
- // aapt resource value: 0x7F0801C7
- public const int snapMargins = 2131231175;
-
- // aapt resource value: 0x7F0801C8
- public const int south = 2131231176;
-
- // aapt resource value: 0x7F0801C9
- public const int spacer = 2131231177;
-
- // aapt resource value: 0x7F0801CA
- public const int special_effects_controller_view_tag = 2131231178;
-
- // aapt resource value: 0x7F0801CB
- public const int spinner = 2131231179;
-
- // aapt resource value: 0x7F0801CC
- public const int spline = 2131231180;
-
- // aapt resource value: 0x7F0801CD
- public const int split_action_bar = 2131231181;
-
- // aapt resource value: 0x7F0801CE
- public const int spread = 2131231182;
-
- // aapt resource value: 0x7F0801CF
- public const int spread_inside = 2131231183;
-
- // aapt resource value: 0x7F0801D0
- public const int spring = 2131231184;
-
- // aapt resource value: 0x7F0801D1
- public const int square = 2131231185;
-
- // aapt resource value: 0x7F0801D2
- public const int src_atop = 2131231186;
-
// aapt resource value: 0x7F0801D3
- public const int src_in = 2131231187;
+ public const int sin = 2131231187;
// aapt resource value: 0x7F0801D4
- public const int src_over = 2131231188;
+ public const int skipCollapsed = 2131231188;
// aapt resource value: 0x7F0801D5
- public const int standard = 2131231189;
+ public const int skipped = 2131231189;
// aapt resource value: 0x7F0801D6
- public const int start = 2131231190;
+ public const int slide = 2131231190;
// aapt resource value: 0x7F0801D7
- public const int startHorizontal = 2131231191;
+ public const int sliding_tabs = 2131231191;
// aapt resource value: 0x7F0801D8
- public const int startToEnd = 2131231192;
+ public const int snackbar_action = 2131231192;
// aapt resource value: 0x7F0801D9
- public const int startVertical = 2131231193;
+ public const int snackbar_text = 2131231193;
// aapt resource value: 0x7F0801DA
- public const int staticLayout = 2131231194;
+ public const int snap = 2131231194;
// aapt resource value: 0x7F0801DB
- public const int staticPostLayout = 2131231195;
+ public const int snapMargins = 2131231195;
// aapt resource value: 0x7F0801DC
- public const int status_bar_latest_event_content = 2131231196;
+ public const int south = 2131231196;
// aapt resource value: 0x7F0801DD
- public const int stop = 2131231197;
+ public const int spacer = 2131231197;
// aapt resource value: 0x7F0801DE
- public const int stretch = 2131231198;
+ public const int special_effects_controller_view_tag = 2131231198;
// aapt resource value: 0x7F0801DF
- public const int submenuarrow = 2131231199;
+ public const int spinner = 2131231199;
// aapt resource value: 0x7F0801E0
- public const int submit_area = 2131231200;
+ public const int spline = 2131231200;
// aapt resource value: 0x7F0801E1
- public const int supportScrollUp = 2131231201;
+ public const int split_action_bar = 2131231201;
// aapt resource value: 0x7F0801E2
- public const int switchWidget = 2131231202;
+ public const int spread = 2131231202;
+
+ // aapt resource value: 0x7F0801E3
+ public const int spread_inside = 2131231203;
+
+ // aapt resource value: 0x7F0801E4
+ public const int spring = 2131231204;
+
+ // aapt resource value: 0x7F0801E5
+ public const int square = 2131231205;
+
+ // aapt resource value: 0x7F0801E6
+ public const int src_atop = 2131231206;
+
+ // aapt resource value: 0x7F0801E7
+ public const int src_in = 2131231207;
+
+ // aapt resource value: 0x7F0801E8
+ public const int src_over = 2131231208;
+
+ // aapt resource value: 0x7F0801E9
+ public const int standard = 2131231209;
+
+ // aapt resource value: 0x7F0801EA
+ public const int start = 2131231210;
+
+ // aapt resource value: 0x7F0801EB
+ public const int startHorizontal = 2131231211;
+
+ // aapt resource value: 0x7F0801EC
+ public const int startToEnd = 2131231212;
+
+ // aapt resource value: 0x7F0801ED
+ public const int startVertical = 2131231213;
+
+ // aapt resource value: 0x7F0801EE
+ public const int staticLayout = 2131231214;
+
+ // aapt resource value: 0x7F0801EF
+ public const int staticPostLayout = 2131231215;
+
+ // aapt resource value: 0x7F0801F0
+ public const int status_bar_latest_event_content = 2131231216;
+
+ // aapt resource value: 0x7F0801F1
+ public const int stop = 2131231217;
+
+ // aapt resource value: 0x7F0801F2
+ public const int stretch = 2131231218;
+
+ // aapt resource value: 0x7F0801F3
+ public const int submenuarrow = 2131231219;
+
+ // aapt resource value: 0x7F0801F4
+ public const int submit_area = 2131231220;
+
+ // aapt resource value: 0x7F0801F5
+ public const int supportScrollUp = 2131231221;
+
+ // aapt resource value: 0x7F0801F6
+ public const int switchWidget = 2131231222;
// aapt resource value: 0x7F08000B
public const int SYM = 2131230731;
- // aapt resource value: 0x7F0801E3
- public const int tabMode = 2131231203;
-
- // aapt resource value: 0x7F0801E4
- public const int tag_accessibility_actions = 2131231204;
-
- // aapt resource value: 0x7F0801E5
- public const int tag_accessibility_clickable_spans = 2131231205;
-
- // aapt resource value: 0x7F0801E6
- public const int tag_accessibility_heading = 2131231206;
-
- // aapt resource value: 0x7F0801E7
- public const int tag_accessibility_pane_title = 2131231207;
-
- // aapt resource value: 0x7F0801E8
- public const int tag_on_apply_window_listener = 2131231208;
-
- // aapt resource value: 0x7F0801E9
- public const int tag_on_receive_content_listener = 2131231209;
-
- // aapt resource value: 0x7F0801EA
- public const int tag_on_receive_content_mime_types = 2131231210;
-
- // aapt resource value: 0x7F0801EB
- public const int tag_screen_reader_focusable = 2131231211;
-
- // aapt resource value: 0x7F0801EC
- public const int tag_state_description = 2131231212;
-
- // aapt resource value: 0x7F0801ED
- public const int tag_transition_group = 2131231213;
-
- // aapt resource value: 0x7F0801EE
- public const int tag_unhandled_key_event_manager = 2131231214;
-
- // aapt resource value: 0x7F0801EF
- public const int tag_unhandled_key_listeners = 2131231215;
-
- // aapt resource value: 0x7F0801F0
- public const int tag_window_insets_animation_callback = 2131231216;
-
- // aapt resource value: 0x7F0801F1
- public const int terrain = 2131231217;
-
- // aapt resource value: 0x7F0801F2
- public const int test_checkbox_android_button_tint = 2131231218;
-
- // aapt resource value: 0x7F0801F3
- public const int test_checkbox_app_button_tint = 2131231219;
-
- // aapt resource value: 0x7F0801F4
- public const int test_radiobutton_android_button_tint = 2131231220;
-
- // aapt resource value: 0x7F0801F5
- public const int test_radiobutton_app_button_tint = 2131231221;
-
- // aapt resource value: 0x7F0801F6
- public const int text = 2131231222;
-
// aapt resource value: 0x7F0801F7
- public const int text2 = 2131231223;
+ public const int tabMode = 2131231223;
// aapt resource value: 0x7F0801F8
- public const int textEnd = 2131231224;
-
- // aapt resource value: 0x7F080200
- public const int textinput_counter = 2131231232;
-
- // aapt resource value: 0x7F080201
- public const int textinput_error = 2131231233;
-
- // aapt resource value: 0x7F080202
- public const int textinput_helper_text = 2131231234;
-
- // aapt resource value: 0x7F080203
- public const int textinput_placeholder = 2131231235;
-
- // aapt resource value: 0x7F080204
- public const int textinput_prefix_text = 2131231236;
-
- // aapt resource value: 0x7F080205
- public const int textinput_suffix_text = 2131231237;
+ public const int tag_accessibility_actions = 2131231224;
// aapt resource value: 0x7F0801F9
- public const int textSpacerNoButtons = 2131231225;
+ public const int tag_accessibility_clickable_spans = 2131231225;
// aapt resource value: 0x7F0801FA
- public const int textSpacerNoTitle = 2131231226;
+ public const int tag_accessibility_heading = 2131231226;
// aapt resource value: 0x7F0801FB
- public const int textStart = 2131231227;
+ public const int tag_accessibility_pane_title = 2131231227;
// aapt resource value: 0x7F0801FC
- public const int textTop = 2131231228;
+ public const int tag_on_apply_window_listener = 2131231228;
// aapt resource value: 0x7F0801FD
- public const int text_input_end_icon = 2131231229;
+ public const int tag_on_receive_content_listener = 2131231229;
// aapt resource value: 0x7F0801FE
- public const int text_input_error_icon = 2131231230;
+ public const int tag_on_receive_content_mime_types = 2131231230;
// aapt resource value: 0x7F0801FF
- public const int text_input_start_icon = 2131231231;
+ public const int tag_screen_reader_focusable = 2131231231;
+
+ // aapt resource value: 0x7F080200
+ public const int tag_state_description = 2131231232;
+
+ // aapt resource value: 0x7F080201
+ public const int tag_transition_group = 2131231233;
+
+ // aapt resource value: 0x7F080202
+ public const int tag_unhandled_key_event_manager = 2131231234;
+
+ // aapt resource value: 0x7F080203
+ public const int tag_unhandled_key_listeners = 2131231235;
+
+ // aapt resource value: 0x7F080204
+ public const int tag_window_insets_animation_callback = 2131231236;
+
+ // aapt resource value: 0x7F080205
+ public const int terrain = 2131231237;
// aapt resource value: 0x7F080206
- public const int time = 2131231238;
+ public const int test_checkbox_android_button_tint = 2131231238;
// aapt resource value: 0x7F080207
- public const int title = 2131231239;
+ public const int test_checkbox_app_button_tint = 2131231239;
// aapt resource value: 0x7F080208
- public const int titleDividerNoCustom = 2131231240;
+ public const int test_radiobutton_android_button_tint = 2131231240;
// aapt resource value: 0x7F080209
- public const int title_template = 2131231241;
+ public const int test_radiobutton_app_button_tint = 2131231241;
// aapt resource value: 0x7F08020A
- public const int toggle = 2131231242;
+ public const int text = 2131231242;
// aapt resource value: 0x7F08020B
- public const int toolbar = 2131231243;
+ public const int text1 = 2131231243;
// aapt resource value: 0x7F08020C
- public const int top = 2131231244;
+ public const int text2 = 2131231244;
// aapt resource value: 0x7F08020D
- public const int topPanel = 2131231245;
+ public const int textEnd = 2131231245;
+
+ // aapt resource value: 0x7F080215
+ public const int textinput_counter = 2131231253;
+
+ // aapt resource value: 0x7F080216
+ public const int textinput_error = 2131231254;
+
+ // aapt resource value: 0x7F080217
+ public const int textinput_helper_text = 2131231255;
+
+ // aapt resource value: 0x7F080218
+ public const int textinput_placeholder = 2131231256;
+
+ // aapt resource value: 0x7F080219
+ public const int textinput_prefix_text = 2131231257;
+
+ // aapt resource value: 0x7F08021A
+ public const int textinput_suffix_text = 2131231258;
+
+ // aapt resource value: 0x7F08020E
+ public const int textSpacerNoButtons = 2131231246;
+
+ // aapt resource value: 0x7F08020F
+ public const int textSpacerNoTitle = 2131231247;
+
+ // aapt resource value: 0x7F080210
+ public const int textStart = 2131231248;
+
+ // aapt resource value: 0x7F080211
+ public const int textTop = 2131231249;
+
+ // aapt resource value: 0x7F080212
+ public const int text_input_end_icon = 2131231250;
+
+ // aapt resource value: 0x7F080213
+ public const int text_input_error_icon = 2131231251;
+
+ // aapt resource value: 0x7F080214
+ public const int text_input_start_icon = 2131231252;
+
+ // aapt resource value: 0x7F08021B
+ public const int thing_proto = 2131231259;
+
+ // aapt resource value: 0x7F08021C
+ public const int time = 2131231260;
+
+ // aapt resource value: 0x7F08021D
+ public const int title = 2131231261;
+
+ // aapt resource value: 0x7F08021E
+ public const int titleDividerNoCustom = 2131231262;
+
+ // aapt resource value: 0x7F08021F
+ public const int title_template = 2131231263;
+
+ // aapt resource value: 0x7F080220
+ public const int toggle = 2131231264;
+
+ // aapt resource value: 0x7F080221
+ public const int toolbar = 2131231265;
+
+ // aapt resource value: 0x7F080222
+ public const int top = 2131231266;
+
+ // aapt resource value: 0x7F080223
+ public const int topPanel = 2131231267;
// aapt resource value: 0x7F08000C
public const int TOP_END = 2131230732;
@@ -24946,107 +25556,110 @@ namespace TINK.Droid
// aapt resource value: 0x7F08000D
public const int TOP_START = 2131230733;
- // aapt resource value: 0x7F08020E
- public const int touch_outside = 2131231246;
-
- // aapt resource value: 0x7F08020F
- public const int transitionToEnd = 2131231247;
-
- // aapt resource value: 0x7F080210
- public const int transitionToStart = 2131231248;
-
- // aapt resource value: 0x7F080211
- public const int transition_current_scene = 2131231249;
-
- // aapt resource value: 0x7F080212
- public const int transition_layout_save = 2131231250;
-
- // aapt resource value: 0x7F080213
- public const int transition_position = 2131231251;
-
- // aapt resource value: 0x7F080214
- public const int transition_scene_layoutid_cache = 2131231252;
-
- // aapt resource value: 0x7F080215
- public const int transition_transform = 2131231253;
-
- // aapt resource value: 0x7F080216
- public const int triangle = 2131231254;
-
- // aapt resource value: 0x7F080217
- public const int @unchecked = 2131231255;
-
- // aapt resource value: 0x7F080218
- public const int uniform = 2131231256;
-
- // aapt resource value: 0x7F080219
- public const int unlabeled = 2131231257;
-
- // aapt resource value: 0x7F08021A
- public const int up = 2131231258;
-
- // aapt resource value: 0x7F08021B
- public const int useLogo = 2131231259;
-
- // aapt resource value: 0x7F08021C
- public const int vertical_only = 2131231260;
-
- // aapt resource value: 0x7F08021D
- public const int view_offset_helper = 2131231261;
-
- // aapt resource value: 0x7F08021E
- public const int view_transition = 2131231262;
-
- // aapt resource value: 0x7F08021F
- public const int view_tree_lifecycle_owner = 2131231263;
-
- // aapt resource value: 0x7F080220
- public const int view_tree_saved_state_registry_owner = 2131231264;
-
- // aapt resource value: 0x7F080221
- public const int view_tree_view_model_store_owner = 2131231265;
-
- // aapt resource value: 0x7F080222
- public const int visible = 2131231266;
-
- // aapt resource value: 0x7F080223
- public const int visible_removing_fragment_view_tag = 2131231267;
-
// aapt resource value: 0x7F080224
- public const int volume_item_container = 2131231268;
+ public const int touch_outside = 2131231268;
// aapt resource value: 0x7F080225
- public const int webview = 2131231269;
+ public const int transitionToEnd = 2131231269;
// aapt resource value: 0x7F080226
- public const int west = 2131231270;
+ public const int transitionToStart = 2131231270;
// aapt resource value: 0x7F080227
- public const int wide = 2131231271;
-
- // aapt resource value: 0x7F080229
- public const int withinBounds = 2131231273;
+ public const int transition_current_scene = 2131231271;
// aapt resource value: 0x7F080228
- public const int withText = 2131231272;
+ public const int transition_layout_save = 2131231272;
+
+ // aapt resource value: 0x7F080229
+ public const int transition_position = 2131231273;
// aapt resource value: 0x7F08022A
- public const int wrap = 2131231274;
+ public const int transition_scene_layoutid_cache = 2131231274;
// aapt resource value: 0x7F08022B
- public const int wrap_content = 2131231275;
+ public const int transition_transform = 2131231275;
// aapt resource value: 0x7F08022C
- public const int wrap_content_constrained = 2131231276;
+ public const int triangle = 2131231276;
// aapt resource value: 0x7F08022D
- public const int x_left = 2131231277;
+ public const int @unchecked = 2131231277;
// aapt resource value: 0x7F08022E
- public const int x_right = 2131231278;
+ public const int uniform = 2131231278;
// aapt resource value: 0x7F08022F
- public const int zero_corner_chip = 2131231279;
+ public const int unlabeled = 2131231279;
+
+ // aapt resource value: 0x7F080230
+ public const int up = 2131231280;
+
+ // aapt resource value: 0x7F080231
+ public const int url = 2131231281;
+
+ // aapt resource value: 0x7F080232
+ public const int useLogo = 2131231282;
+
+ // aapt resource value: 0x7F080233
+ public const int vertical_only = 2131231283;
+
+ // aapt resource value: 0x7F080234
+ public const int view_offset_helper = 2131231284;
+
+ // aapt resource value: 0x7F080235
+ public const int view_transition = 2131231285;
+
+ // aapt resource value: 0x7F080236
+ public const int view_tree_lifecycle_owner = 2131231286;
+
+ // aapt resource value: 0x7F080237
+ public const int view_tree_saved_state_registry_owner = 2131231287;
+
+ // aapt resource value: 0x7F080238
+ public const int view_tree_view_model_store_owner = 2131231288;
+
+ // aapt resource value: 0x7F080239
+ public const int visible = 2131231289;
+
+ // aapt resource value: 0x7F08023A
+ public const int visible_removing_fragment_view_tag = 2131231290;
+
+ // aapt resource value: 0x7F08023B
+ public const int volume_item_container = 2131231291;
+
+ // aapt resource value: 0x7F08023C
+ public const int webview = 2131231292;
+
+ // aapt resource value: 0x7F08023D
+ public const int west = 2131231293;
+
+ // aapt resource value: 0x7F08023E
+ public const int wide = 2131231294;
+
+ // aapt resource value: 0x7F080240
+ public const int withinBounds = 2131231296;
+
+ // aapt resource value: 0x7F08023F
+ public const int withText = 2131231295;
+
+ // aapt resource value: 0x7F080241
+ public const int wrap = 2131231297;
+
+ // aapt resource value: 0x7F080242
+ public const int wrap_content = 2131231298;
+
+ // aapt resource value: 0x7F080243
+ public const int wrap_content_constrained = 2131231299;
+
+ // aapt resource value: 0x7F080244
+ public const int x_left = 2131231300;
+
+ // aapt resource value: 0x7F080245
+ public const int x_right = 2131231301;
+
+ // aapt resource value: 0x7F080246
+ public const int zero_corner_chip = 2131231302;
static Id()
{
@@ -25963,292 +26576,295 @@ namespace TINK.Droid
public const int item_view_role_description = 2131558467;
// aapt resource value: 0x7F0D0044
- public const int material_clock_display_divider = 2131558468;
+ public const int library_name = 2131558468;
// aapt resource value: 0x7F0D0045
- public const int material_clock_toggle_content_description = 2131558469;
+ public const int material_clock_display_divider = 2131558469;
// aapt resource value: 0x7F0D0046
- public const int material_hour_selection = 2131558470;
+ public const int material_clock_toggle_content_description = 2131558470;
// aapt resource value: 0x7F0D0047
- public const int material_hour_suffix = 2131558471;
+ public const int material_hour_selection = 2131558471;
// aapt resource value: 0x7F0D0048
- public const int material_minute_selection = 2131558472;
+ public const int material_hour_suffix = 2131558472;
// aapt resource value: 0x7F0D0049
- public const int material_minute_suffix = 2131558473;
+ public const int material_minute_selection = 2131558473;
// aapt resource value: 0x7F0D004A
- public const int material_motion_easing_accelerated = 2131558474;
+ public const int material_minute_suffix = 2131558474;
// aapt resource value: 0x7F0D004B
- public const int material_motion_easing_decelerated = 2131558475;
+ public const int material_motion_easing_accelerated = 2131558475;
// aapt resource value: 0x7F0D004C
- public const int material_motion_easing_emphasized = 2131558476;
+ public const int material_motion_easing_decelerated = 2131558476;
// aapt resource value: 0x7F0D004D
- public const int material_motion_easing_linear = 2131558477;
+ public const int material_motion_easing_emphasized = 2131558477;
// aapt resource value: 0x7F0D004E
- public const int material_motion_easing_standard = 2131558478;
+ public const int material_motion_easing_linear = 2131558478;
// aapt resource value: 0x7F0D004F
- public const int material_slider_range_end = 2131558479;
+ public const int material_motion_easing_standard = 2131558479;
// aapt resource value: 0x7F0D0050
- public const int material_slider_range_start = 2131558480;
+ public const int material_slider_range_end = 2131558480;
// aapt resource value: 0x7F0D0051
- public const int material_timepicker_am = 2131558481;
+ public const int material_slider_range_start = 2131558481;
// aapt resource value: 0x7F0D0052
- public const int material_timepicker_clock_mode_description = 2131558482;
+ public const int material_timepicker_am = 2131558482;
// aapt resource value: 0x7F0D0053
- public const int material_timepicker_hour = 2131558483;
+ public const int material_timepicker_clock_mode_description = 2131558483;
// aapt resource value: 0x7F0D0054
- public const int material_timepicker_minute = 2131558484;
+ public const int material_timepicker_hour = 2131558484;
// aapt resource value: 0x7F0D0055
- public const int material_timepicker_pm = 2131558485;
+ public const int material_timepicker_minute = 2131558485;
// aapt resource value: 0x7F0D0056
- public const int material_timepicker_select_time = 2131558486;
+ public const int material_timepicker_pm = 2131558486;
// aapt resource value: 0x7F0D0057
- public const int material_timepicker_text_input_mode_description = 2131558487;
+ public const int material_timepicker_select_time = 2131558487;
// aapt resource value: 0x7F0D0058
- public const int mr_button_content_description = 2131558488;
+ public const int material_timepicker_text_input_mode_description = 2131558488;
// aapt resource value: 0x7F0D0059
- public const int mr_cast_button_connected = 2131558489;
+ public const int mr_button_content_description = 2131558489;
// aapt resource value: 0x7F0D005A
- public const int mr_cast_button_connecting = 2131558490;
+ public const int mr_cast_button_connected = 2131558490;
// aapt resource value: 0x7F0D005B
- public const int mr_cast_button_disconnected = 2131558491;
+ public const int mr_cast_button_connecting = 2131558491;
// aapt resource value: 0x7F0D005C
- public const int mr_cast_dialog_title_view_placeholder = 2131558492;
+ public const int mr_cast_button_disconnected = 2131558492;
// aapt resource value: 0x7F0D005D
- public const int mr_chooser_searching = 2131558493;
+ public const int mr_cast_dialog_title_view_placeholder = 2131558493;
// aapt resource value: 0x7F0D005E
- public const int mr_chooser_title = 2131558494;
+ public const int mr_chooser_searching = 2131558494;
// aapt resource value: 0x7F0D005F
- public const int mr_controller_album_art = 2131558495;
+ public const int mr_chooser_title = 2131558495;
// aapt resource value: 0x7F0D0060
- public const int mr_controller_casting_screen = 2131558496;
+ public const int mr_controller_album_art = 2131558496;
// aapt resource value: 0x7F0D0061
- public const int mr_controller_close_description = 2131558497;
+ public const int mr_controller_casting_screen = 2131558497;
// aapt resource value: 0x7F0D0062
- public const int mr_controller_collapse_group = 2131558498;
+ public const int mr_controller_close_description = 2131558498;
// aapt resource value: 0x7F0D0063
- public const int mr_controller_disconnect = 2131558499;
+ public const int mr_controller_collapse_group = 2131558499;
// aapt resource value: 0x7F0D0064
- public const int mr_controller_expand_group = 2131558500;
+ public const int mr_controller_disconnect = 2131558500;
// aapt resource value: 0x7F0D0065
- public const int mr_controller_no_info_available = 2131558501;
+ public const int mr_controller_expand_group = 2131558501;
// aapt resource value: 0x7F0D0066
- public const int mr_controller_no_media_selected = 2131558502;
+ public const int mr_controller_no_info_available = 2131558502;
// aapt resource value: 0x7F0D0067
- public const int mr_controller_pause = 2131558503;
+ public const int mr_controller_no_media_selected = 2131558503;
// aapt resource value: 0x7F0D0068
- public const int mr_controller_play = 2131558504;
+ public const int mr_controller_pause = 2131558504;
// aapt resource value: 0x7F0D0069
- public const int mr_controller_stop = 2131558505;
+ public const int mr_controller_play = 2131558505;
// aapt resource value: 0x7F0D006A
- public const int mr_controller_stop_casting = 2131558506;
+ public const int mr_controller_stop = 2131558506;
// aapt resource value: 0x7F0D006B
- public const int mr_controller_volume_slider = 2131558507;
+ public const int mr_controller_stop_casting = 2131558507;
// aapt resource value: 0x7F0D006C
- public const int mr_dialog_default_group_name = 2131558508;
+ public const int mr_controller_volume_slider = 2131558508;
// aapt resource value: 0x7F0D006D
- public const int mr_dialog_groupable_header = 2131558509;
+ public const int mr_dialog_default_group_name = 2131558509;
// aapt resource value: 0x7F0D006E
- public const int mr_dialog_transferable_header = 2131558510;
+ public const int mr_dialog_groupable_header = 2131558510;
// aapt resource value: 0x7F0D006F
- public const int mr_system_route_name = 2131558511;
+ public const int mr_dialog_transferable_header = 2131558511;
// aapt resource value: 0x7F0D0070
- public const int mr_user_route_category_name = 2131558512;
+ public const int mr_system_route_name = 2131558512;
// aapt resource value: 0x7F0D0071
- public const int mtrl_badge_numberless_content_description = 2131558513;
+ public const int mr_user_route_category_name = 2131558513;
// aapt resource value: 0x7F0D0072
- public const int mtrl_chip_close_icon_content_description = 2131558514;
+ public const int mtrl_badge_numberless_content_description = 2131558514;
// aapt resource value: 0x7F0D0073
- public const int mtrl_exceed_max_badge_number_content_description = 2131558515;
+ public const int mtrl_chip_close_icon_content_description = 2131558515;
// aapt resource value: 0x7F0D0074
- public const int mtrl_exceed_max_badge_number_suffix = 2131558516;
+ public const int mtrl_exceed_max_badge_number_content_description = 2131558516;
// aapt resource value: 0x7F0D0075
- public const int mtrl_picker_a11y_next_month = 2131558517;
+ public const int mtrl_exceed_max_badge_number_suffix = 2131558517;
// aapt resource value: 0x7F0D0076
- public const int mtrl_picker_a11y_prev_month = 2131558518;
+ public const int mtrl_picker_a11y_next_month = 2131558518;
// aapt resource value: 0x7F0D0077
- public const int mtrl_picker_announce_current_selection = 2131558519;
+ public const int mtrl_picker_a11y_prev_month = 2131558519;
// aapt resource value: 0x7F0D0078
- public const int mtrl_picker_cancel = 2131558520;
+ public const int mtrl_picker_announce_current_selection = 2131558520;
// aapt resource value: 0x7F0D0079
- public const int mtrl_picker_confirm = 2131558521;
+ public const int mtrl_picker_cancel = 2131558521;
// aapt resource value: 0x7F0D007A
- public const int mtrl_picker_date_header_selected = 2131558522;
+ public const int mtrl_picker_confirm = 2131558522;
// aapt resource value: 0x7F0D007B
- public const int mtrl_picker_date_header_title = 2131558523;
+ public const int mtrl_picker_date_header_selected = 2131558523;
// aapt resource value: 0x7F0D007C
- public const int mtrl_picker_date_header_unselected = 2131558524;
+ public const int mtrl_picker_date_header_title = 2131558524;
// aapt resource value: 0x7F0D007D
- public const int mtrl_picker_day_of_week_column_header = 2131558525;
+ public const int mtrl_picker_date_header_unselected = 2131558525;
// aapt resource value: 0x7F0D007E
- public const int mtrl_picker_invalid_format = 2131558526;
+ public const int mtrl_picker_day_of_week_column_header = 2131558526;
// aapt resource value: 0x7F0D007F
- public const int mtrl_picker_invalid_format_example = 2131558527;
+ public const int mtrl_picker_invalid_format = 2131558527;
// aapt resource value: 0x7F0D0080
- public const int mtrl_picker_invalid_format_use = 2131558528;
+ public const int mtrl_picker_invalid_format_example = 2131558528;
// aapt resource value: 0x7F0D0081
- public const int mtrl_picker_invalid_range = 2131558529;
+ public const int mtrl_picker_invalid_format_use = 2131558529;
// aapt resource value: 0x7F0D0082
- public const int mtrl_picker_navigate_to_year_description = 2131558530;
+ public const int mtrl_picker_invalid_range = 2131558530;
// aapt resource value: 0x7F0D0083
- public const int mtrl_picker_out_of_range = 2131558531;
+ public const int mtrl_picker_navigate_to_year_description = 2131558531;
// aapt resource value: 0x7F0D0084
- public const int mtrl_picker_range_header_only_end_selected = 2131558532;
+ public const int mtrl_picker_out_of_range = 2131558532;
// aapt resource value: 0x7F0D0085
- public const int mtrl_picker_range_header_only_start_selected = 2131558533;
+ public const int mtrl_picker_range_header_only_end_selected = 2131558533;
// aapt resource value: 0x7F0D0086
- public const int mtrl_picker_range_header_selected = 2131558534;
+ public const int mtrl_picker_range_header_only_start_selected = 2131558534;
// aapt resource value: 0x7F0D0087
- public const int mtrl_picker_range_header_title = 2131558535;
+ public const int mtrl_picker_range_header_selected = 2131558535;
// aapt resource value: 0x7F0D0088
- public const int mtrl_picker_range_header_unselected = 2131558536;
+ public const int mtrl_picker_range_header_title = 2131558536;
// aapt resource value: 0x7F0D0089
- public const int mtrl_picker_save = 2131558537;
+ public const int mtrl_picker_range_header_unselected = 2131558537;
// aapt resource value: 0x7F0D008A
- public const int mtrl_picker_text_input_date_hint = 2131558538;
+ public const int mtrl_picker_save = 2131558538;
// aapt resource value: 0x7F0D008B
- public const int mtrl_picker_text_input_date_range_end_hint = 2131558539;
+ public const int mtrl_picker_text_input_date_hint = 2131558539;
// aapt resource value: 0x7F0D008C
- public const int mtrl_picker_text_input_date_range_start_hint = 2131558540;
+ public const int mtrl_picker_text_input_date_range_end_hint = 2131558540;
// aapt resource value: 0x7F0D008D
- public const int mtrl_picker_text_input_day_abbr = 2131558541;
+ public const int mtrl_picker_text_input_date_range_start_hint = 2131558541;
// aapt resource value: 0x7F0D008E
- public const int mtrl_picker_text_input_month_abbr = 2131558542;
+ public const int mtrl_picker_text_input_day_abbr = 2131558542;
// aapt resource value: 0x7F0D008F
- public const int mtrl_picker_text_input_year_abbr = 2131558543;
+ public const int mtrl_picker_text_input_month_abbr = 2131558543;
// aapt resource value: 0x7F0D0090
- public const int mtrl_picker_toggle_to_calendar_input_mode = 2131558544;
+ public const int mtrl_picker_text_input_year_abbr = 2131558544;
// aapt resource value: 0x7F0D0091
- public const int mtrl_picker_toggle_to_day_selection = 2131558545;
+ public const int mtrl_picker_toggle_to_calendar_input_mode = 2131558545;
// aapt resource value: 0x7F0D0092
- public const int mtrl_picker_toggle_to_text_input_mode = 2131558546;
+ public const int mtrl_picker_toggle_to_day_selection = 2131558546;
// aapt resource value: 0x7F0D0093
- public const int mtrl_picker_toggle_to_year_selection = 2131558547;
+ public const int mtrl_picker_toggle_to_text_input_mode = 2131558547;
// aapt resource value: 0x7F0D0094
- public const int nav_app_bar_navigate_up_description = 2131558548;
+ public const int mtrl_picker_toggle_to_year_selection = 2131558548;
// aapt resource value: 0x7F0D0095
- public const int nav_app_bar_open_drawer_description = 2131558549;
+ public const int nav_app_bar_navigate_up_description = 2131558549;
// aapt resource value: 0x7F0D0096
- public const int not_set = 2131558550;
+ public const int nav_app_bar_open_drawer_description = 2131558550;
// aapt resource value: 0x7F0D0097
- public const int overflow_tab_title = 2131558551;
+ public const int not_set = 2131558551;
// aapt resource value: 0x7F0D0098
- public const int password_toggle_content_description = 2131558552;
+ public const int overflow_tab_title = 2131558552;
// aapt resource value: 0x7F0D0099
- public const int path_password_eye = 2131558553;
+ public const int password_toggle_content_description = 2131558553;
// aapt resource value: 0x7F0D009A
- public const int path_password_eye_mask_strike_through = 2131558554;
+ public const int path_password_eye = 2131558554;
// aapt resource value: 0x7F0D009B
- public const int path_password_eye_mask_visible = 2131558555;
+ public const int path_password_eye_mask_strike_through = 2131558555;
// aapt resource value: 0x7F0D009C
- public const int path_password_strike_through = 2131558556;
+ public const int path_password_eye_mask_visible = 2131558556;
// aapt resource value: 0x7F0D009D
- public const int preference_copied = 2131558557;
+ public const int path_password_strike_through = 2131558557;
// aapt resource value: 0x7F0D009E
- public const int search_menu_title = 2131558558;
+ public const int preference_copied = 2131558558;
// aapt resource value: 0x7F0D009F
- public const int status_bar_notification_info_overflow = 2131558559;
+ public const int search_menu_title = 2131558559;
// aapt resource value: 0x7F0D00A0
- public const int summary_collapsed_preference_list = 2131558560;
+ public const int status_bar_notification_info_overflow = 2131558560;
// aapt resource value: 0x7F0D00A1
- public const int title_activity_webview = 2131558561;
+ public const int summary_collapsed_preference_list = 2131558561;
// aapt resource value: 0x7F0D00A2
- public const int v7_preference_off = 2131558562;
+ public const int title_activity_webview = 2131558562;
// aapt resource value: 0x7F0D00A3
- public const int v7_preference_on = 2131558563;
+ public const int v7_preference_off = 2131558563;
+
+ // aapt resource value: 0x7F0D00A4
+ public const int v7_preference_on = 2131558564;
static String()
{
@@ -28616,37 +29232,37 @@ namespace TINK.Droid
public partial class Styleable
{
- // aapt resource value: { 0x7F030048,0x7F03004F,0x7F030050,0x7F0300FE,0x7F0300FF,0x7F030100,0x7F030101,0x7F030102,0x7F030103,0x7F030129,0x7F030145,0x7F030146,0x7F030161,0x7F0301C2,0x7F0301C9,0x7F0301CF,0x7F0301D0,0x7F0301D3,0x7F0301E7,0x7F0301FB,0x7F030276,0x7F0302E1,0x7F03031A,0x7F03032B,0x7F03032C,0x7F030393,0x7F030397,0x7F030408,0x7F030414 }
+ // aapt resource value: { 0x7F030049,0x7F030050,0x7F030051,0x7F0300FF,0x7F030100,0x7F030101,0x7F030102,0x7F030103,0x7F030104,0x7F03012D,0x7F03014C,0x7F03014D,0x7F030169,0x7F0301CB,0x7F0301D2,0x7F0301D8,0x7F0301D9,0x7F0301DC,0x7F0301F0,0x7F030206,0x7F030281,0x7F0302EC,0x7F030329,0x7F03033A,0x7F03033B,0x7F0303AF,0x7F0303B3,0x7F030424,0x7F030430 }
public static int[] ActionBar = new int[] {
- 2130903112,
- 2130903119,
+ 2130903113,
2130903120,
- 2130903294,
+ 2130903121,
2130903295,
2130903296,
2130903297,
2130903298,
2130903299,
- 2130903337,
- 2130903365,
- 2130903366,
- 2130903393,
- 2130903490,
- 2130903497,
- 2130903503,
- 2130903504,
- 2130903507,
- 2130903527,
- 2130903547,
- 2130903670,
- 2130903777,
- 2130903834,
- 2130903851,
- 2130903852,
- 2130903955,
- 2130903959,
- 2130904072,
- 2130904084};
+ 2130903300,
+ 2130903341,
+ 2130903372,
+ 2130903373,
+ 2130903401,
+ 2130903499,
+ 2130903506,
+ 2130903512,
+ 2130903513,
+ 2130903516,
+ 2130903536,
+ 2130903558,
+ 2130903681,
+ 2130903788,
+ 2130903849,
+ 2130903866,
+ 2130903867,
+ 2130903983,
+ 2130903987,
+ 2130904100,
+ 2130904112};
// aapt resource value: { 0x10100B3 }
public static int[] ActionBarLayout = new int[] {
@@ -28753,14 +29369,14 @@ namespace TINK.Droid
public static int[] ActionMenuView = new int[] {
-1};
- // aapt resource value: { 0x7F030048,0x7F03004F,0x7F0300D6,0x7F0301C2,0x7F030397,0x7F030414 }
+ // aapt resource value: { 0x7F030049,0x7F030050,0x7F0300D7,0x7F0301CB,0x7F0303B3,0x7F030430 }
public static int[] ActionMode = new int[] {
- 2130903112,
- 2130903119,
- 2130903254,
- 2130903490,
- 2130903959,
- 2130904084};
+ 2130903113,
+ 2130903120,
+ 2130903255,
+ 2130903499,
+ 2130903987,
+ 2130904112};
// aapt resource value: 0
public const int ActionMode_background = 0;
@@ -28780,10 +29396,10 @@ namespace TINK.Droid
// aapt resource value: 5
public const int ActionMode_titleTextStyle = 5;
- // aapt resource value: { 0x7F03017B,0x7F0301ED }
+ // aapt resource value: { 0x7F030183,0x7F0301F7 }
public static int[] ActivityChooserView = new int[] {
- 2130903419,
- 2130903533};
+ 2130903427,
+ 2130903543};
// aapt resource value: 0
public const int ActivityChooserView_expandActivityOverflowButtonDrawable = 0;
@@ -28791,13 +29407,13 @@ namespace TINK.Droid
// aapt resource value: 1
public const int ActivityChooserView_initialActivityCount = 1;
- // aapt resource value: { 0x1010003,0x7F030003,0x7F03012D,0x7F03012E,0x7F0303C4 }
+ // aapt resource value: { 0x1010003,0x7F030003,0x7F030131,0x7F030132,0x7F0303E0 }
public static int[] ActivityNavigator = new int[] {
16842755,
2130903043,
- 2130903341,
- 2130903342,
- 2130904004};
+ 2130903345,
+ 2130903346,
+ 2130904032};
// aapt resource value: 1
public const int ActivityNavigator_action = 1;
@@ -28814,16 +29430,16 @@ namespace TINK.Droid
// aapt resource value: 4
public const int ActivityNavigator_targetPackage = 4;
- // aapt resource value: { 0x10100F2,0x7F030081,0x7F030082,0x7F03026A,0x7F03026B,0x7F0302DC,0x7F030368,0x7F03036A }
+ // aapt resource value: { 0x10100F2,0x7F030082,0x7F030083,0x7F030275,0x7F030276,0x7F0302E7,0x7F030382,0x7F030384 }
public static int[] AlertDialog = new int[] {
16842994,
- 2130903169,
2130903170,
- 2130903658,
- 2130903659,
- 2130903772,
- 2130903912,
- 2130903914};
+ 2130903171,
+ 2130903669,
+ 2130903670,
+ 2130903783,
+ 2130903938,
+ 2130903940};
// aapt resource value: 0
public const int AlertDialog_android_layout = 0;
@@ -28906,23 +29522,23 @@ namespace TINK.Droid
// aapt resource value: 1
public const int AnimatedStateListDrawableTransition_android_toId = 1;
- // aapt resource value: { 0x10100D4,0x101048F,0x1010540,0x7F030161,0x7F03017C,0x7F030260,0x7F030261,0x7F03038D }
+ // aapt resource value: { 0x10100D4,0x101048F,0x1010540,0x7F030169,0x7F030184,0x7F03026B,0x7F03026C,0x7F0303A8 }
public static int[] AppBarLayout = new int[] {
16842964,
16843919,
16844096,
- 2130903393,
- 2130903420,
- 2130903648,
- 2130903649,
- 2130903949};
+ 2130903401,
+ 2130903428,
+ 2130903659,
+ 2130903660,
+ 2130903976};
- // aapt resource value: { 0x7F030387,0x7F030388,0x7F03038A,0x7F03038B }
+ // aapt resource value: { 0x7F0303A2,0x7F0303A3,0x7F0303A5,0x7F0303A6 }
public static int[] AppBarLayoutStates = new int[] {
- 2130903943,
- 2130903944,
- 2130903946,
- 2130903947};
+ 2130903970,
+ 2130903971,
+ 2130903973,
+ 2130903974};
// aapt resource value: 0
public const int AppBarLayoutStates_state_collapsed = 0;
@@ -28951,10 +29567,10 @@ namespace TINK.Droid
// aapt resource value: 4
public const int AppBarLayout_expanded = 4;
- // aapt resource value: { 0x7F03025D,0x7F03025E }
+ // aapt resource value: { 0x7F030268,0x7F030269 }
public static int[] AppBarLayout_Layout = new int[] {
- 2130903645,
- 2130903646};
+ 2130903656,
+ 2130903657};
// aapt resource value: 0
public const int AppBarLayout_Layout_layout_scrollFlags = 0;
@@ -28971,12 +29587,12 @@ namespace TINK.Droid
// aapt resource value: 7
public const int AppBarLayout_statusBarForeground = 7;
- // aapt resource value: { 0x1010119,0x7F03037D,0x7F030406,0x7F030407 }
+ // aapt resource value: { 0x1010119,0x7F030398,0x7F030422,0x7F030423 }
public static int[] AppCompatImageView = new int[] {
16843033,
- 2130903933,
- 2130904070,
- 2130904071};
+ 2130903960,
+ 2130904098,
+ 2130904099};
// aapt resource value: 0
public const int AppCompatImageView_android_src = 0;
@@ -28990,12 +29606,12 @@ namespace TINK.Droid
// aapt resource value: 3
public const int AppCompatImageView_tintMode = 3;
- // aapt resource value: { 0x1010142,0x7F030402,0x7F030403,0x7F030404 }
+ // aapt resource value: { 0x1010142,0x7F03041E,0x7F03041F,0x7F030420 }
public static int[] AppCompatSeekBar = new int[] {
16843074,
- 2130904066,
- 2130904067,
- 2130904068};
+ 2130904094,
+ 2130904095,
+ 2130904096};
// aapt resource value: 0
public const int AppCompatSeekBar_android_thumb = 0;
@@ -29040,29 +29656,29 @@ namespace TINK.Droid
// aapt resource value: 0
public const int AppCompatTextHelper_android_textAppearance = 0;
- // aapt resource value: { 0x1010034,0x7F030042,0x7F030043,0x7F030044,0x7F030045,0x7F030046,0x7F03014E,0x7F03014F,0x7F030150,0x7F030151,0x7F030153,0x7F030154,0x7F030155,0x7F030156,0x7F030196,0x7F0301AC,0x7F0301B5,0x7F030212,0x7F030263,0x7F0303C8,0x7F0303EA }
+ // aapt resource value: { 0x1010034,0x7F030043,0x7F030044,0x7F030045,0x7F030046,0x7F030047,0x7F030156,0x7F030157,0x7F030158,0x7F030159,0x7F03015B,0x7F03015C,0x7F03015D,0x7F03015E,0x7F03019F,0x7F0301B5,0x7F0301BE,0x7F03021D,0x7F03026E,0x7F0303E4,0x7F030406 }
public static int[] AppCompatTextView = new int[] {
16842804,
- 2130903106,
2130903107,
2130903108,
2130903109,
2130903110,
- 2130903374,
- 2130903375,
- 2130903376,
- 2130903377,
- 2130903379,
- 2130903380,
- 2130903381,
+ 2130903111,
2130903382,
- 2130903446,
- 2130903468,
+ 2130903383,
+ 2130903384,
+ 2130903385,
+ 2130903387,
+ 2130903388,
+ 2130903389,
+ 2130903390,
+ 2130903455,
2130903477,
- 2130903570,
- 2130903651,
- 2130904008,
- 2130904042};
+ 2130903486,
+ 2130903581,
+ 2130903662,
+ 2130904036,
+ 2130904070};
// aapt resource value: 0
public const int AppCompatTextView_android_textAppearance = 0;
@@ -29127,7 +29743,7 @@ namespace TINK.Droid
// aapt resource value: 20
public const int AppCompatTextView_textLocale = 20;
- // aapt resource value: { 0x1010057,0x10100AE,0x7F030004,0x7F030005,0x7F030006,0x7F030007,0x7F030008,0x7F030009,0x7F03000A,0x7F03000B,0x7F03000C,0x7F03000D,0x7F03000E,0x7F03000F,0x7F030010,0x7F030012,0x7F030013,0x7F030014,0x7F030015,0x7F030016,0x7F030017,0x7F030018,0x7F030019,0x7F03001A,0x7F03001B,0x7F03001C,0x7F03001D,0x7F03001E,0x7F03001F,0x7F030020,0x7F030021,0x7F030022,0x7F030023,0x7F030024,0x7F030028,0x7F03002A,0x7F03002B,0x7F03002C,0x7F03002D,0x7F030041,0x7F030069,0x7F03007A,0x7F03007B,0x7F03007C,0x7F03007D,0x7F03007E,0x7F030084,0x7F030085,0x7F0300A3,0x7F0300AC,0x7F0300DF,0x7F0300E0,0x7F0300E1,0x7F0300E2,0x7F0300E3,0x7F0300E4,0x7F0300E5,0x7F0300EC,0x7F0300ED,0x7F0300F4,0x7F03010D,0x7F03013C,0x7F030141,0x7F030142,0x7F030147,0x7F030149,0x7F030159,0x7F03015A,0x7F03015D,0x7F03015E,0x7F030160,0x7F0301CF,0x7F0301E1,0x7F030266,0x7F030267,0x7F030268,0x7F030269,0x7F03026C,0x7F03026D,0x7F03026E,0x7F03026F,0x7F030270,0x7F030271,0x7F030272,0x7F030273,0x7F030274,0x7F0302FE,0x7F0302FF,0x7F030300,0x7F030319,0x7F03031B,0x7F030333,0x7F030335,0x7F030336,0x7F030337,0x7F03034F,0x7F030352,0x7F030354,0x7F030355,0x7F030375,0x7F030376,0x7F0303A4,0x7F0303D3,0x7F0303D5,0x7F0303D6,0x7F0303D7,0x7F0303D9,0x7F0303DA,0x7F0303DB,0x7F0303DC,0x7F0303E4,0x7F0303E5,0x7F030416,0x7F030417,0x7F030418,0x7F030419,0x7F030443,0x7F030452,0x7F030453,0x7F030454,0x7F030455,0x7F030456,0x7F030457,0x7F030458,0x7F030459,0x7F03045A,0x7F03045B }
+ // aapt resource value: { 0x1010057,0x10100AE,0x7F030004,0x7F030005,0x7F030006,0x7F030007,0x7F030008,0x7F030009,0x7F03000A,0x7F03000B,0x7F03000C,0x7F03000D,0x7F03000E,0x7F03000F,0x7F030010,0x7F030012,0x7F030013,0x7F030014,0x7F030015,0x7F030016,0x7F030017,0x7F030018,0x7F030019,0x7F03001A,0x7F03001B,0x7F03001C,0x7F03001D,0x7F03001E,0x7F03001F,0x7F030020,0x7F030021,0x7F030022,0x7F030023,0x7F030024,0x7F030028,0x7F03002A,0x7F03002B,0x7F03002C,0x7F03002D,0x7F030042,0x7F03006A,0x7F03007B,0x7F03007C,0x7F03007D,0x7F03007E,0x7F03007F,0x7F030085,0x7F030086,0x7F0300A4,0x7F0300AD,0x7F0300E0,0x7F0300E1,0x7F0300E2,0x7F0300E3,0x7F0300E4,0x7F0300E5,0x7F0300E6,0x7F0300ED,0x7F0300EE,0x7F0300F5,0x7F03010F,0x7F030143,0x7F030148,0x7F030149,0x7F03014E,0x7F030150,0x7F030161,0x7F030162,0x7F030165,0x7F030166,0x7F030168,0x7F0301D8,0x7F0301EA,0x7F030271,0x7F030272,0x7F030273,0x7F030274,0x7F030277,0x7F030278,0x7F030279,0x7F03027A,0x7F03027B,0x7F03027C,0x7F03027D,0x7F03027E,0x7F03027F,0x7F03030A,0x7F03030B,0x7F03030C,0x7F030328,0x7F03032A,0x7F030342,0x7F030344,0x7F030345,0x7F030346,0x7F030362,0x7F03036A,0x7F03036C,0x7F03036D,0x7F030390,0x7F030391,0x7F0303C0,0x7F0303EF,0x7F0303F1,0x7F0303F2,0x7F0303F3,0x7F0303F5,0x7F0303F6,0x7F0303F7,0x7F0303F8,0x7F030400,0x7F030401,0x7F030433,0x7F030434,0x7F030435,0x7F030436,0x7F030464,0x7F030473,0x7F030474,0x7F030475,0x7F030476,0x7F030477,0x7F030478,0x7F030479,0x7F03047A,0x7F03047B,0x7F03047C }
public static int[] AppCompatTheme = new int[] {
16842839,
16842926,
@@ -29168,94 +29784,94 @@ namespace TINK.Droid
2130903083,
2130903084,
2130903085,
- 2130903105,
- 2130903145,
- 2130903162,
+ 2130903106,
+ 2130903146,
2130903163,
2130903164,
2130903165,
2130903166,
- 2130903172,
+ 2130903167,
2130903173,
- 2130903203,
- 2130903212,
- 2130903263,
+ 2130903174,
+ 2130903204,
+ 2130903213,
2130903264,
2130903265,
2130903266,
2130903267,
2130903268,
2130903269,
- 2130903276,
+ 2130903270,
2130903277,
- 2130903284,
- 2130903309,
- 2130903356,
- 2130903361,
- 2130903362,
- 2130903367,
+ 2130903278,
+ 2130903285,
+ 2130903311,
+ 2130903363,
+ 2130903368,
2130903369,
- 2130903385,
- 2130903386,
- 2130903389,
- 2130903390,
- 2130903392,
- 2130903503,
- 2130903521,
- 2130903654,
- 2130903655,
- 2130903656,
- 2130903657,
- 2130903660,
- 2130903661,
- 2130903662,
- 2130903663,
- 2130903664,
+ 2130903374,
+ 2130903376,
+ 2130903393,
+ 2130903394,
+ 2130903397,
+ 2130903398,
+ 2130903400,
+ 2130903512,
+ 2130903530,
2130903665,
2130903666,
2130903667,
2130903668,
- 2130903806,
- 2130903807,
- 2130903808,
- 2130903833,
- 2130903835,
- 2130903859,
- 2130903861,
- 2130903862,
- 2130903863,
- 2130903887,
- 2130903890,
- 2130903892,
- 2130903893,
- 2130903925,
- 2130903926,
- 2130903972,
- 2130904019,
- 2130904021,
- 2130904022,
- 2130904023,
- 2130904025,
- 2130904026,
- 2130904027,
- 2130904028,
- 2130904036,
- 2130904037,
- 2130904086,
- 2130904087,
- 2130904088,
- 2130904089,
- 2130904131,
- 2130904146,
- 2130904147,
- 2130904148,
- 2130904149,
- 2130904150,
- 2130904151,
- 2130904152,
- 2130904153,
- 2130904154,
- 2130904155};
+ 2130903671,
+ 2130903672,
+ 2130903673,
+ 2130903674,
+ 2130903675,
+ 2130903676,
+ 2130903677,
+ 2130903678,
+ 2130903679,
+ 2130903818,
+ 2130903819,
+ 2130903820,
+ 2130903848,
+ 2130903850,
+ 2130903874,
+ 2130903876,
+ 2130903877,
+ 2130903878,
+ 2130903906,
+ 2130903914,
+ 2130903916,
+ 2130903917,
+ 2130903952,
+ 2130903953,
+ 2130904000,
+ 2130904047,
+ 2130904049,
+ 2130904050,
+ 2130904051,
+ 2130904053,
+ 2130904054,
+ 2130904055,
+ 2130904056,
+ 2130904064,
+ 2130904065,
+ 2130904115,
+ 2130904116,
+ 2130904117,
+ 2130904118,
+ 2130904164,
+ 2130904179,
+ 2130904180,
+ 2130904181,
+ 2130904182,
+ 2130904183,
+ 2130904184,
+ 2130904185,
+ 2130904186,
+ 2130904187,
+ 2130904188};
// aapt resource value: 2
public const int AppCompatTheme_actionBarDivider = 2;
@@ -29638,10 +30254,14 @@ namespace TINK.Droid
// aapt resource value: 126
public const int AppCompatTheme_windowNoTitle = 126;
- // aapt resource value: { 0x101030E,0x7F030354 }
+ // aapt resource value: { 0xFFFFFFFF }
+ public static int[] AppDataSearch = new int[] {
+ -1};
+
+ // aapt resource value: { 0x101030E,0x7F03036C }
public static int[] BackgroundStyle = new int[] {
16843534,
- 2130903892};
+ 2130903916};
// aapt resource value: 0
public const int BackgroundStyle_android_selectableItemBackground = 0;
@@ -29649,15 +30269,15 @@ namespace TINK.Droid
// aapt resource value: 1
public const int BackgroundStyle_selectableItemBackground = 1;
- // aapt resource value: { 0x7F030049,0x7F030053,0x7F030055,0x7F0301D1,0x7F030298,0x7F0302E9,0x7F030442 }
+ // aapt resource value: { 0x7F03004A,0x7F030054,0x7F030056,0x7F0301DA,0x7F0302A3,0x7F0302F5,0x7F030463 }
public static int[] Badge = new int[] {
- 2130903113,
- 2130903123,
- 2130903125,
- 2130903505,
- 2130903704,
- 2130903785,
- 2130904130};
+ 2130903114,
+ 2130903124,
+ 2130903126,
+ 2130903514,
+ 2130903715,
+ 2130903797,
+ 2130904163};
// aapt resource value: 0
public const int Badge_backgroundColor = 0;
@@ -29680,17 +30300,17 @@ namespace TINK.Droid
// aapt resource value: 6
public const int Badge_verticalOffset = 6;
- // aapt resource value: { 0x1010139,0x7F0301C7,0x7F0301E8,0x7F0302B5,0x7F030360,0x7F030362,0x7F030420,0x7F030423,0x7F030425 }
+ // aapt resource value: { 0x1010139,0x7F0301D0,0x7F0301F2,0x7F0302C0,0x7F03037A,0x7F03037C,0x7F03043D,0x7F030440,0x7F030442 }
public static int[] BaseProgressIndicator = new int[] {
16843065,
- 2130903495,
- 2130903528,
- 2130903733,
- 2130903904,
- 2130903906,
- 2130904096,
- 2130904099,
- 2130904101};
+ 2130903504,
+ 2130903538,
+ 2130903744,
+ 2130903930,
+ 2130903932,
+ 2130904125,
+ 2130904128,
+ 2130904130};
// aapt resource value: 0
public const int BaseProgressIndicator_android_indeterminate = 0;
@@ -29719,19 +30339,19 @@ namespace TINK.Droid
// aapt resource value: 8
public const int BaseProgressIndicator_trackThickness = 8;
- // aapt resource value: { 0x7F030051,0x7F030161,0x7F03018A,0x7F03018B,0x7F03018C,0x7F03018D,0x7F03018E,0x7F0301CA,0x7F0302F7,0x7F0302F9,0x7F0302FA }
+ // aapt resource value: { 0x7F030052,0x7F030169,0x7F030192,0x7F030193,0x7F030194,0x7F030195,0x7F030196,0x7F0301D3,0x7F030303,0x7F030305,0x7F030306 }
public static int[] BottomAppBar = new int[] {
- 2130903121,
- 2130903393,
- 2130903434,
- 2130903435,
- 2130903436,
- 2130903437,
- 2130903438,
- 2130903498,
- 2130903799,
- 2130903801,
- 2130903802};
+ 2130903122,
+ 2130903401,
+ 2130903442,
+ 2130903443,
+ 2130903444,
+ 2130903445,
+ 2130903446,
+ 2130903507,
+ 2130903811,
+ 2130903813,
+ 2130903814};
// aapt resource value: 0
public const int BottomAppBar_backgroundTint = 0;
@@ -29766,33 +30386,33 @@ namespace TINK.Droid
// aapt resource value: 10
public const int BottomAppBar_paddingRightSystemWindowInsets = 10;
- // aapt resource value: { 0x7F0301F6 }
+ // aapt resource value: { 0x7F030201 }
public static int[] BottomNavigationView = new int[] {
- 2130903542};
+ 2130903553};
// aapt resource value: 0
public const int BottomNavigationView_itemHorizontalTranslationEnabled = 0;
- // aapt resource value: { 0x101011F,0x1010440,0x7F030051,0x7F03005C,0x7F03005D,0x7F03005E,0x7F03005F,0x7F030060,0x7F030062,0x7F030063,0x7F030064,0x7F0301BC,0x7F0302F7,0x7F0302F9,0x7F0302FA,0x7F0302FD,0x7F030359,0x7F03035C }
+ // aapt resource value: { 0x101011F,0x1010440,0x7F030052,0x7F03005D,0x7F03005E,0x7F03005F,0x7F030060,0x7F030061,0x7F030063,0x7F030064,0x7F030065,0x7F0301C5,0x7F030303,0x7F030305,0x7F030306,0x7F030309,0x7F030373,0x7F030376 }
public static int[] BottomSheetBehavior_Layout = new int[] {
16843039,
16843840,
- 2130903121,
- 2130903132,
+ 2130903122,
2130903133,
2130903134,
2130903135,
2130903136,
- 2130903138,
+ 2130903137,
2130903139,
2130903140,
- 2130903484,
- 2130903799,
- 2130903801,
- 2130903802,
- 2130903805,
- 2130903897,
- 2130903900};
+ 2130903141,
+ 2130903493,
+ 2130903811,
+ 2130903813,
+ 2130903814,
+ 2130903817,
+ 2130903923,
+ 2130903926};
// aapt resource value: 1
public const int BottomSheetBehavior_Layout_android_elevation = 1;
@@ -29848,17 +30468,17 @@ namespace TINK.Droid
// aapt resource value: 17
public const int BottomSheetBehavior_Layout_shapeAppearanceOverlay = 17;
- // aapt resource value: { 0x7F030031 }
+ // aapt resource value: { 0x7F030032 }
public static int[] ButtonBarLayout = new int[] {
- 2130903089};
+ 2130903090};
// aapt resource value: 0
public const int ButtonBarLayout_allowStacking = 0;
- // aapt resource value: { 0x7F030332,0x7F03035E }
+ // aapt resource value: { 0x7F030341,0x7F030378 }
public static int[] Capability = new int[] {
- 2130903858,
- 2130903902};
+ 2130903873,
+ 2130903928};
// aapt resource value: 0
public const int Capability_queryPatterns = 0;
@@ -29866,21 +30486,21 @@ namespace TINK.Droid
// aapt resource value: 1
public const int Capability_shortcutMatchRequired = 1;
- // aapt resource value: { 0x101013F,0x1010140,0x7F03008F,0x7F030090,0x7F030091,0x7F030093,0x7F030094,0x7F030095,0x7F030104,0x7F030105,0x7F030107,0x7F030108,0x7F03010A }
+ // aapt resource value: { 0x101013F,0x1010140,0x7F030090,0x7F030091,0x7F030092,0x7F030094,0x7F030095,0x7F030096,0x7F030105,0x7F030106,0x7F030108,0x7F030109,0x7F03010B }
public static int[] CardView = new int[] {
16843071,
16843072,
- 2130903183,
2130903184,
2130903185,
- 2130903187,
+ 2130903186,
2130903188,
2130903189,
- 2130903300,
+ 2130903190,
2130903301,
- 2130903303,
+ 2130903302,
2130903304,
- 2130903306};
+ 2130903305,
+ 2130903307};
// aapt resource value: 1
public const int CardView_android_minHeight = 1;
@@ -29921,9 +30541,8 @@ namespace TINK.Droid
// aapt resource value: 12
public const int CardView_contentPaddingTop = 12;
- // aapt resource value: { 0x7F030097,0x7F030098,0x7F030099,0x7F03009A,0x7F03009B,0x7F03009C,0x7F03009D,0x7F03009E,0x7F03009F,0x7F0300A0 }
+ // aapt resource value: { 0x7F030098,0x7F030099,0x7F03009A,0x7F03009B,0x7F03009C,0x7F03009D,0x7F03009E,0x7F03009F,0x7F0300A0,0x7F0300A1 }
public static int[] Carousel = new int[] {
- 2130903191,
2130903192,
2130903193,
2130903194,
@@ -29932,7 +30551,8 @@ namespace TINK.Droid
2130903197,
2130903198,
2130903199,
- 2130903200};
+ 2130903200,
+ 2130903201};
// aapt resource value: 0
public const int Carousel_carousel_backwardTransition = 0;
@@ -29964,14 +30584,14 @@ namespace TINK.Droid
// aapt resource value: 9
public const int Carousel_carousel_touchUp_velocityThreshold = 9;
- // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x7F030144,0x7F03039D,0x7F03039E }
+ // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x7F03014B,0x7F0303B9,0x7F0303BA }
public static int[] CheckBoxPreference = new int[] {
16843247,
16843248,
16843249,
- 2130903364,
- 2130903965,
- 2130903966};
+ 2130903371,
+ 2130903993,
+ 2130903994};
// aapt resource value: 2
public const int CheckBoxPreference_android_disableDependentsState = 2;
@@ -29991,7 +30611,7 @@ namespace TINK.Droid
// aapt resource value: 5
public const int CheckBoxPreference_summaryOn = 5;
- // aapt resource value: { 0x1010034,0x1010095,0x1010098,0x10100AB,0x101011F,0x101014F,0x10101E5,0x7F0300A6,0x7F0300A7,0x7F0300AA,0x7F0300AB,0x7F0300AD,0x7F0300AE,0x7F0300AF,0x7F0300B1,0x7F0300B2,0x7F0300B3,0x7F0300B4,0x7F0300B5,0x7F0300B6,0x7F0300B7,0x7F0300BC,0x7F0300BD,0x7F0300BE,0x7F0300C0,0x7F0300CF,0x7F0300D0,0x7F0300D1,0x7F0300D2,0x7F0300D3,0x7F0300D4,0x7F0300D5,0x7F03016F,0x7F0301C8,0x7F0301D4,0x7F0301D9,0x7F030342,0x7F030359,0x7F03035C,0x7F030364,0x7F0303E6,0x7F0303EF }
+ // aapt resource value: { 0x1010034,0x1010095,0x1010098,0x10100AB,0x101011F,0x101014F,0x10101E5,0x7F0300A7,0x7F0300A8,0x7F0300AB,0x7F0300AC,0x7F0300AE,0x7F0300AF,0x7F0300B0,0x7F0300B2,0x7F0300B3,0x7F0300B4,0x7F0300B5,0x7F0300B6,0x7F0300B7,0x7F0300B8,0x7F0300BD,0x7F0300BE,0x7F0300BF,0x7F0300C1,0x7F0300D0,0x7F0300D1,0x7F0300D2,0x7F0300D3,0x7F0300D4,0x7F0300D5,0x7F0300D6,0x7F030177,0x7F0301D1,0x7F0301DD,0x7F0301E2,0x7F030351,0x7F030373,0x7F030376,0x7F03037E,0x7F030402,0x7F03040B }
public static int[] Chip = new int[] {
16842804,
16842901,
@@ -30000,51 +30620,51 @@ namespace TINK.Droid
16843039,
16843087,
16843237,
- 2130903206,
2130903207,
- 2130903210,
+ 2130903208,
2130903211,
- 2130903213,
+ 2130903212,
2130903214,
2130903215,
- 2130903217,
+ 2130903216,
2130903218,
2130903219,
2130903220,
2130903221,
2130903222,
2130903223,
- 2130903228,
+ 2130903224,
2130903229,
2130903230,
- 2130903232,
- 2130903247,
+ 2130903231,
+ 2130903233,
2130903248,
2130903249,
2130903250,
2130903251,
2130903252,
2130903253,
- 2130903407,
- 2130903496,
- 2130903508,
- 2130903513,
- 2130903874,
- 2130903897,
- 2130903900,
- 2130903908,
- 2130904038,
- 2130904047};
+ 2130903254,
+ 2130903415,
+ 2130903505,
+ 2130903517,
+ 2130903522,
+ 2130903889,
+ 2130903923,
+ 2130903926,
+ 2130903934,
+ 2130904066,
+ 2130904075};
- // aapt resource value: { 0x7F0300A5,0x7F0300B8,0x7F0300B9,0x7F0300BA,0x7F030356,0x7F03036B,0x7F03036D }
+ // aapt resource value: { 0x7F0300A6,0x7F0300B9,0x7F0300BA,0x7F0300BB,0x7F03036E,0x7F030385,0x7F030387 }
public static int[] ChipGroup = new int[] {
- 2130903205,
- 2130903224,
+ 2130903206,
2130903225,
2130903226,
- 2130903894,
- 2130903915,
- 2130903917};
+ 2130903227,
+ 2130903918,
+ 2130903941,
+ 2130903943};
// aapt resource value: 0
public const int ChipGroup_checkedChip = 0;
@@ -30193,11 +30813,11 @@ namespace TINK.Droid
// aapt resource value: 41
public const int Chip_textStartPadding = 41;
- // aapt resource value: { 0x7F0301E9,0x7F0301EB,0x7F0301EC }
+ // aapt resource value: { 0x7F0301F3,0x7F0301F5,0x7F0301F6 }
public static int[] CircularProgressIndicator = new int[] {
- 2130903529,
- 2130903531,
- 2130903532};
+ 2130903539,
+ 2130903541,
+ 2130903542};
// aapt resource value: 0
public const int CircularProgressIndicator_indicatorDirectionCircular = 0;
@@ -30208,10 +30828,10 @@ namespace TINK.Droid
// aapt resource value: 2
public const int CircularProgressIndicator_indicatorSize = 2;
- // aapt resource value: { 0x7F0300CB,0x7F0300CE }
+ // aapt resource value: { 0x7F0300CC,0x7F0300CF }
public static int[] ClockFaceView = new int[] {
- 2130903243,
- 2130903246};
+ 2130903244,
+ 2130903247};
// aapt resource value: 0
public const int ClockFaceView_clockFaceBackgroundColor = 0;
@@ -30219,11 +30839,11 @@ namespace TINK.Droid
// aapt resource value: 1
public const int ClockFaceView_clockNumberTextColor = 1;
- // aapt resource value: { 0x7F0300CC,0x7F030290,0x7F030357 }
+ // aapt resource value: { 0x7F0300CD,0x7F03029B,0x7F03036F }
public static int[] ClockHandView = new int[] {
- 2130903244,
- 2130903696,
- 2130903895};
+ 2130903245,
+ 2130903707,
+ 2130903919};
// aapt resource value: 0
public const int ClockHandView_clockHandColor = 0;
@@ -30234,28 +30854,28 @@ namespace TINK.Droid
// aapt resource value: 2
public const int ClockHandView_selectorSize = 2;
- // aapt resource value: { 0x7F0300DA,0x7F0300DB,0x7F03010B,0x7F03017E,0x7F03017F,0x7F030180,0x7F030181,0x7F030182,0x7F030183,0x7F030184,0x7F030189,0x7F0301B7,0x7F03029B,0x7F030349,0x7F03034B,0x7F03038E,0x7F030408,0x7F03040A,0x7F03040B,0x7F030415 }
+ // aapt resource value: { 0x7F0300DB,0x7F0300DC,0x7F03010D,0x7F030186,0x7F030187,0x7F030188,0x7F030189,0x7F03018A,0x7F03018B,0x7F03018C,0x7F030191,0x7F0301C0,0x7F0302A6,0x7F03035A,0x7F03035C,0x7F0303A9,0x7F030424,0x7F030426,0x7F030427,0x7F030432 }
public static int[] CollapsingToolbarLayout = new int[] {
- 2130903258,
2130903259,
- 2130903307,
- 2130903422,
- 2130903423,
- 2130903424,
- 2130903425,
- 2130903426,
- 2130903427,
- 2130903428,
+ 2130903260,
+ 2130903309,
+ 2130903430,
+ 2130903431,
+ 2130903432,
2130903433,
- 2130903479,
- 2130903707,
- 2130903881,
- 2130903883,
- 2130903950,
- 2130904072,
- 2130904074,
- 2130904075,
- 2130904085};
+ 2130903434,
+ 2130903435,
+ 2130903436,
+ 2130903441,
+ 2130903488,
+ 2130903718,
+ 2130903898,
+ 2130903900,
+ 2130903977,
+ 2130904100,
+ 2130904102,
+ 2130904103,
+ 2130904114};
// aapt resource value: 0
public const int CollapsingToolbarLayout_collapsedTitleGravity = 0;
@@ -30293,10 +30913,10 @@ namespace TINK.Droid
// aapt resource value: 11
public const int CollapsingToolbarLayout_forceApplySystemWindowInsetTop = 11;
- // aapt resource value: { 0x7F03021F,0x7F030220 }
+ // aapt resource value: { 0x7F03022A,0x7F03022B }
public static int[] CollapsingToolbarLayout_Layout = new int[] {
- 2130903583,
- 2130903584};
+ 2130903594,
+ 2130903595};
// aapt resource value: 0
public const int CollapsingToolbarLayout_Layout_layout_collapseMode = 0;
@@ -30328,11 +30948,11 @@ namespace TINK.Droid
// aapt resource value: 19
public const int CollapsingToolbarLayout_toolbarId = 19;
- // aapt resource value: { 0x10101A5,0x101031F,0x7F030032 }
+ // aapt resource value: { 0x10101A5,0x101031F,0x7F030033 }
public static int[] ColorStateListItem = new int[] {
16843173,
16843551,
- 2130903090};
+ 2130903091};
// aapt resource value: 2
public const int ColorStateListItem_alpha = 2;
@@ -30343,12 +30963,12 @@ namespace TINK.Droid
// aapt resource value: 0
public const int ColorStateListItem_android_color = 0;
- // aapt resource value: { 0x1010107,0x7F03007F,0x7F030086,0x7F030087 }
+ // aapt resource value: { 0x1010107,0x7F030080,0x7F030087,0x7F030088 }
public static int[] CompoundButton = new int[] {
16843015,
- 2130903167,
- 2130903174,
- 2130903175};
+ 2130903168,
+ 2130903175,
+ 2130903176};
// aapt resource value: 0
public const int CompoundButton_android_button = 0;
@@ -30362,7 +30982,7 @@ namespace TINK.Droid
// aapt resource value: 3
public const int CompoundButton_buttonTintMode = 3;
- // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030036,0x7F030037,0x7F030057,0x7F030058,0x7F030059,0x7F0300A1,0x7F0300F9,0x7F0300FA,0x7F03014D,0x7F030198,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03019E,0x7F03019F,0x7F0301A0,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F03025B,0x7F03025F,0x7F0302D6,0x7F0302D7,0x7F030306,0x7F03030E,0x7F030313,0x7F03032D,0x7F03032E,0x7F03032F,0x7F030428,0x7F03042A,0x7F03042C,0x7F030448 }
+ // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030037,0x7F030038,0x7F030058,0x7F030059,0x7F03005A,0x7F0300A2,0x7F0300FA,0x7F0300FB,0x7F030155,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A5,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F0301AB,0x7F0301AC,0x7F0301AD,0x7F0301AF,0x7F0301B0,0x7F0301B1,0x7F0301B2,0x7F0301B3,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F03024F,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F030259,0x7F03025B,0x7F03025C,0x7F03025D,0x7F03025E,0x7F03025F,0x7F030260,0x7F030261,0x7F030262,0x7F030263,0x7F030266,0x7F03026A,0x7F0302E1,0x7F0302E2,0x7F030314,0x7F03031D,0x7F030322,0x7F03033C,0x7F03033D,0x7F03033E,0x7F030445,0x7F030447,0x7F030449,0x7F030469 }
public static int[] Constraint = new int[] {
16842948,
16842960,
@@ -30391,44 +31011,33 @@ namespace TINK.Droid
16843702,
16843770,
16843840,
- 2130903094,
2130903095,
- 2130903127,
+ 2130903096,
2130903128,
2130903129,
- 2130903201,
- 2130903289,
+ 2130903130,
+ 2130903202,
2130903290,
- 2130903373,
- 2130903448,
- 2130903449,
- 2130903450,
- 2130903451,
- 2130903452,
- 2130903453,
- 2130903454,
- 2130903455,
- 2130903456,
+ 2130903291,
+ 2130903381,
2130903457,
2130903458,
2130903459,
2130903460,
+ 2130903461,
2130903462,
2130903463,
2130903464,
2130903465,
2130903466,
- 2130903585,
- 2130903586,
- 2130903587,
- 2130903588,
- 2130903589,
- 2130903590,
- 2130903591,
- 2130903592,
- 2130903593,
- 2130903594,
- 2130903595,
+ 2130903467,
+ 2130903468,
+ 2130903469,
+ 2130903471,
+ 2130903472,
+ 2130903473,
+ 2130903474,
+ 2130903475,
2130903596,
2130903597,
2130903598,
@@ -30464,6 +31073,7 @@ namespace TINK.Droid
2130903628,
2130903629,
2130903630,
+ 2130903631,
2130903632,
2130903633,
2130903634,
@@ -30473,22 +31083,32 @@ namespace TINK.Droid
2130903638,
2130903639,
2130903640,
+ 2130903641,
2130903643,
+ 2130903644,
+ 2130903645,
+ 2130903646,
2130903647,
- 2130903766,
- 2130903767,
- 2130903814,
- 2130903822,
- 2130903827,
- 2130903853,
- 2130903854,
- 2130903855,
- 2130904104,
- 2130904106,
- 2130904108,
- 2130904136};
+ 2130903648,
+ 2130903649,
+ 2130903650,
+ 2130903651,
+ 2130903654,
+ 2130903658,
+ 2130903777,
+ 2130903778,
+ 2130903828,
+ 2130903837,
+ 2130903842,
+ 2130903868,
+ 2130903869,
+ 2130903870,
+ 2130904133,
+ 2130904135,
+ 2130904137,
+ 2130904169};
- // aapt resource value: { 0x10100C4,0x10100D5,0x10100D6,0x10100D7,0x10100D8,0x10100D9,0x10100DC,0x10100F4,0x10100F5,0x10100F6,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10103B3,0x10103B4,0x10103B5,0x10103B6,0x1010440,0x101053B,0x101053C,0x7F030057,0x7F030058,0x7F030059,0x7F0300A1,0x7F0300C4,0x7F0300C5,0x7F0300C6,0x7F0300C7,0x7F0300C8,0x7F0300F6,0x7F0300F9,0x7F0300FA,0x7F030198,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03019E,0x7F03019F,0x7F0301A0,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F030219,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F03025B,0x7F03025C,0x7F03025F }
+ // aapt resource value: { 0x10100C4,0x10100D5,0x10100D6,0x10100D7,0x10100D8,0x10100D9,0x10100DC,0x10100F4,0x10100F5,0x10100F6,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10103B3,0x10103B4,0x10103B5,0x10103B6,0x1010440,0x101053B,0x101053C,0x7F030058,0x7F030059,0x7F03005A,0x7F0300A2,0x7F0300C5,0x7F0300C6,0x7F0300C7,0x7F0300C8,0x7F0300C9,0x7F0300F7,0x7F0300FA,0x7F0300FB,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A5,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F0301AB,0x7F0301AC,0x7F0301AD,0x7F0301AF,0x7F0301B0,0x7F0301B1,0x7F0301B2,0x7F0301B3,0x7F030224,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F03024F,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F030259,0x7F03025B,0x7F03025C,0x7F03025D,0x7F03025E,0x7F03025F,0x7F030260,0x7F030261,0x7F030262,0x7F030263,0x7F030266,0x7F030267,0x7F03026A }
public static int[] ConstraintLayout_Layout = new int[] {
16842948,
16842965,
@@ -30515,48 +31135,37 @@ namespace TINK.Droid
16843840,
16844091,
16844092,
- 2130903127,
2130903128,
2130903129,
- 2130903201,
- 2130903236,
+ 2130903130,
+ 2130903202,
2130903237,
2130903238,
2130903239,
2130903240,
- 2130903286,
- 2130903289,
+ 2130903241,
+ 2130903287,
2130903290,
- 2130903448,
- 2130903449,
- 2130903450,
- 2130903451,
- 2130903452,
- 2130903453,
- 2130903454,
- 2130903455,
- 2130903456,
+ 2130903291,
2130903457,
2130903458,
2130903459,
2130903460,
+ 2130903461,
2130903462,
2130903463,
2130903464,
2130903465,
2130903466,
- 2130903577,
- 2130903585,
- 2130903586,
- 2130903587,
+ 2130903467,
+ 2130903468,
+ 2130903469,
+ 2130903471,
+ 2130903472,
+ 2130903473,
+ 2130903474,
+ 2130903475,
2130903588,
- 2130903589,
- 2130903590,
- 2130903591,
- 2130903592,
- 2130903593,
- 2130903594,
- 2130903595,
2130903596,
2130903597,
2130903598,
@@ -30592,6 +31201,7 @@ namespace TINK.Droid
2130903628,
2130903629,
2130903630,
+ 2130903631,
2130903632,
2130903633,
2130903634,
@@ -30601,9 +31211,19 @@ namespace TINK.Droid
2130903638,
2130903639,
2130903640,
+ 2130903641,
2130903643,
2130903644,
- 2130903647};
+ 2130903645,
+ 2130903646,
+ 2130903647,
+ 2130903648,
+ 2130903649,
+ 2130903650,
+ 2130903651,
+ 2130903654,
+ 2130903655,
+ 2130903658};
// aapt resource value: 22
public const int ConstraintLayout_Layout_android_elevation = 22;
@@ -30947,10 +31567,10 @@ namespace TINK.Droid
// aapt resource value: 113
public const int ConstraintLayout_Layout_layout_wrapBehaviorInParent = 113;
- // aapt resource value: { 0x7F0300FC,0x7F030312 }
+ // aapt resource value: { 0x7F0300FD,0x7F030321 }
public static int[] ConstraintLayout_placeholder = new int[] {
- 2130903292,
- 2130903826};
+ 2130903293,
+ 2130903841};
// aapt resource value: 0
public const int ConstraintLayout_placeholder_content = 0;
@@ -30958,12 +31578,12 @@ namespace TINK.Droid
// aapt resource value: 1
public const int ConstraintLayout_placeholder_placeholder_emptyVisibility = 1;
- // aapt resource value: { 0x7F030338,0x7F030339,0x7F03033A,0x7F03033B }
+ // aapt resource value: { 0x7F030347,0x7F030348,0x7F030349,0x7F03034A }
public static int[] ConstraintLayout_ReactiveGuide = new int[] {
- 2130903864,
- 2130903865,
- 2130903866,
- 2130903867};
+ 2130903879,
+ 2130903880,
+ 2130903881,
+ 2130903882};
// aapt resource value: 0
public const int ConstraintLayout_ReactiveGuide_reactiveGuide_animateChange = 0;
@@ -30977,7 +31597,7 @@ namespace TINK.Droid
// aapt resource value: 3
public const int ConstraintLayout_ReactiveGuide_reactiveGuide_valueId = 3;
- // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030036,0x7F030037,0x7F030057,0x7F030058,0x7F030059,0x7F0300A1,0x7F0300F9,0x7F03014D,0x7F030198,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03019E,0x7F03019F,0x7F0301A0,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F030221,0x7F030222,0x7F030223,0x7F030227,0x7F03022B,0x7F03022C,0x7F03022D,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023E,0x7F030243,0x7F030244,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F03025B,0x7F03025F,0x7F0302D6,0x7F0302D7,0x7F0302D8,0x7F030306,0x7F03030E,0x7F030313,0x7F03032D,0x7F03032E,0x7F03032F,0x7F030428,0x7F03042A,0x7F03042C,0x7F030448 }
+ // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030037,0x7F030038,0x7F030058,0x7F030059,0x7F03005A,0x7F0300A2,0x7F0300FA,0x7F030155,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A5,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F0301AB,0x7F0301AC,0x7F0301AD,0x7F0301AF,0x7F0301B0,0x7F0301B1,0x7F0301B2,0x7F0301B3,0x7F03022C,0x7F03022D,0x7F03022E,0x7F030232,0x7F030236,0x7F030237,0x7F030238,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030249,0x7F03024E,0x7F03024F,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F030259,0x7F03025B,0x7F03025C,0x7F03025D,0x7F03025E,0x7F03025F,0x7F030260,0x7F030261,0x7F030262,0x7F030263,0x7F030266,0x7F03026A,0x7F0302E1,0x7F0302E2,0x7F0302E3,0x7F030314,0x7F03031D,0x7F030322,0x7F03033C,0x7F03033D,0x7F03033E,0x7F030445,0x7F030447,0x7F030449,0x7F030469 }
public static int[] ConstraintOverride = new int[] {
16842948,
16842960,
@@ -31006,64 +31626,54 @@ namespace TINK.Droid
16843702,
16843770,
16843840,
- 2130903094,
2130903095,
- 2130903127,
+ 2130903096,
2130903128,
2130903129,
- 2130903201,
- 2130903289,
- 2130903373,
- 2130903448,
- 2130903449,
- 2130903450,
- 2130903451,
- 2130903452,
- 2130903453,
- 2130903454,
- 2130903455,
- 2130903456,
+ 2130903130,
+ 2130903202,
+ 2130903290,
+ 2130903381,
2130903457,
2130903458,
2130903459,
2130903460,
+ 2130903461,
2130903462,
2130903463,
2130903464,
2130903465,
2130903466,
- 2130903585,
- 2130903586,
- 2130903587,
- 2130903591,
- 2130903595,
+ 2130903467,
+ 2130903468,
+ 2130903469,
+ 2130903471,
+ 2130903472,
+ 2130903473,
+ 2130903474,
+ 2130903475,
2130903596,
2130903597,
- 2130903600,
- 2130903601,
+ 2130903598,
2130903602,
- 2130903603,
- 2130903604,
- 2130903605,
2130903606,
2130903607,
2130903608,
- 2130903609,
- 2130903610,
2130903611,
+ 2130903612,
+ 2130903613,
2130903614,
+ 2130903615,
+ 2130903616,
+ 2130903617,
+ 2130903618,
2130903619,
2130903620,
- 2130903623,
- 2130903624,
+ 2130903621,
+ 2130903622,
2130903625,
- 2130903626,
- 2130903627,
- 2130903628,
- 2130903629,
2130903630,
- 2130903632,
- 2130903633,
+ 2130903631,
2130903634,
2130903635,
2130903636,
@@ -31071,21 +31681,31 @@ namespace TINK.Droid
2130903638,
2130903639,
2130903640,
+ 2130903641,
2130903643,
+ 2130903644,
+ 2130903645,
+ 2130903646,
2130903647,
- 2130903766,
- 2130903767,
- 2130903768,
- 2130903814,
- 2130903822,
- 2130903827,
- 2130903853,
- 2130903854,
- 2130903855,
- 2130904104,
- 2130904106,
- 2130904108,
- 2130904136};
+ 2130903648,
+ 2130903649,
+ 2130903650,
+ 2130903651,
+ 2130903654,
+ 2130903658,
+ 2130903777,
+ 2130903778,
+ 2130903779,
+ 2130903828,
+ 2130903837,
+ 2130903842,
+ 2130903868,
+ 2130903869,
+ 2130903870,
+ 2130904133,
+ 2130904135,
+ 2130904137,
+ 2130904169};
// aapt resource value: 13
public const int ConstraintOverride_android_alpha = 13;
@@ -31408,7 +32028,7 @@ namespace TINK.Droid
// aapt resource value: 106
public const int ConstraintOverride_visibilityMode = 106;
- // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10101B5,0x10101B6,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030000,0x7F030036,0x7F030037,0x7F030057,0x7F030058,0x7F030059,0x7F0300A1,0x7F0300F9,0x7F0300FA,0x7F03013A,0x7F03014D,0x7F030198,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03019E,0x7F03019F,0x7F0301A0,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F03025B,0x7F03025F,0x7F0302D6,0x7F0302D7,0x7F030306,0x7F03030E,0x7F030313,0x7F03032F,0x7F03042A,0x7F03042C }
+ // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10101B5,0x10101B6,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030000,0x7F030037,0x7F030038,0x7F030058,0x7F030059,0x7F03005A,0x7F0300A2,0x7F0300FA,0x7F0300FB,0x7F030141,0x7F030155,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A5,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F0301AB,0x7F0301AC,0x7F0301AD,0x7F0301AF,0x7F0301B0,0x7F0301B1,0x7F0301B2,0x7F0301B3,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F03024F,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030256,0x7F030257,0x7F030258,0x7F030259,0x7F03025B,0x7F03025C,0x7F03025D,0x7F03025E,0x7F03025F,0x7F030260,0x7F030261,0x7F030262,0x7F030263,0x7F030266,0x7F03026A,0x7F0302E1,0x7F0302E2,0x7F030314,0x7F03031D,0x7F030322,0x7F03033E,0x7F030447,0x7F030449 }
public static int[] ConstraintSet = new int[] {
16842948,
16842960,
@@ -31440,45 +32060,34 @@ namespace TINK.Droid
16843770,
16843840,
2130903040,
- 2130903094,
2130903095,
- 2130903127,
+ 2130903096,
2130903128,
2130903129,
- 2130903201,
- 2130903289,
+ 2130903130,
+ 2130903202,
2130903290,
- 2130903354,
- 2130903373,
- 2130903448,
- 2130903449,
- 2130903450,
- 2130903451,
- 2130903452,
- 2130903453,
- 2130903454,
- 2130903455,
- 2130903456,
+ 2130903291,
+ 2130903361,
+ 2130903381,
2130903457,
2130903458,
2130903459,
2130903460,
+ 2130903461,
2130903462,
2130903463,
2130903464,
2130903465,
2130903466,
- 2130903585,
- 2130903586,
- 2130903587,
- 2130903588,
- 2130903589,
- 2130903590,
- 2130903591,
- 2130903592,
- 2130903593,
- 2130903594,
- 2130903595,
+ 2130903467,
+ 2130903468,
+ 2130903469,
+ 2130903471,
+ 2130903472,
+ 2130903473,
+ 2130903474,
+ 2130903475,
2130903596,
2130903597,
2130903598,
@@ -31486,6 +32095,7 @@ namespace TINK.Droid
2130903600,
2130903601,
2130903602,
+ 2130903603,
2130903604,
2130903605,
2130903606,
@@ -31496,7 +32106,6 @@ namespace TINK.Droid
2130903611,
2130903612,
2130903613,
- 2130903614,
2130903615,
2130903616,
2130903617,
@@ -31508,29 +32117,40 @@ namespace TINK.Droid
2130903623,
2130903624,
2130903625,
+ 2130903626,
2130903627,
2130903628,
2130903629,
2130903630,
+ 2130903631,
2130903632,
2130903633,
2130903634,
2130903635,
2130903636,
- 2130903637,
2130903638,
2130903639,
2130903640,
+ 2130903641,
2130903643,
+ 2130903644,
+ 2130903645,
+ 2130903646,
2130903647,
- 2130903766,
- 2130903767,
- 2130903814,
- 2130903822,
- 2130903827,
- 2130903855,
- 2130904106,
- 2130904108};
+ 2130903648,
+ 2130903649,
+ 2130903650,
+ 2130903651,
+ 2130903654,
+ 2130903658,
+ 2130903777,
+ 2130903778,
+ 2130903828,
+ 2130903837,
+ 2130903842,
+ 2130903870,
+ 2130904135,
+ 2130904137};
// aapt resource value: 15
public const int ConstraintSet_android_alpha = 15;
@@ -32264,23 +32884,23 @@ namespace TINK.Droid
// aapt resource value: 122
public const int Constraint_visibilityMode = 122;
- // aapt resource value: { 0x7F03020E,0x7F03038C }
+ // aapt resource value: { 0x7F030219,0x7F0303A7 }
public static int[] CoordinatorLayout = new int[] {
- 2130903566,
- 2130903948};
+ 2130903577,
+ 2130903975};
// aapt resource value: 0
public const int CoordinatorLayout_keylines = 0;
- // aapt resource value: { 0x10100B3,0x7F03021C,0x7F03021D,0x7F03021E,0x7F03024F,0x7F030259,0x7F03025A }
+ // aapt resource value: { 0x10100B3,0x7F030227,0x7F030228,0x7F030229,0x7F03025A,0x7F030264,0x7F030265 }
public static int[] CoordinatorLayout_Layout = new int[] {
16842931,
- 2130903580,
- 2130903581,
- 2130903582,
- 2130903631,
- 2130903641,
- 2130903642};
+ 2130903591,
+ 2130903592,
+ 2130903593,
+ 2130903642,
+ 2130903652,
+ 2130903653};
// aapt resource value: 0
public const int CoordinatorLayout_Layout_android_layout_gravity = 0;
@@ -32306,19 +32926,54 @@ namespace TINK.Droid
// aapt resource value: 1
public const int CoordinatorLayout_statusBarBackground = 1;
- // aapt resource value: { 0x7F03003F,0x7F030123,0x7F030124,0x7F030125,0x7F030126,0x7F030127,0x7F030128,0x7F03012A,0x7F03012B,0x7F03012C,0x7F0302B1 }
+ // aapt resource value: { 0x7F03010C,0x7F03011C,0x7F03011D,0x7F030151,0x7F030316,0x7F030358,0x7F030370,0x7F03044E }
+ public static int[] Corpus = new int[] {
+ 2130903308,
+ 2130903324,
+ 2130903325,
+ 2130903377,
+ 2130903830,
+ 2130903896,
+ 2130903920,
+ 2130904142};
+
+ // aapt resource value: 0
+ public const int Corpus_contentProviderUri = 0;
+
+ // aapt resource value: 1
+ public const int Corpus_corpusId = 1;
+
+ // aapt resource value: 2
+ public const int Corpus_corpusVersion = 2;
+
+ // aapt resource value: 3
+ public const int Corpus_documentMaxAgeSecs = 3;
+
+ // aapt resource value: 4
+ public const int Corpus_perAccountTemplate = 4;
+
+ // aapt resource value: 5
+ public const int Corpus_schemaOrgType = 5;
+
+ // aapt resource value: 6
+ public const int Corpus_semanticallySearchable = 6;
+
+ // aapt resource value: 7
+ public const int Corpus_trimmable = 7;
+
+ // aapt resource value: { 0x7F030040,0x7F030127,0x7F030128,0x7F030129,0x7F03012A,0x7F03012B,0x7F03012C,0x7F03012E,0x7F03012F,0x7F030130,0x7F0302BC }
public static int[] CustomAttribute = new int[] {
- 2130903103,
- 2130903331,
- 2130903332,
- 2130903333,
- 2130903334,
+ 2130903104,
2130903335,
2130903336,
+ 2130903337,
2130903338,
2130903339,
2130903340,
- 2130903729};
+ 2130903342,
+ 2130903343,
+ 2130903344,
+ 2130903740};
// aapt resource value: 0
public const int CustomAttribute_attributeName = 0;
@@ -32353,7 +33008,7 @@ namespace TINK.Droid
// aapt resource value: 10
public const int CustomAttribute_methodName = 10;
- // aapt resource value: { 0x10101F2,0x10101F3,0x10101F4,0x10101F5,0x10101F6,0x10101F7,0x7F03013D,0x7F03013E,0x7F03013F,0x7F030143,0x7F0302E4,0x7F03031C }
+ // aapt resource value: { 0x10101F2,0x10101F3,0x10101F4,0x10101F5,0x10101F6,0x10101F7,0x7F030144,0x7F030145,0x7F030146,0x7F03014A,0x7F0302EF,0x7F03032B }
public static int[] DialogPreference = new int[] {
16843250,
16843251,
@@ -32361,12 +33016,12 @@ namespace TINK.Droid
16843253,
16843254,
16843255,
- 2130903357,
- 2130903358,
- 2130903359,
- 2130903363,
- 2130903780,
- 2130903836};
+ 2130903364,
+ 2130903365,
+ 2130903366,
+ 2130903370,
+ 2130903791,
+ 2130903851};
// aapt resource value: 2
public const int DialogPreference_android_dialogIcon = 2;
@@ -32404,16 +33059,16 @@ namespace TINK.Droid
// aapt resource value: 11
public const int DialogPreference_positiveButtonText = 11;
- // aapt resource value: { 0x7F03003D,0x7F03003E,0x7F030056,0x7F0300DE,0x7F030152,0x7F0301BB,0x7F030374,0x7F0303F6 }
+ // aapt resource value: { 0x7F03003E,0x7F03003F,0x7F030057,0x7F0300DF,0x7F03015A,0x7F0301C4,0x7F03038F,0x7F030412 }
public static int[] DrawerArrowToggle = new int[] {
- 2130903101,
2130903102,
- 2130903126,
- 2130903262,
- 2130903378,
- 2130903483,
- 2130903924,
- 2130904054};
+ 2130903103,
+ 2130903127,
+ 2130903263,
+ 2130903386,
+ 2130903492,
+ 2130903951,
+ 2130904082};
// aapt resource value: 0
public const int DrawerArrowToggle_arrowHeadLength = 0;
@@ -32439,33 +33094,33 @@ namespace TINK.Droid
// aapt resource value: 7
public const int DrawerArrowToggle_thickness = 7;
- // aapt resource value: { 0x7F030161 }
+ // aapt resource value: { 0x7F030169 }
public static int[] DrawerLayout = new int[] {
- 2130903393};
+ 2130903401};
// aapt resource value: 0
public const int DrawerLayout_elevation = 0;
- // aapt resource value: { 0x7F03043F }
+ // aapt resource value: { 0x7F03045D }
public static int[] EditTextPreference = new int[] {
- 2130904127};
+ 2130904157};
// aapt resource value: 0
public const int EditTextPreference_useSimpleSummaryProvider = 0;
- // aapt resource value: { 0x7F0300D9,0x7F030161,0x7F030185,0x7F0301C8,0x7F030364,0x7F030369 }
+ // aapt resource value: { 0x7F0300DA,0x7F030169,0x7F03018D,0x7F0301D1,0x7F03037E,0x7F030383 }
public static int[] ExtendedFloatingActionButton = new int[] {
- 2130903257,
- 2130903393,
- 2130903429,
- 2130903496,
- 2130903908,
- 2130903913};
+ 2130903258,
+ 2130903401,
+ 2130903437,
+ 2130903505,
+ 2130903934,
+ 2130903939};
- // aapt resource value: { 0x7F03005A,0x7F03005B }
+ // aapt resource value: { 0x7F03005B,0x7F03005C }
public static int[] ExtendedFloatingActionButton_Behavior_Layout = new int[] {
- 2130903130,
- 2130903131};
+ 2130903131,
+ 2130903132};
// aapt resource value: 0
public const int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide = 0;
@@ -32491,25 +33146,36 @@ namespace TINK.Droid
// aapt resource value: 5
public const int ExtendedFloatingActionButton_shrinkMotionSpec = 5;
- // aapt resource value: { 0x101000E,0x7F030051,0x7F030052,0x7F030068,0x7F030161,0x7F03016F,0x7F03018F,0x7F030190,0x7F0301C8,0x7F0301D2,0x7F03029A,0x7F03032A,0x7F030342,0x7F030359,0x7F03035C,0x7F030364,0x7F03043D }
+ // aapt resource value: { 0x7F03030D,0x7F03030E }
+ public static int[] FeatureParam = new int[] {
+ 2130903821,
+ 2130903822};
+
+ // aapt resource value: 0
+ public const int FeatureParam_paramName = 0;
+
+ // aapt resource value: 1
+ public const int FeatureParam_paramValue = 1;
+
+ // aapt resource value: { 0x101000E,0x7F030052,0x7F030053,0x7F030069,0x7F030169,0x7F030177,0x7F030197,0x7F030198,0x7F0301D1,0x7F0301DB,0x7F0302A5,0x7F030339,0x7F030351,0x7F030373,0x7F030376,0x7F03037E,0x7F03045B }
public static int[] FloatingActionButton = new int[] {
16842766,
- 2130903121,
2130903122,
- 2130903144,
- 2130903393,
- 2130903407,
- 2130903439,
- 2130903440,
- 2130903496,
- 2130903506,
- 2130903706,
- 2130903850,
- 2130903874,
- 2130903897,
- 2130903900,
- 2130903908,
- 2130904125};
+ 2130903123,
+ 2130903145,
+ 2130903401,
+ 2130903415,
+ 2130903447,
+ 2130903448,
+ 2130903505,
+ 2130903515,
+ 2130903717,
+ 2130903865,
+ 2130903889,
+ 2130903923,
+ 2130903926,
+ 2130903934,
+ 2130904155};
// aapt resource value: 0
public const int FloatingActionButton_android_enabled = 0;
@@ -32520,9 +33186,9 @@ namespace TINK.Droid
// aapt resource value: 2
public const int FloatingActionButton_backgroundTintMode = 2;
- // aapt resource value: { 0x7F03005A }
+ // aapt resource value: { 0x7F03005B }
public static int[] FloatingActionButton_Behavior_Layout = new int[] {
- 2130903130};
+ 2130903131};
// aapt resource value: 0
public const int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0;
@@ -32569,10 +33235,10 @@ namespace TINK.Droid
// aapt resource value: 16
public const int FloatingActionButton_useCompatPadding = 16;
- // aapt resource value: { 0x7F030204,0x7F030264 }
+ // aapt resource value: { 0x7F03020F,0x7F03026F }
public static int[] FlowLayout = new int[] {
- 2130903556,
- 2130903652};
+ 2130903567,
+ 2130903663};
// aapt resource value: 0
public const int FlowLayout_itemSpacing = 0;
@@ -32580,28 +33246,28 @@ namespace TINK.Droid
// aapt resource value: 1
public const int FlowLayout_lineSpacing = 1;
- // aapt resource value: { 0x7F0301AD,0x7F0301AE,0x7F0301AF,0x7F0301B0,0x7F0301B1,0x7F0301B2,0x7F0301B3 }
+ // aapt resource value: { 0x7F0301B6,0x7F0301B7,0x7F0301B8,0x7F0301B9,0x7F0301BA,0x7F0301BB,0x7F0301BC }
public static int[] FontFamily = new int[] {
- 2130903469,
- 2130903470,
- 2130903471,
- 2130903472,
- 2130903473,
- 2130903474,
- 2130903475};
+ 2130903478,
+ 2130903479,
+ 2130903480,
+ 2130903481,
+ 2130903482,
+ 2130903483,
+ 2130903484};
- // aapt resource value: { 0x1010532,0x1010533,0x101053F,0x101056F,0x1010570,0x7F0301AB,0x7F0301B4,0x7F0301B5,0x7F0301B6,0x7F030431 }
+ // aapt resource value: { 0x1010532,0x1010533,0x101053F,0x101056F,0x1010570,0x7F0301B4,0x7F0301BD,0x7F0301BE,0x7F0301BF,0x7F03044F }
public static int[] FontFamilyFont = new int[] {
16844082,
16844083,
16844095,
16844143,
16844144,
- 2130903467,
2130903476,
- 2130903477,
- 2130903478,
- 2130904113};
+ 2130903485,
+ 2130903486,
+ 2130903487,
+ 2130904143};
// aapt resource value: 0
public const int FontFamilyFont_android_font = 0;
@@ -32654,11 +33320,11 @@ namespace TINK.Droid
// aapt resource value: 6
public const int FontFamily_fontProviderSystemFontFamily = 6;
- // aapt resource value: { 0x1010109,0x1010200,0x7F0301B8 }
+ // aapt resource value: { 0x1010109,0x1010200,0x7F0301C1 }
public static int[] ForegroundLinearLayout = new int[] {
16843017,
16843264,
- 2130903480};
+ 2130903489};
// aapt resource value: 0
public const int ForegroundLinearLayout_android_foreground = 0;
@@ -32695,6 +33361,51 @@ namespace TINK.Droid
// aapt resource value: 2
public const int Fragment_android_tag = 2;
+ // aapt resource value: { 0x7F030138,0x7F030139,0x7F03013A,0x7F03035E,0x7F030361,0x7F030372 }
+ public static int[] GlobalSearch = new int[] {
+ 2130903352,
+ 2130903353,
+ 2130903354,
+ 2130903902,
+ 2130903905,
+ 2130903922};
+
+ // aapt resource value: { 0x7F030031 }
+ public static int[] GlobalSearchCorpus = new int[] {
+ 2130903089};
+
+ // aapt resource value: 0
+ public const int GlobalSearchCorpus_allowShortcuts = 0;
+
+ // aapt resource value: { 0x7F030363,0x7F030366 }
+ public static int[] GlobalSearchSection = new int[] {
+ 2130903907,
+ 2130903910};
+
+ // aapt resource value: 0
+ public const int GlobalSearchSection_sectionContent = 0;
+
+ // aapt resource value: 1
+ public const int GlobalSearchSection_sectionType = 1;
+
+ // aapt resource value: 0
+ public const int GlobalSearch_defaultIntentAction = 0;
+
+ // aapt resource value: 1
+ public const int GlobalSearch_defaultIntentActivity = 1;
+
+ // aapt resource value: 2
+ public const int GlobalSearch_defaultIntentData = 2;
+
+ // aapt resource value: 3
+ public const int GlobalSearch_searchEnabled = 3;
+
+ // aapt resource value: 4
+ public const int GlobalSearch_searchLabel = 4;
+
+ // aapt resource value: 5
+ public const int GlobalSearch_settingsDescription = 5;
+
// aapt resource value: { 0x101019D,0x101019E,0x10101A1,0x10101A2,0x10101A3,0x10101A4,0x1010201,0x101020B,0x1010510,0x1010511,0x1010512,0x1010513 }
public static int[] GradientColor = new int[] {
16843165,
@@ -32757,22 +33468,22 @@ namespace TINK.Droid
// aapt resource value: 2
public const int GradientColor_android_type = 2;
- // aapt resource value: { 0x7F030034,0x7F030065,0x7F030079,0x7F03010C,0x7F030120,0x7F0301E2,0x7F0301E3,0x7F0301E4,0x7F0301E5,0x7F0302F5,0x7F030344,0x7F030345,0x7F030346,0x7F03044A }
+ // aapt resource value: { 0x7F030035,0x7F030066,0x7F03007A,0x7F03010E,0x7F030124,0x7F0301EB,0x7F0301EC,0x7F0301ED,0x7F0301EE,0x7F030301,0x7F030353,0x7F030354,0x7F030355,0x7F03046B }
public static int[] ImageFilterView = new int[] {
- 2130903092,
- 2130903141,
- 2130903161,
- 2130903308,
- 2130903328,
- 2130903522,
- 2130903523,
- 2130903524,
- 2130903525,
- 2130903797,
- 2130903876,
- 2130903877,
- 2130903878,
- 2130904138};
+ 2130903093,
+ 2130903142,
+ 2130903162,
+ 2130903310,
+ 2130903332,
+ 2130903531,
+ 2130903532,
+ 2130903533,
+ 2130903534,
+ 2130903809,
+ 2130903891,
+ 2130903892,
+ 2130903893,
+ 2130904171};
// aapt resource value: 0
public const int ImageFilterView_altSrc = 0;
@@ -32816,19 +33527,46 @@ namespace TINK.Droid
// aapt resource value: 13
public const int ImageFilterView_warmth = 13;
- // aapt resource value: { 0x7F0300F6 }
+ // aapt resource value: { 0x7F0301F9,0x7F03038D,0x7F030431,0x7F03045F,0x7F030460,0x7F030461 }
+ public static int[] IMECorpus = new int[] {
+ 2130903545,
+ 2130903949,
+ 2130904113,
+ 2130904159,
+ 2130904160,
+ 2130904161};
+
+ // aapt resource value: 0
+ public const int IMECorpus_inputEnabled = 0;
+
+ // aapt resource value: 1
+ public const int IMECorpus_sourceClass = 1;
+
+ // aapt resource value: 2
+ public const int IMECorpus_toAddressesSection = 2;
+
+ // aapt resource value: 3
+ public const int IMECorpus_userInputSection = 3;
+
+ // aapt resource value: 4
+ public const int IMECorpus_userInputTag = 4;
+
+ // aapt resource value: 5
+ public const int IMECorpus_userInputValue = 5;
+
+ // aapt resource value: { 0x7F0300F7 }
public static int[] include = new int[] {
- 2130903286};
+ 2130903287};
// aapt resource value: 0
public const int include_constraintSet = 0;
- // aapt resource value: { 0x7F0302F7,0x7F0302F9,0x7F0302FA,0x7F0302FD }
+ // aapt resource value: { 0x7F030303,0x7F030305,0x7F030306,0x7F030309 }
public static int[] Insets = new int[] {
- 2130903799,
- 2130903801,
- 2130903802,
- 2130903805};
+ 2130903811,
+ 2130903813,
+ 2130903814,
+ 2130903817};
// aapt resource value: 0
public const int Insets_paddingBottomSystemWindowInsets = 0;
@@ -32842,14 +33580,14 @@ namespace TINK.Droid
// aapt resource value: 3
public const int Insets_paddingTopSystemWindowInsets = 3;
- // aapt resource value: { 0x7F0300DD }
+ // aapt resource value: { 0x7F0300DE }
public static int[] ItemsViewRendererTheme = new int[] {
- 2130903261};
+ 2130903262};
// aapt resource value: 0
public const int ItemsViewRendererTheme_collectionViewStyle = 0;
- // aapt resource value: { 0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030122,0x7F0301BA,0x7F0302D6,0x7F0302D8,0x7F030428,0x7F03042A,0x7F03042C }
+ // aapt resource value: { 0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030126,0x7F0301C3,0x7F0302E1,0x7F0302E3,0x7F030445,0x7F030447,0x7F030449 }
public static int[] KeyAttribute = new int[] {
16843551,
16843552,
@@ -32863,13 +33601,13 @@ namespace TINK.Droid
16843560,
16843770,
16843840,
- 2130903330,
- 2130903482,
- 2130903766,
- 2130903768,
- 2130904104,
- 2130904106,
- 2130904108};
+ 2130903334,
+ 2130903491,
+ 2130903777,
+ 2130903779,
+ 2130904133,
+ 2130904135,
+ 2130904137};
// aapt resource value: 0
public const int KeyAttribute_android_alpha = 0;
@@ -32928,7 +33666,7 @@ namespace TINK.Droid
// aapt resource value: 18
public const int KeyAttribute_transitionPathRotate = 18;
- // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030122,0x7F0301BA,0x7F0302D6,0x7F0302D8,0x7F03042A,0x7F03042C,0x7F03044C,0x7F03044D,0x7F03044E,0x7F03044F,0x7F030450 }
+ // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030126,0x7F0301C3,0x7F0302E1,0x7F0302E3,0x7F030447,0x7F030449,0x7F03046D,0x7F03046E,0x7F03046F,0x7F030470,0x7F030471 }
public static int[] KeyCycle = new int[] {
16843551,
16843554,
@@ -32940,17 +33678,17 @@ namespace TINK.Droid
16843560,
16843770,
16843840,
- 2130903330,
- 2130903482,
- 2130903766,
- 2130903768,
- 2130904106,
- 2130904108,
- 2130904140,
- 2130904141,
- 2130904142,
- 2130904143,
- 2130904144};
+ 2130903334,
+ 2130903491,
+ 2130903777,
+ 2130903779,
+ 2130904135,
+ 2130904137,
+ 2130904173,
+ 2130904174,
+ 2130904175,
+ 2130904176,
+ 2130904177};
// aapt resource value: 0
public const int KeyCycle_android_alpha = 0;
@@ -33027,20 +33765,20 @@ namespace TINK.Droid
public static int[] KeyFramesVelocity = new int[] {
-1};
- // aapt resource value: { 0x7F030122,0x7F03014D,0x7F0301BA,0x7F03020C,0x7F0302D8,0x7F030306,0x7F030308,0x7F030309,0x7F03030A,0x7F03030B,0x7F03036E,0x7F03042A }
+ // aapt resource value: { 0x7F030126,0x7F030155,0x7F0301C3,0x7F030217,0x7F0302E3,0x7F030314,0x7F030317,0x7F030318,0x7F030319,0x7F03031A,0x7F030388,0x7F030447 }
public static int[] KeyPosition = new int[] {
- 2130903330,
- 2130903373,
- 2130903482,
- 2130903564,
- 2130903768,
- 2130903814,
- 2130903816,
- 2130903817,
- 2130903818,
- 2130903819,
- 2130903918,
- 2130904106};
+ 2130903334,
+ 2130903381,
+ 2130903491,
+ 2130903575,
+ 2130903779,
+ 2130903828,
+ 2130903831,
+ 2130903832,
+ 2130903833,
+ 2130903834,
+ 2130903944,
+ 2130904135};
// aapt resource value: 0
public const int KeyPosition_curveFit = 0;
@@ -33078,7 +33816,7 @@ namespace TINK.Droid
// aapt resource value: 11
public const int KeyPosition_transitionEasing = 11;
- // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030122,0x7F0301BA,0x7F0302D6,0x7F0302D8,0x7F03042A,0x7F03042C,0x7F03044B,0x7F03044C,0x7F03044D,0x7F03044E,0x7F03044F }
+ // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030126,0x7F0301C3,0x7F0302E1,0x7F0302E3,0x7F030447,0x7F030449,0x7F03046C,0x7F03046D,0x7F03046E,0x7F03046F,0x7F030470 }
public static int[] KeyTimeCycle = new int[] {
16843551,
16843554,
@@ -33090,17 +33828,17 @@ namespace TINK.Droid
16843560,
16843770,
16843840,
- 2130903330,
- 2130903482,
- 2130903766,
- 2130903768,
- 2130904106,
- 2130904108,
- 2130904139,
- 2130904140,
- 2130904141,
- 2130904142,
- 2130904143};
+ 2130903334,
+ 2130903491,
+ 2130903777,
+ 2130903779,
+ 2130904135,
+ 2130904137,
+ 2130904172,
+ 2130904173,
+ 2130904174,
+ 2130904175,
+ 2130904176};
// aapt resource value: 0
public const int KeyTimeCycle_android_alpha = 0;
@@ -33165,21 +33903,21 @@ namespace TINK.Droid
// aapt resource value: 20
public const int KeyTimeCycle_waveShape = 20;
- // aapt resource value: { 0x7F0301BA,0x7F0302D8,0x7F0302D9,0x7F0302DA,0x7F0302EB,0x7F0302ED,0x7F0302EE,0x7F03042E,0x7F03042F,0x7F030430,0x7F030445,0x7F030446,0x7F030447 }
+ // aapt resource value: { 0x7F0301C3,0x7F0302E3,0x7F0302E4,0x7F0302E5,0x7F0302F7,0x7F0302F9,0x7F0302FA,0x7F03044B,0x7F03044C,0x7F03044D,0x7F030466,0x7F030467,0x7F030468 }
public static int[] KeyTrigger = new int[] {
- 2130903482,
- 2130903768,
- 2130903769,
- 2130903770,
- 2130903787,
- 2130903789,
- 2130903790,
- 2130904110,
- 2130904111,
- 2130904112,
- 2130904133,
- 2130904134,
- 2130904135};
+ 2130903491,
+ 2130903779,
+ 2130903780,
+ 2130903781,
+ 2130903799,
+ 2130903801,
+ 2130903802,
+ 2130904139,
+ 2130904140,
+ 2130904141,
+ 2130904166,
+ 2130904167,
+ 2130904168};
// aapt resource value: 0
public const int KeyTrigger_framePosition = 0;
@@ -33220,7 +33958,7 @@ namespace TINK.Droid
// aapt resource value: 12
public const int KeyTrigger_viewTransitionOnPositiveCross = 12;
- // aapt resource value: { 0x10100C4,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x10103B5,0x10103B6,0x7F030057,0x7F030058,0x7F030059,0x7F0300A1,0x7F0300F9,0x7F0300FA,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F03025B,0x7F03025F,0x7F030299,0x7F03029D,0x7F0302B4,0x7F0302B8 }
+ // aapt resource value: { 0x10100C4,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x10103B5,0x10103B6,0x7F030058,0x7F030059,0x7F03005A,0x7F0300A2,0x7F0300FA,0x7F0300FB,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024F,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F030259,0x7F03025B,0x7F03025C,0x7F03025D,0x7F03025E,0x7F03025F,0x7F030260,0x7F030261,0x7F030262,0x7F030263,0x7F030266,0x7F03026A,0x7F0302A4,0x7F0302A8,0x7F0302BF,0x7F0302C3 }
public static int[] Layout = new int[] {
16842948,
16842996,
@@ -33231,23 +33969,12 @@ namespace TINK.Droid
16843002,
16843701,
16843702,
- 2130903127,
2130903128,
2130903129,
- 2130903201,
- 2130903289,
+ 2130903130,
+ 2130903202,
2130903290,
- 2130903585,
- 2130903586,
- 2130903587,
- 2130903588,
- 2130903589,
- 2130903590,
- 2130903591,
- 2130903592,
- 2130903593,
- 2130903594,
- 2130903595,
+ 2130903291,
2130903596,
2130903597,
2130903598,
@@ -33271,6 +33998,7 @@ namespace TINK.Droid
2130903616,
2130903617,
2130903618,
+ 2130903619,
2130903620,
2130903621,
2130903622,
@@ -33281,7 +34009,7 @@ namespace TINK.Droid
2130903627,
2130903628,
2130903629,
- 2130903630,
+ 2130903631,
2130903632,
2130903633,
2130903634,
@@ -33291,12 +34019,22 @@ namespace TINK.Droid
2130903638,
2130903639,
2130903640,
+ 2130903641,
2130903643,
+ 2130903644,
+ 2130903645,
+ 2130903646,
2130903647,
- 2130903705,
- 2130903709,
- 2130903732,
- 2130903736};
+ 2130903648,
+ 2130903649,
+ 2130903650,
+ 2130903651,
+ 2130903654,
+ 2130903658,
+ 2130903716,
+ 2130903720,
+ 2130903743,
+ 2130903747};
// aapt resource value: 2
public const int Layout_android_layout_height = 2;
@@ -33523,17 +34261,17 @@ namespace TINK.Droid
// aapt resource value: 74
public const int Layout_minWidth = 74;
- // aapt resource value: { 0x10100AF,0x10100C4,0x1010126,0x1010127,0x1010128,0x7F030146,0x7F030148,0x7F03029E,0x7F030363 }
+ // aapt resource value: { 0x10100AF,0x10100C4,0x1010126,0x1010127,0x1010128,0x7F03014D,0x7F03014F,0x7F0302A9,0x7F03037D }
public static int[] LinearLayoutCompat = new int[] {
16842927,
16842948,
16843046,
16843047,
16843048,
- 2130903366,
- 2130903368,
- 2130903710,
- 2130903907};
+ 2130903373,
+ 2130903375,
+ 2130903721,
+ 2130903933};
// aapt resource value: 2
public const int LinearLayoutCompat_android_baselineAligned = 2;
@@ -33581,10 +34319,10 @@ namespace TINK.Droid
// aapt resource value: 8
public const int LinearLayoutCompat_showDividers = 8;
- // aapt resource value: { 0x7F0301E6,0x7F0301EA }
+ // aapt resource value: { 0x7F0301EF,0x7F0301F4 }
public static int[] LinearProgressIndicator = new int[] {
- 2130903526,
- 2130903530};
+ 2130903535,
+ 2130903540};
// aapt resource value: 0
public const int LinearProgressIndicator_indeterminateAnimationType = 0;
@@ -33603,13 +34341,13 @@ namespace TINK.Droid
// aapt resource value: 1
public const int ListPopupWindow_android_dropDownVerticalOffset = 1;
- // aapt resource value: { 0x10100B2,0x10101F8,0x7F030171,0x7F030172,0x7F03043F }
+ // aapt resource value: { 0x10100B2,0x10101F8,0x7F030179,0x7F03017A,0x7F03045D }
public static int[] ListPreference = new int[] {
16842930,
16843256,
- 2130903409,
- 2130903410,
- 2130904127};
+ 2130903417,
+ 2130903418,
+ 2130904157};
// aapt resource value: 0
public const int ListPreference_android_entries = 0;
@@ -33626,11 +34364,11 @@ namespace TINK.Droid
// aapt resource value: 4
public const int ListPreference_useSimpleSummaryProvider = 4;
- // aapt resource value: { 0x7F0300C1,0x7F0301DF,0x7F0301E0 }
+ // aapt resource value: { 0x7F0300C2,0x7F0301E8,0x7F0301E9 }
public static int[] LoadingImageView = new int[] {
- 2130903233,
- 2130903519,
- 2130903520};
+ 2130903234,
+ 2130903528,
+ 2130903529};
// aapt resource value: 0
public const int LoadingImageView_circleCrop = 0;
@@ -33641,32 +34379,32 @@ namespace TINK.Droid
// aapt resource value: 2
public const int LoadingImageView_imageAspectRatioAdjust = 2;
- // aapt resource value: { 0x7F030035,0x7F030088,0x7F030089,0x7F03008A,0x7F03008B,0x7F03008C,0x7F03008D,0x7F03008E,0x7F030213,0x7F030214,0x7F030215,0x7F030216,0x7F030275,0x7F030278,0x7F030432,0x7F030433,0x7F030434,0x7F030435,0x7F030436,0x7F030437,0x7F030438,0x7F030439,0x7F030440,0x7F03045F }
+ // aapt resource value: { 0x7F030036,0x7F030089,0x7F03008A,0x7F03008B,0x7F03008C,0x7F03008D,0x7F03008E,0x7F03008F,0x7F03021E,0x7F03021F,0x7F030220,0x7F030221,0x7F030280,0x7F030283,0x7F030450,0x7F030451,0x7F030452,0x7F030453,0x7F030454,0x7F030455,0x7F030456,0x7F030457,0x7F03045E,0x7F030480 }
public static int[] MapAttrs = new int[] {
- 2130903093,
- 2130903176,
+ 2130903094,
2130903177,
2130903178,
2130903179,
2130903180,
2130903181,
2130903182,
- 2130903571,
- 2130903572,
- 2130903573,
- 2130903574,
- 2130903669,
- 2130903672,
- 2130904114,
- 2130904115,
- 2130904116,
- 2130904117,
- 2130904118,
- 2130904119,
- 2130904120,
- 2130904121,
- 2130904128,
- 2130904159};
+ 2130903183,
+ 2130903582,
+ 2130903583,
+ 2130903584,
+ 2130903585,
+ 2130903680,
+ 2130903683,
+ 2130904144,
+ 2130904145,
+ 2130904146,
+ 2130904147,
+ 2130904148,
+ 2130904149,
+ 2130904150,
+ 2130904151,
+ 2130904158,
+ 2130904192};
// aapt resource value: 0
public const int MapAttrs_ambientEnabled = 0;
@@ -33740,20 +34478,20 @@ namespace TINK.Droid
// aapt resource value: 23
public const int MapAttrs_zOrderOnTop = 23;
- // aapt resource value: { 0x7F03004A,0x7F03004B,0x7F03004C,0x7F03004D }
+ // aapt resource value: { 0x7F03004B,0x7F03004C,0x7F03004D,0x7F03004E }
public static int[] MaterialAlertDialog = new int[] {
- 2130903114,
2130903115,
2130903116,
- 2130903117};
+ 2130903117,
+ 2130903118};
- // aapt resource value: { 0x7F030279,0x7F03027A,0x7F03027B,0x7F03027C,0x7F03027D }
+ // aapt resource value: { 0x7F030284,0x7F030285,0x7F030286,0x7F030287,0x7F030288 }
public static int[] MaterialAlertDialogTheme = new int[] {
- 2130903673,
- 2130903674,
- 2130903675,
- 2130903676,
- 2130903677};
+ 2130903684,
+ 2130903685,
+ 2130903686,
+ 2130903687,
+ 2130903688};
// aapt resource value: 0
public const int MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle = 0;
@@ -33789,7 +34527,7 @@ namespace TINK.Droid
// aapt resource value: 0
public const int MaterialAutoCompleteTextView_android_inputType = 0;
- // aapt resource value: { 0x10100D4,0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x10101E5,0x7F030051,0x7F030052,0x7F030114,0x7F030161,0x7F0301D3,0x7F0301D5,0x7F0301D6,0x7F0301D7,0x7F0301DA,0x7F0301DB,0x7F030342,0x7F030359,0x7F03035C,0x7F03038F,0x7F030390 }
+ // aapt resource value: { 0x10100D4,0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x10101E5,0x7F030052,0x7F030053,0x7F030116,0x7F030169,0x7F0301DC,0x7F0301DE,0x7F0301DF,0x7F0301E0,0x7F0301E3,0x7F0301E4,0x7F030351,0x7F030373,0x7F030376,0x7F0303AA,0x7F0303AB }
public static int[] MaterialButton = new int[] {
16842964,
16843191,
@@ -33797,27 +34535,27 @@ namespace TINK.Droid
16843193,
16843194,
16843237,
- 2130903121,
2130903122,
- 2130903316,
- 2130903393,
- 2130903507,
- 2130903509,
- 2130903510,
- 2130903511,
- 2130903514,
- 2130903515,
- 2130903874,
- 2130903897,
- 2130903900,
- 2130903951,
- 2130903952};
+ 2130903123,
+ 2130903318,
+ 2130903401,
+ 2130903516,
+ 2130903518,
+ 2130903519,
+ 2130903520,
+ 2130903523,
+ 2130903524,
+ 2130903889,
+ 2130903923,
+ 2130903926,
+ 2130903978,
+ 2130903979};
- // aapt resource value: { 0x7F0300A4,0x7F030356,0x7F03036D }
+ // aapt resource value: { 0x7F0300A5,0x7F03036E,0x7F030387 }
public static int[] MaterialButtonToggleGroup = new int[] {
- 2130903204,
- 2130903894,
- 2130903917};
+ 2130903205,
+ 2130903918,
+ 2130903943};
// aapt resource value: 0
public const int MaterialButtonToggleGroup_checkedButton = 0;
@@ -33891,31 +34629,31 @@ namespace TINK.Droid
// aapt resource value: 20
public const int MaterialButton_strokeWidth = 20;
- // aapt resource value: { 0x101020D,0x7F03012F,0x7F030130,0x7F030131,0x7F030132,0x7F0302E7,0x7F030334,0x7F03045C,0x7F03045D,0x7F03045E }
+ // aapt resource value: { 0x101020D,0x7F030133,0x7F030134,0x7F030135,0x7F030136,0x7F0302F2,0x7F030343,0x7F03047D,0x7F03047E,0x7F03047F }
public static int[] MaterialCalendar = new int[] {
16843277,
- 2130903343,
- 2130903344,
- 2130903345,
- 2130903346,
- 2130903783,
- 2130903860,
- 2130904156,
- 2130904157,
- 2130904158};
+ 2130903347,
+ 2130903348,
+ 2130903349,
+ 2130903350,
+ 2130903794,
+ 2130903875,
+ 2130904189,
+ 2130904190,
+ 2130904191};
- // aapt resource value: { 0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x7F0301F4,0x7F0301FD,0x7F0301FE,0x7F030205,0x7F030206,0x7F03020A }
+ // aapt resource value: { 0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x7F0301FF,0x7F030208,0x7F030209,0x7F030210,0x7F030211,0x7F030215 }
public static int[] MaterialCalendarItem = new int[] {
16843191,
16843192,
16843193,
16843194,
- 2130903540,
- 2130903549,
- 2130903550,
- 2130903557,
- 2130903558,
- 2130903562};
+ 2130903551,
+ 2130903560,
+ 2130903561,
+ 2130903568,
+ 2130903569,
+ 2130903573};
// aapt resource value: 3
public const int MaterialCalendarItem_android_insetBottom = 3;
@@ -33977,20 +34715,20 @@ namespace TINK.Droid
// aapt resource value: 9
public const int MaterialCalendar_yearTodayStyle = 9;
- // aapt resource value: { 0x10101E5,0x7F030092,0x7F0300A6,0x7F0300A8,0x7F0300A9,0x7F0300AA,0x7F030342,0x7F030359,0x7F03035C,0x7F030389,0x7F03038F,0x7F030390 }
+ // aapt resource value: { 0x10101E5,0x7F030093,0x7F0300A7,0x7F0300A9,0x7F0300AA,0x7F0300AB,0x7F030351,0x7F030373,0x7F030376,0x7F0303A4,0x7F0303AA,0x7F0303AB }
public static int[] MaterialCardView = new int[] {
16843237,
- 2130903186,
- 2130903206,
- 2130903208,
+ 2130903187,
+ 2130903207,
2130903209,
2130903210,
- 2130903874,
- 2130903897,
- 2130903900,
- 2130903945,
- 2130903951,
- 2130903952};
+ 2130903211,
+ 2130903889,
+ 2130903923,
+ 2130903926,
+ 2130903972,
+ 2130903978,
+ 2130903979};
// aapt resource value: 0
public const int MaterialCardView_android_checkable = 0;
@@ -34028,10 +34766,10 @@ namespace TINK.Droid
// aapt resource value: 11
public const int MaterialCardView_strokeWidth = 11;
- // aapt resource value: { 0x7F030086,0x7F03043E }
+ // aapt resource value: { 0x7F030087,0x7F03045C }
public static int[] MaterialCheckBox = new int[] {
- 2130903174,
- 2130904126};
+ 2130903175,
+ 2130904156};
// aapt resource value: 0
public const int MaterialCheckBox_buttonTint = 0;
@@ -34039,10 +34777,10 @@ namespace TINK.Droid
// aapt resource value: 1
public const int MaterialCheckBox_useMaterialThemeColors = 1;
- // aapt resource value: { 0x7F030086,0x7F03043E }
+ // aapt resource value: { 0x7F030087,0x7F03045C }
public static int[] MaterialRadioButton = new int[] {
- 2130903174,
- 2130904126};
+ 2130903175,
+ 2130904156};
// aapt resource value: 0
public const int MaterialRadioButton_buttonTint = 0;
@@ -34050,10 +34788,10 @@ namespace TINK.Droid
// aapt resource value: 1
public const int MaterialRadioButton_useMaterialThemeColors = 1;
- // aapt resource value: { 0x7F030359,0x7F03035C }
+ // aapt resource value: { 0x7F030373,0x7F030376 }
public static int[] MaterialShape = new int[] {
- 2130903897,
- 2130903900};
+ 2130903923,
+ 2130903926};
// aapt resource value: 0
public const int MaterialShape_shapeAppearance = 0;
@@ -34061,11 +34799,11 @@ namespace TINK.Droid
// aapt resource value: 1
public const int MaterialShape_shapeAppearanceOverlay = 1;
- // aapt resource value: { 0x10104B6,0x101057F,0x7F030263 }
+ // aapt resource value: { 0x10104B6,0x101057F,0x7F03026E }
public static int[] MaterialTextAppearance = new int[] {
16843958,
16844159,
- 2130903651};
+ 2130903662};
// aapt resource value: 0
public const int MaterialTextAppearance_android_letterSpacing = 0;
@@ -34076,11 +34814,11 @@ namespace TINK.Droid
// aapt resource value: 2
public const int MaterialTextAppearance_lineHeight = 2;
- // aapt resource value: { 0x1010034,0x101057F,0x7F030263 }
+ // aapt resource value: { 0x1010034,0x101057F,0x7F03026E }
public static int[] MaterialTextView = new int[] {
16842804,
16844159,
- 2130903651};
+ 2130903662};
// aapt resource value: 1
public const int MaterialTextView_android_lineHeight = 1;
@@ -34091,10 +34829,10 @@ namespace TINK.Droid
// aapt resource value: 2
public const int MaterialTextView_lineHeight = 2;
- // aapt resource value: { 0x7F0300CD,0x7F03020D }
+ // aapt resource value: { 0x7F0300CE,0x7F030218 }
public static int[] MaterialTimePicker = new int[] {
- 2130903245,
- 2130903565};
+ 2130903246,
+ 2130903576};
// aapt resource value: 0
public const int MaterialTimePicker_clockIcon = 0;
@@ -34102,11 +34840,11 @@ namespace TINK.Droid
// aapt resource value: 1
public const int MaterialTimePicker_keyboardIcon = 1;
- // aapt resource value: { 0x7F0302E0,0x7F030394,0x7F030409 }
+ // aapt resource value: { 0x7F0302EB,0x7F0303B0,0x7F030425 }
public static int[] MaterialToolbar = new int[] {
- 2130903776,
- 2130903956,
- 2130904073};
+ 2130903787,
+ 2130903984,
+ 2130904101};
// aapt resource value: 0
public const int MaterialToolbar_navigationIconTint = 0;
@@ -34117,13 +34855,13 @@ namespace TINK.Droid
// aapt resource value: 2
public const int MaterialToolbar_titleCentered = 2;
- // aapt resource value: { 0x101013F,0x1010140,0x7F030187,0x7F030188,0x7F0302A2 }
+ // aapt resource value: { 0x101013F,0x1010140,0x7F03018F,0x7F030190,0x7F0302AD }
public static int[] MediaRouteButton = new int[] {
16843071,
16843072,
- 2130903431,
- 2130903432,
- 2130903714};
+ 2130903439,
+ 2130903440,
+ 2130903725};
// aapt resource value: 1
public const int MediaRouteButton_android_minHeight = 1;
@@ -34167,7 +34905,7 @@ namespace TINK.Droid
// aapt resource value: 2
public const int MenuGroup_android_visible = 2;
- // aapt resource value: { 0x1010002,0x101000E,0x10100D0,0x1010106,0x1010194,0x10101DE,0x10101DF,0x10101E1,0x10101E2,0x10101E3,0x10101E4,0x10101E5,0x101026F,0x7F030011,0x7F030025,0x7F030027,0x7F030033,0x7F0300FD,0x7F0301DA,0x7F0301DB,0x7F0302EA,0x7F030361,0x7F03041B }
+ // aapt resource value: { 0x1010002,0x101000E,0x10100D0,0x1010106,0x1010194,0x10101DE,0x10101DF,0x10101E1,0x10101E2,0x10101E3,0x10101E4,0x10101E5,0x101026F,0x7F030011,0x7F030025,0x7F030027,0x7F030034,0x7F0300FE,0x7F0301E3,0x7F0301E4,0x7F0302F6,0x7F03037B,0x7F030438 }
public static int[] MenuItem = new int[] {
16842754,
16842766,
@@ -34185,13 +34923,13 @@ namespace TINK.Droid
2130903057,
2130903077,
2130903079,
- 2130903091,
- 2130903293,
- 2130903514,
- 2130903515,
- 2130903786,
- 2130903905,
- 2130904091};
+ 2130903092,
+ 2130903294,
+ 2130903523,
+ 2130903524,
+ 2130903798,
+ 2130903931,
+ 2130904120};
// aapt resource value: 13
public const int MenuItem_actionLayout = 13;
@@ -34262,7 +35000,7 @@ namespace TINK.Droid
// aapt resource value: 22
public const int MenuItem_tooltipText = 22;
- // aapt resource value: { 0x10100AE,0x101012C,0x101012D,0x101012E,0x101012F,0x1010130,0x1010131,0x7F030329,0x7F030391 }
+ // aapt resource value: { 0x10100AE,0x101012C,0x101012D,0x101012E,0x101012F,0x1010130,0x1010131,0x7F030338,0x7F0303AC }
public static int[] MenuView = new int[] {
16842926,
16843052,
@@ -34271,8 +35009,8 @@ namespace TINK.Droid
16843055,
16843056,
16843057,
- 2130903849,
- 2130903953};
+ 2130903864,
+ 2130903980};
// aapt resource value: 4
public const int MenuView_android_headerBackground = 4;
@@ -34301,14 +35039,14 @@ namespace TINK.Droid
// aapt resource value: 8
public const int MenuView_subMenuArrow = 8;
- // aapt resource value: { 0x7F0302B9,0x7F0302BA,0x7F0302BB,0x7F0302BC,0x7F0302BD,0x7F0302BE }
+ // aapt resource value: { 0x7F0302C4,0x7F0302C5,0x7F0302C6,0x7F0302C7,0x7F0302C8,0x7F0302C9 }
public static int[] MockView = new int[] {
- 2130903737,
- 2130903738,
- 2130903739,
- 2130903740,
- 2130903741,
- 2130903742};
+ 2130903748,
+ 2130903749,
+ 2130903750,
+ 2130903751,
+ 2130903752,
+ 2130903753};
// aapt resource value: 0
public const int MockView_mock_diagonalsColor = 0;
@@ -34328,29 +35066,29 @@ namespace TINK.Droid
// aapt resource value: 5
public const int MockView_mock_showLabel = 5;
- // aapt resource value: { 0x7F030036,0x7F030037,0x7F03014D,0x7F0302D5,0x7F0302D7,0x7F030306,0x7F03032D,0x7F03032E,0x7F03032F,0x7F03042A }
+ // aapt resource value: { 0x7F030037,0x7F030038,0x7F030155,0x7F0302E0,0x7F0302E2,0x7F030314,0x7F03033C,0x7F03033D,0x7F03033E,0x7F030447 }
public static int[] Motion = new int[] {
- 2130903094,
2130903095,
- 2130903373,
- 2130903765,
- 2130903767,
- 2130903814,
- 2130903853,
- 2130903854,
- 2130903855,
- 2130904106};
+ 2130903096,
+ 2130903381,
+ 2130903776,
+ 2130903778,
+ 2130903828,
+ 2130903868,
+ 2130903869,
+ 2130903870,
+ 2130904135};
- // aapt resource value: { 0x7F0302CB,0x7F0302CC,0x7F0302CD,0x7F0302CE,0x7F0302CF,0x7F0302D0,0x7F0302D1,0x7F0302D2 }
+ // aapt resource value: { 0x7F0302D6,0x7F0302D7,0x7F0302D8,0x7F0302D9,0x7F0302DA,0x7F0302DB,0x7F0302DC,0x7F0302DD }
public static int[] MotionEffect = new int[] {
- 2130903755,
- 2130903756,
- 2130903757,
- 2130903758,
- 2130903759,
- 2130903760,
- 2130903761,
- 2130903762};
+ 2130903766,
+ 2130903767,
+ 2130903768,
+ 2130903769,
+ 2130903770,
+ 2130903771,
+ 2130903772,
+ 2130903773};
// aapt resource value: 0
public const int MotionEffect_motionEffect_alpha = 0;
@@ -34376,10 +35114,10 @@ namespace TINK.Droid
// aapt resource value: 7
public const int MotionEffect_motionEffect_viewTransition = 7;
- // aapt resource value: { 0x7F0302EC,0x7F0302EF }
+ // aapt resource value: { 0x7F0302F8,0x7F0302FB }
public static int[] MotionHelper = new int[] {
- 2130903788,
- 2130903791};
+ 2130903800,
+ 2130903803};
// aapt resource value: 0
public const int MotionHelper_onHide = 0;
@@ -34387,7 +35125,7 @@ namespace TINK.Droid
// aapt resource value: 1
public const int MotionHelper_onShow = 1;
- // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x10100AF,0x101014F,0x1010164,0x10103AC,0x1010535,0x7F030066,0x7F030067,0x7F030347,0x7F0303DF,0x7F0303E0,0x7F0303E1,0x7F0303E2,0x7F0303E3,0x7F0303EB,0x7F0303EC,0x7F0303ED,0x7F0303EE,0x7F0303F0,0x7F0303F1,0x7F0303F2,0x7F0303F3 }
+ // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x10100AF,0x101014F,0x1010164,0x10103AC,0x1010535,0x7F030067,0x7F030068,0x7F030356,0x7F0303FB,0x7F0303FC,0x7F0303FD,0x7F0303FE,0x7F0303FF,0x7F030407,0x7F030408,0x7F030409,0x7F03040A,0x7F03040C,0x7F03040D,0x7F03040E,0x7F03040F }
public static int[] MotionLabel = new int[] {
16842901,
16842902,
@@ -34398,22 +35136,22 @@ namespace TINK.Droid
16843108,
16843692,
16844085,
- 2130903142,
2130903143,
- 2130903879,
- 2130904031,
- 2130904032,
- 2130904033,
- 2130904034,
- 2130904035,
- 2130904043,
- 2130904044,
- 2130904045,
- 2130904046,
- 2130904048,
- 2130904049,
- 2130904050,
- 2130904051};
+ 2130903144,
+ 2130903894,
+ 2130904059,
+ 2130904060,
+ 2130904061,
+ 2130904062,
+ 2130904063,
+ 2130904071,
+ 2130904072,
+ 2130904073,
+ 2130904074,
+ 2130904076,
+ 2130904077,
+ 2130904078,
+ 2130904079};
// aapt resource value: 8
public const int MotionLabel_android_autoSizeTextType = 8;
@@ -34490,14 +35228,14 @@ namespace TINK.Droid
// aapt resource value: 24
public const int MotionLabel_textureWidth = 24;
- // aapt resource value: { 0x7F03003A,0x7F030121,0x7F030219,0x7F0302BF,0x7F0302D6,0x7F030365 }
+ // aapt resource value: { 0x7F03003B,0x7F030125,0x7F030224,0x7F0302CA,0x7F0302E1,0x7F03037F }
public static int[] MotionLayout = new int[] {
- 2130903098,
- 2130903329,
- 2130903577,
- 2130903743,
- 2130903766,
- 2130903909};
+ 2130903099,
+ 2130903333,
+ 2130903588,
+ 2130903754,
+ 2130903777,
+ 2130903935};
// aapt resource value: 0
public const int MotionLayout_applyMotionScene = 0;
@@ -34517,10 +35255,10 @@ namespace TINK.Droid
// aapt resource value: 5
public const int MotionLayout_showPaths = 5;
- // aapt resource value: { 0x7F030133,0x7F03021A }
+ // aapt resource value: { 0x7F030137,0x7F030225 }
public static int[] MotionScene = new int[] {
- 2130903347,
- 2130903578};
+ 2130903351,
+ 2130903589};
// aapt resource value: 0
public const int MotionScene_defaultDuration = 0;
@@ -34528,11 +35266,11 @@ namespace TINK.Droid
// aapt resource value: 1
public const int MotionScene_layoutDuringTransition = 1;
- // aapt resource value: { 0x7F0303C5,0x7F0303C6,0x7F0303C7 }
+ // aapt resource value: { 0x7F0303E1,0x7F0303E2,0x7F0303E3 }
public static int[] MotionTelltales = new int[] {
- 2130904005,
- 2130904006,
- 2130904007};
+ 2130904033,
+ 2130904034,
+ 2130904035};
// aapt resource value: 0
public const int MotionTelltales_telltales_tailColor = 0;
@@ -34573,12 +35311,12 @@ namespace TINK.Droid
// aapt resource value: 9
public const int Motion_transitionEasing = 9;
- // aapt resource value: { 0x10100B2,0x10101F8,0x7F030171,0x7F030172 }
+ // aapt resource value: { 0x10100B2,0x10101F8,0x7F030179,0x7F03017A }
public static int[] MultiSelectListPreference = new int[] {
16842930,
16843256,
- 2130903409,
- 2130903410};
+ 2130903417,
+ 2130903418};
// aapt resource value: 0
public const int MultiSelectListPreference_android_entries = 0;
@@ -34592,17 +35330,17 @@ namespace TINK.Droid
// aapt resource value: 3
public const int MultiSelectListPreference_entryValues = 3;
- // aapt resource value: { 0x10100D0,0x7F03013B,0x7F030170,0x7F03017A,0x7F030217,0x7F030314,0x7F030315,0x7F030316,0x7F030317 }
+ // aapt resource value: { 0x10100D0,0x7F030142,0x7F030178,0x7F030182,0x7F030222,0x7F030323,0x7F030324,0x7F030325,0x7F030326 }
public static int[] NavAction = new int[] {
16842960,
- 2130903355,
- 2130903408,
- 2130903418,
- 2130903575,
- 2130903828,
- 2130903829,
- 2130903830,
- 2130903831};
+ 2130903362,
+ 2130903416,
+ 2130903426,
+ 2130903586,
+ 2130903843,
+ 2130903844,
+ 2130903845,
+ 2130903846};
// aapt resource value: 0
public const int NavAction_android_id = 0;
@@ -34631,12 +35369,12 @@ namespace TINK.Droid
// aapt resource value: 8
public const int NavAction_popUpToInclusive = 8;
- // aapt resource value: { 0x1010003,0x10101ED,0x7F03003C,0x7F0302E8 }
+ // aapt resource value: { 0x1010003,0x10101ED,0x7F03003D,0x7F0302F4 }
public static int[] NavArgument = new int[] {
16842755,
16843245,
- 2130903100,
- 2130903784};
+ 2130903101,
+ 2130903796};
// aapt resource value: 1
public const int NavArgument_android_defaultValue = 1;
@@ -34650,12 +35388,12 @@ namespace TINK.Droid
// aapt resource value: 3
public const int NavArgument_nullable = 3;
- // aapt resource value: { 0x10104EE,0x7F030003,0x7F0302B2,0x7F03043C }
+ // aapt resource value: { 0x10104EE,0x7F030003,0x7F0302BD,0x7F03045A }
public static int[] NavDeepLink = new int[] {
16844014,
2130903043,
- 2130903730,
- 2130904124};
+ 2130903741,
+ 2130904154};
// aapt resource value: 1
public const int NavDeepLink_action = 1;
@@ -34669,33 +35407,33 @@ namespace TINK.Droid
// aapt resource value: 3
public const int NavDeepLink_uri = 3;
- // aapt resource value: { 0x7F030380 }
+ // aapt resource value: { 0x7F03039B }
public static int[] NavGraphNavigator = new int[] {
- 2130903936};
+ 2130903963};
// aapt resource value: 0
public const int NavGraphNavigator_startDestination = 0;
- // aapt resource value: { 0x7F0302DD }
+ // aapt resource value: { 0x7F0302E8 }
public static int[] NavHost = new int[] {
- 2130903773};
+ 2130903784};
// aapt resource value: 0
public const int NavHost_navGraph = 0;
- // aapt resource value: { 0x7F030051,0x7F030161,0x7F0301F3,0x7F0301F8,0x7F0301F9,0x7F0301FC,0x7F030208,0x7F030209,0x7F03020A,0x7F030211,0x7F0302AF }
+ // aapt resource value: { 0x7F030052,0x7F030169,0x7F0301FE,0x7F030203,0x7F030204,0x7F030207,0x7F030213,0x7F030214,0x7F030215,0x7F03021C,0x7F0302BA }
public static int[] NavigationBarView = new int[] {
- 2130903121,
- 2130903393,
- 2130903539,
- 2130903544,
- 2130903545,
- 2130903548,
- 2130903560,
- 2130903561,
- 2130903562,
- 2130903569,
- 2130903727};
+ 2130903122,
+ 2130903401,
+ 2130903550,
+ 2130903555,
+ 2130903556,
+ 2130903559,
+ 2130903571,
+ 2130903572,
+ 2130903573,
+ 2130903580,
+ 2130903738};
// aapt resource value: 0
public const int NavigationBarView_backgroundTint = 0;
@@ -34730,10 +35468,10 @@ namespace TINK.Droid
// aapt resource value: 10
public const int NavigationBarView_menu = 10;
- // aapt resource value: { 0x7F0301C1,0x7F0302B0 }
+ // aapt resource value: { 0x7F0301CA,0x7F0302BB }
public static int[] NavigationRailView = new int[] {
- 2130903489,
- 2130903728};
+ 2130903498,
+ 2130903739};
// aapt resource value: 0
public const int NavigationRailView_headerLayout = 0;
@@ -34741,31 +35479,31 @@ namespace TINK.Droid
// aapt resource value: 1
public const int NavigationRailView_menuGravity = 1;
- // aapt resource value: { 0x10100D4,0x10100DD,0x101011F,0x7F030161,0x7F0301C1,0x7F0301F3,0x7F0301F5,0x7F0301F7,0x7F0301F8,0x7F0301F9,0x7F0301FA,0x7F0301FD,0x7F0301FE,0x7F0301FF,0x7F030200,0x7F030201,0x7F030202,0x7F030203,0x7F030207,0x7F03020A,0x7F0302AF,0x7F030359,0x7F03035C }
+ // aapt resource value: { 0x10100D4,0x10100DD,0x101011F,0x7F030169,0x7F0301CA,0x7F0301FE,0x7F030200,0x7F030202,0x7F030203,0x7F030204,0x7F030205,0x7F030208,0x7F030209,0x7F03020A,0x7F03020B,0x7F03020C,0x7F03020D,0x7F03020E,0x7F030212,0x7F030215,0x7F0302BA,0x7F030373,0x7F030376 }
public static int[] NavigationView = new int[] {
16842964,
16842973,
16843039,
- 2130903393,
- 2130903489,
- 2130903539,
- 2130903541,
- 2130903543,
- 2130903544,
- 2130903545,
- 2130903546,
- 2130903549,
+ 2130903401,
+ 2130903498,
2130903550,
- 2130903551,
2130903552,
- 2130903553,
2130903554,
2130903555,
- 2130903559,
+ 2130903556,
+ 2130903557,
+ 2130903560,
+ 2130903561,
2130903562,
- 2130903727,
- 2130903897,
- 2130903900};
+ 2130903563,
+ 2130903564,
+ 2130903565,
+ 2130903566,
+ 2130903570,
+ 2130903573,
+ 2130903738,
+ 2130903923,
+ 2130903926};
// aapt resource value: 0
public const int NavigationView_android_background = 0;
@@ -34847,17 +35585,17 @@ namespace TINK.Droid
// aapt resource value: 0
public const int Navigator_android_label = 0;
- // aapt resource value: { 0x7F0301BE }
+ // aapt resource value: { 0x7F0301C7 }
public static int[] NavInclude = new int[] {
- 2130903486};
+ 2130903495};
// aapt resource value: 0
public const int NavInclude_graph = 0;
- // aapt resource value: { 0x7F0300CA,0x7F0303C3 }
+ // aapt resource value: { 0x7F0300CB,0x7F0303DF }
public static int[] OnClick = new int[] {
- 2130903242,
- 2130904003};
+ 2130903243,
+ 2130904031};
// aapt resource value: 0
public const int OnClick_clickAction = 0;
@@ -34865,27 +35603,27 @@ namespace TINK.Droid
// aapt resource value: 1
public const int OnClick_targetId = 1;
- // aapt resource value: { 0x7F030040,0x7F03014A,0x7F03014B,0x7F03014C,0x7F030262,0x7F030295,0x7F03029C,0x7F0302DB,0x7F0302E5,0x7F0302F1,0x7F030343,0x7F030378,0x7F030379,0x7F03037A,0x7F03037B,0x7F03037C,0x7F03041C,0x7F03041D,0x7F03041E }
+ // aapt resource value: { 0x7F030041,0x7F030152,0x7F030153,0x7F030154,0x7F03026D,0x7F0302A0,0x7F0302A7,0x7F0302E6,0x7F0302F0,0x7F0302FD,0x7F030352,0x7F030393,0x7F030394,0x7F030395,0x7F030396,0x7F030397,0x7F030439,0x7F03043A,0x7F03043B }
public static int[] OnSwipe = new int[] {
- 2130903104,
- 2130903370,
- 2130903371,
- 2130903372,
- 2130903650,
- 2130903701,
- 2130903708,
- 2130903771,
- 2130903781,
- 2130903793,
- 2130903875,
- 2130903928,
- 2130903929,
- 2130903930,
- 2130903931,
- 2130903932,
- 2130904092,
- 2130904093,
- 2130904094};
+ 2130903105,
+ 2130903378,
+ 2130903379,
+ 2130903380,
+ 2130903661,
+ 2130903712,
+ 2130903719,
+ 2130903782,
+ 2130903792,
+ 2130903805,
+ 2130903890,
+ 2130903955,
+ 2130903956,
+ 2130903957,
+ 2130903958,
+ 2130903959,
+ 2130904121,
+ 2130904122,
+ 2130904123};
// aapt resource value: 0
public const int OnSwipe_autoCompleteMode = 0;
@@ -34944,15 +35682,15 @@ namespace TINK.Droid
// aapt resource value: 18
public const int OnSwipe_touchRegionId = 18;
- // aapt resource value: { 0x1010176,0x10102C9,0x7F0302F4 }
+ // aapt resource value: { 0x1010176,0x10102C9,0x7F030300 }
public static int[] PopupWindow = new int[] {
16843126,
16843465,
- 2130903796};
+ 2130903808};
- // aapt resource value: { 0x7F030386 }
+ // aapt resource value: { 0x7F0303A1 }
public static int[] PopupWindowBackgroundState = new int[] {
- 2130903942};
+ 2130903969};
// aapt resource value: 0
public const int PopupWindowBackgroundState_state_above_anchor = 0;
@@ -34966,7 +35704,7 @@ namespace TINK.Droid
// aapt resource value: 2
public const int PopupWindow_overlapAnchor = 2;
- // aapt resource value: { 0x1010002,0x101000D,0x101000E,0x10100F2,0x10101E1,0x10101E6,0x10101E8,0x10101E9,0x10101EA,0x10101EB,0x10101EC,0x10101ED,0x10101EE,0x10102E3,0x101055C,0x1010561,0x7F03002E,0x7F030030,0x7F030136,0x7F030139,0x7F030164,0x7F030166,0x7F0301B9,0x7F0301D3,0x7F0301D8,0x7F0301F2,0x7F03020B,0x7F030218,0x7F0302F2,0x7F03030D,0x7F030353,0x7F03035F,0x7F03036C,0x7F03039C,0x7F030408,0x7F030451 }
+ // aapt resource value: { 0x1010002,0x101000D,0x101000E,0x10100F2,0x10101E1,0x10101E6,0x10101E8,0x10101E9,0x10101EA,0x10101EB,0x10101EC,0x10101ED,0x10101EE,0x10102E3,0x101055C,0x1010561,0x7F03002E,0x7F030030,0x7F03013D,0x7F030140,0x7F03016C,0x7F03016E,0x7F0301C2,0x7F0301DC,0x7F0301E1,0x7F0301FD,0x7F030216,0x7F030223,0x7F0302FE,0x7F03031C,0x7F03036B,0x7F030379,0x7F030386,0x7F0303B8,0x7F030424,0x7F030472 }
public static int[] Preference = new int[] {
16842754,
16842765,
@@ -34986,24 +35724,24 @@ namespace TINK.Droid
16844129,
2130903086,
2130903088,
- 2130903350,
- 2130903353,
- 2130903396,
- 2130903398,
- 2130903481,
- 2130903507,
- 2130903512,
- 2130903538,
- 2130903563,
- 2130903576,
- 2130903794,
- 2130903821,
- 2130903891,
- 2130903903,
- 2130903916,
- 2130903964,
- 2130904072,
- 2130904145};
+ 2130903357,
+ 2130903360,
+ 2130903404,
+ 2130903406,
+ 2130903490,
+ 2130903516,
+ 2130903521,
+ 2130903549,
+ 2130903574,
+ 2130903587,
+ 2130903806,
+ 2130903836,
+ 2130903915,
+ 2130903929,
+ 2130903942,
+ 2130903992,
+ 2130904100,
+ 2130904178};
// aapt resource value: { 0x10100F2,0x1010129,0x101012A,0x7F03002F }
public static int[] PreferenceFragment = new int[] {
@@ -35043,11 +35781,11 @@ namespace TINK.Droid
// aapt resource value: 0
public const int PreferenceFragment_android_layout = 0;
- // aapt resource value: { 0x10101E7,0x7F0301EE,0x7F0302F3 }
+ // aapt resource value: { 0x10101E7,0x7F0301F8,0x7F0302FF }
public static int[] PreferenceGroup = new int[] {
16843239,
- 2130903534,
- 2130903795};
+ 2130903544,
+ 2130903807};
// aapt resource value: 0
public const int PreferenceGroup_android_orderingFromXml = 0;
@@ -35058,12 +35796,12 @@ namespace TINK.Droid
// aapt resource value: 2
public const int PreferenceGroup_orderingFromXml = 2;
- // aapt resource value: { 0x101011F,0x1010120,0x7F030299,0x7F03029D }
+ // aapt resource value: { 0x101011F,0x1010120,0x7F0302A4,0x7F0302A8 }
public static int[] PreferenceImageView = new int[] {
16843039,
16843040,
- 2130903705,
- 2130903709};
+ 2130903716,
+ 2130903720};
// aapt resource value: 1
public const int PreferenceImageView_android_maxHeight = 1;
@@ -35077,24 +35815,24 @@ namespace TINK.Droid
// aapt resource value: 3
public const int PreferenceImageView_maxWidth = 3;
- // aapt resource value: { 0x7F0300A2,0x7F030140,0x7F03015B,0x7F03015F,0x7F03031D,0x7F03031E,0x7F03031F,0x7F030320,0x7F030321,0x7F030322,0x7F030323,0x7F030324,0x7F030325,0x7F030351,0x7F0303A2,0x7F0303A3 }
+ // aapt resource value: { 0x7F0300A3,0x7F030147,0x7F030163,0x7F030167,0x7F03032C,0x7F03032D,0x7F03032E,0x7F03032F,0x7F030330,0x7F030331,0x7F030332,0x7F030333,0x7F030334,0x7F030369,0x7F0303BE,0x7F0303BF }
public static int[] PreferenceTheme = new int[] {
- 2130903202,
- 2130903360,
- 2130903387,
- 2130903391,
- 2130903837,
- 2130903838,
- 2130903839,
- 2130903840,
- 2130903841,
- 2130903842,
- 2130903843,
- 2130903844,
- 2130903845,
- 2130903889,
- 2130903970,
- 2130903971};
+ 2130903203,
+ 2130903367,
+ 2130903395,
+ 2130903399,
+ 2130903852,
+ 2130903853,
+ 2130903854,
+ 2130903855,
+ 2130903856,
+ 2130903857,
+ 2130903858,
+ 2130903859,
+ 2130903860,
+ 2130903913,
+ 2130903998,
+ 2130903999};
// aapt resource value: 0
public const int PreferenceTheme_checkBoxPreferenceStyle = 0;
@@ -35252,13 +35990,13 @@ namespace TINK.Droid
// aapt resource value: 35
public const int Preference_widgetLayout = 35;
- // aapt resource value: { 0x10100DC,0x101031F,0x7F030243,0x7F0302D6,0x7F030448 }
+ // aapt resource value: { 0x10100DC,0x101031F,0x7F03024E,0x7F0302E1,0x7F030469 }
public static int[] PropertySet = new int[] {
16842972,
16843551,
- 2130903619,
- 2130903766,
- 2130904136};
+ 2130903630,
+ 2130903777,
+ 2130904169};
// aapt resource value: 1
public const int PropertySet_android_alpha = 1;
@@ -35275,17 +36013,17 @@ namespace TINK.Droid
// aapt resource value: 4
public const int PropertySet_visibilityMode = 4;
- // aapt resource value: { 0x7F030290 }
+ // aapt resource value: { 0x7F03029B }
public static int[] RadialViewGroup = new int[] {
- 2130903696};
+ 2130903707};
// aapt resource value: 0
public const int RadialViewGroup_materialCircleRadius = 0;
- // aapt resource value: { 0x7F0302B6,0x7F030441 }
+ // aapt resource value: { 0x7F0302C1,0x7F030462 }
public static int[] RangeSlider = new int[] {
- 2130903734,
- 2130904129};
+ 2130903745,
+ 2130904162};
// aapt resource value: 0
public const int RangeSlider_minSeparation = 0;
@@ -35293,10 +36031,10 @@ namespace TINK.Droid
// aapt resource value: 1
public const int RangeSlider_values = 1;
- // aapt resource value: { 0x7F0302F6,0x7F0302FC }
+ // aapt resource value: { 0x7F030302,0x7F030308 }
public static int[] RecycleListView = new int[] {
- 2130903798,
- 2130903804};
+ 2130903810,
+ 2130903816};
// aapt resource value: 0
public const int RecycleListView_paddingBottomNoButtons = 0;
@@ -35304,20 +36042,20 @@ namespace TINK.Droid
// aapt resource value: 1
public const int RecycleListView_paddingTopNoTitle = 1;
- // aapt resource value: { 0x10100C4,0x10100EB,0x10100F1,0x7F030191,0x7F030192,0x7F030193,0x7F030194,0x7F030195,0x7F03021B,0x7F030341,0x7F030373,0x7F03037E }
+ // aapt resource value: { 0x10100C4,0x10100EB,0x10100F1,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F030226,0x7F030350,0x7F03038E,0x7F030399 }
public static int[] RecyclerView = new int[] {
16842948,
16842987,
16842993,
- 2130903441,
- 2130903442,
- 2130903443,
- 2130903444,
- 2130903445,
- 2130903579,
- 2130903873,
- 2130903923,
- 2130903934};
+ 2130903449,
+ 2130903450,
+ 2130903451,
+ 2130903452,
+ 2130903453,
+ 2130903590,
+ 2130903888,
+ 2130903950,
+ 2130903961};
// aapt resource value: 1
public const int RecyclerView_android_clipToPadding = 1;
@@ -35355,46 +36093,46 @@ namespace TINK.Droid
// aapt resource value: 11
public const int RecyclerView_stackFromEnd = 11;
- // aapt resource value: { 0x7F0301EF }
+ // aapt resource value: { 0x7F0301FA }
public static int[] ScrimInsetsFrameLayout = new int[] {
- 2130903535};
+ 2130903546};
// aapt resource value: 0
public const int ScrimInsetsFrameLayout_insetForeground = 0;
- // aapt resource value: { 0x7F030061 }
+ // aapt resource value: { 0x7F030062 }
public static int[] ScrollingViewBehavior_Layout = new int[] {
- 2130903137};
+ 2130903138};
// aapt resource value: 0
public const int ScrollingViewBehavior_Layout_behavior_overlapTop = 0;
- // aapt resource value: { 0x7F03034C }
+ // aapt resource value: { 0x7F03035D }
public static int[] ScrollViewRendererTheme = new int[] {
- 2130903884};
+ 2130903901};
// aapt resource value: 0
public const int ScrollViewRendererTheme_scrollViewStyle = 0;
- // aapt resource value: { 0x10100DA,0x101011F,0x1010220,0x1010264,0x7F0300CF,0x7F0300F5,0x7F030134,0x7F0301BD,0x7F0301DC,0x7F030218,0x7F030330,0x7F030331,0x7F03034D,0x7F03034E,0x7F030392,0x7F03039B,0x7F030449 }
+ // aapt resource value: { 0x10100DA,0x101011F,0x1010220,0x1010264,0x7F0300D0,0x7F0300F6,0x7F03013B,0x7F0301C6,0x7F0301E5,0x7F030223,0x7F03033F,0x7F030340,0x7F03035F,0x7F030360,0x7F0303AD,0x7F0303B7,0x7F03046A }
public static int[] SearchView = new int[] {
16842970,
16843039,
16843296,
16843364,
- 2130903247,
- 2130903285,
- 2130903348,
- 2130903485,
- 2130903516,
- 2130903576,
- 2130903856,
- 2130903857,
- 2130903885,
- 2130903886,
- 2130903954,
- 2130903963,
- 2130904137};
+ 2130903248,
+ 2130903286,
+ 2130903355,
+ 2130903494,
+ 2130903525,
+ 2130903587,
+ 2130903871,
+ 2130903872,
+ 2130903903,
+ 2130903904,
+ 2130903981,
+ 2130903991,
+ 2130904170};
// aapt resource value: 0
public const int SearchView_android_focusable = 0;
@@ -35447,15 +36185,53 @@ namespace TINK.Droid
// aapt resource value: 16
public const int SearchView_voiceIcon = 16;
- // aapt resource value: { 0x10100F2,0x1010136,0x7F030029,0x7F0302B3,0x7F030350,0x7F030366,0x7F03043B }
+ // aapt resource value: { 0x7F0301F1,0x7F0302F3,0x7F030357,0x7F030364,0x7F030365,0x7F030367,0x7F0303AE }
+ public static int[] Section = new int[] {
+ 2130903537,
+ 2130903795,
+ 2130903895,
+ 2130903908,
+ 2130903909,
+ 2130903911,
+ 2130903982};
+
+ // aapt resource value: { 0x7F03019E }
+ public static int[] SectionFeature = new int[] {
+ 2130903454};
+
+ // aapt resource value: 0
+ public const int SectionFeature_featureType = 0;
+
+ // aapt resource value: 0
+ public const int Section_indexPrefixes = 0;
+
+ // aapt resource value: 1
+ public const int Section_noIndex = 1;
+
+ // aapt resource value: 2
+ public const int Section_schemaOrgProperty = 2;
+
+ // aapt resource value: 3
+ public const int Section_sectionFormat = 3;
+
+ // aapt resource value: 4
+ public const int Section_sectionId = 4;
+
+ // aapt resource value: 5
+ public const int Section_sectionWeight = 5;
+
+ // aapt resource value: 6
+ public const int Section_subsectionSeparator = 6;
+
+ // aapt resource value: { 0x10100F2,0x1010136,0x7F030029,0x7F0302BE,0x7F030368,0x7F030380,0x7F030459 }
public static int[] SeekBarPreference = new int[] {
16842994,
16843062,
2130903081,
- 2130903731,
- 2130903888,
- 2130903910,
- 2130904123};
+ 2130903742,
+ 2130903912,
+ 2130903936,
+ 2130904153};
// aapt resource value: 2
public const int SeekBarPreference_adjustable = 2;
@@ -35478,19 +36254,19 @@ namespace TINK.Droid
// aapt resource value: 6
public const int SeekBarPreference_updatesContinuously = 6;
- // aapt resource value: { 0x7F030104,0x7F030105,0x7F030106,0x7F030107,0x7F030108,0x7F030109,0x7F03010A,0x7F030359,0x7F03035C,0x7F03038F,0x7F030390 }
+ // aapt resource value: { 0x7F030105,0x7F030106,0x7F030107,0x7F030108,0x7F030109,0x7F03010A,0x7F03010B,0x7F030373,0x7F030376,0x7F0303AA,0x7F0303AB }
public static int[] ShapeableImageView = new int[] {
- 2130903300,
2130903301,
2130903302,
2130903303,
2130903304,
2130903305,
2130903306,
- 2130903897,
- 2130903900,
- 2130903951,
- 2130903952};
+ 2130903307,
+ 2130903923,
+ 2130903926,
+ 2130903978,
+ 2130903979};
// aapt resource value: 0
public const int ShapeableImageView_contentPadding = 0;
@@ -35525,18 +36301,18 @@ namespace TINK.Droid
// aapt resource value: 10
public const int ShapeableImageView_strokeWidth = 10;
- // aapt resource value: { 0x7F03010F,0x7F030110,0x7F030111,0x7F030112,0x7F030113,0x7F030115,0x7F030116,0x7F030117,0x7F030118,0x7F030119 }
+ // aapt resource value: { 0x7F030111,0x7F030112,0x7F030113,0x7F030114,0x7F030115,0x7F030117,0x7F030118,0x7F030119,0x7F03011A,0x7F03011B }
public static int[] ShapeAppearance = new int[] {
- 2130903311,
- 2130903312,
2130903313,
2130903314,
2130903315,
+ 2130903316,
2130903317,
- 2130903318,
2130903319,
2130903320,
- 2130903321};
+ 2130903321,
+ 2130903322,
+ 2130903323};
// aapt resource value: 0
public const int ShapeAppearance_cornerFamily = 0;
@@ -35568,11 +36344,11 @@ namespace TINK.Droid
// aapt resource value: 9
public const int ShapeAppearance_cornerSizeTopRight = 9;
- // aapt resource value: { 0x7F030083,0x7F0300F0,0x7F030348 }
+ // aapt resource value: { 0x7F030084,0x7F0300F1,0x7F030359 }
public static int[] SignInButton = new int[] {
- 2130903171,
- 2130903280,
- 2130903880};
+ 2130903172,
+ 2130903281,
+ 2130903897};
// aapt resource value: 0
public const int SignInButton_buttonSize = 0;
@@ -35583,30 +36359,30 @@ namespace TINK.Droid
// aapt resource value: 2
public const int SignInButton_scopeUris = 2;
- // aapt resource value: { 0x101000E,0x1010024,0x1010146,0x10102DE,0x10102DF,0x7F0301BF,0x7F0301C0,0x7F03020F,0x7F030210,0x7F0303F7,0x7F0303F8,0x7F0303F9,0x7F0303FA,0x7F0303FB,0x7F0303FF,0x7F030400,0x7F030401,0x7F030405,0x7F030420,0x7F030421,0x7F030422,0x7F030424 }
+ // aapt resource value: { 0x101000E,0x1010024,0x1010146,0x10102DE,0x10102DF,0x7F0301C8,0x7F0301C9,0x7F03021A,0x7F03021B,0x7F030413,0x7F030414,0x7F030415,0x7F030416,0x7F030417,0x7F03041B,0x7F03041C,0x7F03041D,0x7F030421,0x7F03043D,0x7F03043E,0x7F03043F,0x7F030441 }
public static int[] Slider = new int[] {
16842766,
16842788,
16843078,
16843486,
16843487,
- 2130903487,
- 2130903488,
- 2130903567,
- 2130903568,
- 2130904055,
- 2130904056,
- 2130904057,
- 2130904058,
- 2130904059,
- 2130904063,
- 2130904064,
- 2130904065,
- 2130904069,
- 2130904096,
+ 2130903496,
+ 2130903497,
+ 2130903578,
+ 2130903579,
+ 2130904083,
+ 2130904084,
+ 2130904085,
+ 2130904086,
+ 2130904087,
+ 2130904091,
+ 2130904092,
+ 2130904093,
2130904097,
- 2130904098,
- 2130904100};
+ 2130904125,
+ 2130904126,
+ 2130904127,
+ 2130904129};
// aapt resource value: 0
public const int Slider_android_enabled = 0;
@@ -35674,22 +36450,22 @@ namespace TINK.Droid
// aapt resource value: 21
public const int Slider_trackHeight = 21;
- // aapt resource value: { 0x7F030370,0x7F030371,0x7F030372 }
+ // aapt resource value: { 0x7F03038A,0x7F03038B,0x7F03038C }
public static int[] Snackbar = new int[] {
- 2130903920,
- 2130903921,
- 2130903922};
+ 2130903946,
+ 2130903947,
+ 2130903948};
- // aapt resource value: { 0x101011F,0x7F030026,0x7F030038,0x7F03004E,0x7F030051,0x7F030052,0x7F030161,0x7F030296 }
+ // aapt resource value: { 0x101011F,0x7F030026,0x7F030039,0x7F03004F,0x7F030052,0x7F030053,0x7F030169,0x7F0302A1 }
public static int[] SnackbarLayout = new int[] {
16843039,
2130903078,
- 2130903096,
- 2130903118,
- 2130903121,
+ 2130903097,
+ 2130903119,
2130903122,
- 2130903393,
- 2130903702};
+ 2130903123,
+ 2130903401,
+ 2130903713};
// aapt resource value: 1
public const int SnackbarLayout_actionTextColorAlpha = 1;
@@ -35724,13 +36500,13 @@ namespace TINK.Droid
// aapt resource value: 2
public const int Snackbar_snackbarTextViewStyle = 2;
- // aapt resource value: { 0x10100B2,0x1010176,0x101017B,0x1010262,0x7F03031A }
+ // aapt resource value: { 0x10100B2,0x1010176,0x101017B,0x1010262,0x7F030329 }
public static int[] Spinner = new int[] {
16842930,
16843126,
16843131,
16843362,
- 2130903834};
+ 2130903849};
// aapt resource value: 3
public const int Spinner_android_dropDownWidth = 3;
@@ -35747,10 +36523,10 @@ namespace TINK.Droid
// aapt resource value: 4
public const int Spinner_popupTheme = 4;
- // aapt resource value: { 0x10100D0,0x7F0300FB }
+ // aapt resource value: { 0x10100D0,0x7F0300FC }
public static int[] State = new int[] {
16842960,
- 2130903291};
+ 2130903292};
// aapt resource value: { 0x101011C,0x1010194,0x1010195,0x1010196,0x101030C,0x101030D }
public static int[] StateListDrawable = new int[] {
@@ -35786,9 +36562,9 @@ namespace TINK.Droid
// aapt resource value: 1
public const int StateListDrawable_android_visible = 1;
- // aapt resource value: { 0x7F030135 }
+ // aapt resource value: { 0x7F03013C }
public static int[] StateSet = new int[] {
- 2130903349};
+ 2130903356};
// aapt resource value: 0
public const int StateSet_defaultState = 0;
@@ -35799,29 +36575,29 @@ namespace TINK.Droid
// aapt resource value: 1
public const int State_constraints = 1;
- // aapt resource value: { 0x7F03039F }
+ // aapt resource value: { 0x7F0303BB }
public static int[] SwipeRefreshLayout = new int[] {
- 2130903967};
+ 2130903995};
// aapt resource value: 0
public const int SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor = 0;
- // aapt resource value: { 0x1010124,0x1010125,0x1010142,0x7F030367,0x7F030377,0x7F0303A0,0x7F0303A1,0x7F0303A5,0x7F0303FC,0x7F0303FD,0x7F0303FE,0x7F03041F,0x7F030426,0x7F030427 }
+ // aapt resource value: { 0x1010124,0x1010125,0x1010142,0x7F030381,0x7F030392,0x7F0303BC,0x7F0303BD,0x7F0303C1,0x7F030418,0x7F030419,0x7F03041A,0x7F03043C,0x7F030443,0x7F030444 }
public static int[] SwitchCompat = new int[] {
16843044,
16843045,
16843074,
- 2130903911,
- 2130903927,
- 2130903968,
- 2130903969,
- 2130903973,
- 2130904060,
- 2130904061,
- 2130904062,
- 2130904095,
- 2130904102,
- 2130904103};
+ 2130903937,
+ 2130903954,
+ 2130903996,
+ 2130903997,
+ 2130904001,
+ 2130904088,
+ 2130904089,
+ 2130904090,
+ 2130904124,
+ 2130904131,
+ 2130904132};
// aapt resource value: 1
public const int SwitchCompat_android_textOff = 1;
@@ -35865,38 +36641,38 @@ namespace TINK.Droid
// aapt resource value: 13
public const int SwitchCompat_trackTintMode = 13;
- // aapt resource value: { 0x7F03043E }
+ // aapt resource value: { 0x7F03045C }
public static int[] SwitchMaterial = new int[] {
- 2130904126};
+ 2130904156};
// aapt resource value: 0
public const int SwitchMaterial_useMaterialThemeColors = 0;
- // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x101036B,0x101036C,0x7F030144,0x7F03039D,0x7F03039E,0x7F0303A6,0x7F0303A7 }
+ // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x101036B,0x101036C,0x7F03014B,0x7F0303B9,0x7F0303BA,0x7F0303C2,0x7F0303C3 }
public static int[] SwitchPreference = new int[] {
16843247,
16843248,
16843249,
16843627,
16843628,
- 2130903364,
- 2130903965,
- 2130903966,
- 2130903974,
- 2130903975};
+ 2130903371,
+ 2130903993,
+ 2130903994,
+ 2130904002,
+ 2130904003};
- // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x101036B,0x101036C,0x7F030144,0x7F03039D,0x7F03039E,0x7F0303A6,0x7F0303A7 }
+ // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x101036B,0x101036C,0x7F03014B,0x7F0303B9,0x7F0303BA,0x7F0303C2,0x7F0303C3 }
public static int[] SwitchPreferenceCompat = new int[] {
16843247,
16843248,
16843249,
16843627,
16843628,
- 2130903364,
- 2130903965,
- 2130903966,
- 2130903974,
- 2130903975};
+ 2130903371,
+ 2130903993,
+ 2130903994,
+ 2130904002,
+ 2130904003};
// aapt resource value: 2
public const int SwitchPreferenceCompat_android_disableDependentsState = 2;
@@ -35973,34 +36749,34 @@ namespace TINK.Droid
// aapt resource value: 2
public const int TabItem_android_text = 2;
- // aapt resource value: { 0x7F0303A8,0x7F0303A9,0x7F0303AA,0x7F0303AB,0x7F0303AC,0x7F0303AD,0x7F0303AE,0x7F0303AF,0x7F0303B0,0x7F0303B1,0x7F0303B2,0x7F0303B3,0x7F0303B4,0x7F0303B5,0x7F0303B6,0x7F0303B7,0x7F0303B8,0x7F0303B9,0x7F0303BA,0x7F0303BB,0x7F0303BC,0x7F0303BD,0x7F0303BE,0x7F0303C0,0x7F0303C1,0x7F0303C2 }
+ // aapt resource value: { 0x7F0303C4,0x7F0303C5,0x7F0303C6,0x7F0303C7,0x7F0303C8,0x7F0303C9,0x7F0303CA,0x7F0303CB,0x7F0303CC,0x7F0303CD,0x7F0303CE,0x7F0303CF,0x7F0303D0,0x7F0303D1,0x7F0303D2,0x7F0303D3,0x7F0303D4,0x7F0303D5,0x7F0303D6,0x7F0303D7,0x7F0303D8,0x7F0303D9,0x7F0303DA,0x7F0303DC,0x7F0303DD,0x7F0303DE }
public static int[] TabLayout = new int[] {
- 2130903976,
- 2130903977,
- 2130903978,
- 2130903979,
- 2130903980,
- 2130903981,
- 2130903982,
- 2130903983,
- 2130903984,
- 2130903985,
- 2130903986,
- 2130903987,
- 2130903988,
- 2130903989,
- 2130903990,
- 2130903991,
- 2130903992,
- 2130903993,
- 2130903994,
- 2130903995,
- 2130903996,
- 2130903997,
- 2130903998,
- 2130904000,
- 2130904001,
- 2130904002};
+ 2130904004,
+ 2130904005,
+ 2130904006,
+ 2130904007,
+ 2130904008,
+ 2130904009,
+ 2130904010,
+ 2130904011,
+ 2130904012,
+ 2130904013,
+ 2130904014,
+ 2130904015,
+ 2130904016,
+ 2130904017,
+ 2130904018,
+ 2130904019,
+ 2130904020,
+ 2130904021,
+ 2130904022,
+ 2130904023,
+ 2130904024,
+ 2130904025,
+ 2130904026,
+ 2130904028,
+ 2130904029,
+ 2130904030};
// aapt resource value: 0
public const int TabLayout_tabBackground = 0;
@@ -36080,7 +36856,7 @@ namespace TINK.Droid
// aapt resource value: 25
public const int TabLayout_tabUnboundedRipple = 25;
- // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x101009A,0x101009B,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x1010585,0x7F0301AC,0x7F0301B5,0x7F0303C8,0x7F0303EA }
+ // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x101009A,0x101009B,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x1010585,0x7F0301B5,0x7F0301BE,0x7F0303E4,0x7F030406 }
public static int[] TextAppearance = new int[] {
16842901,
16842902,
@@ -36094,10 +36870,10 @@ namespace TINK.Droid
16843108,
16843692,
16844165,
- 2130903468,
2130903477,
- 2130904008,
- 2130904042};
+ 2130903486,
+ 2130904036,
+ 2130904070};
// aapt resource value: 10
public const int TextAppearance_android_fontFamily = 10;
@@ -36147,7 +36923,7 @@ namespace TINK.Droid
// aapt resource value: 15
public const int TextAppearance_textLocale = 15;
- // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x101014F,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x7F030066,0x7F030067,0x7F0303E7,0x7F0303EB,0x7F0303EC }
+ // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x101014F,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x7F030067,0x7F030068,0x7F030403,0x7F030407,0x7F030408 }
public static int[] TextEffects = new int[] {
16842901,
16842902,
@@ -36158,11 +36934,11 @@ namespace TINK.Droid
16843107,
16843108,
16843692,
- 2130903142,
2130903143,
- 2130904039,
- 2130904043,
- 2130904044};
+ 2130903144,
+ 2130904067,
+ 2130904071,
+ 2130904072};
// aapt resource value: 8
public const int TextEffects_android_fontFamily = 8;
@@ -36206,21 +36982,20 @@ namespace TINK.Droid
// aapt resource value: 13
public const int TextEffects_textOutlineThickness = 13;
- // aapt resource value: { 0x7F0303E8 }
+ // aapt resource value: { 0x7F030404 }
public static int[] TextInputEditText = new int[] {
- 2130904040};
+ 2130904068};
// aapt resource value: 0
public const int TextInputEditText_textInputLayoutFocusedRectEnabled = 0;
- // aapt resource value: { 0x101000E,0x101009A,0x101011F,0x101013F,0x1010150,0x7F03006E,0x7F03006F,0x7F030070,0x7F030071,0x7F030072,0x7F030073,0x7F030074,0x7F030075,0x7F030076,0x7F030077,0x7F030078,0x7F03011A,0x7F03011B,0x7F03011C,0x7F03011D,0x7F03011E,0x7F03011F,0x7F030167,0x7F030168,0x7F030169,0x7F03016A,0x7F03016B,0x7F03016C,0x7F030173,0x7F030174,0x7F030175,0x7F030176,0x7F030177,0x7F030178,0x7F030179,0x7F03017D,0x7F0301C3,0x7F0301C4,0x7F0301C5,0x7F0301C6,0x7F0301CB,0x7F0301CC,0x7F0301CD,0x7F0301CE,0x7F030301,0x7F030302,0x7F030303,0x7F030304,0x7F030305,0x7F03030F,0x7F030310,0x7F030311,0x7F030326,0x7F030327,0x7F030328,0x7F030359,0x7F03035C,0x7F030381,0x7F030382,0x7F030383,0x7F030384,0x7F030385,0x7F030398,0x7F030399,0x7F03039A }
+ // aapt resource value: { 0x101000E,0x101009A,0x101011F,0x101013F,0x1010150,0x7F03006F,0x7F030070,0x7F030071,0x7F030072,0x7F030073,0x7F030074,0x7F030075,0x7F030076,0x7F030077,0x7F030078,0x7F030079,0x7F03011E,0x7F03011F,0x7F030120,0x7F030121,0x7F030122,0x7F030123,0x7F03016F,0x7F030170,0x7F030171,0x7F030172,0x7F030173,0x7F030174,0x7F03017B,0x7F03017C,0x7F03017D,0x7F03017E,0x7F03017F,0x7F030180,0x7F030181,0x7F030185,0x7F0301CC,0x7F0301CD,0x7F0301CE,0x7F0301CF,0x7F0301D4,0x7F0301D5,0x7F0301D6,0x7F0301D7,0x7F03030F,0x7F030310,0x7F030311,0x7F030312,0x7F030313,0x7F03031E,0x7F03031F,0x7F030320,0x7F030335,0x7F030336,0x7F030337,0x7F030373,0x7F030376,0x7F03039C,0x7F03039D,0x7F03039E,0x7F03039F,0x7F0303A0,0x7F0303B4,0x7F0303B5,0x7F0303B6 }
public static int[] TextInputLayout = new int[] {
16842766,
16842906,
16843039,
16843071,
16843088,
- 2130903150,
2130903151,
2130903152,
2130903153,
@@ -36231,55 +37006,56 @@ namespace TINK.Droid
2130903158,
2130903159,
2130903160,
- 2130903322,
- 2130903323,
- 2130903324,
- 2130903325,
+ 2130903161,
2130903326,
2130903327,
- 2130903399,
- 2130903400,
- 2130903401,
- 2130903402,
- 2130903403,
- 2130903404,
+ 2130903328,
+ 2130903329,
+ 2130903330,
+ 2130903331,
+ 2130903407,
+ 2130903408,
+ 2130903409,
+ 2130903410,
2130903411,
2130903412,
- 2130903413,
- 2130903414,
- 2130903415,
- 2130903416,
- 2130903417,
+ 2130903419,
+ 2130903420,
2130903421,
- 2130903491,
- 2130903492,
- 2130903493,
- 2130903494,
- 2130903499,
+ 2130903422,
+ 2130903423,
+ 2130903424,
+ 2130903425,
+ 2130903429,
2130903500,
2130903501,
2130903502,
- 2130903809,
- 2130903810,
- 2130903811,
- 2130903812,
- 2130903813,
+ 2130903503,
+ 2130903508,
+ 2130903509,
+ 2130903510,
+ 2130903511,
2130903823,
2130903824,
2130903825,
- 2130903846,
- 2130903847,
- 2130903848,
- 2130903897,
- 2130903900,
- 2130903937,
- 2130903938,
- 2130903939,
- 2130903940,
- 2130903941,
- 2130903960,
- 2130903961,
- 2130903962};
+ 2130903826,
+ 2130903827,
+ 2130903838,
+ 2130903839,
+ 2130903840,
+ 2130903861,
+ 2130903862,
+ 2130903863,
+ 2130903923,
+ 2130903926,
+ 2130903964,
+ 2130903965,
+ 2130903966,
+ 2130903967,
+ 2130903968,
+ 2130903988,
+ 2130903989,
+ 2130903990};
// aapt resource value: 0
public const int TextInputLayout_android_enabled = 0;
@@ -36476,11 +37252,11 @@ namespace TINK.Droid
// aapt resource value: 64
public const int TextInputLayout_suffixTextColor = 64;
- // aapt resource value: { 0x1010034,0x7F03016D,0x7F03016E }
+ // aapt resource value: { 0x1010034,0x7F030175,0x7F030176 }
public static int[] ThemeEnforcement = new int[] {
16842804,
- 2130903405,
- 2130903406};
+ 2130903413,
+ 2130903414};
// aapt resource value: 0
public const int ThemeEnforcement_android_textAppearance = 0;
@@ -36491,38 +37267,38 @@ namespace TINK.Droid
// aapt resource value: 2
public const int ThemeEnforcement_enforceTextAppearance = 2;
- // aapt resource value: { 0x10100AF,0x1010140,0x7F030080,0x7F0300D7,0x7F0300D8,0x7F0300FE,0x7F0300FF,0x7F030100,0x7F030101,0x7F030102,0x7F030103,0x7F030276,0x7F030277,0x7F030297,0x7F0302AF,0x7F0302DE,0x7F0302DF,0x7F03031A,0x7F030393,0x7F030395,0x7F030396,0x7F030408,0x7F03040C,0x7F03040D,0x7F03040E,0x7F03040F,0x7F030410,0x7F030411,0x7F030412,0x7F030413 }
+ // aapt resource value: { 0x10100AF,0x1010140,0x7F030081,0x7F0300D8,0x7F0300D9,0x7F0300FF,0x7F030100,0x7F030101,0x7F030102,0x7F030103,0x7F030104,0x7F030281,0x7F030282,0x7F0302A2,0x7F0302BA,0x7F0302E9,0x7F0302EA,0x7F030329,0x7F0303AF,0x7F0303B1,0x7F0303B2,0x7F030424,0x7F030428,0x7F030429,0x7F03042A,0x7F03042B,0x7F03042C,0x7F03042D,0x7F03042E,0x7F03042F }
public static int[] Toolbar = new int[] {
16842927,
16843072,
- 2130903168,
- 2130903255,
+ 2130903169,
2130903256,
- 2130903294,
+ 2130903257,
2130903295,
2130903296,
2130903297,
2130903298,
2130903299,
- 2130903670,
- 2130903671,
- 2130903703,
- 2130903727,
- 2130903774,
- 2130903775,
- 2130903834,
- 2130903955,
- 2130903957,
- 2130903958,
- 2130904072,
- 2130904076,
- 2130904077,
- 2130904078,
- 2130904079,
- 2130904080,
- 2130904081,
- 2130904082,
- 2130904083};
+ 2130903300,
+ 2130903681,
+ 2130903682,
+ 2130903714,
+ 2130903738,
+ 2130903785,
+ 2130903786,
+ 2130903849,
+ 2130903983,
+ 2130903985,
+ 2130903986,
+ 2130904100,
+ 2130904104,
+ 2130904105,
+ 2130904106,
+ 2130904107,
+ 2130904108,
+ 2130904109,
+ 2130904110,
+ 2130904111};
// aapt resource value: 0
public const int Toolbar_android_gravity = 0;
@@ -36614,7 +37390,7 @@ namespace TINK.Droid
// aapt resource value: 29
public const int Toolbar_titleTextColor = 29;
- // aapt resource value: { 0x1010034,0x10100D5,0x10100F6,0x101013F,0x1010140,0x101014F,0x7F030051 }
+ // aapt resource value: { 0x1010034,0x10100D5,0x10100F6,0x101013F,0x1010140,0x101014F,0x7F030052 }
public static int[] Tooltip = new int[] {
16842804,
16842965,
@@ -36622,7 +37398,7 @@ namespace TINK.Droid
16843071,
16843072,
16843087,
- 2130903121};
+ 2130903122};
// aapt resource value: 2
public const int Tooltip_android_layout_margin = 2;
@@ -36645,7 +37421,7 @@ namespace TINK.Droid
// aapt resource value: 6
public const int Tooltip_backgroundTint = 6;
- // aapt resource value: { 0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030428 }
+ // aapt resource value: { 0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030445 }
public static int[] Transform = new int[] {
16843552,
16843553,
@@ -36658,7 +37434,7 @@ namespace TINK.Droid
16843560,
16843770,
16843840,
- 2130904104};
+ 2130904133};
// aapt resource value: 10
public const int Transform_android_elevation = 10;
@@ -36696,19 +37472,19 @@ namespace TINK.Droid
// aapt resource value: 11
public const int Transform_transformPivotTarget = 11;
- // aapt resource value: { 0x10100D0,0x7F030047,0x7F0300F7,0x7F0300F8,0x7F03015C,0x7F03021A,0x7F0302D3,0x7F030306,0x7F03037F,0x7F030429,0x7F03042B }
+ // aapt resource value: { 0x10100D0,0x7F030048,0x7F0300F8,0x7F0300F9,0x7F030164,0x7F030225,0x7F0302DE,0x7F030314,0x7F03039A,0x7F030446,0x7F030448 }
public static int[] Transition = new int[] {
16842960,
- 2130903111,
- 2130903287,
+ 2130903112,
2130903288,
- 2130903388,
- 2130903578,
- 2130903763,
- 2130903814,
- 2130903935,
- 2130904105,
- 2130904107};
+ 2130903289,
+ 2130903396,
+ 2130903589,
+ 2130903774,
+ 2130903828,
+ 2130903962,
+ 2130904134,
+ 2130904136};
// aapt resource value: 0
public const int Transition_android_id = 0;
@@ -36743,13 +37519,13 @@ namespace TINK.Droid
// aapt resource value: 10
public const int Transition_transitionFlags = 10;
- // aapt resource value: { 0x7F0300FB,0x7F03033D,0x7F03033E,0x7F03033F,0x7F030340 }
+ // aapt resource value: { 0x7F0300FC,0x7F03034C,0x7F03034D,0x7F03034E,0x7F03034F }
public static int[] Variant = new int[] {
- 2130903291,
- 2130903869,
- 2130903870,
- 2130903871,
- 2130903872};
+ 2130903292,
+ 2130903884,
+ 2130903885,
+ 2130903886,
+ 2130903887};
// aapt resource value: 0
public const int Variant_constraints = 0;
@@ -36766,19 +37542,19 @@ namespace TINK.Droid
// aapt resource value: 4
public const int Variant_region_widthMoreThan = 4;
- // aapt resource value: { 0x1010000,0x10100DA,0x7F0302F8,0x7F0302FB,0x7F0303F4 }
+ // aapt resource value: { 0x1010000,0x10100DA,0x7F030304,0x7F030307,0x7F030410 }
public static int[] View = new int[] {
16842752,
16842970,
- 2130903800,
- 2130903803,
- 2130904052};
+ 2130903812,
+ 2130903815,
+ 2130904080};
- // aapt resource value: { 0x10100D4,0x7F030051,0x7F030052 }
+ // aapt resource value: { 0x10100D4,0x7F030052,0x7F030053 }
public static int[] ViewBackgroundHelper = new int[] {
16842964,
- 2130903121,
- 2130903122};
+ 2130903122,
+ 2130903123};
// aapt resource value: 0
public const int ViewBackgroundHelper_android_background = 0;
@@ -36811,23 +37587,23 @@ namespace TINK.Droid
// aapt resource value: 1
public const int ViewStubCompat_android_layout = 1;
- // aapt resource value: { 0x10100D0,0x7F030001,0x7F030002,0x7F0300C9,0x7F03015C,0x7F0301DD,0x7F0301DE,0x7F0302D3,0x7F0302D8,0x7F0302F0,0x7F030306,0x7F030358,0x7F030429,0x7F03043A,0x7F030444 }
+ // aapt resource value: { 0x10100D0,0x7F030001,0x7F030002,0x7F0300CA,0x7F030164,0x7F0301E6,0x7F0301E7,0x7F0302DE,0x7F0302E3,0x7F0302FC,0x7F030314,0x7F030371,0x7F030446,0x7F030458,0x7F030465 }
public static int[] ViewTransition = new int[] {
16842960,
2130903041,
2130903042,
- 2130903241,
- 2130903388,
- 2130903517,
- 2130903518,
- 2130903763,
- 2130903768,
- 2130903792,
- 2130903814,
- 2130903896,
- 2130904105,
- 2130904122,
- 2130904132};
+ 2130903242,
+ 2130903396,
+ 2130903526,
+ 2130903527,
+ 2130903774,
+ 2130903779,
+ 2130903804,
+ 2130903828,
+ 2130903921,
+ 2130904134,
+ 2130904152,
+ 2130904165};
// aapt resource value: 0
public const int ViewTransition_android_id = 0;
diff --git a/LastenradBayern/TINK/App.xaml.cs b/LastenradBayern/TINK/App.xaml.cs
index 2e42308..9f18395 100644
--- a/LastenradBayern/TINK/App.xaml.cs
+++ b/LastenradBayern/TINK/App.xaml.cs
@@ -254,6 +254,28 @@ namespace TINK
.CreateLogger();
}
+ /// The URI for the request.
+ /// Overriden to respond when the user initiates an app link request.
+ protected override void OnAppLinkRequestReceived(Uri uri)
+ {
+ base.OnAppLinkRequestReceived(uri);
+ // TODO: Adjust to correct host
+ if (uri.Host.ToLower() == "sharee.bike")
+ {
+ // Input e.g. sharee.bike/sharee/lastenrad/?lat=49.921&long=32.51
+ Array segments = Array.ConvertAll(uri.Segments, segment => segment.Replace("/", "")).Skip(1).ToArray();
+ Dictionary queryDict = uri.Query
+ .Substring(1)
+ .Split("&")
+ .Select(query => query.Split('='))
+ .ToDictionary(query => query.FirstOrDefault(), query => query.Skip(1).FirstOrDefault());
+ // segments == ["sharee", "lastenrad"]
+ // queryDict == [{["lat", "49.921"]}], {["long", "32.51"]}]
+ // => Navigate and pass params depending on linkinput
+ // If no custom navigation is configured, the app just opens as if the user opened it
+ }
+ }
+
/// Gets the current logging level.
///
private static LogEventLevel GetCurrentLogEventLevel()
diff --git a/Meinkonrad/TINK.Android/MainActivity.cs b/Meinkonrad/TINK.Android/MainActivity.cs
index 6d41ea5..0d8860d 100644
--- a/Meinkonrad/TINK.Android/MainActivity.cs
+++ b/Meinkonrad/TINK.Android/MainActivity.cs
@@ -4,11 +4,28 @@ using Android.Content.PM;
using Android.OS;
using Android.Content;
using Java.Interop;
+using Xamarin.Forms.Platform.Android.AppLinks;
+using Firebase;
namespace TINK.Droid
{
[Activity (Label = "Mein konrad", Icon = "@drawable/sharee", Theme="@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
- public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity
+
+ [IntentFilter(new[] { Intent.ActionView },
+ Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault },
+ DataScheme = "https",
+ DataHost = "sharee.bike", // TODO: Adjust to correct domain
+ DataPathPrefix = "/",
+ AutoVerify = true)]
+
+ [IntentFilter(new[] { Intent.ActionView },
+ Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault },
+ DataScheme = "http",
+ DataHost = "sharee.bike", // TODO: Adjust to correct domain
+ DataPathPrefix = "/",
+ AutoVerify = true)]
+
+ public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity
{
protected override void OnCreate (Bundle bundle)
{
@@ -19,6 +36,9 @@ namespace TINK.Droid
global::Xamarin.Forms.Forms.Init (this, bundle);
+ FirebaseApp.InitializeApp(this);
+ AndroidAppLinks.Init(this);
+
// Initialize xamarin.essentials, see https://docs.microsoft.com/en-us/xamarin/essentials/get-started?tabs=macos%2Candroid.
Xamarin.Essentials.Platform.Init(this, bundle);
diff --git a/Meinkonrad/TINK.Android/Meinkonrad.Android.csproj b/Meinkonrad/TINK.Android/Meinkonrad.Android.csproj
index 82d7a8e..cd950f9 100644
--- a/Meinkonrad/TINK.Android/Meinkonrad.Android.csproj
+++ b/Meinkonrad/TINK.Android/Meinkonrad.Android.csproj
@@ -190,6 +190,9 @@
+
+ 5.0.0.2244
+
diff --git a/Meinkonrad/TINK.Android/Resources/Resource.Designer.cs b/Meinkonrad/TINK.Android/Resources/Resource.Designer.cs
index 703727b..bcfff96 100644
--- a/Meinkonrad/TINK.Android/Resources/Resource.Designer.cs
+++ b/Meinkonrad/TINK.Android/Resources/Resource.Designer.cs
@@ -5942,6 +5942,451 @@ namespace TINK.Droid
global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_type = global::TINK.Droid.Resource.Styleable.GradientColor_android_type;
global::Xamarin.Essentials.Resource.Xml.image_share_filepaths = global::TINK.Droid.Resource.Xml.image_share_filepaths;
global::Xamarin.Essentials.Resource.Xml.xamarin_essentials_fileprovider_file_paths = global::TINK.Droid.Resource.Xml.xamarin_essentials_fileprovider_file_paths;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Animation.fragment_fast_out_extra_slow_in = global::TINK.Droid.Resource.Animation.fragment_fast_out_extra_slow_in;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Animator.fragment_close_enter = global::TINK.Droid.Resource.Animator.fragment_close_enter;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Animator.fragment_close_exit = global::TINK.Droid.Resource.Animator.fragment_close_exit;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Animator.fragment_fade_enter = global::TINK.Droid.Resource.Animator.fragment_fade_enter;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Animator.fragment_fade_exit = global::TINK.Droid.Resource.Animator.fragment_fade_exit;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Animator.fragment_open_enter = global::TINK.Droid.Resource.Animator.fragment_open_enter;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Animator.fragment_open_exit = global::TINK.Droid.Resource.Animator.fragment_open_exit;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.allowShortcuts = global::TINK.Droid.Resource.Attribute.allowShortcuts;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.alpha = global::TINK.Droid.Resource.Attribute.alpha;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.buttonSize = global::TINK.Droid.Resource.Attribute.buttonSize;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.circleCrop = global::TINK.Droid.Resource.Attribute.circleCrop;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.colorScheme = global::TINK.Droid.Resource.Attribute.colorScheme;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.contentProviderUri = global::TINK.Droid.Resource.Attribute.contentProviderUri;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.coordinatorLayoutStyle = global::TINK.Droid.Resource.Attribute.coordinatorLayoutStyle;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.corpusId = global::TINK.Droid.Resource.Attribute.corpusId;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.corpusVersion = global::TINK.Droid.Resource.Attribute.corpusVersion;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.defaultIntentAction = global::TINK.Droid.Resource.Attribute.defaultIntentAction;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.defaultIntentActivity = global::TINK.Droid.Resource.Attribute.defaultIntentActivity;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.defaultIntentData = global::TINK.Droid.Resource.Attribute.defaultIntentData;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.documentMaxAgeSecs = global::TINK.Droid.Resource.Attribute.documentMaxAgeSecs;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.drawerLayoutStyle = global::TINK.Droid.Resource.Attribute.drawerLayoutStyle;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.elevation = global::TINK.Droid.Resource.Attribute.elevation;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.featureType = global::TINK.Droid.Resource.Attribute.featureType;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.font = global::TINK.Droid.Resource.Attribute.font;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontProviderAuthority = global::TINK.Droid.Resource.Attribute.fontProviderAuthority;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontProviderCerts = global::TINK.Droid.Resource.Attribute.fontProviderCerts;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontProviderFetchStrategy = global::TINK.Droid.Resource.Attribute.fontProviderFetchStrategy;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontProviderFetchTimeout = global::TINK.Droid.Resource.Attribute.fontProviderFetchTimeout;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontProviderPackage = global::TINK.Droid.Resource.Attribute.fontProviderPackage;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontProviderQuery = global::TINK.Droid.Resource.Attribute.fontProviderQuery;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontProviderSystemFontFamily = global::TINK.Droid.Resource.Attribute.fontProviderSystemFontFamily;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontStyle = global::TINK.Droid.Resource.Attribute.fontStyle;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontVariationSettings = global::TINK.Droid.Resource.Attribute.fontVariationSettings;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontWeight = global::TINK.Droid.Resource.Attribute.fontWeight;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.imageAspectRatio = global::TINK.Droid.Resource.Attribute.imageAspectRatio;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.imageAspectRatioAdjust = global::TINK.Droid.Resource.Attribute.imageAspectRatioAdjust;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.indexPrefixes = global::TINK.Droid.Resource.Attribute.indexPrefixes;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.inputEnabled = global::TINK.Droid.Resource.Attribute.inputEnabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.keylines = global::TINK.Droid.Resource.Attribute.keylines;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.layout_anchor = global::TINK.Droid.Resource.Attribute.layout_anchor;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.layout_anchorGravity = global::TINK.Droid.Resource.Attribute.layout_anchorGravity;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.layout_behavior = global::TINK.Droid.Resource.Attribute.layout_behavior;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.layout_dodgeInsetEdges = global::TINK.Droid.Resource.Attribute.layout_dodgeInsetEdges;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.layout_insetEdge = global::TINK.Droid.Resource.Attribute.layout_insetEdge;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.layout_keyline = global::TINK.Droid.Resource.Attribute.layout_keyline;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.nestedScrollViewStyle = global::TINK.Droid.Resource.Attribute.nestedScrollViewStyle;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.noIndex = global::TINK.Droid.Resource.Attribute.noIndex;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.paramName = global::TINK.Droid.Resource.Attribute.paramName;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.paramValue = global::TINK.Droid.Resource.Attribute.paramValue;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.perAccountTemplate = global::TINK.Droid.Resource.Attribute.perAccountTemplate;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.queryPatterns = global::TINK.Droid.Resource.Attribute.queryPatterns;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.schemaOrgProperty = global::TINK.Droid.Resource.Attribute.schemaOrgProperty;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.schemaOrgType = global::TINK.Droid.Resource.Attribute.schemaOrgType;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.scopeUris = global::TINK.Droid.Resource.Attribute.scopeUris;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.searchEnabled = global::TINK.Droid.Resource.Attribute.searchEnabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.searchLabel = global::TINK.Droid.Resource.Attribute.searchLabel;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.sectionContent = global::TINK.Droid.Resource.Attribute.sectionContent;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.sectionFormat = global::TINK.Droid.Resource.Attribute.sectionFormat;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.sectionId = global::TINK.Droid.Resource.Attribute.sectionId;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.sectionType = global::TINK.Droid.Resource.Attribute.sectionType;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.sectionWeight = global::TINK.Droid.Resource.Attribute.sectionWeight;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.semanticallySearchable = global::TINK.Droid.Resource.Attribute.semanticallySearchable;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.settingsDescription = global::TINK.Droid.Resource.Attribute.settingsDescription;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.shortcutMatchRequired = global::TINK.Droid.Resource.Attribute.shortcutMatchRequired;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.sourceClass = global::TINK.Droid.Resource.Attribute.sourceClass;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.statusBarBackground = global::TINK.Droid.Resource.Attribute.statusBarBackground;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.subsectionSeparator = global::TINK.Droid.Resource.Attribute.subsectionSeparator;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.swipeRefreshLayoutProgressSpinnerBackgroundColor = global::TINK.Droid.Resource.Attribute.swipeRefreshLayoutProgressSpinnerBackgroundColor;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.toAddressesSection = global::TINK.Droid.Resource.Attribute.toAddressesSection;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.trimmable = global::TINK.Droid.Resource.Attribute.trimmable;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.ttcIndex = global::TINK.Droid.Resource.Attribute.ttcIndex;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.userInputSection = global::TINK.Droid.Resource.Attribute.userInputSection;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.userInputTag = global::TINK.Droid.Resource.Attribute.userInputTag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.userInputValue = global::TINK.Droid.Resource.Attribute.userInputValue;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.androidx_core_ripple_material_light = global::TINK.Droid.Resource.Color.androidx_core_ripple_material_light;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.androidx_core_secondary_text_default_material_light = global::TINK.Droid.Resource.Color.androidx_core_secondary_text_default_material_light;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_dark = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_dark;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_dark_default = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_dark_default;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_dark_disabled = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_dark_disabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_dark_focused = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_dark_focused;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_dark_pressed = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_dark_pressed;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_light = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_light;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_light_default = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_light_default;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_light_disabled = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_light_disabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_light_focused = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_light_focused;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_light_pressed = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_light_pressed;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_tint = global::TINK.Droid.Resource.Color.common_google_signin_btn_tint;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.notification_action_color_filter = global::TINK.Droid.Resource.Color.notification_action_color_filter;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.notification_icon_bg_color = global::TINK.Droid.Resource.Color.notification_icon_bg_color;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.notification_material_background_media_default_color = global::TINK.Droid.Resource.Color.notification_material_background_media_default_color;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.primary_text_default_material_dark = global::TINK.Droid.Resource.Color.primary_text_default_material_dark;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.secondary_text_default_material_dark = global::TINK.Droid.Resource.Color.secondary_text_default_material_dark;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.compat_button_inset_horizontal_material = global::TINK.Droid.Resource.Dimension.compat_button_inset_horizontal_material;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.compat_button_inset_vertical_material = global::TINK.Droid.Resource.Dimension.compat_button_inset_vertical_material;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.compat_button_padding_horizontal_material = global::TINK.Droid.Resource.Dimension.compat_button_padding_horizontal_material;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.compat_button_padding_vertical_material = global::TINK.Droid.Resource.Dimension.compat_button_padding_vertical_material;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.compat_control_corner_material = global::TINK.Droid.Resource.Dimension.compat_control_corner_material;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.compat_notification_large_icon_max_height = global::TINK.Droid.Resource.Dimension.compat_notification_large_icon_max_height;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.compat_notification_large_icon_max_width = global::TINK.Droid.Resource.Dimension.compat_notification_large_icon_max_width;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.def_drawer_elevation = global::TINK.Droid.Resource.Dimension.def_drawer_elevation;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_action_icon_size = global::TINK.Droid.Resource.Dimension.notification_action_icon_size;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_action_text_size = global::TINK.Droid.Resource.Dimension.notification_action_text_size;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_big_circle_margin = global::TINK.Droid.Resource.Dimension.notification_big_circle_margin;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_content_margin_start = global::TINK.Droid.Resource.Dimension.notification_content_margin_start;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_large_icon_height = global::TINK.Droid.Resource.Dimension.notification_large_icon_height;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_large_icon_width = global::TINK.Droid.Resource.Dimension.notification_large_icon_width;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_main_column_padding_top = global::TINK.Droid.Resource.Dimension.notification_main_column_padding_top;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_media_narrow_margin = global::TINK.Droid.Resource.Dimension.notification_media_narrow_margin;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_right_icon_size = global::TINK.Droid.Resource.Dimension.notification_right_icon_size;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_right_side_padding_top = global::TINK.Droid.Resource.Dimension.notification_right_side_padding_top;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_small_icon_background_padding = global::TINK.Droid.Resource.Dimension.notification_small_icon_background_padding;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_small_icon_size_as_large = global::TINK.Droid.Resource.Dimension.notification_small_icon_size_as_large;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_subtext_size = global::TINK.Droid.Resource.Dimension.notification_subtext_size;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_top_pad = global::TINK.Droid.Resource.Dimension.notification_top_pad;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_top_pad_large_text = global::TINK.Droid.Resource.Dimension.notification_top_pad_large_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_full_open_on_phone = global::TINK.Droid.Resource.Drawable.common_full_open_on_phone;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_dark = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_dark;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_dark_focused = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_dark_focused;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_dark_normal = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_dark_normal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_dark_normal_background = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_dark_normal_background;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_disabled = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_disabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_light = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_light;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_light_focused = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_light_focused;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_light_normal = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_light_normal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_light_normal_background = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_light_normal_background;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_dark = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_dark;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_dark_focused = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_dark_focused;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_dark_normal = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_dark_normal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_dark_normal_background = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_dark_normal_background;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_disabled = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_disabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_light = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_light;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_light_focused = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_light_focused;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_light_normal = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_light_normal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_light_normal_background = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_light_normal_background;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.googleg_disabled_color_18 = global::TINK.Droid.Resource.Drawable.googleg_disabled_color_18;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.googleg_standard_color_18 = global::TINK.Droid.Resource.Drawable.googleg_standard_color_18;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_action_background = global::TINK.Droid.Resource.Drawable.notification_action_background;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_bg = global::TINK.Droid.Resource.Drawable.notification_bg;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_bg_low = global::TINK.Droid.Resource.Drawable.notification_bg_low;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_bg_low_normal = global::TINK.Droid.Resource.Drawable.notification_bg_low_normal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_bg_low_pressed = global::TINK.Droid.Resource.Drawable.notification_bg_low_pressed;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_bg_normal = global::TINK.Droid.Resource.Drawable.notification_bg_normal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_bg_normal_pressed = global::TINK.Droid.Resource.Drawable.notification_bg_normal_pressed;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_icon_background = global::TINK.Droid.Resource.Drawable.notification_icon_background;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_template_icon_bg = global::TINK.Droid.Resource.Drawable.notification_template_icon_bg;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_template_icon_low_bg = global::TINK.Droid.Resource.Drawable.notification_template_icon_low_bg;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_tile_bg = global::TINK.Droid.Resource.Drawable.notification_tile_bg;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notify_panel_notification_icon_bg = global::TINK.Droid.Resource.Drawable.notify_panel_notification_icon_bg;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_action_clickable_span = global::TINK.Droid.Resource.Id.accessibility_action_clickable_span;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_0 = global::TINK.Droid.Resource.Id.accessibility_custom_action_0;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_1 = global::TINK.Droid.Resource.Id.accessibility_custom_action_1;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_10 = global::TINK.Droid.Resource.Id.accessibility_custom_action_10;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_11 = global::TINK.Droid.Resource.Id.accessibility_custom_action_11;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_12 = global::TINK.Droid.Resource.Id.accessibility_custom_action_12;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_13 = global::TINK.Droid.Resource.Id.accessibility_custom_action_13;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_14 = global::TINK.Droid.Resource.Id.accessibility_custom_action_14;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_15 = global::TINK.Droid.Resource.Id.accessibility_custom_action_15;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_16 = global::TINK.Droid.Resource.Id.accessibility_custom_action_16;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_17 = global::TINK.Droid.Resource.Id.accessibility_custom_action_17;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_18 = global::TINK.Droid.Resource.Id.accessibility_custom_action_18;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_19 = global::TINK.Droid.Resource.Id.accessibility_custom_action_19;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_2 = global::TINK.Droid.Resource.Id.accessibility_custom_action_2;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_20 = global::TINK.Droid.Resource.Id.accessibility_custom_action_20;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_21 = global::TINK.Droid.Resource.Id.accessibility_custom_action_21;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_22 = global::TINK.Droid.Resource.Id.accessibility_custom_action_22;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_23 = global::TINK.Droid.Resource.Id.accessibility_custom_action_23;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_24 = global::TINK.Droid.Resource.Id.accessibility_custom_action_24;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_25 = global::TINK.Droid.Resource.Id.accessibility_custom_action_25;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_26 = global::TINK.Droid.Resource.Id.accessibility_custom_action_26;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_27 = global::TINK.Droid.Resource.Id.accessibility_custom_action_27;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_28 = global::TINK.Droid.Resource.Id.accessibility_custom_action_28;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_29 = global::TINK.Droid.Resource.Id.accessibility_custom_action_29;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_3 = global::TINK.Droid.Resource.Id.accessibility_custom_action_3;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_30 = global::TINK.Droid.Resource.Id.accessibility_custom_action_30;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_31 = global::TINK.Droid.Resource.Id.accessibility_custom_action_31;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_4 = global::TINK.Droid.Resource.Id.accessibility_custom_action_4;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_5 = global::TINK.Droid.Resource.Id.accessibility_custom_action_5;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_6 = global::TINK.Droid.Resource.Id.accessibility_custom_action_6;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_7 = global::TINK.Droid.Resource.Id.accessibility_custom_action_7;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_8 = global::TINK.Droid.Resource.Id.accessibility_custom_action_8;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_9 = global::TINK.Droid.Resource.Id.accessibility_custom_action_9;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.action0 = global::TINK.Droid.Resource.Id.action0;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.actions = global::TINK.Droid.Resource.Id.actions;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.action_container = global::TINK.Droid.Resource.Id.action_container;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.action_divider = global::TINK.Droid.Resource.Id.action_divider;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.action_image = global::TINK.Droid.Resource.Id.action_image;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.action_text = global::TINK.Droid.Resource.Id.action_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.adjust_height = global::TINK.Droid.Resource.Id.adjust_height;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.adjust_width = global::TINK.Droid.Resource.Id.adjust_width;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.all = global::TINK.Droid.Resource.Id.all;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.async = global::TINK.Droid.Resource.Id.async;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.auto = global::TINK.Droid.Resource.Id.auto;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.blocking = global::TINK.Droid.Resource.Id.blocking;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.bottom = global::TINK.Droid.Resource.Id.bottom;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.cancel_action = global::TINK.Droid.Resource.Id.cancel_action;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.center = global::TINK.Droid.Resource.Id.center;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.center_horizontal = global::TINK.Droid.Resource.Id.center_horizontal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.center_vertical = global::TINK.Droid.Resource.Id.center_vertical;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.chronometer = global::TINK.Droid.Resource.Id.chronometer;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.clip_horizontal = global::TINK.Droid.Resource.Id.clip_horizontal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.clip_vertical = global::TINK.Droid.Resource.Id.clip_vertical;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.contact = global::TINK.Droid.Resource.Id.contact;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.dark = global::TINK.Droid.Resource.Id.dark;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.date = global::TINK.Droid.Resource.Id.date;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.demote_common_words = global::TINK.Droid.Resource.Id.demote_common_words;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.demote_rfc822_hostnames = global::TINK.Droid.Resource.Id.demote_rfc822_hostnames;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.dialog_button = global::TINK.Droid.Resource.Id.dialog_button;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.email = global::TINK.Droid.Resource.Id.email;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.end = global::TINK.Droid.Resource.Id.end;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.end_padder = global::TINK.Droid.Resource.Id.end_padder;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.fill = global::TINK.Droid.Resource.Id.fill;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.fill_horizontal = global::TINK.Droid.Resource.Id.fill_horizontal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.fill_vertical = global::TINK.Droid.Resource.Id.fill_vertical;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.forever = global::TINK.Droid.Resource.Id.forever;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.fragment_container_view_tag = global::TINK.Droid.Resource.Id.fragment_container_view_tag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.html = global::TINK.Droid.Resource.Id.html;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.icon = global::TINK.Droid.Resource.Id.icon;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.icon_group = global::TINK.Droid.Resource.Id.icon_group;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.icon_only = global::TINK.Droid.Resource.Id.icon_only;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.icon_uri = global::TINK.Droid.Resource.Id.icon_uri;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.index_entity_types = global::TINK.Droid.Resource.Id.index_entity_types;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.info = global::TINK.Droid.Resource.Id.info;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.instant_message = global::TINK.Droid.Resource.Id.instant_message;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.intent_action = global::TINK.Droid.Resource.Id.intent_action;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.intent_activity = global::TINK.Droid.Resource.Id.intent_activity;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.intent_data = global::TINK.Droid.Resource.Id.intent_data;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.intent_data_id = global::TINK.Droid.Resource.Id.intent_data_id;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.intent_extra_data = global::TINK.Droid.Resource.Id.intent_extra_data;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.italic = global::TINK.Droid.Resource.Id.italic;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.large_icon_uri = global::TINK.Droid.Resource.Id.large_icon_uri;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.left = global::TINK.Droid.Resource.Id.left;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.light = global::TINK.Droid.Resource.Id.light;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.line1 = global::TINK.Droid.Resource.Id.line1;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.line3 = global::TINK.Droid.Resource.Id.line3;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.match_global_nicknames = global::TINK.Droid.Resource.Id.match_global_nicknames;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.media_actions = global::TINK.Droid.Resource.Id.media_actions;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.media_controller_compat_view_tag = global::TINK.Droid.Resource.Id.media_controller_compat_view_tag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.none = global::TINK.Droid.Resource.Id.none;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.normal = global::TINK.Droid.Resource.Id.normal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.notification_background = global::TINK.Droid.Resource.Id.notification_background;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.notification_main_column = global::TINK.Droid.Resource.Id.notification_main_column;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.notification_main_column_container = global::TINK.Droid.Resource.Id.notification_main_column_container;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.omnibox_title_section = global::TINK.Droid.Resource.Id.omnibox_title_section;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.omnibox_url_section = global::TINK.Droid.Resource.Id.omnibox_url_section;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.plain = global::TINK.Droid.Resource.Id.plain;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.rfc822 = global::TINK.Droid.Resource.Id.rfc822;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.right = global::TINK.Droid.Resource.Id.right;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.right_icon = global::TINK.Droid.Resource.Id.right_icon;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.right_side = global::TINK.Droid.Resource.Id.right_side;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.special_effects_controller_view_tag = global::TINK.Droid.Resource.Id.special_effects_controller_view_tag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.standard = global::TINK.Droid.Resource.Id.standard;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.start = global::TINK.Droid.Resource.Id.start;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.status_bar_latest_event_content = global::TINK.Droid.Resource.Id.status_bar_latest_event_content;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_accessibility_actions = global::TINK.Droid.Resource.Id.tag_accessibility_actions;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_accessibility_clickable_spans = global::TINK.Droid.Resource.Id.tag_accessibility_clickable_spans;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_accessibility_heading = global::TINK.Droid.Resource.Id.tag_accessibility_heading;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_accessibility_pane_title = global::TINK.Droid.Resource.Id.tag_accessibility_pane_title;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_on_apply_window_listener = global::TINK.Droid.Resource.Id.tag_on_apply_window_listener;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_on_receive_content_listener = global::TINK.Droid.Resource.Id.tag_on_receive_content_listener;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_on_receive_content_mime_types = global::TINK.Droid.Resource.Id.tag_on_receive_content_mime_types;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_screen_reader_focusable = global::TINK.Droid.Resource.Id.tag_screen_reader_focusable;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_state_description = global::TINK.Droid.Resource.Id.tag_state_description;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_transition_group = global::TINK.Droid.Resource.Id.tag_transition_group;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_unhandled_key_event_manager = global::TINK.Droid.Resource.Id.tag_unhandled_key_event_manager;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_unhandled_key_listeners = global::TINK.Droid.Resource.Id.tag_unhandled_key_listeners;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_window_insets_animation_callback = global::TINK.Droid.Resource.Id.tag_window_insets_animation_callback;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.text = global::TINK.Droid.Resource.Id.text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.text1 = global::TINK.Droid.Resource.Id.text1;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.text2 = global::TINK.Droid.Resource.Id.text2;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.thing_proto = global::TINK.Droid.Resource.Id.thing_proto;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.time = global::TINK.Droid.Resource.Id.time;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.title = global::TINK.Droid.Resource.Id.title;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.top = global::TINK.Droid.Resource.Id.top;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.url = global::TINK.Droid.Resource.Id.url;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.view_tree_lifecycle_owner = global::TINK.Droid.Resource.Id.view_tree_lifecycle_owner;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.view_tree_saved_state_registry_owner = global::TINK.Droid.Resource.Id.view_tree_saved_state_registry_owner;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.view_tree_view_model_store_owner = global::TINK.Droid.Resource.Id.view_tree_view_model_store_owner;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.visible_removing_fragment_view_tag = global::TINK.Droid.Resource.Id.visible_removing_fragment_view_tag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.wide = global::TINK.Droid.Resource.Id.wide;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Integer.cancel_button_image_alpha = global::TINK.Droid.Resource.Integer.cancel_button_image_alpha;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Integer.google_play_services_version = global::TINK.Droid.Resource.Integer.google_play_services_version;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Integer.status_bar_notification_info_maxnum = global::TINK.Droid.Resource.Integer.status_bar_notification_info_maxnum;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.custom_dialog = global::TINK.Droid.Resource.Layout.custom_dialog;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_action = global::TINK.Droid.Resource.Layout.notification_action;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_action_tombstone = global::TINK.Droid.Resource.Layout.notification_action_tombstone;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_media_action = global::TINK.Droid.Resource.Layout.notification_media_action;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_media_cancel_action = global::TINK.Droid.Resource.Layout.notification_media_cancel_action;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_big_media = global::TINK.Droid.Resource.Layout.notification_template_big_media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_big_media_custom = global::TINK.Droid.Resource.Layout.notification_template_big_media_custom;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_big_media_narrow = global::TINK.Droid.Resource.Layout.notification_template_big_media_narrow;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_big_media_narrow_custom = global::TINK.Droid.Resource.Layout.notification_template_big_media_narrow_custom;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_custom_big = global::TINK.Droid.Resource.Layout.notification_template_custom_big;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_icon_group = global::TINK.Droid.Resource.Layout.notification_template_icon_group;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_lines_media = global::TINK.Droid.Resource.Layout.notification_template_lines_media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_media = global::TINK.Droid.Resource.Layout.notification_template_media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_media_custom = global::TINK.Droid.Resource.Layout.notification_template_media_custom;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_part_chronometer = global::TINK.Droid.Resource.Layout.notification_template_part_chronometer;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_part_time = global::TINK.Droid.Resource.Layout.notification_template_part_time;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_enable_button = global::TINK.Droid.Resource.String.common_google_play_services_enable_button;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_enable_text = global::TINK.Droid.Resource.String.common_google_play_services_enable_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_enable_title = global::TINK.Droid.Resource.String.common_google_play_services_enable_title;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_install_button = global::TINK.Droid.Resource.String.common_google_play_services_install_button;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_install_text = global::TINK.Droid.Resource.String.common_google_play_services_install_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_install_title = global::TINK.Droid.Resource.String.common_google_play_services_install_title;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_notification_channel_name = global::TINK.Droid.Resource.String.common_google_play_services_notification_channel_name;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_notification_ticker = global::TINK.Droid.Resource.String.common_google_play_services_notification_ticker;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_unknown_issue = global::TINK.Droid.Resource.String.common_google_play_services_unknown_issue;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_unsupported_text = global::TINK.Droid.Resource.String.common_google_play_services_unsupported_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_update_button = global::TINK.Droid.Resource.String.common_google_play_services_update_button;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_update_text = global::TINK.Droid.Resource.String.common_google_play_services_update_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_update_title = global::TINK.Droid.Resource.String.common_google_play_services_update_title;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_updating_text = global::TINK.Droid.Resource.String.common_google_play_services_updating_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_wear_update_text = global::TINK.Droid.Resource.String.common_google_play_services_wear_update_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_open_on_phone = global::TINK.Droid.Resource.String.common_open_on_phone;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_signin_button_text = global::TINK.Droid.Resource.String.common_signin_button_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_signin_button_text_long = global::TINK.Droid.Resource.String.common_signin_button_text_long;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.library_name = global::TINK.Droid.Resource.String.library_name;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.status_bar_notification_info_overflow = global::TINK.Droid.Resource.String.status_bar_notification_info_overflow;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Info = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Info;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Info_Media = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Info_Media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Line2 = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Line2;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Line2_Media = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Line2_Media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Media = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Time = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Time;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Time_Media = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Time_Media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Title = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Title;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Title_Media = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Title_Media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.Widget_Compat_NotificationActionContainer = global::TINK.Droid.Resource.Style.Widget_Compat_NotificationActionContainer;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.Widget_Compat_NotificationActionText = global::TINK.Droid.Resource.Style.Widget_Compat_NotificationActionText;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.Widget_Support_CoordinatorLayout = global::TINK.Droid.Resource.Style.Widget_Support_CoordinatorLayout;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.AppDataSearch = global::TINK.Droid.Resource.Styleable.AppDataSearch;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Capability = global::TINK.Droid.Resource.Styleable.Capability;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Capability_queryPatterns = global::TINK.Droid.Resource.Styleable.Capability_queryPatterns;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Capability_shortcutMatchRequired = global::TINK.Droid.Resource.Styleable.Capability_shortcutMatchRequired;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.ColorStateListItem = global::TINK.Droid.Resource.Styleable.ColorStateListItem;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.ColorStateListItem_alpha = global::TINK.Droid.Resource.Styleable.ColorStateListItem_alpha;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.ColorStateListItem_android_alpha = global::TINK.Droid.Resource.Styleable.ColorStateListItem_android_alpha;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.ColorStateListItem_android_color = global::TINK.Droid.Resource.Styleable.ColorStateListItem_android_color;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout = global::TINK.Droid.Resource.Styleable.CoordinatorLayout;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_keylines = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_keylines;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout_android_layout_gravity = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout_android_layout_gravity;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout_layout_anchor = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_anchor;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout_layout_anchorGravity = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_anchorGravity;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout_layout_behavior = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_behavior;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout_layout_dodgeInsetEdges = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_dodgeInsetEdges;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout_layout_insetEdge = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_insetEdge;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout_layout_keyline = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_keyline;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_statusBarBackground = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_statusBarBackground;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus = global::TINK.Droid.Resource.Styleable.Corpus;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_contentProviderUri = global::TINK.Droid.Resource.Styleable.Corpus_contentProviderUri;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_corpusId = global::TINK.Droid.Resource.Styleable.Corpus_corpusId;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_corpusVersion = global::TINK.Droid.Resource.Styleable.Corpus_corpusVersion;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_documentMaxAgeSecs = global::TINK.Droid.Resource.Styleable.Corpus_documentMaxAgeSecs;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_perAccountTemplate = global::TINK.Droid.Resource.Styleable.Corpus_perAccountTemplate;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_schemaOrgType = global::TINK.Droid.Resource.Styleable.Corpus_schemaOrgType;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_semanticallySearchable = global::TINK.Droid.Resource.Styleable.Corpus_semanticallySearchable;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_trimmable = global::TINK.Droid.Resource.Styleable.Corpus_trimmable;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.DrawerLayout = global::TINK.Droid.Resource.Styleable.DrawerLayout;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.DrawerLayout_elevation = global::TINK.Droid.Resource.Styleable.DrawerLayout_elevation;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FeatureParam = global::TINK.Droid.Resource.Styleable.FeatureParam;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FeatureParam_paramName = global::TINK.Droid.Resource.Styleable.FeatureParam_paramName;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FeatureParam_paramValue = global::TINK.Droid.Resource.Styleable.FeatureParam_paramValue;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily = global::TINK.Droid.Resource.Styleable.FontFamily;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont = global::TINK.Droid.Resource.Styleable.FontFamilyFont;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_android_font = global::TINK.Droid.Resource.Styleable.FontFamilyFont_android_font;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_android_fontStyle = global::TINK.Droid.Resource.Styleable.FontFamilyFont_android_fontStyle;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_android_fontVariationSettings = global::TINK.Droid.Resource.Styleable.FontFamilyFont_android_fontVariationSettings;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_android_fontWeight = global::TINK.Droid.Resource.Styleable.FontFamilyFont_android_fontWeight;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_android_ttcIndex = global::TINK.Droid.Resource.Styleable.FontFamilyFont_android_ttcIndex;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_font = global::TINK.Droid.Resource.Styleable.FontFamilyFont_font;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_fontStyle = global::TINK.Droid.Resource.Styleable.FontFamilyFont_fontStyle;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_fontVariationSettings = global::TINK.Droid.Resource.Styleable.FontFamilyFont_fontVariationSettings;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_fontWeight = global::TINK.Droid.Resource.Styleable.FontFamilyFont_fontWeight;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_ttcIndex = global::TINK.Droid.Resource.Styleable.FontFamilyFont_ttcIndex;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily_fontProviderAuthority = global::TINK.Droid.Resource.Styleable.FontFamily_fontProviderAuthority;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily_fontProviderCerts = global::TINK.Droid.Resource.Styleable.FontFamily_fontProviderCerts;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily_fontProviderFetchStrategy = global::TINK.Droid.Resource.Styleable.FontFamily_fontProviderFetchStrategy;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily_fontProviderFetchTimeout = global::TINK.Droid.Resource.Styleable.FontFamily_fontProviderFetchTimeout;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily_fontProviderPackage = global::TINK.Droid.Resource.Styleable.FontFamily_fontProviderPackage;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily_fontProviderQuery = global::TINK.Droid.Resource.Styleable.FontFamily_fontProviderQuery;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily_fontProviderSystemFontFamily = global::TINK.Droid.Resource.Styleable.FontFamily_fontProviderSystemFontFamily;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Fragment = global::TINK.Droid.Resource.Styleable.Fragment;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FragmentContainerView = global::TINK.Droid.Resource.Styleable.FragmentContainerView;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FragmentContainerView_android_name = global::TINK.Droid.Resource.Styleable.FragmentContainerView_android_name;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FragmentContainerView_android_tag = global::TINK.Droid.Resource.Styleable.FragmentContainerView_android_tag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Fragment_android_id = global::TINK.Droid.Resource.Styleable.Fragment_android_id;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Fragment_android_name = global::TINK.Droid.Resource.Styleable.Fragment_android_name;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Fragment_android_tag = global::TINK.Droid.Resource.Styleable.Fragment_android_tag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearch = global::TINK.Droid.Resource.Styleable.GlobalSearch;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearchCorpus = global::TINK.Droid.Resource.Styleable.GlobalSearchCorpus;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearchCorpus_allowShortcuts = global::TINK.Droid.Resource.Styleable.GlobalSearchCorpus_allowShortcuts;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearchSection = global::TINK.Droid.Resource.Styleable.GlobalSearchSection;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearchSection_sectionContent = global::TINK.Droid.Resource.Styleable.GlobalSearchSection_sectionContent;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearchSection_sectionType = global::TINK.Droid.Resource.Styleable.GlobalSearchSection_sectionType;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearch_defaultIntentAction = global::TINK.Droid.Resource.Styleable.GlobalSearch_defaultIntentAction;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearch_defaultIntentActivity = global::TINK.Droid.Resource.Styleable.GlobalSearch_defaultIntentActivity;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearch_defaultIntentData = global::TINK.Droid.Resource.Styleable.GlobalSearch_defaultIntentData;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearch_searchEnabled = global::TINK.Droid.Resource.Styleable.GlobalSearch_searchEnabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearch_searchLabel = global::TINK.Droid.Resource.Styleable.GlobalSearch_searchLabel;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearch_settingsDescription = global::TINK.Droid.Resource.Styleable.GlobalSearch_settingsDescription;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor = global::TINK.Droid.Resource.Styleable.GradientColor;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColorItem = global::TINK.Droid.Resource.Styleable.GradientColorItem;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColorItem_android_color = global::TINK.Droid.Resource.Styleable.GradientColorItem_android_color;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColorItem_android_offset = global::TINK.Droid.Resource.Styleable.GradientColorItem_android_offset;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_centerColor = global::TINK.Droid.Resource.Styleable.GradientColor_android_centerColor;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_centerX = global::TINK.Droid.Resource.Styleable.GradientColor_android_centerX;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_centerY = global::TINK.Droid.Resource.Styleable.GradientColor_android_centerY;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_endColor = global::TINK.Droid.Resource.Styleable.GradientColor_android_endColor;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_endX = global::TINK.Droid.Resource.Styleable.GradientColor_android_endX;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_endY = global::TINK.Droid.Resource.Styleable.GradientColor_android_endY;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_gradientRadius = global::TINK.Droid.Resource.Styleable.GradientColor_android_gradientRadius;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_startColor = global::TINK.Droid.Resource.Styleable.GradientColor_android_startColor;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_startX = global::TINK.Droid.Resource.Styleable.GradientColor_android_startX;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_startY = global::TINK.Droid.Resource.Styleable.GradientColor_android_startY;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_tileMode = global::TINK.Droid.Resource.Styleable.GradientColor_android_tileMode;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_type = global::TINK.Droid.Resource.Styleable.GradientColor_android_type;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.IMECorpus = global::TINK.Droid.Resource.Styleable.IMECorpus;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.IMECorpus_inputEnabled = global::TINK.Droid.Resource.Styleable.IMECorpus_inputEnabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.IMECorpus_sourceClass = global::TINK.Droid.Resource.Styleable.IMECorpus_sourceClass;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.IMECorpus_toAddressesSection = global::TINK.Droid.Resource.Styleable.IMECorpus_toAddressesSection;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.IMECorpus_userInputSection = global::TINK.Droid.Resource.Styleable.IMECorpus_userInputSection;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.IMECorpus_userInputTag = global::TINK.Droid.Resource.Styleable.IMECorpus_userInputTag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.IMECorpus_userInputValue = global::TINK.Droid.Resource.Styleable.IMECorpus_userInputValue;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.LoadingImageView = global::TINK.Droid.Resource.Styleable.LoadingImageView;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.LoadingImageView_circleCrop = global::TINK.Droid.Resource.Styleable.LoadingImageView_circleCrop;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.LoadingImageView_imageAspectRatio = global::TINK.Droid.Resource.Styleable.LoadingImageView_imageAspectRatio;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.LoadingImageView_imageAspectRatioAdjust = global::TINK.Droid.Resource.Styleable.LoadingImageView_imageAspectRatioAdjust;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section = global::TINK.Droid.Resource.Styleable.Section;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SectionFeature = global::TINK.Droid.Resource.Styleable.SectionFeature;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SectionFeature_featureType = global::TINK.Droid.Resource.Styleable.SectionFeature_featureType;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section_indexPrefixes = global::TINK.Droid.Resource.Styleable.Section_indexPrefixes;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section_noIndex = global::TINK.Droid.Resource.Styleable.Section_noIndex;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section_schemaOrgProperty = global::TINK.Droid.Resource.Styleable.Section_schemaOrgProperty;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section_sectionFormat = global::TINK.Droid.Resource.Styleable.Section_sectionFormat;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section_sectionId = global::TINK.Droid.Resource.Styleable.Section_sectionId;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section_sectionWeight = global::TINK.Droid.Resource.Styleable.Section_sectionWeight;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section_subsectionSeparator = global::TINK.Droid.Resource.Styleable.Section_subsectionSeparator;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SignInButton = global::TINK.Droid.Resource.Styleable.SignInButton;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SignInButton_buttonSize = global::TINK.Droid.Resource.Styleable.SignInButton_buttonSize;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SignInButton_colorScheme = global::TINK.Droid.Resource.Styleable.SignInButton_colorScheme;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SignInButton_scopeUris = global::TINK.Droid.Resource.Styleable.SignInButton_scopeUris;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SwipeRefreshLayout = global::TINK.Droid.Resource.Styleable.SwipeRefreshLayout;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor = global::TINK.Droid.Resource.Styleable.SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor;
global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_fade_in = global::TINK.Droid.Resource.Animation.abc_fade_in;
global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_fade_out = global::TINK.Droid.Resource.Animation.abc_fade_out;
global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_grow_fade_in_from_bottom = global::TINK.Droid.Resource.Animation.abc_grow_fade_in_from_bottom;
@@ -16902,2446 +17347,2524 @@ namespace TINK.Droid
public const int allowDividerBelow = 2130903088;
// aapt resource value: 0x7F030031
- public const int allowStacking = 2130903089;
+ public const int allowShortcuts = 2130903089;
// aapt resource value: 0x7F030032
- public const int alpha = 2130903090;
+ public const int allowStacking = 2130903090;
// aapt resource value: 0x7F030033
- public const int alphabeticModifiers = 2130903091;
+ public const int alpha = 2130903091;
// aapt resource value: 0x7F030034
- public const int altSrc = 2130903092;
+ public const int alphabeticModifiers = 2130903092;
// aapt resource value: 0x7F030035
- public const int ambientEnabled = 2130903093;
+ public const int altSrc = 2130903093;
// aapt resource value: 0x7F030036
- public const int animateCircleAngleTo = 2130903094;
+ public const int ambientEnabled = 2130903094;
// aapt resource value: 0x7F030037
- public const int animateRelativeTo = 2130903095;
+ public const int animateCircleAngleTo = 2130903095;
// aapt resource value: 0x7F030038
- public const int animationMode = 2130903096;
+ public const int animateRelativeTo = 2130903096;
// aapt resource value: 0x7F030039
- public const int appBarLayoutStyle = 2130903097;
+ public const int animationMode = 2130903097;
// aapt resource value: 0x7F03003A
- public const int applyMotionScene = 2130903098;
+ public const int appBarLayoutStyle = 2130903098;
// aapt resource value: 0x7F03003B
- public const int arcMode = 2130903099;
+ public const int applyMotionScene = 2130903099;
// aapt resource value: 0x7F03003C
- public const int argType = 2130903100;
+ public const int arcMode = 2130903100;
// aapt resource value: 0x7F03003D
- public const int arrowHeadLength = 2130903101;
+ public const int argType = 2130903101;
// aapt resource value: 0x7F03003E
- public const int arrowShaftLength = 2130903102;
+ public const int arrowHeadLength = 2130903102;
// aapt resource value: 0x7F03003F
- public const int attributeName = 2130903103;
+ public const int arrowShaftLength = 2130903103;
// aapt resource value: 0x7F030040
- public const int autoCompleteMode = 2130903104;
+ public const int attributeName = 2130903104;
// aapt resource value: 0x7F030041
- public const int autoCompleteTextViewStyle = 2130903105;
+ public const int autoCompleteMode = 2130903105;
// aapt resource value: 0x7F030042
- public const int autoSizeMaxTextSize = 2130903106;
+ public const int autoCompleteTextViewStyle = 2130903106;
// aapt resource value: 0x7F030043
- public const int autoSizeMinTextSize = 2130903107;
+ public const int autoSizeMaxTextSize = 2130903107;
// aapt resource value: 0x7F030044
- public const int autoSizePresetSizes = 2130903108;
+ public const int autoSizeMinTextSize = 2130903108;
// aapt resource value: 0x7F030045
- public const int autoSizeStepGranularity = 2130903109;
+ public const int autoSizePresetSizes = 2130903109;
// aapt resource value: 0x7F030046
- public const int autoSizeTextType = 2130903110;
+ public const int autoSizeStepGranularity = 2130903110;
// aapt resource value: 0x7F030047
- public const int autoTransition = 2130903111;
+ public const int autoSizeTextType = 2130903111;
// aapt resource value: 0x7F030048
- public const int background = 2130903112;
+ public const int autoTransition = 2130903112;
// aapt resource value: 0x7F030049
- public const int backgroundColor = 2130903113;
+ public const int background = 2130903113;
// aapt resource value: 0x7F03004A
- public const int backgroundInsetBottom = 2130903114;
+ public const int backgroundColor = 2130903114;
// aapt resource value: 0x7F03004B
- public const int backgroundInsetEnd = 2130903115;
+ public const int backgroundInsetBottom = 2130903115;
// aapt resource value: 0x7F03004C
- public const int backgroundInsetStart = 2130903116;
+ public const int backgroundInsetEnd = 2130903116;
// aapt resource value: 0x7F03004D
- public const int backgroundInsetTop = 2130903117;
+ public const int backgroundInsetStart = 2130903117;
// aapt resource value: 0x7F03004E
- public const int backgroundOverlayColorAlpha = 2130903118;
+ public const int backgroundInsetTop = 2130903118;
// aapt resource value: 0x7F03004F
- public const int backgroundSplit = 2130903119;
+ public const int backgroundOverlayColorAlpha = 2130903119;
// aapt resource value: 0x7F030050
- public const int backgroundStacked = 2130903120;
+ public const int backgroundSplit = 2130903120;
// aapt resource value: 0x7F030051
- public const int backgroundTint = 2130903121;
+ public const int backgroundStacked = 2130903121;
// aapt resource value: 0x7F030052
- public const int backgroundTintMode = 2130903122;
+ public const int backgroundTint = 2130903122;
// aapt resource value: 0x7F030053
- public const int badgeGravity = 2130903123;
+ public const int backgroundTintMode = 2130903123;
// aapt resource value: 0x7F030054
- public const int badgeStyle = 2130903124;
+ public const int badgeGravity = 2130903124;
// aapt resource value: 0x7F030055
- public const int badgeTextColor = 2130903125;
+ public const int badgeStyle = 2130903125;
// aapt resource value: 0x7F030056
- public const int barLength = 2130903126;
+ public const int badgeTextColor = 2130903126;
// aapt resource value: 0x7F030057
- public const int barrierAllowsGoneWidgets = 2130903127;
+ public const int barLength = 2130903127;
// aapt resource value: 0x7F030058
- public const int barrierDirection = 2130903128;
+ public const int barrierAllowsGoneWidgets = 2130903128;
// aapt resource value: 0x7F030059
- public const int barrierMargin = 2130903129;
+ public const int barrierDirection = 2130903129;
// aapt resource value: 0x7F03005A
- public const int behavior_autoHide = 2130903130;
+ public const int barrierMargin = 2130903130;
// aapt resource value: 0x7F03005B
- public const int behavior_autoShrink = 2130903131;
+ public const int behavior_autoHide = 2130903131;
// aapt resource value: 0x7F03005C
- public const int behavior_draggable = 2130903132;
+ public const int behavior_autoShrink = 2130903132;
// aapt resource value: 0x7F03005D
- public const int behavior_expandedOffset = 2130903133;
+ public const int behavior_draggable = 2130903133;
// aapt resource value: 0x7F03005E
- public const int behavior_fitToContents = 2130903134;
+ public const int behavior_expandedOffset = 2130903134;
// aapt resource value: 0x7F03005F
- public const int behavior_halfExpandedRatio = 2130903135;
+ public const int behavior_fitToContents = 2130903135;
// aapt resource value: 0x7F030060
- public const int behavior_hideable = 2130903136;
+ public const int behavior_halfExpandedRatio = 2130903136;
// aapt resource value: 0x7F030061
- public const int behavior_overlapTop = 2130903137;
+ public const int behavior_hideable = 2130903137;
// aapt resource value: 0x7F030062
- public const int behavior_peekHeight = 2130903138;
+ public const int behavior_overlapTop = 2130903138;
// aapt resource value: 0x7F030063
- public const int behavior_saveFlags = 2130903139;
+ public const int behavior_peekHeight = 2130903139;
// aapt resource value: 0x7F030064
- public const int behavior_skipCollapsed = 2130903140;
+ public const int behavior_saveFlags = 2130903140;
// aapt resource value: 0x7F030065
- public const int blendSrc = 2130903141;
-
- // aapt resource value: 0x7F030069
- public const int borderlessButtonStyle = 2130903145;
+ public const int behavior_skipCollapsed = 2130903141;
// aapt resource value: 0x7F030066
- public const int borderRound = 2130903142;
-
- // aapt resource value: 0x7F030067
- public const int borderRoundPercent = 2130903143;
-
- // aapt resource value: 0x7F030068
- public const int borderWidth = 2130903144;
+ public const int blendSrc = 2130903142;
// aapt resource value: 0x7F03006A
- public const int bottomAppBarStyle = 2130903146;
+ public const int borderlessButtonStyle = 2130903146;
+
+ // aapt resource value: 0x7F030067
+ public const int borderRound = 2130903143;
+
+ // aapt resource value: 0x7F030068
+ public const int borderRoundPercent = 2130903144;
+
+ // aapt resource value: 0x7F030069
+ public const int borderWidth = 2130903145;
// aapt resource value: 0x7F03006B
- public const int bottomNavigationStyle = 2130903147;
+ public const int bottomAppBarStyle = 2130903147;
// aapt resource value: 0x7F03006C
- public const int bottomSheetDialogTheme = 2130903148;
+ public const int bottomNavigationStyle = 2130903148;
// aapt resource value: 0x7F03006D
- public const int bottomSheetStyle = 2130903149;
+ public const int bottomSheetDialogTheme = 2130903149;
// aapt resource value: 0x7F03006E
- public const int boxBackgroundColor = 2130903150;
+ public const int bottomSheetStyle = 2130903150;
// aapt resource value: 0x7F03006F
- public const int boxBackgroundMode = 2130903151;
+ public const int boxBackgroundColor = 2130903151;
// aapt resource value: 0x7F030070
- public const int boxCollapsedPaddingTop = 2130903152;
+ public const int boxBackgroundMode = 2130903152;
// aapt resource value: 0x7F030071
- public const int boxCornerRadiusBottomEnd = 2130903153;
+ public const int boxCollapsedPaddingTop = 2130903153;
// aapt resource value: 0x7F030072
- public const int boxCornerRadiusBottomStart = 2130903154;
+ public const int boxCornerRadiusBottomEnd = 2130903154;
// aapt resource value: 0x7F030073
- public const int boxCornerRadiusTopEnd = 2130903155;
+ public const int boxCornerRadiusBottomStart = 2130903155;
// aapt resource value: 0x7F030074
- public const int boxCornerRadiusTopStart = 2130903156;
+ public const int boxCornerRadiusTopEnd = 2130903156;
// aapt resource value: 0x7F030075
- public const int boxStrokeColor = 2130903157;
+ public const int boxCornerRadiusTopStart = 2130903157;
// aapt resource value: 0x7F030076
- public const int boxStrokeErrorColor = 2130903158;
+ public const int boxStrokeColor = 2130903158;
// aapt resource value: 0x7F030077
- public const int boxStrokeWidth = 2130903159;
+ public const int boxStrokeErrorColor = 2130903159;
// aapt resource value: 0x7F030078
- public const int boxStrokeWidthFocused = 2130903160;
+ public const int boxStrokeWidth = 2130903160;
// aapt resource value: 0x7F030079
- public const int brightness = 2130903161;
+ public const int boxStrokeWidthFocused = 2130903161;
// aapt resource value: 0x7F03007A
- public const int buttonBarButtonStyle = 2130903162;
+ public const int brightness = 2130903162;
// aapt resource value: 0x7F03007B
- public const int buttonBarNegativeButtonStyle = 2130903163;
+ public const int buttonBarButtonStyle = 2130903163;
// aapt resource value: 0x7F03007C
- public const int buttonBarNeutralButtonStyle = 2130903164;
+ public const int buttonBarNegativeButtonStyle = 2130903164;
// aapt resource value: 0x7F03007D
- public const int buttonBarPositiveButtonStyle = 2130903165;
+ public const int buttonBarNeutralButtonStyle = 2130903165;
// aapt resource value: 0x7F03007E
- public const int buttonBarStyle = 2130903166;
+ public const int buttonBarPositiveButtonStyle = 2130903166;
// aapt resource value: 0x7F03007F
- public const int buttonCompat = 2130903167;
+ public const int buttonBarStyle = 2130903167;
// aapt resource value: 0x7F030080
- public const int buttonGravity = 2130903168;
+ public const int buttonCompat = 2130903168;
// aapt resource value: 0x7F030081
- public const int buttonIconDimen = 2130903169;
+ public const int buttonGravity = 2130903169;
// aapt resource value: 0x7F030082
- public const int buttonPanelSideLayout = 2130903170;
+ public const int buttonIconDimen = 2130903170;
// aapt resource value: 0x7F030083
- public const int buttonSize = 2130903171;
+ public const int buttonPanelSideLayout = 2130903171;
// aapt resource value: 0x7F030084
- public const int buttonStyle = 2130903172;
+ public const int buttonSize = 2130903172;
// aapt resource value: 0x7F030085
- public const int buttonStyleSmall = 2130903173;
+ public const int buttonStyle = 2130903173;
// aapt resource value: 0x7F030086
- public const int buttonTint = 2130903174;
+ public const int buttonStyleSmall = 2130903174;
// aapt resource value: 0x7F030087
- public const int buttonTintMode = 2130903175;
+ public const int buttonTint = 2130903175;
// aapt resource value: 0x7F030088
- public const int cameraBearing = 2130903176;
+ public const int buttonTintMode = 2130903176;
// aapt resource value: 0x7F030089
- public const int cameraMaxZoomPreference = 2130903177;
+ public const int cameraBearing = 2130903177;
// aapt resource value: 0x7F03008A
- public const int cameraMinZoomPreference = 2130903178;
+ public const int cameraMaxZoomPreference = 2130903178;
// aapt resource value: 0x7F03008B
- public const int cameraTargetLat = 2130903179;
+ public const int cameraMinZoomPreference = 2130903179;
// aapt resource value: 0x7F03008C
- public const int cameraTargetLng = 2130903180;
+ public const int cameraTargetLat = 2130903180;
// aapt resource value: 0x7F03008D
- public const int cameraTilt = 2130903181;
+ public const int cameraTargetLng = 2130903181;
// aapt resource value: 0x7F03008E
- public const int cameraZoom = 2130903182;
+ public const int cameraTilt = 2130903182;
// aapt resource value: 0x7F03008F
- public const int cardBackgroundColor = 2130903183;
+ public const int cameraZoom = 2130903183;
// aapt resource value: 0x7F030090
- public const int cardCornerRadius = 2130903184;
+ public const int cardBackgroundColor = 2130903184;
// aapt resource value: 0x7F030091
- public const int cardElevation = 2130903185;
+ public const int cardCornerRadius = 2130903185;
// aapt resource value: 0x7F030092
- public const int cardForegroundColor = 2130903186;
+ public const int cardElevation = 2130903186;
// aapt resource value: 0x7F030093
- public const int cardMaxElevation = 2130903187;
+ public const int cardForegroundColor = 2130903187;
// aapt resource value: 0x7F030094
- public const int cardPreventCornerOverlap = 2130903188;
+ public const int cardMaxElevation = 2130903188;
// aapt resource value: 0x7F030095
- public const int cardUseCompatPadding = 2130903189;
+ public const int cardPreventCornerOverlap = 2130903189;
// aapt resource value: 0x7F030096
- public const int cardViewStyle = 2130903190;
+ public const int cardUseCompatPadding = 2130903190;
// aapt resource value: 0x7F030097
- public const int carousel_backwardTransition = 2130903191;
+ public const int cardViewStyle = 2130903191;
// aapt resource value: 0x7F030098
- public const int carousel_emptyViewsBehavior = 2130903192;
+ public const int carousel_backwardTransition = 2130903192;
// aapt resource value: 0x7F030099
- public const int carousel_firstView = 2130903193;
+ public const int carousel_emptyViewsBehavior = 2130903193;
// aapt resource value: 0x7F03009A
- public const int carousel_forwardTransition = 2130903194;
+ public const int carousel_firstView = 2130903194;
// aapt resource value: 0x7F03009B
- public const int carousel_infinite = 2130903195;
+ public const int carousel_forwardTransition = 2130903195;
// aapt resource value: 0x7F03009C
- public const int carousel_nextState = 2130903196;
+ public const int carousel_infinite = 2130903196;
// aapt resource value: 0x7F03009D
- public const int carousel_previousState = 2130903197;
+ public const int carousel_nextState = 2130903197;
// aapt resource value: 0x7F03009E
- public const int carousel_touchUpMode = 2130903198;
+ public const int carousel_previousState = 2130903198;
// aapt resource value: 0x7F03009F
- public const int carousel_touchUp_dampeningFactor = 2130903199;
+ public const int carousel_touchUpMode = 2130903199;
// aapt resource value: 0x7F0300A0
- public const int carousel_touchUp_velocityThreshold = 2130903200;
+ public const int carousel_touchUp_dampeningFactor = 2130903200;
// aapt resource value: 0x7F0300A1
- public const int chainUseRtl = 2130903201;
+ public const int carousel_touchUp_velocityThreshold = 2130903201;
// aapt resource value: 0x7F0300A2
- public const int checkBoxPreferenceStyle = 2130903202;
+ public const int chainUseRtl = 2130903202;
// aapt resource value: 0x7F0300A3
- public const int checkboxStyle = 2130903203;
+ public const int checkBoxPreferenceStyle = 2130903203;
// aapt resource value: 0x7F0300A4
- public const int checkedButton = 2130903204;
+ public const int checkboxStyle = 2130903204;
// aapt resource value: 0x7F0300A5
- public const int checkedChip = 2130903205;
+ public const int checkedButton = 2130903205;
// aapt resource value: 0x7F0300A6
- public const int checkedIcon = 2130903206;
+ public const int checkedChip = 2130903206;
// aapt resource value: 0x7F0300A7
- public const int checkedIconEnabled = 2130903207;
+ public const int checkedIcon = 2130903207;
// aapt resource value: 0x7F0300A8
- public const int checkedIconMargin = 2130903208;
+ public const int checkedIconEnabled = 2130903208;
// aapt resource value: 0x7F0300A9
- public const int checkedIconSize = 2130903209;
+ public const int checkedIconMargin = 2130903209;
// aapt resource value: 0x7F0300AA
- public const int checkedIconTint = 2130903210;
+ public const int checkedIconSize = 2130903210;
// aapt resource value: 0x7F0300AB
- public const int checkedIconVisible = 2130903211;
+ public const int checkedIconTint = 2130903211;
// aapt resource value: 0x7F0300AC
- public const int checkedTextViewStyle = 2130903212;
+ public const int checkedIconVisible = 2130903212;
// aapt resource value: 0x7F0300AD
- public const int chipBackgroundColor = 2130903213;
+ public const int checkedTextViewStyle = 2130903213;
// aapt resource value: 0x7F0300AE
- public const int chipCornerRadius = 2130903214;
+ public const int chipBackgroundColor = 2130903214;
// aapt resource value: 0x7F0300AF
- public const int chipEndPadding = 2130903215;
+ public const int chipCornerRadius = 2130903215;
// aapt resource value: 0x7F0300B0
- public const int chipGroupStyle = 2130903216;
+ public const int chipEndPadding = 2130903216;
// aapt resource value: 0x7F0300B1
- public const int chipIcon = 2130903217;
+ public const int chipGroupStyle = 2130903217;
// aapt resource value: 0x7F0300B2
- public const int chipIconEnabled = 2130903218;
+ public const int chipIcon = 2130903218;
// aapt resource value: 0x7F0300B3
- public const int chipIconSize = 2130903219;
+ public const int chipIconEnabled = 2130903219;
// aapt resource value: 0x7F0300B4
- public const int chipIconTint = 2130903220;
+ public const int chipIconSize = 2130903220;
// aapt resource value: 0x7F0300B5
- public const int chipIconVisible = 2130903221;
+ public const int chipIconTint = 2130903221;
// aapt resource value: 0x7F0300B6
- public const int chipMinHeight = 2130903222;
+ public const int chipIconVisible = 2130903222;
// aapt resource value: 0x7F0300B7
- public const int chipMinTouchTargetSize = 2130903223;
+ public const int chipMinHeight = 2130903223;
// aapt resource value: 0x7F0300B8
- public const int chipSpacing = 2130903224;
+ public const int chipMinTouchTargetSize = 2130903224;
// aapt resource value: 0x7F0300B9
- public const int chipSpacingHorizontal = 2130903225;
+ public const int chipSpacing = 2130903225;
// aapt resource value: 0x7F0300BA
- public const int chipSpacingVertical = 2130903226;
+ public const int chipSpacingHorizontal = 2130903226;
// aapt resource value: 0x7F0300BB
- public const int chipStandaloneStyle = 2130903227;
+ public const int chipSpacingVertical = 2130903227;
// aapt resource value: 0x7F0300BC
- public const int chipStartPadding = 2130903228;
+ public const int chipStandaloneStyle = 2130903228;
// aapt resource value: 0x7F0300BD
- public const int chipStrokeColor = 2130903229;
+ public const int chipStartPadding = 2130903229;
// aapt resource value: 0x7F0300BE
- public const int chipStrokeWidth = 2130903230;
+ public const int chipStrokeColor = 2130903230;
// aapt resource value: 0x7F0300BF
- public const int chipStyle = 2130903231;
+ public const int chipStrokeWidth = 2130903231;
// aapt resource value: 0x7F0300C0
- public const int chipSurfaceColor = 2130903232;
+ public const int chipStyle = 2130903232;
// aapt resource value: 0x7F0300C1
- public const int circleCrop = 2130903233;
+ public const int chipSurfaceColor = 2130903233;
// aapt resource value: 0x7F0300C2
- public const int circleRadius = 2130903234;
-
- // aapt resource value: 0x7F0300C4
- public const int circularflow_angles = 2130903236;
-
- // aapt resource value: 0x7F0300C5
- public const int circularflow_defaultAngle = 2130903237;
-
- // aapt resource value: 0x7F0300C6
- public const int circularflow_defaultRadius = 2130903238;
-
- // aapt resource value: 0x7F0300C7
- public const int circularflow_radiusInDP = 2130903239;
-
- // aapt resource value: 0x7F0300C8
- public const int circularflow_viewCenter = 2130903240;
+ public const int circleCrop = 2130903234;
// aapt resource value: 0x7F0300C3
- public const int circularProgressIndicatorStyle = 2130903235;
+ public const int circleRadius = 2130903235;
+
+ // aapt resource value: 0x7F0300C5
+ public const int circularflow_angles = 2130903237;
+
+ // aapt resource value: 0x7F0300C6
+ public const int circularflow_defaultAngle = 2130903238;
+
+ // aapt resource value: 0x7F0300C7
+ public const int circularflow_defaultRadius = 2130903239;
+
+ // aapt resource value: 0x7F0300C8
+ public const int circularflow_radiusInDP = 2130903240;
// aapt resource value: 0x7F0300C9
- public const int clearsTag = 2130903241;
+ public const int circularflow_viewCenter = 2130903241;
+
+ // aapt resource value: 0x7F0300C4
+ public const int circularProgressIndicatorStyle = 2130903236;
// aapt resource value: 0x7F0300CA
- public const int clickAction = 2130903242;
+ public const int clearsTag = 2130903242;
// aapt resource value: 0x7F0300CB
- public const int clockFaceBackgroundColor = 2130903243;
+ public const int clickAction = 2130903243;
// aapt resource value: 0x7F0300CC
- public const int clockHandColor = 2130903244;
+ public const int clockFaceBackgroundColor = 2130903244;
// aapt resource value: 0x7F0300CD
- public const int clockIcon = 2130903245;
+ public const int clockHandColor = 2130903245;
// aapt resource value: 0x7F0300CE
- public const int clockNumberTextColor = 2130903246;
+ public const int clockIcon = 2130903246;
// aapt resource value: 0x7F0300CF
- public const int closeIcon = 2130903247;
+ public const int clockNumberTextColor = 2130903247;
// aapt resource value: 0x7F0300D0
- public const int closeIconEnabled = 2130903248;
+ public const int closeIcon = 2130903248;
// aapt resource value: 0x7F0300D1
- public const int closeIconEndPadding = 2130903249;
+ public const int closeIconEnabled = 2130903249;
// aapt resource value: 0x7F0300D2
- public const int closeIconSize = 2130903250;
+ public const int closeIconEndPadding = 2130903250;
// aapt resource value: 0x7F0300D3
- public const int closeIconStartPadding = 2130903251;
+ public const int closeIconSize = 2130903251;
// aapt resource value: 0x7F0300D4
- public const int closeIconTint = 2130903252;
+ public const int closeIconStartPadding = 2130903252;
// aapt resource value: 0x7F0300D5
- public const int closeIconVisible = 2130903253;
+ public const int closeIconTint = 2130903253;
// aapt resource value: 0x7F0300D6
- public const int closeItemLayout = 2130903254;
+ public const int closeIconVisible = 2130903254;
// aapt resource value: 0x7F0300D7
- public const int collapseContentDescription = 2130903255;
-
- // aapt resource value: 0x7F0300D9
- public const int collapsedSize = 2130903257;
-
- // aapt resource value: 0x7F0300DA
- public const int collapsedTitleGravity = 2130903258;
-
- // aapt resource value: 0x7F0300DB
- public const int collapsedTitleTextAppearance = 2130903259;
+ public const int closeItemLayout = 2130903255;
// aapt resource value: 0x7F0300D8
- public const int collapseIcon = 2130903256;
+ public const int collapseContentDescription = 2130903256;
+
+ // aapt resource value: 0x7F0300DA
+ public const int collapsedSize = 2130903258;
+
+ // aapt resource value: 0x7F0300DB
+ public const int collapsedTitleGravity = 2130903259;
// aapt resource value: 0x7F0300DC
- public const int collapsingToolbarLayoutStyle = 2130903260;
+ public const int collapsedTitleTextAppearance = 2130903260;
+
+ // aapt resource value: 0x7F0300D9
+ public const int collapseIcon = 2130903257;
// aapt resource value: 0x7F0300DD
- public const int collectionViewStyle = 2130903261;
+ public const int collapsingToolbarLayoutStyle = 2130903261;
// aapt resource value: 0x7F0300DE
- public const int color = 2130903262;
+ public const int collectionViewStyle = 2130903262;
// aapt resource value: 0x7F0300DF
- public const int colorAccent = 2130903263;
+ public const int color = 2130903263;
// aapt resource value: 0x7F0300E0
- public const int colorBackgroundFloating = 2130903264;
+ public const int colorAccent = 2130903264;
// aapt resource value: 0x7F0300E1
- public const int colorButtonNormal = 2130903265;
+ public const int colorBackgroundFloating = 2130903265;
// aapt resource value: 0x7F0300E2
- public const int colorControlActivated = 2130903266;
+ public const int colorButtonNormal = 2130903266;
// aapt resource value: 0x7F0300E3
- public const int colorControlHighlight = 2130903267;
+ public const int colorControlActivated = 2130903267;
// aapt resource value: 0x7F0300E4
- public const int colorControlNormal = 2130903268;
+ public const int colorControlHighlight = 2130903268;
// aapt resource value: 0x7F0300E5
- public const int colorError = 2130903269;
+ public const int colorControlNormal = 2130903269;
// aapt resource value: 0x7F0300E6
- public const int colorOnBackground = 2130903270;
+ public const int colorError = 2130903270;
// aapt resource value: 0x7F0300E7
- public const int colorOnError = 2130903271;
+ public const int colorOnBackground = 2130903271;
// aapt resource value: 0x7F0300E8
- public const int colorOnPrimary = 2130903272;
+ public const int colorOnError = 2130903272;
// aapt resource value: 0x7F0300E9
- public const int colorOnPrimarySurface = 2130903273;
+ public const int colorOnPrimary = 2130903273;
// aapt resource value: 0x7F0300EA
- public const int colorOnSecondary = 2130903274;
+ public const int colorOnPrimarySurface = 2130903274;
// aapt resource value: 0x7F0300EB
- public const int colorOnSurface = 2130903275;
+ public const int colorOnSecondary = 2130903275;
// aapt resource value: 0x7F0300EC
- public const int colorPrimary = 2130903276;
+ public const int colorOnSurface = 2130903276;
// aapt resource value: 0x7F0300ED
- public const int colorPrimaryDark = 2130903277;
+ public const int colorPrimary = 2130903277;
// aapt resource value: 0x7F0300EE
- public const int colorPrimarySurface = 2130903278;
+ public const int colorPrimaryDark = 2130903278;
// aapt resource value: 0x7F0300EF
- public const int colorPrimaryVariant = 2130903279;
+ public const int colorPrimarySurface = 2130903279;
// aapt resource value: 0x7F0300F0
- public const int colorScheme = 2130903280;
+ public const int colorPrimaryVariant = 2130903280;
// aapt resource value: 0x7F0300F1
- public const int colorSecondary = 2130903281;
+ public const int colorScheme = 2130903281;
// aapt resource value: 0x7F0300F2
- public const int colorSecondaryVariant = 2130903282;
+ public const int colorSecondary = 2130903282;
// aapt resource value: 0x7F0300F3
- public const int colorSurface = 2130903283;
+ public const int colorSecondaryVariant = 2130903283;
// aapt resource value: 0x7F0300F4
- public const int colorSwitchThumbNormal = 2130903284;
+ public const int colorSurface = 2130903284;
// aapt resource value: 0x7F0300F5
- public const int commitIcon = 2130903285;
+ public const int colorSwitchThumbNormal = 2130903285;
+
+ // aapt resource value: 0x7F0300F6
+ public const int commitIcon = 2130903286;
// aapt resource value: 0x7F030000
public const int ConstraintRotate = 2130903040;
- // aapt resource value: 0x7F0300FB
- public const int constraints = 2130903291;
-
- // aapt resource value: 0x7F0300F6
- public const int constraintSet = 2130903286;
+ // aapt resource value: 0x7F0300FC
+ public const int constraints = 2130903292;
// aapt resource value: 0x7F0300F7
- public const int constraintSetEnd = 2130903287;
+ public const int constraintSet = 2130903287;
// aapt resource value: 0x7F0300F8
- public const int constraintSetStart = 2130903288;
+ public const int constraintSetEnd = 2130903288;
// aapt resource value: 0x7F0300F9
- public const int constraint_referenced_ids = 2130903289;
+ public const int constraintSetStart = 2130903289;
// aapt resource value: 0x7F0300FA
- public const int constraint_referenced_tags = 2130903290;
+ public const int constraint_referenced_ids = 2130903290;
- // aapt resource value: 0x7F0300FC
- public const int content = 2130903292;
+ // aapt resource value: 0x7F0300FB
+ public const int constraint_referenced_tags = 2130903291;
// aapt resource value: 0x7F0300FD
- public const int contentDescription = 2130903293;
+ public const int content = 2130903293;
// aapt resource value: 0x7F0300FE
- public const int contentInsetEnd = 2130903294;
+ public const int contentDescription = 2130903294;
// aapt resource value: 0x7F0300FF
- public const int contentInsetEndWithActions = 2130903295;
+ public const int contentInsetEnd = 2130903295;
// aapt resource value: 0x7F030100
- public const int contentInsetLeft = 2130903296;
+ public const int contentInsetEndWithActions = 2130903296;
// aapt resource value: 0x7F030101
- public const int contentInsetRight = 2130903297;
+ public const int contentInsetLeft = 2130903297;
// aapt resource value: 0x7F030102
- public const int contentInsetStart = 2130903298;
+ public const int contentInsetRight = 2130903298;
// aapt resource value: 0x7F030103
- public const int contentInsetStartWithNavigation = 2130903299;
+ public const int contentInsetStart = 2130903299;
// aapt resource value: 0x7F030104
- public const int contentPadding = 2130903300;
+ public const int contentInsetStartWithNavigation = 2130903300;
// aapt resource value: 0x7F030105
- public const int contentPaddingBottom = 2130903301;
+ public const int contentPadding = 2130903301;
// aapt resource value: 0x7F030106
- public const int contentPaddingEnd = 2130903302;
+ public const int contentPaddingBottom = 2130903302;
// aapt resource value: 0x7F030107
- public const int contentPaddingLeft = 2130903303;
+ public const int contentPaddingEnd = 2130903303;
// aapt resource value: 0x7F030108
- public const int contentPaddingRight = 2130903304;
+ public const int contentPaddingLeft = 2130903304;
// aapt resource value: 0x7F030109
- public const int contentPaddingStart = 2130903305;
+ public const int contentPaddingRight = 2130903305;
// aapt resource value: 0x7F03010A
- public const int contentPaddingTop = 2130903306;
+ public const int contentPaddingStart = 2130903306;
// aapt resource value: 0x7F03010B
- public const int contentScrim = 2130903307;
+ public const int contentPaddingTop = 2130903307;
// aapt resource value: 0x7F03010C
- public const int contrast = 2130903308;
+ public const int contentProviderUri = 2130903308;
// aapt resource value: 0x7F03010D
- public const int controlBackground = 2130903309;
+ public const int contentScrim = 2130903309;
// aapt resource value: 0x7F03010E
- public const int coordinatorLayoutStyle = 2130903310;
+ public const int contrast = 2130903310;
// aapt resource value: 0x7F03010F
- public const int cornerFamily = 2130903311;
+ public const int controlBackground = 2130903311;
// aapt resource value: 0x7F030110
- public const int cornerFamilyBottomLeft = 2130903312;
+ public const int coordinatorLayoutStyle = 2130903312;
// aapt resource value: 0x7F030111
- public const int cornerFamilyBottomRight = 2130903313;
+ public const int cornerFamily = 2130903313;
// aapt resource value: 0x7F030112
- public const int cornerFamilyTopLeft = 2130903314;
+ public const int cornerFamilyBottomLeft = 2130903314;
// aapt resource value: 0x7F030113
- public const int cornerFamilyTopRight = 2130903315;
+ public const int cornerFamilyBottomRight = 2130903315;
// aapt resource value: 0x7F030114
- public const int cornerRadius = 2130903316;
+ public const int cornerFamilyTopLeft = 2130903316;
// aapt resource value: 0x7F030115
- public const int cornerSize = 2130903317;
+ public const int cornerFamilyTopRight = 2130903317;
// aapt resource value: 0x7F030116
- public const int cornerSizeBottomLeft = 2130903318;
+ public const int cornerRadius = 2130903318;
// aapt resource value: 0x7F030117
- public const int cornerSizeBottomRight = 2130903319;
+ public const int cornerSize = 2130903319;
// aapt resource value: 0x7F030118
- public const int cornerSizeTopLeft = 2130903320;
+ public const int cornerSizeBottomLeft = 2130903320;
// aapt resource value: 0x7F030119
- public const int cornerSizeTopRight = 2130903321;
+ public const int cornerSizeBottomRight = 2130903321;
// aapt resource value: 0x7F03011A
- public const int counterEnabled = 2130903322;
+ public const int cornerSizeTopLeft = 2130903322;
// aapt resource value: 0x7F03011B
- public const int counterMaxLength = 2130903323;
+ public const int cornerSizeTopRight = 2130903323;
// aapt resource value: 0x7F03011C
- public const int counterOverflowTextAppearance = 2130903324;
+ public const int corpusId = 2130903324;
// aapt resource value: 0x7F03011D
- public const int counterOverflowTextColor = 2130903325;
+ public const int corpusVersion = 2130903325;
// aapt resource value: 0x7F03011E
- public const int counterTextAppearance = 2130903326;
+ public const int counterEnabled = 2130903326;
// aapt resource value: 0x7F03011F
- public const int counterTextColor = 2130903327;
+ public const int counterMaxLength = 2130903327;
// aapt resource value: 0x7F030120
- public const int crossfade = 2130903328;
+ public const int counterOverflowTextAppearance = 2130903328;
// aapt resource value: 0x7F030121
- public const int currentState = 2130903329;
+ public const int counterOverflowTextColor = 2130903329;
// aapt resource value: 0x7F030122
- public const int curveFit = 2130903330;
+ public const int counterTextAppearance = 2130903330;
// aapt resource value: 0x7F030123
- public const int customBoolean = 2130903331;
+ public const int counterTextColor = 2130903331;
// aapt resource value: 0x7F030124
- public const int customColorDrawableValue = 2130903332;
+ public const int crossfade = 2130903332;
// aapt resource value: 0x7F030125
- public const int customColorValue = 2130903333;
+ public const int currentState = 2130903333;
// aapt resource value: 0x7F030126
- public const int customDimension = 2130903334;
+ public const int curveFit = 2130903334;
// aapt resource value: 0x7F030127
- public const int customFloatValue = 2130903335;
+ public const int customBoolean = 2130903335;
// aapt resource value: 0x7F030128
- public const int customIntegerValue = 2130903336;
+ public const int customColorDrawableValue = 2130903336;
// aapt resource value: 0x7F030129
- public const int customNavigationLayout = 2130903337;
+ public const int customColorValue = 2130903337;
// aapt resource value: 0x7F03012A
- public const int customPixelDimension = 2130903338;
+ public const int customDimension = 2130903338;
// aapt resource value: 0x7F03012B
- public const int customReference = 2130903339;
+ public const int customFloatValue = 2130903339;
// aapt resource value: 0x7F03012C
- public const int customStringValue = 2130903340;
+ public const int customIntegerValue = 2130903340;
// aapt resource value: 0x7F03012D
- public const int data = 2130903341;
+ public const int customNavigationLayout = 2130903341;
// aapt resource value: 0x7F03012E
- public const int dataPattern = 2130903342;
+ public const int customPixelDimension = 2130903342;
// aapt resource value: 0x7F03012F
- public const int dayInvalidStyle = 2130903343;
+ public const int customReference = 2130903343;
// aapt resource value: 0x7F030130
- public const int daySelectedStyle = 2130903344;
+ public const int customStringValue = 2130903344;
// aapt resource value: 0x7F030131
- public const int dayStyle = 2130903345;
+ public const int data = 2130903345;
// aapt resource value: 0x7F030132
- public const int dayTodayStyle = 2130903346;
+ public const int dataPattern = 2130903346;
// aapt resource value: 0x7F030133
- public const int defaultDuration = 2130903347;
+ public const int dayInvalidStyle = 2130903347;
// aapt resource value: 0x7F030134
- public const int defaultQueryHint = 2130903348;
+ public const int daySelectedStyle = 2130903348;
// aapt resource value: 0x7F030135
- public const int defaultState = 2130903349;
+ public const int dayStyle = 2130903349;
// aapt resource value: 0x7F030136
- public const int defaultValue = 2130903350;
+ public const int dayTodayStyle = 2130903350;
// aapt resource value: 0x7F030137
- public const int deltaPolarAngle = 2130903351;
+ public const int defaultDuration = 2130903351;
// aapt resource value: 0x7F030138
- public const int deltaPolarRadius = 2130903352;
+ public const int defaultIntentAction = 2130903352;
// aapt resource value: 0x7F030139
- public const int dependency = 2130903353;
+ public const int defaultIntentActivity = 2130903353;
// aapt resource value: 0x7F03013A
- public const int deriveConstraintsFrom = 2130903354;
+ public const int defaultIntentData = 2130903354;
// aapt resource value: 0x7F03013B
- public const int destination = 2130903355;
+ public const int defaultQueryHint = 2130903355;
// aapt resource value: 0x7F03013C
- public const int dialogCornerRadius = 2130903356;
+ public const int defaultState = 2130903356;
// aapt resource value: 0x7F03013D
- public const int dialogIcon = 2130903357;
+ public const int defaultValue = 2130903357;
// aapt resource value: 0x7F03013E
- public const int dialogLayout = 2130903358;
+ public const int deltaPolarAngle = 2130903358;
// aapt resource value: 0x7F03013F
- public const int dialogMessage = 2130903359;
+ public const int deltaPolarRadius = 2130903359;
// aapt resource value: 0x7F030140
- public const int dialogPreferenceStyle = 2130903360;
+ public const int dependency = 2130903360;
// aapt resource value: 0x7F030141
- public const int dialogPreferredPadding = 2130903361;
+ public const int deriveConstraintsFrom = 2130903361;
// aapt resource value: 0x7F030142
- public const int dialogTheme = 2130903362;
+ public const int destination = 2130903362;
// aapt resource value: 0x7F030143
- public const int dialogTitle = 2130903363;
+ public const int dialogCornerRadius = 2130903363;
// aapt resource value: 0x7F030144
- public const int disableDependentsState = 2130903364;
+ public const int dialogIcon = 2130903364;
// aapt resource value: 0x7F030145
- public const int displayOptions = 2130903365;
+ public const int dialogLayout = 2130903365;
// aapt resource value: 0x7F030146
- public const int divider = 2130903366;
+ public const int dialogMessage = 2130903366;
// aapt resource value: 0x7F030147
- public const int dividerHorizontal = 2130903367;
+ public const int dialogPreferenceStyle = 2130903367;
// aapt resource value: 0x7F030148
- public const int dividerPadding = 2130903368;
+ public const int dialogPreferredPadding = 2130903368;
// aapt resource value: 0x7F030149
- public const int dividerVertical = 2130903369;
+ public const int dialogTheme = 2130903369;
// aapt resource value: 0x7F03014A
- public const int dragDirection = 2130903370;
+ public const int dialogTitle = 2130903370;
// aapt resource value: 0x7F03014B
- public const int dragScale = 2130903371;
+ public const int disableDependentsState = 2130903371;
// aapt resource value: 0x7F03014C
- public const int dragThreshold = 2130903372;
-
- // aapt resource value: 0x7F03014E
- public const int drawableBottomCompat = 2130903374;
-
- // aapt resource value: 0x7F03014F
- public const int drawableEndCompat = 2130903375;
-
- // aapt resource value: 0x7F030150
- public const int drawableLeftCompat = 2130903376;
-
- // aapt resource value: 0x7F030151
- public const int drawableRightCompat = 2130903377;
-
- // aapt resource value: 0x7F030152
- public const int drawableSize = 2130903378;
-
- // aapt resource value: 0x7F030153
- public const int drawableStartCompat = 2130903379;
-
- // aapt resource value: 0x7F030154
- public const int drawableTint = 2130903380;
-
- // aapt resource value: 0x7F030155
- public const int drawableTintMode = 2130903381;
-
- // aapt resource value: 0x7F030156
- public const int drawableTopCompat = 2130903382;
-
- // aapt resource value: 0x7F030157
- public const int drawerArrowStyle = 2130903383;
-
- // aapt resource value: 0x7F030158
- public const int drawerLayoutStyle = 2130903384;
+ public const int displayOptions = 2130903372;
// aapt resource value: 0x7F03014D
- public const int drawPath = 2130903373;
+ public const int divider = 2130903373;
- // aapt resource value: 0x7F03015A
- public const int dropdownListPreferredItemHeight = 2130903386;
+ // aapt resource value: 0x7F03014E
+ public const int dividerHorizontal = 2130903374;
+
+ // aapt resource value: 0x7F03014F
+ public const int dividerPadding = 2130903375;
+
+ // aapt resource value: 0x7F030150
+ public const int dividerVertical = 2130903376;
+
+ // aapt resource value: 0x7F030151
+ public const int documentMaxAgeSecs = 2130903377;
+
+ // aapt resource value: 0x7F030152
+ public const int dragDirection = 2130903378;
+
+ // aapt resource value: 0x7F030153
+ public const int dragScale = 2130903379;
+
+ // aapt resource value: 0x7F030154
+ public const int dragThreshold = 2130903380;
+
+ // aapt resource value: 0x7F030156
+ public const int drawableBottomCompat = 2130903382;
+
+ // aapt resource value: 0x7F030157
+ public const int drawableEndCompat = 2130903383;
+
+ // aapt resource value: 0x7F030158
+ public const int drawableLeftCompat = 2130903384;
// aapt resource value: 0x7F030159
- public const int dropDownListViewStyle = 2130903385;
+ public const int drawableRightCompat = 2130903385;
+
+ // aapt resource value: 0x7F03015A
+ public const int drawableSize = 2130903386;
// aapt resource value: 0x7F03015B
- public const int dropdownPreferenceStyle = 2130903387;
+ public const int drawableStartCompat = 2130903387;
// aapt resource value: 0x7F03015C
- public const int duration = 2130903388;
+ public const int drawableTint = 2130903388;
// aapt resource value: 0x7F03015D
- public const int editTextBackground = 2130903389;
+ public const int drawableTintMode = 2130903389;
// aapt resource value: 0x7F03015E
- public const int editTextColor = 2130903390;
+ public const int drawableTopCompat = 2130903390;
// aapt resource value: 0x7F03015F
- public const int editTextPreferenceStyle = 2130903391;
+ public const int drawerArrowStyle = 2130903391;
// aapt resource value: 0x7F030160
- public const int editTextStyle = 2130903392;
+ public const int drawerLayoutStyle = 2130903392;
- // aapt resource value: 0x7F030161
- public const int elevation = 2130903393;
+ // aapt resource value: 0x7F030155
+ public const int drawPath = 2130903381;
// aapt resource value: 0x7F030162
- public const int elevationOverlayColor = 2130903394;
+ public const int dropdownListPreferredItemHeight = 2130903394;
+
+ // aapt resource value: 0x7F030161
+ public const int dropDownListViewStyle = 2130903393;
// aapt resource value: 0x7F030163
- public const int elevationOverlayEnabled = 2130903395;
+ public const int dropdownPreferenceStyle = 2130903395;
// aapt resource value: 0x7F030164
- public const int enableCopying = 2130903396;
-
- // aapt resource value: 0x7F030166
- public const int enabled = 2130903398;
+ public const int duration = 2130903396;
// aapt resource value: 0x7F030165
- public const int enableEdgeToEdge = 2130903397;
+ public const int editTextBackground = 2130903397;
+
+ // aapt resource value: 0x7F030166
+ public const int editTextColor = 2130903398;
// aapt resource value: 0x7F030167
- public const int endIconCheckable = 2130903399;
+ public const int editTextPreferenceStyle = 2130903399;
// aapt resource value: 0x7F030168
- public const int endIconContentDescription = 2130903400;
+ public const int editTextStyle = 2130903400;
// aapt resource value: 0x7F030169
- public const int endIconDrawable = 2130903401;
+ public const int elevation = 2130903401;
// aapt resource value: 0x7F03016A
- public const int endIconMode = 2130903402;
+ public const int elevationOverlayColor = 2130903402;
// aapt resource value: 0x7F03016B
- public const int endIconTint = 2130903403;
+ public const int elevationOverlayEnabled = 2130903403;
// aapt resource value: 0x7F03016C
- public const int endIconTintMode = 2130903404;
-
- // aapt resource value: 0x7F03016D
- public const int enforceMaterialTheme = 2130903405;
+ public const int enableCopying = 2130903404;
// aapt resource value: 0x7F03016E
- public const int enforceTextAppearance = 2130903406;
+ public const int enabled = 2130903406;
+
+ // aapt resource value: 0x7F03016D
+ public const int enableEdgeToEdge = 2130903405;
// aapt resource value: 0x7F03016F
- public const int ensureMinTouchTargetSize = 2130903407;
+ public const int endIconCheckable = 2130903407;
// aapt resource value: 0x7F030170
- public const int enterAnim = 2130903408;
+ public const int endIconContentDescription = 2130903408;
// aapt resource value: 0x7F030171
- public const int entries = 2130903409;
+ public const int endIconDrawable = 2130903409;
// aapt resource value: 0x7F030172
- public const int entryValues = 2130903410;
+ public const int endIconMode = 2130903410;
// aapt resource value: 0x7F030173
- public const int errorContentDescription = 2130903411;
+ public const int endIconTint = 2130903411;
// aapt resource value: 0x7F030174
- public const int errorEnabled = 2130903412;
+ public const int endIconTintMode = 2130903412;
// aapt resource value: 0x7F030175
- public const int errorIconDrawable = 2130903413;
+ public const int enforceMaterialTheme = 2130903413;
// aapt resource value: 0x7F030176
- public const int errorIconTint = 2130903414;
+ public const int enforceTextAppearance = 2130903414;
// aapt resource value: 0x7F030177
- public const int errorIconTintMode = 2130903415;
+ public const int ensureMinTouchTargetSize = 2130903415;
// aapt resource value: 0x7F030178
- public const int errorTextAppearance = 2130903416;
+ public const int enterAnim = 2130903416;
// aapt resource value: 0x7F030179
- public const int errorTextColor = 2130903417;
+ public const int entries = 2130903417;
// aapt resource value: 0x7F03017A
- public const int exitAnim = 2130903418;
+ public const int entryValues = 2130903418;
// aapt resource value: 0x7F03017B
- public const int expandActivityOverflowButtonDrawable = 2130903419;
+ public const int errorContentDescription = 2130903419;
// aapt resource value: 0x7F03017C
- public const int expanded = 2130903420;
+ public const int errorEnabled = 2130903420;
// aapt resource value: 0x7F03017D
- public const int expandedHintEnabled = 2130903421;
+ public const int errorIconDrawable = 2130903421;
// aapt resource value: 0x7F03017E
- public const int expandedTitleGravity = 2130903422;
+ public const int errorIconTint = 2130903422;
// aapt resource value: 0x7F03017F
- public const int expandedTitleMargin = 2130903423;
+ public const int errorIconTintMode = 2130903423;
// aapt resource value: 0x7F030180
- public const int expandedTitleMarginBottom = 2130903424;
+ public const int errorTextAppearance = 2130903424;
// aapt resource value: 0x7F030181
- public const int expandedTitleMarginEnd = 2130903425;
+ public const int errorTextColor = 2130903425;
// aapt resource value: 0x7F030182
- public const int expandedTitleMarginStart = 2130903426;
+ public const int exitAnim = 2130903426;
// aapt resource value: 0x7F030183
- public const int expandedTitleMarginTop = 2130903427;
+ public const int expandActivityOverflowButtonDrawable = 2130903427;
// aapt resource value: 0x7F030184
- public const int expandedTitleTextAppearance = 2130903428;
-
- // aapt resource value: 0x7F030186
- public const int extendedFloatingActionButtonStyle = 2130903430;
+ public const int expanded = 2130903428;
// aapt resource value: 0x7F030185
- public const int extendMotionSpec = 2130903429;
+ public const int expandedHintEnabled = 2130903429;
+
+ // aapt resource value: 0x7F030186
+ public const int expandedTitleGravity = 2130903430;
// aapt resource value: 0x7F030187
- public const int externalRouteEnabledDrawable = 2130903431;
+ public const int expandedTitleMargin = 2130903431;
// aapt resource value: 0x7F030188
- public const int externalRouteEnabledDrawableStatic = 2130903432;
+ public const int expandedTitleMarginBottom = 2130903432;
// aapt resource value: 0x7F030189
- public const int extraMultilineHeightEnabled = 2130903433;
+ public const int expandedTitleMarginEnd = 2130903433;
// aapt resource value: 0x7F03018A
- public const int fabAlignmentMode = 2130903434;
+ public const int expandedTitleMarginStart = 2130903434;
// aapt resource value: 0x7F03018B
- public const int fabAnimationMode = 2130903435;
+ public const int expandedTitleMarginTop = 2130903435;
// aapt resource value: 0x7F03018C
- public const int fabCradleMargin = 2130903436;
-
- // aapt resource value: 0x7F03018D
- public const int fabCradleRoundedCornerRadius = 2130903437;
+ public const int expandedTitleTextAppearance = 2130903436;
// aapt resource value: 0x7F03018E
- public const int fabCradleVerticalOffset = 2130903438;
+ public const int extendedFloatingActionButtonStyle = 2130903438;
+
+ // aapt resource value: 0x7F03018D
+ public const int extendMotionSpec = 2130903437;
// aapt resource value: 0x7F03018F
- public const int fabCustomSize = 2130903439;
+ public const int externalRouteEnabledDrawable = 2130903439;
// aapt resource value: 0x7F030190
- public const int fabSize = 2130903440;
+ public const int externalRouteEnabledDrawableStatic = 2130903440;
// aapt resource value: 0x7F030191
- public const int fastScrollEnabled = 2130903441;
+ public const int extraMultilineHeightEnabled = 2130903441;
// aapt resource value: 0x7F030192
- public const int fastScrollHorizontalThumbDrawable = 2130903442;
+ public const int fabAlignmentMode = 2130903442;
// aapt resource value: 0x7F030193
- public const int fastScrollHorizontalTrackDrawable = 2130903443;
+ public const int fabAnimationMode = 2130903443;
// aapt resource value: 0x7F030194
- public const int fastScrollVerticalThumbDrawable = 2130903444;
+ public const int fabCradleMargin = 2130903444;
// aapt resource value: 0x7F030195
- public const int fastScrollVerticalTrackDrawable = 2130903445;
+ public const int fabCradleRoundedCornerRadius = 2130903445;
// aapt resource value: 0x7F030196
- public const int firstBaselineToTopHeight = 2130903446;
+ public const int fabCradleVerticalOffset = 2130903446;
// aapt resource value: 0x7F030197
- public const int floatingActionButtonStyle = 2130903447;
+ public const int fabCustomSize = 2130903447;
// aapt resource value: 0x7F030198
- public const int flow_firstHorizontalBias = 2130903448;
+ public const int fabSize = 2130903448;
// aapt resource value: 0x7F030199
- public const int flow_firstHorizontalStyle = 2130903449;
+ public const int fastScrollEnabled = 2130903449;
// aapt resource value: 0x7F03019A
- public const int flow_firstVerticalBias = 2130903450;
+ public const int fastScrollHorizontalThumbDrawable = 2130903450;
// aapt resource value: 0x7F03019B
- public const int flow_firstVerticalStyle = 2130903451;
+ public const int fastScrollHorizontalTrackDrawable = 2130903451;
// aapt resource value: 0x7F03019C
- public const int flow_horizontalAlign = 2130903452;
+ public const int fastScrollVerticalThumbDrawable = 2130903452;
// aapt resource value: 0x7F03019D
- public const int flow_horizontalBias = 2130903453;
+ public const int fastScrollVerticalTrackDrawable = 2130903453;
// aapt resource value: 0x7F03019E
- public const int flow_horizontalGap = 2130903454;
+ public const int featureType = 2130903454;
// aapt resource value: 0x7F03019F
- public const int flow_horizontalStyle = 2130903455;
+ public const int firstBaselineToTopHeight = 2130903455;
// aapt resource value: 0x7F0301A0
- public const int flow_lastHorizontalBias = 2130903456;
+ public const int floatingActionButtonStyle = 2130903456;
// aapt resource value: 0x7F0301A1
- public const int flow_lastHorizontalStyle = 2130903457;
+ public const int flow_firstHorizontalBias = 2130903457;
// aapt resource value: 0x7F0301A2
- public const int flow_lastVerticalBias = 2130903458;
+ public const int flow_firstHorizontalStyle = 2130903458;
// aapt resource value: 0x7F0301A3
- public const int flow_lastVerticalStyle = 2130903459;
+ public const int flow_firstVerticalBias = 2130903459;
// aapt resource value: 0x7F0301A4
- public const int flow_maxElementsWrap = 2130903460;
+ public const int flow_firstVerticalStyle = 2130903460;
// aapt resource value: 0x7F0301A5
- public const int flow_padding = 2130903461;
+ public const int flow_horizontalAlign = 2130903461;
// aapt resource value: 0x7F0301A6
- public const int flow_verticalAlign = 2130903462;
+ public const int flow_horizontalBias = 2130903462;
// aapt resource value: 0x7F0301A7
- public const int flow_verticalBias = 2130903463;
+ public const int flow_horizontalGap = 2130903463;
// aapt resource value: 0x7F0301A8
- public const int flow_verticalGap = 2130903464;
+ public const int flow_horizontalStyle = 2130903464;
// aapt resource value: 0x7F0301A9
- public const int flow_verticalStyle = 2130903465;
+ public const int flow_lastHorizontalBias = 2130903465;
// aapt resource value: 0x7F0301AA
- public const int flow_wrapMode = 2130903466;
+ public const int flow_lastHorizontalStyle = 2130903466;
// aapt resource value: 0x7F0301AB
- public const int font = 2130903467;
+ public const int flow_lastVerticalBias = 2130903467;
// aapt resource value: 0x7F0301AC
- public const int fontFamily = 2130903468;
+ public const int flow_lastVerticalStyle = 2130903468;
// aapt resource value: 0x7F0301AD
- public const int fontProviderAuthority = 2130903469;
+ public const int flow_maxElementsWrap = 2130903469;
// aapt resource value: 0x7F0301AE
- public const int fontProviderCerts = 2130903470;
+ public const int flow_padding = 2130903470;
// aapt resource value: 0x7F0301AF
- public const int fontProviderFetchStrategy = 2130903471;
+ public const int flow_verticalAlign = 2130903471;
// aapt resource value: 0x7F0301B0
- public const int fontProviderFetchTimeout = 2130903472;
+ public const int flow_verticalBias = 2130903472;
// aapt resource value: 0x7F0301B1
- public const int fontProviderPackage = 2130903473;
+ public const int flow_verticalGap = 2130903473;
// aapt resource value: 0x7F0301B2
- public const int fontProviderQuery = 2130903474;
+ public const int flow_verticalStyle = 2130903474;
// aapt resource value: 0x7F0301B3
- public const int fontProviderSystemFontFamily = 2130903475;
+ public const int flow_wrapMode = 2130903475;
// aapt resource value: 0x7F0301B4
- public const int fontStyle = 2130903476;
+ public const int font = 2130903476;
// aapt resource value: 0x7F0301B5
- public const int fontVariationSettings = 2130903477;
+ public const int fontFamily = 2130903477;
// aapt resource value: 0x7F0301B6
- public const int fontWeight = 2130903478;
+ public const int fontProviderAuthority = 2130903478;
// aapt resource value: 0x7F0301B7
- public const int forceApplySystemWindowInsetTop = 2130903479;
+ public const int fontProviderCerts = 2130903479;
// aapt resource value: 0x7F0301B8
- public const int foregroundInsidePadding = 2130903480;
+ public const int fontProviderFetchStrategy = 2130903480;
// aapt resource value: 0x7F0301B9
- public const int fragment = 2130903481;
+ public const int fontProviderFetchTimeout = 2130903481;
// aapt resource value: 0x7F0301BA
- public const int framePosition = 2130903482;
+ public const int fontProviderPackage = 2130903482;
// aapt resource value: 0x7F0301BB
- public const int gapBetweenBars = 2130903483;
+ public const int fontProviderQuery = 2130903483;
// aapt resource value: 0x7F0301BC
- public const int gestureInsetBottomIgnored = 2130903484;
+ public const int fontProviderSystemFontFamily = 2130903484;
// aapt resource value: 0x7F0301BD
- public const int goIcon = 2130903485;
+ public const int fontStyle = 2130903485;
// aapt resource value: 0x7F0301BE
- public const int graph = 2130903486;
+ public const int fontVariationSettings = 2130903486;
// aapt resource value: 0x7F0301BF
- public const int haloColor = 2130903487;
+ public const int fontWeight = 2130903487;
// aapt resource value: 0x7F0301C0
- public const int haloRadius = 2130903488;
+ public const int forceApplySystemWindowInsetTop = 2130903488;
// aapt resource value: 0x7F0301C1
- public const int headerLayout = 2130903489;
+ public const int foregroundInsidePadding = 2130903489;
// aapt resource value: 0x7F0301C2
- public const int height = 2130903490;
+ public const int fragment = 2130903490;
// aapt resource value: 0x7F0301C3
- public const int helperText = 2130903491;
+ public const int framePosition = 2130903491;
// aapt resource value: 0x7F0301C4
- public const int helperTextEnabled = 2130903492;
+ public const int gapBetweenBars = 2130903492;
// aapt resource value: 0x7F0301C5
- public const int helperTextTextAppearance = 2130903493;
+ public const int gestureInsetBottomIgnored = 2130903493;
// aapt resource value: 0x7F0301C6
- public const int helperTextTextColor = 2130903494;
+ public const int goIcon = 2130903494;
// aapt resource value: 0x7F0301C7
- public const int hideAnimationBehavior = 2130903495;
+ public const int graph = 2130903495;
// aapt resource value: 0x7F0301C8
- public const int hideMotionSpec = 2130903496;
+ public const int haloColor = 2130903496;
// aapt resource value: 0x7F0301C9
- public const int hideOnContentScroll = 2130903497;
+ public const int haloRadius = 2130903497;
// aapt resource value: 0x7F0301CA
- public const int hideOnScroll = 2130903498;
+ public const int headerLayout = 2130903498;
// aapt resource value: 0x7F0301CB
- public const int hintAnimationEnabled = 2130903499;
+ public const int height = 2130903499;
// aapt resource value: 0x7F0301CC
- public const int hintEnabled = 2130903500;
+ public const int helperText = 2130903500;
// aapt resource value: 0x7F0301CD
- public const int hintTextAppearance = 2130903501;
+ public const int helperTextEnabled = 2130903501;
// aapt resource value: 0x7F0301CE
- public const int hintTextColor = 2130903502;
+ public const int helperTextTextAppearance = 2130903502;
// aapt resource value: 0x7F0301CF
- public const int homeAsUpIndicator = 2130903503;
+ public const int helperTextTextColor = 2130903503;
// aapt resource value: 0x7F0301D0
- public const int homeLayout = 2130903504;
+ public const int hideAnimationBehavior = 2130903504;
// aapt resource value: 0x7F0301D1
- public const int horizontalOffset = 2130903505;
+ public const int hideMotionSpec = 2130903505;
// aapt resource value: 0x7F0301D2
- public const int hoveredFocusedTranslationZ = 2130903506;
+ public const int hideOnContentScroll = 2130903506;
// aapt resource value: 0x7F0301D3
- public const int icon = 2130903507;
+ public const int hideOnScroll = 2130903507;
// aapt resource value: 0x7F0301D4
- public const int iconEndPadding = 2130903508;
+ public const int hintAnimationEnabled = 2130903508;
// aapt resource value: 0x7F0301D5
- public const int iconGravity = 2130903509;
-
- // aapt resource value: 0x7F0301DC
- public const int iconifiedByDefault = 2130903516;
+ public const int hintEnabled = 2130903509;
// aapt resource value: 0x7F0301D6
- public const int iconPadding = 2130903510;
+ public const int hintTextAppearance = 2130903510;
// aapt resource value: 0x7F0301D7
- public const int iconSize = 2130903511;
+ public const int hintTextColor = 2130903511;
// aapt resource value: 0x7F0301D8
- public const int iconSpaceReserved = 2130903512;
+ public const int homeAsUpIndicator = 2130903512;
// aapt resource value: 0x7F0301D9
- public const int iconStartPadding = 2130903513;
+ public const int homeLayout = 2130903513;
// aapt resource value: 0x7F0301DA
- public const int iconTint = 2130903514;
+ public const int horizontalOffset = 2130903514;
// aapt resource value: 0x7F0301DB
- public const int iconTintMode = 2130903515;
+ public const int hoveredFocusedTranslationZ = 2130903515;
+
+ // aapt resource value: 0x7F0301DC
+ public const int icon = 2130903516;
// aapt resource value: 0x7F0301DD
- public const int ifTagNotSet = 2130903517;
+ public const int iconEndPadding = 2130903517;
// aapt resource value: 0x7F0301DE
- public const int ifTagSet = 2130903518;
-
- // aapt resource value: 0x7F0301DF
- public const int imageAspectRatio = 2130903519;
-
- // aapt resource value: 0x7F0301E0
- public const int imageAspectRatioAdjust = 2130903520;
-
- // aapt resource value: 0x7F0301E1
- public const int imageButtonStyle = 2130903521;
-
- // aapt resource value: 0x7F0301E2
- public const int imagePanX = 2130903522;
-
- // aapt resource value: 0x7F0301E3
- public const int imagePanY = 2130903523;
-
- // aapt resource value: 0x7F0301E4
- public const int imageRotate = 2130903524;
+ public const int iconGravity = 2130903518;
// aapt resource value: 0x7F0301E5
- public const int imageZoom = 2130903525;
+ public const int iconifiedByDefault = 2130903525;
+
+ // aapt resource value: 0x7F0301DF
+ public const int iconPadding = 2130903519;
+
+ // aapt resource value: 0x7F0301E0
+ public const int iconSize = 2130903520;
+
+ // aapt resource value: 0x7F0301E1
+ public const int iconSpaceReserved = 2130903521;
+
+ // aapt resource value: 0x7F0301E2
+ public const int iconStartPadding = 2130903522;
+
+ // aapt resource value: 0x7F0301E3
+ public const int iconTint = 2130903523;
+
+ // aapt resource value: 0x7F0301E4
+ public const int iconTintMode = 2130903524;
// aapt resource value: 0x7F0301E6
- public const int indeterminateAnimationType = 2130903526;
+ public const int ifTagNotSet = 2130903526;
// aapt resource value: 0x7F0301E7
- public const int indeterminateProgressStyle = 2130903527;
+ public const int ifTagSet = 2130903527;
// aapt resource value: 0x7F0301E8
- public const int indicatorColor = 2130903528;
+ public const int imageAspectRatio = 2130903528;
// aapt resource value: 0x7F0301E9
- public const int indicatorDirectionCircular = 2130903529;
+ public const int imageAspectRatioAdjust = 2130903529;
// aapt resource value: 0x7F0301EA
- public const int indicatorDirectionLinear = 2130903530;
+ public const int imageButtonStyle = 2130903530;
// aapt resource value: 0x7F0301EB
- public const int indicatorInset = 2130903531;
+ public const int imagePanX = 2130903531;
// aapt resource value: 0x7F0301EC
- public const int indicatorSize = 2130903532;
+ public const int imagePanY = 2130903532;
// aapt resource value: 0x7F0301ED
- public const int initialActivityCount = 2130903533;
+ public const int imageRotate = 2130903533;
// aapt resource value: 0x7F0301EE
- public const int initialExpandedChildrenCount = 2130903534;
+ public const int imageZoom = 2130903534;
// aapt resource value: 0x7F0301EF
- public const int insetForeground = 2130903535;
+ public const int indeterminateAnimationType = 2130903535;
// aapt resource value: 0x7F0301F0
- public const int isLightTheme = 2130903536;
+ public const int indeterminateProgressStyle = 2130903536;
// aapt resource value: 0x7F0301F1
- public const int isMaterialTheme = 2130903537;
+ public const int indexPrefixes = 2130903537;
// aapt resource value: 0x7F0301F2
- public const int isPreferenceVisible = 2130903538;
+ public const int indicatorColor = 2130903538;
// aapt resource value: 0x7F0301F3
- public const int itemBackground = 2130903539;
+ public const int indicatorDirectionCircular = 2130903539;
// aapt resource value: 0x7F0301F4
- public const int itemFillColor = 2130903540;
+ public const int indicatorDirectionLinear = 2130903540;
// aapt resource value: 0x7F0301F5
- public const int itemHorizontalPadding = 2130903541;
+ public const int indicatorInset = 2130903541;
// aapt resource value: 0x7F0301F6
- public const int itemHorizontalTranslationEnabled = 2130903542;
+ public const int indicatorSize = 2130903542;
// aapt resource value: 0x7F0301F7
- public const int itemIconPadding = 2130903543;
+ public const int initialActivityCount = 2130903543;
// aapt resource value: 0x7F0301F8
- public const int itemIconSize = 2130903544;
+ public const int initialExpandedChildrenCount = 2130903544;
// aapt resource value: 0x7F0301F9
- public const int itemIconTint = 2130903545;
+ public const int inputEnabled = 2130903545;
// aapt resource value: 0x7F0301FA
- public const int itemMaxLines = 2130903546;
+ public const int insetForeground = 2130903546;
// aapt resource value: 0x7F0301FB
- public const int itemPadding = 2130903547;
+ public const int isLightTheme = 2130903547;
// aapt resource value: 0x7F0301FC
- public const int itemRippleColor = 2130903548;
+ public const int isMaterialTheme = 2130903548;
// aapt resource value: 0x7F0301FD
- public const int itemShapeAppearance = 2130903549;
+ public const int isPreferenceVisible = 2130903549;
// aapt resource value: 0x7F0301FE
- public const int itemShapeAppearanceOverlay = 2130903550;
+ public const int itemBackground = 2130903550;
// aapt resource value: 0x7F0301FF
- public const int itemShapeFillColor = 2130903551;
+ public const int itemFillColor = 2130903551;
// aapt resource value: 0x7F030200
- public const int itemShapeInsetBottom = 2130903552;
+ public const int itemHorizontalPadding = 2130903552;
// aapt resource value: 0x7F030201
- public const int itemShapeInsetEnd = 2130903553;
+ public const int itemHorizontalTranslationEnabled = 2130903553;
// aapt resource value: 0x7F030202
- public const int itemShapeInsetStart = 2130903554;
+ public const int itemIconPadding = 2130903554;
// aapt resource value: 0x7F030203
- public const int itemShapeInsetTop = 2130903555;
+ public const int itemIconSize = 2130903555;
// aapt resource value: 0x7F030204
- public const int itemSpacing = 2130903556;
+ public const int itemIconTint = 2130903556;
// aapt resource value: 0x7F030205
- public const int itemStrokeColor = 2130903557;
+ public const int itemMaxLines = 2130903557;
// aapt resource value: 0x7F030206
- public const int itemStrokeWidth = 2130903558;
+ public const int itemPadding = 2130903558;
// aapt resource value: 0x7F030207
- public const int itemTextAppearance = 2130903559;
+ public const int itemRippleColor = 2130903559;
// aapt resource value: 0x7F030208
- public const int itemTextAppearanceActive = 2130903560;
+ public const int itemShapeAppearance = 2130903560;
// aapt resource value: 0x7F030209
- public const int itemTextAppearanceInactive = 2130903561;
+ public const int itemShapeAppearanceOverlay = 2130903561;
// aapt resource value: 0x7F03020A
- public const int itemTextColor = 2130903562;
+ public const int itemShapeFillColor = 2130903562;
// aapt resource value: 0x7F03020B
- public const int key = 2130903563;
-
- // aapt resource value: 0x7F03020D
- public const int keyboardIcon = 2130903565;
-
- // aapt resource value: 0x7F03020E
- public const int keylines = 2130903566;
+ public const int itemShapeInsetBottom = 2130903563;
// aapt resource value: 0x7F03020C
- public const int keyPositionType = 2130903564;
+ public const int itemShapeInsetEnd = 2130903564;
+
+ // aapt resource value: 0x7F03020D
+ public const int itemShapeInsetStart = 2130903565;
+
+ // aapt resource value: 0x7F03020E
+ public const int itemShapeInsetTop = 2130903566;
// aapt resource value: 0x7F03020F
- public const int labelBehavior = 2130903567;
+ public const int itemSpacing = 2130903567;
// aapt resource value: 0x7F030210
- public const int labelStyle = 2130903568;
+ public const int itemStrokeColor = 2130903568;
// aapt resource value: 0x7F030211
- public const int labelVisibilityMode = 2130903569;
+ public const int itemStrokeWidth = 2130903569;
// aapt resource value: 0x7F030212
- public const int lastBaselineToBottomHeight = 2130903570;
+ public const int itemTextAppearance = 2130903570;
// aapt resource value: 0x7F030213
- public const int latLngBoundsNorthEastLatitude = 2130903571;
+ public const int itemTextAppearanceActive = 2130903571;
// aapt resource value: 0x7F030214
- public const int latLngBoundsNorthEastLongitude = 2130903572;
+ public const int itemTextAppearanceInactive = 2130903572;
// aapt resource value: 0x7F030215
- public const int latLngBoundsSouthWestLatitude = 2130903573;
+ public const int itemTextColor = 2130903573;
// aapt resource value: 0x7F030216
- public const int latLngBoundsSouthWestLongitude = 2130903574;
-
- // aapt resource value: 0x7F030217
- public const int launchSingleTop = 2130903575;
+ public const int key = 2130903574;
// aapt resource value: 0x7F030218
- public const int layout = 2130903576;
+ public const int keyboardIcon = 2130903576;
// aapt resource value: 0x7F030219
- public const int layoutDescription = 2130903577;
+ public const int keylines = 2130903577;
+
+ // aapt resource value: 0x7F030217
+ public const int keyPositionType = 2130903575;
// aapt resource value: 0x7F03021A
- public const int layoutDuringTransition = 2130903578;
+ public const int labelBehavior = 2130903578;
// aapt resource value: 0x7F03021B
- public const int layoutManager = 2130903579;
+ public const int labelStyle = 2130903579;
// aapt resource value: 0x7F03021C
- public const int layout_anchor = 2130903580;
+ public const int labelVisibilityMode = 2130903580;
// aapt resource value: 0x7F03021D
- public const int layout_anchorGravity = 2130903581;
+ public const int lastBaselineToBottomHeight = 2130903581;
// aapt resource value: 0x7F03021E
- public const int layout_behavior = 2130903582;
+ public const int latLngBoundsNorthEastLatitude = 2130903582;
// aapt resource value: 0x7F03021F
- public const int layout_collapseMode = 2130903583;
+ public const int latLngBoundsNorthEastLongitude = 2130903583;
// aapt resource value: 0x7F030220
- public const int layout_collapseParallaxMultiplier = 2130903584;
+ public const int latLngBoundsSouthWestLatitude = 2130903584;
// aapt resource value: 0x7F030221
- public const int layout_constrainedHeight = 2130903585;
+ public const int latLngBoundsSouthWestLongitude = 2130903585;
// aapt resource value: 0x7F030222
- public const int layout_constrainedWidth = 2130903586;
+ public const int launchSingleTop = 2130903586;
// aapt resource value: 0x7F030223
- public const int layout_constraintBaseline_creator = 2130903587;
+ public const int layout = 2130903587;
// aapt resource value: 0x7F030224
- public const int layout_constraintBaseline_toBaselineOf = 2130903588;
+ public const int layoutDescription = 2130903588;
// aapt resource value: 0x7F030225
- public const int layout_constraintBaseline_toBottomOf = 2130903589;
+ public const int layoutDuringTransition = 2130903589;
// aapt resource value: 0x7F030226
- public const int layout_constraintBaseline_toTopOf = 2130903590;
+ public const int layoutManager = 2130903590;
// aapt resource value: 0x7F030227
- public const int layout_constraintBottom_creator = 2130903591;
+ public const int layout_anchor = 2130903591;
// aapt resource value: 0x7F030228
- public const int layout_constraintBottom_toBottomOf = 2130903592;
+ public const int layout_anchorGravity = 2130903592;
// aapt resource value: 0x7F030229
- public const int layout_constraintBottom_toTopOf = 2130903593;
+ public const int layout_behavior = 2130903593;
// aapt resource value: 0x7F03022A
- public const int layout_constraintCircle = 2130903594;
+ public const int layout_collapseMode = 2130903594;
// aapt resource value: 0x7F03022B
- public const int layout_constraintCircleAngle = 2130903595;
+ public const int layout_collapseParallaxMultiplier = 2130903595;
// aapt resource value: 0x7F03022C
- public const int layout_constraintCircleRadius = 2130903596;
+ public const int layout_constrainedHeight = 2130903596;
// aapt resource value: 0x7F03022D
- public const int layout_constraintDimensionRatio = 2130903597;
+ public const int layout_constrainedWidth = 2130903597;
// aapt resource value: 0x7F03022E
- public const int layout_constraintEnd_toEndOf = 2130903598;
+ public const int layout_constraintBaseline_creator = 2130903598;
// aapt resource value: 0x7F03022F
- public const int layout_constraintEnd_toStartOf = 2130903599;
+ public const int layout_constraintBaseline_toBaselineOf = 2130903599;
// aapt resource value: 0x7F030230
- public const int layout_constraintGuide_begin = 2130903600;
+ public const int layout_constraintBaseline_toBottomOf = 2130903600;
// aapt resource value: 0x7F030231
- public const int layout_constraintGuide_end = 2130903601;
+ public const int layout_constraintBaseline_toTopOf = 2130903601;
// aapt resource value: 0x7F030232
- public const int layout_constraintGuide_percent = 2130903602;
+ public const int layout_constraintBottom_creator = 2130903602;
// aapt resource value: 0x7F030233
- public const int layout_constraintHeight = 2130903603;
+ public const int layout_constraintBottom_toBottomOf = 2130903603;
// aapt resource value: 0x7F030234
- public const int layout_constraintHeight_default = 2130903604;
+ public const int layout_constraintBottom_toTopOf = 2130903604;
// aapt resource value: 0x7F030235
- public const int layout_constraintHeight_max = 2130903605;
+ public const int layout_constraintCircle = 2130903605;
// aapt resource value: 0x7F030236
- public const int layout_constraintHeight_min = 2130903606;
+ public const int layout_constraintCircleAngle = 2130903606;
// aapt resource value: 0x7F030237
- public const int layout_constraintHeight_percent = 2130903607;
+ public const int layout_constraintCircleRadius = 2130903607;
// aapt resource value: 0x7F030238
- public const int layout_constraintHorizontal_bias = 2130903608;
+ public const int layout_constraintDimensionRatio = 2130903608;
// aapt resource value: 0x7F030239
- public const int layout_constraintHorizontal_chainStyle = 2130903609;
+ public const int layout_constraintEnd_toEndOf = 2130903609;
// aapt resource value: 0x7F03023A
- public const int layout_constraintHorizontal_weight = 2130903610;
+ public const int layout_constraintEnd_toStartOf = 2130903610;
// aapt resource value: 0x7F03023B
- public const int layout_constraintLeft_creator = 2130903611;
+ public const int layout_constraintGuide_begin = 2130903611;
// aapt resource value: 0x7F03023C
- public const int layout_constraintLeft_toLeftOf = 2130903612;
+ public const int layout_constraintGuide_end = 2130903612;
// aapt resource value: 0x7F03023D
- public const int layout_constraintLeft_toRightOf = 2130903613;
+ public const int layout_constraintGuide_percent = 2130903613;
// aapt resource value: 0x7F03023E
- public const int layout_constraintRight_creator = 2130903614;
+ public const int layout_constraintHeight = 2130903614;
// aapt resource value: 0x7F03023F
- public const int layout_constraintRight_toLeftOf = 2130903615;
+ public const int layout_constraintHeight_default = 2130903615;
// aapt resource value: 0x7F030240
- public const int layout_constraintRight_toRightOf = 2130903616;
+ public const int layout_constraintHeight_max = 2130903616;
// aapt resource value: 0x7F030241
- public const int layout_constraintStart_toEndOf = 2130903617;
+ public const int layout_constraintHeight_min = 2130903617;
// aapt resource value: 0x7F030242
- public const int layout_constraintStart_toStartOf = 2130903618;
+ public const int layout_constraintHeight_percent = 2130903618;
// aapt resource value: 0x7F030243
- public const int layout_constraintTag = 2130903619;
+ public const int layout_constraintHorizontal_bias = 2130903619;
// aapt resource value: 0x7F030244
- public const int layout_constraintTop_creator = 2130903620;
+ public const int layout_constraintHorizontal_chainStyle = 2130903620;
// aapt resource value: 0x7F030245
- public const int layout_constraintTop_toBottomOf = 2130903621;
+ public const int layout_constraintHorizontal_weight = 2130903621;
// aapt resource value: 0x7F030246
- public const int layout_constraintTop_toTopOf = 2130903622;
+ public const int layout_constraintLeft_creator = 2130903622;
// aapt resource value: 0x7F030247
- public const int layout_constraintVertical_bias = 2130903623;
+ public const int layout_constraintLeft_toLeftOf = 2130903623;
// aapt resource value: 0x7F030248
- public const int layout_constraintVertical_chainStyle = 2130903624;
+ public const int layout_constraintLeft_toRightOf = 2130903624;
// aapt resource value: 0x7F030249
- public const int layout_constraintVertical_weight = 2130903625;
+ public const int layout_constraintRight_creator = 2130903625;
// aapt resource value: 0x7F03024A
- public const int layout_constraintWidth = 2130903626;
+ public const int layout_constraintRight_toLeftOf = 2130903626;
// aapt resource value: 0x7F03024B
- public const int layout_constraintWidth_default = 2130903627;
+ public const int layout_constraintRight_toRightOf = 2130903627;
// aapt resource value: 0x7F03024C
- public const int layout_constraintWidth_max = 2130903628;
+ public const int layout_constraintStart_toEndOf = 2130903628;
// aapt resource value: 0x7F03024D
- public const int layout_constraintWidth_min = 2130903629;
+ public const int layout_constraintStart_toStartOf = 2130903629;
// aapt resource value: 0x7F03024E
- public const int layout_constraintWidth_percent = 2130903630;
+ public const int layout_constraintTag = 2130903630;
// aapt resource value: 0x7F03024F
- public const int layout_dodgeInsetEdges = 2130903631;
+ public const int layout_constraintTop_creator = 2130903631;
// aapt resource value: 0x7F030250
- public const int layout_editor_absoluteX = 2130903632;
+ public const int layout_constraintTop_toBottomOf = 2130903632;
// aapt resource value: 0x7F030251
- public const int layout_editor_absoluteY = 2130903633;
+ public const int layout_constraintTop_toTopOf = 2130903633;
// aapt resource value: 0x7F030252
- public const int layout_goneMarginBaseline = 2130903634;
+ public const int layout_constraintVertical_bias = 2130903634;
// aapt resource value: 0x7F030253
- public const int layout_goneMarginBottom = 2130903635;
+ public const int layout_constraintVertical_chainStyle = 2130903635;
// aapt resource value: 0x7F030254
- public const int layout_goneMarginEnd = 2130903636;
+ public const int layout_constraintVertical_weight = 2130903636;
// aapt resource value: 0x7F030255
- public const int layout_goneMarginLeft = 2130903637;
+ public const int layout_constraintWidth = 2130903637;
// aapt resource value: 0x7F030256
- public const int layout_goneMarginRight = 2130903638;
+ public const int layout_constraintWidth_default = 2130903638;
// aapt resource value: 0x7F030257
- public const int layout_goneMarginStart = 2130903639;
+ public const int layout_constraintWidth_max = 2130903639;
// aapt resource value: 0x7F030258
- public const int layout_goneMarginTop = 2130903640;
+ public const int layout_constraintWidth_min = 2130903640;
// aapt resource value: 0x7F030259
- public const int layout_insetEdge = 2130903641;
+ public const int layout_constraintWidth_percent = 2130903641;
// aapt resource value: 0x7F03025A
- public const int layout_keyline = 2130903642;
+ public const int layout_dodgeInsetEdges = 2130903642;
// aapt resource value: 0x7F03025B
- public const int layout_marginBaseline = 2130903643;
+ public const int layout_editor_absoluteX = 2130903643;
// aapt resource value: 0x7F03025C
- public const int layout_optimizationLevel = 2130903644;
+ public const int layout_editor_absoluteY = 2130903644;
// aapt resource value: 0x7F03025D
- public const int layout_scrollFlags = 2130903645;
+ public const int layout_goneMarginBaseline = 2130903645;
// aapt resource value: 0x7F03025E
- public const int layout_scrollInterpolator = 2130903646;
+ public const int layout_goneMarginBottom = 2130903646;
// aapt resource value: 0x7F03025F
- public const int layout_wrapBehaviorInParent = 2130903647;
+ public const int layout_goneMarginEnd = 2130903647;
// aapt resource value: 0x7F030260
- public const int liftOnScroll = 2130903648;
+ public const int layout_goneMarginLeft = 2130903648;
// aapt resource value: 0x7F030261
- public const int liftOnScrollTargetViewId = 2130903649;
+ public const int layout_goneMarginRight = 2130903649;
// aapt resource value: 0x7F030262
- public const int limitBoundsTo = 2130903650;
-
- // aapt resource value: 0x7F030265
- public const int linearProgressIndicatorStyle = 2130903653;
+ public const int layout_goneMarginStart = 2130903650;
// aapt resource value: 0x7F030263
- public const int lineHeight = 2130903651;
+ public const int layout_goneMarginTop = 2130903651;
// aapt resource value: 0x7F030264
- public const int lineSpacing = 2130903652;
+ public const int layout_insetEdge = 2130903652;
+
+ // aapt resource value: 0x7F030265
+ public const int layout_keyline = 2130903653;
// aapt resource value: 0x7F030266
- public const int listChoiceBackgroundIndicator = 2130903654;
+ public const int layout_marginBaseline = 2130903654;
// aapt resource value: 0x7F030267
- public const int listChoiceIndicatorMultipleAnimated = 2130903655;
+ public const int layout_optimizationLevel = 2130903655;
// aapt resource value: 0x7F030268
- public const int listChoiceIndicatorSingleAnimated = 2130903656;
+ public const int layout_scrollFlags = 2130903656;
// aapt resource value: 0x7F030269
- public const int listDividerAlertDialog = 2130903657;
+ public const int layout_scrollInterpolator = 2130903657;
// aapt resource value: 0x7F03026A
- public const int listItemLayout = 2130903658;
+ public const int layout_wrapBehaviorInParent = 2130903658;
// aapt resource value: 0x7F03026B
- public const int listLayout = 2130903659;
+ public const int liftOnScroll = 2130903659;
// aapt resource value: 0x7F03026C
- public const int listMenuViewStyle = 2130903660;
+ public const int liftOnScrollTargetViewId = 2130903660;
// aapt resource value: 0x7F03026D
- public const int listPopupWindowStyle = 2130903661;
-
- // aapt resource value: 0x7F03026E
- public const int listPreferredItemHeight = 2130903662;
-
- // aapt resource value: 0x7F03026F
- public const int listPreferredItemHeightLarge = 2130903663;
+ public const int limitBoundsTo = 2130903661;
// aapt resource value: 0x7F030270
- public const int listPreferredItemHeightSmall = 2130903664;
+ public const int linearProgressIndicatorStyle = 2130903664;
+
+ // aapt resource value: 0x7F03026E
+ public const int lineHeight = 2130903662;
+
+ // aapt resource value: 0x7F03026F
+ public const int lineSpacing = 2130903663;
// aapt resource value: 0x7F030271
- public const int listPreferredItemPaddingEnd = 2130903665;
+ public const int listChoiceBackgroundIndicator = 2130903665;
// aapt resource value: 0x7F030272
- public const int listPreferredItemPaddingLeft = 2130903666;
+ public const int listChoiceIndicatorMultipleAnimated = 2130903666;
// aapt resource value: 0x7F030273
- public const int listPreferredItemPaddingRight = 2130903667;
+ public const int listChoiceIndicatorSingleAnimated = 2130903667;
// aapt resource value: 0x7F030274
- public const int listPreferredItemPaddingStart = 2130903668;
+ public const int listDividerAlertDialog = 2130903668;
// aapt resource value: 0x7F030275
- public const int liteMode = 2130903669;
+ public const int listItemLayout = 2130903669;
// aapt resource value: 0x7F030276
- public const int logo = 2130903670;
+ public const int listLayout = 2130903670;
// aapt resource value: 0x7F030277
- public const int logoDescription = 2130903671;
+ public const int listMenuViewStyle = 2130903671;
// aapt resource value: 0x7F030278
- public const int mapType = 2130903672;
+ public const int listPopupWindowStyle = 2130903672;
// aapt resource value: 0x7F030279
- public const int materialAlertDialogBodyTextStyle = 2130903673;
+ public const int listPreferredItemHeight = 2130903673;
// aapt resource value: 0x7F03027A
- public const int materialAlertDialogTheme = 2130903674;
+ public const int listPreferredItemHeightLarge = 2130903674;
// aapt resource value: 0x7F03027B
- public const int materialAlertDialogTitleIconStyle = 2130903675;
+ public const int listPreferredItemHeightSmall = 2130903675;
// aapt resource value: 0x7F03027C
- public const int materialAlertDialogTitlePanelStyle = 2130903676;
+ public const int listPreferredItemPaddingEnd = 2130903676;
// aapt resource value: 0x7F03027D
- public const int materialAlertDialogTitleTextStyle = 2130903677;
+ public const int listPreferredItemPaddingLeft = 2130903677;
// aapt resource value: 0x7F03027E
- public const int materialButtonOutlinedStyle = 2130903678;
+ public const int listPreferredItemPaddingRight = 2130903678;
// aapt resource value: 0x7F03027F
- public const int materialButtonStyle = 2130903679;
+ public const int listPreferredItemPaddingStart = 2130903679;
// aapt resource value: 0x7F030280
- public const int materialButtonToggleGroupStyle = 2130903680;
+ public const int liteMode = 2130903680;
// aapt resource value: 0x7F030281
- public const int materialCalendarDay = 2130903681;
+ public const int logo = 2130903681;
// aapt resource value: 0x7F030282
- public const int materialCalendarFullscreenTheme = 2130903682;
+ public const int logoDescription = 2130903682;
// aapt resource value: 0x7F030283
- public const int materialCalendarHeaderCancelButton = 2130903683;
+ public const int mapType = 2130903683;
// aapt resource value: 0x7F030284
- public const int materialCalendarHeaderConfirmButton = 2130903684;
+ public const int materialAlertDialogBodyTextStyle = 2130903684;
// aapt resource value: 0x7F030285
- public const int materialCalendarHeaderDivider = 2130903685;
+ public const int materialAlertDialogTheme = 2130903685;
// aapt resource value: 0x7F030286
- public const int materialCalendarHeaderLayout = 2130903686;
+ public const int materialAlertDialogTitleIconStyle = 2130903686;
// aapt resource value: 0x7F030287
- public const int materialCalendarHeaderSelection = 2130903687;
+ public const int materialAlertDialogTitlePanelStyle = 2130903687;
// aapt resource value: 0x7F030288
- public const int materialCalendarHeaderTitle = 2130903688;
+ public const int materialAlertDialogTitleTextStyle = 2130903688;
// aapt resource value: 0x7F030289
- public const int materialCalendarHeaderToggleButton = 2130903689;
+ public const int materialButtonOutlinedStyle = 2130903689;
// aapt resource value: 0x7F03028A
- public const int materialCalendarMonth = 2130903690;
+ public const int materialButtonStyle = 2130903690;
// aapt resource value: 0x7F03028B
- public const int materialCalendarMonthNavigationButton = 2130903691;
+ public const int materialButtonToggleGroupStyle = 2130903691;
// aapt resource value: 0x7F03028C
- public const int materialCalendarStyle = 2130903692;
+ public const int materialCalendarDay = 2130903692;
// aapt resource value: 0x7F03028D
- public const int materialCalendarTheme = 2130903693;
+ public const int materialCalendarFullscreenTheme = 2130903693;
// aapt resource value: 0x7F03028E
- public const int materialCalendarYearNavigationButton = 2130903694;
+ public const int materialCalendarHeaderCancelButton = 2130903694;
// aapt resource value: 0x7F03028F
- public const int materialCardViewStyle = 2130903695;
+ public const int materialCalendarHeaderConfirmButton = 2130903695;
// aapt resource value: 0x7F030290
- public const int materialCircleRadius = 2130903696;
+ public const int materialCalendarHeaderDivider = 2130903696;
// aapt resource value: 0x7F030291
- public const int materialClockStyle = 2130903697;
+ public const int materialCalendarHeaderLayout = 2130903697;
// aapt resource value: 0x7F030292
- public const int materialThemeOverlay = 2130903698;
+ public const int materialCalendarHeaderSelection = 2130903698;
// aapt resource value: 0x7F030293
- public const int materialTimePickerStyle = 2130903699;
+ public const int materialCalendarHeaderTitle = 2130903699;
// aapt resource value: 0x7F030294
- public const int materialTimePickerTheme = 2130903700;
+ public const int materialCalendarHeaderToggleButton = 2130903700;
// aapt resource value: 0x7F030295
- public const int maxAcceleration = 2130903701;
+ public const int materialCalendarMonth = 2130903701;
// aapt resource value: 0x7F030296
- public const int maxActionInlineWidth = 2130903702;
+ public const int materialCalendarMonthNavigationButton = 2130903702;
// aapt resource value: 0x7F030297
- public const int maxButtonHeight = 2130903703;
+ public const int materialCalendarStyle = 2130903703;
// aapt resource value: 0x7F030298
- public const int maxCharacterCount = 2130903704;
+ public const int materialCalendarTheme = 2130903704;
// aapt resource value: 0x7F030299
- public const int maxHeight = 2130903705;
+ public const int materialCalendarYearNavigationButton = 2130903705;
// aapt resource value: 0x7F03029A
- public const int maxImageSize = 2130903706;
+ public const int materialCardViewStyle = 2130903706;
// aapt resource value: 0x7F03029B
- public const int maxLines = 2130903707;
+ public const int materialCircleRadius = 2130903707;
// aapt resource value: 0x7F03029C
- public const int maxVelocity = 2130903708;
+ public const int materialClockStyle = 2130903708;
// aapt resource value: 0x7F03029D
- public const int maxWidth = 2130903709;
+ public const int materialThemeOverlay = 2130903709;
// aapt resource value: 0x7F03029E
- public const int measureWithLargestChild = 2130903710;
+ public const int materialTimePickerStyle = 2130903710;
// aapt resource value: 0x7F03029F
- public const int mediaRouteAudioTrackDrawable = 2130903711;
+ public const int materialTimePickerTheme = 2130903711;
// aapt resource value: 0x7F0302A0
- public const int mediaRouteBodyTextAppearance = 2130903712;
+ public const int maxAcceleration = 2130903712;
// aapt resource value: 0x7F0302A1
- public const int mediaRouteButtonStyle = 2130903713;
+ public const int maxActionInlineWidth = 2130903713;
// aapt resource value: 0x7F0302A2
- public const int mediaRouteButtonTint = 2130903714;
+ public const int maxButtonHeight = 2130903714;
// aapt resource value: 0x7F0302A3
- public const int mediaRouteCloseDrawable = 2130903715;
+ public const int maxCharacterCount = 2130903715;
// aapt resource value: 0x7F0302A4
- public const int mediaRouteControlPanelThemeOverlay = 2130903716;
+ public const int maxHeight = 2130903716;
// aapt resource value: 0x7F0302A5
- public const int mediaRouteDefaultIconDrawable = 2130903717;
+ public const int maxImageSize = 2130903717;
// aapt resource value: 0x7F0302A6
- public const int mediaRouteDividerColor = 2130903718;
+ public const int maxLines = 2130903718;
// aapt resource value: 0x7F0302A7
- public const int mediaRouteHeaderTextAppearance = 2130903719;
+ public const int maxVelocity = 2130903719;
// aapt resource value: 0x7F0302A8
- public const int mediaRoutePauseDrawable = 2130903720;
+ public const int maxWidth = 2130903720;
// aapt resource value: 0x7F0302A9
- public const int mediaRoutePlayDrawable = 2130903721;
+ public const int measureWithLargestChild = 2130903721;
// aapt resource value: 0x7F0302AA
- public const int mediaRouteSpeakerGroupIconDrawable = 2130903722;
+ public const int mediaRouteAudioTrackDrawable = 2130903722;
// aapt resource value: 0x7F0302AB
- public const int mediaRouteSpeakerIconDrawable = 2130903723;
+ public const int mediaRouteBodyTextAppearance = 2130903723;
// aapt resource value: 0x7F0302AC
- public const int mediaRouteStopDrawable = 2130903724;
+ public const int mediaRouteButtonStyle = 2130903724;
// aapt resource value: 0x7F0302AD
- public const int mediaRouteTheme = 2130903725;
+ public const int mediaRouteButtonTint = 2130903725;
// aapt resource value: 0x7F0302AE
- public const int mediaRouteTvIconDrawable = 2130903726;
+ public const int mediaRouteCloseDrawable = 2130903726;
// aapt resource value: 0x7F0302AF
- public const int menu = 2130903727;
+ public const int mediaRouteControlPanelThemeOverlay = 2130903727;
// aapt resource value: 0x7F0302B0
- public const int menuGravity = 2130903728;
+ public const int mediaRouteDefaultIconDrawable = 2130903728;
// aapt resource value: 0x7F0302B1
- public const int methodName = 2130903729;
+ public const int mediaRouteDividerColor = 2130903729;
// aapt resource value: 0x7F0302B2
- public const int mimeType = 2130903730;
+ public const int mediaRouteHeaderTextAppearance = 2130903730;
// aapt resource value: 0x7F0302B3
- public const int min = 2130903731;
+ public const int mediaRoutePauseDrawable = 2130903731;
// aapt resource value: 0x7F0302B4
- public const int minHeight = 2130903732;
+ public const int mediaRoutePlayDrawable = 2130903732;
// aapt resource value: 0x7F0302B5
- public const int minHideDelay = 2130903733;
+ public const int mediaRouteSpeakerGroupIconDrawable = 2130903733;
// aapt resource value: 0x7F0302B6
- public const int minSeparation = 2130903734;
+ public const int mediaRouteSpeakerIconDrawable = 2130903734;
// aapt resource value: 0x7F0302B7
- public const int minTouchTargetSize = 2130903735;
+ public const int mediaRouteStopDrawable = 2130903735;
// aapt resource value: 0x7F0302B8
- public const int minWidth = 2130903736;
+ public const int mediaRouteTheme = 2130903736;
// aapt resource value: 0x7F0302B9
- public const int mock_diagonalsColor = 2130903737;
+ public const int mediaRouteTvIconDrawable = 2130903737;
// aapt resource value: 0x7F0302BA
- public const int mock_label = 2130903738;
+ public const int menu = 2130903738;
// aapt resource value: 0x7F0302BB
- public const int mock_labelBackgroundColor = 2130903739;
+ public const int menuGravity = 2130903739;
// aapt resource value: 0x7F0302BC
- public const int mock_labelColor = 2130903740;
+ public const int methodName = 2130903740;
// aapt resource value: 0x7F0302BD
- public const int mock_showDiagonals = 2130903741;
+ public const int mimeType = 2130903741;
// aapt resource value: 0x7F0302BE
- public const int mock_showLabel = 2130903742;
+ public const int min = 2130903742;
// aapt resource value: 0x7F0302BF
- public const int motionDebug = 2130903743;
+ public const int minHeight = 2130903743;
// aapt resource value: 0x7F0302C0
- public const int motionDurationLong1 = 2130903744;
+ public const int minHideDelay = 2130903744;
// aapt resource value: 0x7F0302C1
- public const int motionDurationLong2 = 2130903745;
+ public const int minSeparation = 2130903745;
// aapt resource value: 0x7F0302C2
- public const int motionDurationMedium1 = 2130903746;
+ public const int minTouchTargetSize = 2130903746;
// aapt resource value: 0x7F0302C3
- public const int motionDurationMedium2 = 2130903747;
+ public const int minWidth = 2130903747;
// aapt resource value: 0x7F0302C4
- public const int motionDurationShort1 = 2130903748;
+ public const int mock_diagonalsColor = 2130903748;
// aapt resource value: 0x7F0302C5
- public const int motionDurationShort2 = 2130903749;
+ public const int mock_label = 2130903749;
// aapt resource value: 0x7F0302C6
- public const int motionEasingAccelerated = 2130903750;
+ public const int mock_labelBackgroundColor = 2130903750;
// aapt resource value: 0x7F0302C7
- public const int motionEasingDecelerated = 2130903751;
+ public const int mock_labelColor = 2130903751;
// aapt resource value: 0x7F0302C8
- public const int motionEasingEmphasized = 2130903752;
+ public const int mock_showDiagonals = 2130903752;
// aapt resource value: 0x7F0302C9
- public const int motionEasingLinear = 2130903753;
+ public const int mock_showLabel = 2130903753;
// aapt resource value: 0x7F0302CA
- public const int motionEasingStandard = 2130903754;
+ public const int motionDebug = 2130903754;
// aapt resource value: 0x7F0302CB
- public const int motionEffect_alpha = 2130903755;
+ public const int motionDurationLong1 = 2130903755;
// aapt resource value: 0x7F0302CC
- public const int motionEffect_end = 2130903756;
+ public const int motionDurationLong2 = 2130903756;
// aapt resource value: 0x7F0302CD
- public const int motionEffect_move = 2130903757;
+ public const int motionDurationMedium1 = 2130903757;
// aapt resource value: 0x7F0302CE
- public const int motionEffect_start = 2130903758;
+ public const int motionDurationMedium2 = 2130903758;
// aapt resource value: 0x7F0302CF
- public const int motionEffect_strict = 2130903759;
+ public const int motionDurationShort1 = 2130903759;
// aapt resource value: 0x7F0302D0
- public const int motionEffect_translationX = 2130903760;
+ public const int motionDurationShort2 = 2130903760;
// aapt resource value: 0x7F0302D1
- public const int motionEffect_translationY = 2130903761;
+ public const int motionEasingAccelerated = 2130903761;
// aapt resource value: 0x7F0302D2
- public const int motionEffect_viewTransition = 2130903762;
+ public const int motionEasingDecelerated = 2130903762;
// aapt resource value: 0x7F0302D3
- public const int motionInterpolator = 2130903763;
+ public const int motionEasingEmphasized = 2130903763;
// aapt resource value: 0x7F0302D4
- public const int motionPath = 2130903764;
+ public const int motionEasingLinear = 2130903764;
// aapt resource value: 0x7F0302D5
- public const int motionPathRotate = 2130903765;
+ public const int motionEasingStandard = 2130903765;
// aapt resource value: 0x7F0302D6
- public const int motionProgress = 2130903766;
+ public const int motionEffect_alpha = 2130903766;
// aapt resource value: 0x7F0302D7
- public const int motionStagger = 2130903767;
+ public const int motionEffect_end = 2130903767;
// aapt resource value: 0x7F0302D8
- public const int motionTarget = 2130903768;
+ public const int motionEffect_move = 2130903768;
// aapt resource value: 0x7F0302D9
- public const int motion_postLayoutCollision = 2130903769;
+ public const int motionEffect_start = 2130903769;
// aapt resource value: 0x7F0302DA
- public const int motion_triggerOnCollision = 2130903770;
+ public const int motionEffect_strict = 2130903770;
// aapt resource value: 0x7F0302DB
- public const int moveWhenScrollAtTop = 2130903771;
+ public const int motionEffect_translationX = 2130903771;
// aapt resource value: 0x7F0302DC
- public const int multiChoiceItemLayout = 2130903772;
+ public const int motionEffect_translationY = 2130903772;
// aapt resource value: 0x7F0302DD
- public const int navGraph = 2130903773;
+ public const int motionEffect_viewTransition = 2130903773;
// aapt resource value: 0x7F0302DE
- public const int navigationContentDescription = 2130903774;
+ public const int motionInterpolator = 2130903774;
// aapt resource value: 0x7F0302DF
- public const int navigationIcon = 2130903775;
+ public const int motionPath = 2130903775;
// aapt resource value: 0x7F0302E0
- public const int navigationIconTint = 2130903776;
+ public const int motionPathRotate = 2130903776;
// aapt resource value: 0x7F0302E1
- public const int navigationMode = 2130903777;
+ public const int motionProgress = 2130903777;
// aapt resource value: 0x7F0302E2
- public const int navigationRailStyle = 2130903778;
+ public const int motionStagger = 2130903778;
// aapt resource value: 0x7F0302E3
- public const int navigationViewStyle = 2130903779;
+ public const int motionTarget = 2130903779;
// aapt resource value: 0x7F0302E4
- public const int negativeButtonText = 2130903780;
-
- // aapt resource value: 0x7F0302E7
- public const int nestedScrollable = 2130903783;
+ public const int motion_postLayoutCollision = 2130903780;
// aapt resource value: 0x7F0302E5
- public const int nestedScrollFlags = 2130903781;
+ public const int motion_triggerOnCollision = 2130903781;
// aapt resource value: 0x7F0302E6
- public const int nestedScrollViewStyle = 2130903782;
+ public const int moveWhenScrollAtTop = 2130903782;
+
+ // aapt resource value: 0x7F0302E7
+ public const int multiChoiceItemLayout = 2130903783;
// aapt resource value: 0x7F0302E8
- public const int nullable = 2130903784;
+ public const int navGraph = 2130903784;
// aapt resource value: 0x7F0302E9
- public const int number = 2130903785;
+ public const int navigationContentDescription = 2130903785;
// aapt resource value: 0x7F0302EA
- public const int numericModifiers = 2130903786;
+ public const int navigationIcon = 2130903786;
// aapt resource value: 0x7F0302EB
- public const int onCross = 2130903787;
+ public const int navigationIconTint = 2130903787;
// aapt resource value: 0x7F0302EC
- public const int onHide = 2130903788;
+ public const int navigationMode = 2130903788;
// aapt resource value: 0x7F0302ED
- public const int onNegativeCross = 2130903789;
+ public const int navigationRailStyle = 2130903789;
// aapt resource value: 0x7F0302EE
- public const int onPositiveCross = 2130903790;
+ public const int navigationViewStyle = 2130903790;
// aapt resource value: 0x7F0302EF
- public const int onShow = 2130903791;
-
- // aapt resource value: 0x7F0302F0
- public const int onStateTransition = 2130903792;
-
- // aapt resource value: 0x7F0302F1
- public const int onTouchUp = 2130903793;
+ public const int negativeButtonText = 2130903791;
// aapt resource value: 0x7F0302F2
- public const int order = 2130903794;
+ public const int nestedScrollable = 2130903794;
+
+ // aapt resource value: 0x7F0302F0
+ public const int nestedScrollFlags = 2130903792;
+
+ // aapt resource value: 0x7F0302F1
+ public const int nestedScrollViewStyle = 2130903793;
// aapt resource value: 0x7F0302F3
- public const int orderingFromXml = 2130903795;
+ public const int noIndex = 2130903795;
// aapt resource value: 0x7F0302F4
- public const int overlapAnchor = 2130903796;
+ public const int nullable = 2130903796;
// aapt resource value: 0x7F0302F5
- public const int overlay = 2130903797;
+ public const int number = 2130903797;
// aapt resource value: 0x7F0302F6
- public const int paddingBottomNoButtons = 2130903798;
+ public const int numericModifiers = 2130903798;
// aapt resource value: 0x7F0302F7
- public const int paddingBottomSystemWindowInsets = 2130903799;
+ public const int onCross = 2130903799;
// aapt resource value: 0x7F0302F8
- public const int paddingEnd = 2130903800;
+ public const int onHide = 2130903800;
// aapt resource value: 0x7F0302F9
- public const int paddingLeftSystemWindowInsets = 2130903801;
+ public const int onNegativeCross = 2130903801;
// aapt resource value: 0x7F0302FA
- public const int paddingRightSystemWindowInsets = 2130903802;
+ public const int onPositiveCross = 2130903802;
// aapt resource value: 0x7F0302FB
- public const int paddingStart = 2130903803;
+ public const int onShow = 2130903803;
// aapt resource value: 0x7F0302FC
- public const int paddingTopNoTitle = 2130903804;
+ public const int onStateTransition = 2130903804;
// aapt resource value: 0x7F0302FD
- public const int paddingTopSystemWindowInsets = 2130903805;
+ public const int onTouchUp = 2130903805;
// aapt resource value: 0x7F0302FE
- public const int panelBackground = 2130903806;
+ public const int order = 2130903806;
// aapt resource value: 0x7F0302FF
- public const int panelMenuListTheme = 2130903807;
+ public const int orderingFromXml = 2130903807;
// aapt resource value: 0x7F030300
- public const int panelMenuListWidth = 2130903808;
+ public const int overlapAnchor = 2130903808;
// aapt resource value: 0x7F030301
- public const int passwordToggleContentDescription = 2130903809;
+ public const int overlay = 2130903809;
// aapt resource value: 0x7F030302
- public const int passwordToggleDrawable = 2130903810;
+ public const int paddingBottomNoButtons = 2130903810;
// aapt resource value: 0x7F030303
- public const int passwordToggleEnabled = 2130903811;
+ public const int paddingBottomSystemWindowInsets = 2130903811;
// aapt resource value: 0x7F030304
- public const int passwordToggleTint = 2130903812;
+ public const int paddingEnd = 2130903812;
// aapt resource value: 0x7F030305
- public const int passwordToggleTintMode = 2130903813;
+ public const int paddingLeftSystemWindowInsets = 2130903813;
// aapt resource value: 0x7F030306
- public const int pathMotionArc = 2130903814;
+ public const int paddingRightSystemWindowInsets = 2130903814;
// aapt resource value: 0x7F030307
- public const int path_percent = 2130903815;
+ public const int paddingStart = 2130903815;
// aapt resource value: 0x7F030308
- public const int percentHeight = 2130903816;
+ public const int paddingTopNoTitle = 2130903816;
// aapt resource value: 0x7F030309
- public const int percentWidth = 2130903817;
+ public const int paddingTopSystemWindowInsets = 2130903817;
// aapt resource value: 0x7F03030A
- public const int percentX = 2130903818;
+ public const int panelBackground = 2130903818;
// aapt resource value: 0x7F03030B
- public const int percentY = 2130903819;
+ public const int panelMenuListTheme = 2130903819;
// aapt resource value: 0x7F03030C
- public const int perpendicularPath_percent = 2130903820;
+ public const int panelMenuListWidth = 2130903820;
// aapt resource value: 0x7F03030D
- public const int persistent = 2130903821;
+ public const int paramName = 2130903821;
// aapt resource value: 0x7F03030E
- public const int pivotAnchor = 2130903822;
+ public const int paramValue = 2130903822;
// aapt resource value: 0x7F03030F
- public const int placeholderText = 2130903823;
+ public const int passwordToggleContentDescription = 2130903823;
// aapt resource value: 0x7F030310
- public const int placeholderTextAppearance = 2130903824;
+ public const int passwordToggleDrawable = 2130903824;
// aapt resource value: 0x7F030311
- public const int placeholderTextColor = 2130903825;
+ public const int passwordToggleEnabled = 2130903825;
// aapt resource value: 0x7F030312
- public const int placeholder_emptyVisibility = 2130903826;
+ public const int passwordToggleTint = 2130903826;
// aapt resource value: 0x7F030313
- public const int polarRelativeTo = 2130903827;
+ public const int passwordToggleTintMode = 2130903827;
// aapt resource value: 0x7F030314
- public const int popEnterAnim = 2130903828;
+ public const int pathMotionArc = 2130903828;
// aapt resource value: 0x7F030315
- public const int popExitAnim = 2130903829;
-
- // aapt resource value: 0x7F030318
- public const int popupMenuBackground = 2130903832;
-
- // aapt resource value: 0x7F030319
- public const int popupMenuStyle = 2130903833;
-
- // aapt resource value: 0x7F03031A
- public const int popupTheme = 2130903834;
+ public const int path_percent = 2130903829;
// aapt resource value: 0x7F030316
- public const int popUpTo = 2130903830;
+ public const int perAccountTemplate = 2130903830;
// aapt resource value: 0x7F030317
- public const int popUpToInclusive = 2130903831;
+ public const int percentHeight = 2130903831;
+
+ // aapt resource value: 0x7F030318
+ public const int percentWidth = 2130903832;
+
+ // aapt resource value: 0x7F030319
+ public const int percentX = 2130903833;
+
+ // aapt resource value: 0x7F03031A
+ public const int percentY = 2130903834;
// aapt resource value: 0x7F03031B
- public const int popupWindowStyle = 2130903835;
+ public const int perpendicularPath_percent = 2130903835;
// aapt resource value: 0x7F03031C
- public const int positiveButtonText = 2130903836;
+ public const int persistent = 2130903836;
// aapt resource value: 0x7F03031D
- public const int preferenceCategoryStyle = 2130903837;
+ public const int pivotAnchor = 2130903837;
// aapt resource value: 0x7F03031E
- public const int preferenceCategoryTitleTextAppearance = 2130903838;
+ public const int placeholderText = 2130903838;
// aapt resource value: 0x7F03031F
- public const int preferenceFragmentCompatStyle = 2130903839;
+ public const int placeholderTextAppearance = 2130903839;
// aapt resource value: 0x7F030320
- public const int preferenceFragmentListStyle = 2130903840;
+ public const int placeholderTextColor = 2130903840;
// aapt resource value: 0x7F030321
- public const int preferenceFragmentStyle = 2130903841;
+ public const int placeholder_emptyVisibility = 2130903841;
// aapt resource value: 0x7F030322
- public const int preferenceInformationStyle = 2130903842;
+ public const int polarRelativeTo = 2130903842;
// aapt resource value: 0x7F030323
- public const int preferenceScreenStyle = 2130903843;
+ public const int popEnterAnim = 2130903843;
// aapt resource value: 0x7F030324
- public const int preferenceStyle = 2130903844;
-
- // aapt resource value: 0x7F030325
- public const int preferenceTheme = 2130903845;
-
- // aapt resource value: 0x7F030326
- public const int prefixText = 2130903846;
+ public const int popExitAnim = 2130903844;
// aapt resource value: 0x7F030327
- public const int prefixTextAppearance = 2130903847;
+ public const int popupMenuBackground = 2130903847;
// aapt resource value: 0x7F030328
- public const int prefixTextColor = 2130903848;
+ public const int popupMenuStyle = 2130903848;
// aapt resource value: 0x7F030329
- public const int preserveIconSpacing = 2130903849;
+ public const int popupTheme = 2130903849;
+
+ // aapt resource value: 0x7F030325
+ public const int popUpTo = 2130903845;
+
+ // aapt resource value: 0x7F030326
+ public const int popUpToInclusive = 2130903846;
// aapt resource value: 0x7F03032A
- public const int pressedTranslationZ = 2130903850;
+ public const int popupWindowStyle = 2130903850;
// aapt resource value: 0x7F03032B
- public const int progressBarPadding = 2130903851;
+ public const int positiveButtonText = 2130903851;
// aapt resource value: 0x7F03032C
- public const int progressBarStyle = 2130903852;
+ public const int preferenceCategoryStyle = 2130903852;
// aapt resource value: 0x7F03032D
- public const int quantizeMotionInterpolator = 2130903853;
+ public const int preferenceCategoryTitleTextAppearance = 2130903853;
// aapt resource value: 0x7F03032E
- public const int quantizeMotionPhase = 2130903854;
+ public const int preferenceFragmentCompatStyle = 2130903854;
// aapt resource value: 0x7F03032F
- public const int quantizeMotionSteps = 2130903855;
+ public const int preferenceFragmentListStyle = 2130903855;
// aapt resource value: 0x7F030330
- public const int queryBackground = 2130903856;
+ public const int preferenceFragmentStyle = 2130903856;
// aapt resource value: 0x7F030331
- public const int queryHint = 2130903857;
+ public const int preferenceInformationStyle = 2130903857;
// aapt resource value: 0x7F030332
- public const int queryPatterns = 2130903858;
+ public const int preferenceScreenStyle = 2130903858;
// aapt resource value: 0x7F030333
- public const int radioButtonStyle = 2130903859;
+ public const int preferenceStyle = 2130903859;
// aapt resource value: 0x7F030334
- public const int rangeFillColor = 2130903860;
+ public const int preferenceTheme = 2130903860;
// aapt resource value: 0x7F030335
- public const int ratingBarStyle = 2130903861;
+ public const int prefixText = 2130903861;
// aapt resource value: 0x7F030336
- public const int ratingBarStyleIndicator = 2130903862;
+ public const int prefixTextAppearance = 2130903862;
// aapt resource value: 0x7F030337
- public const int ratingBarStyleSmall = 2130903863;
+ public const int prefixTextColor = 2130903863;
// aapt resource value: 0x7F030338
- public const int reactiveGuide_animateChange = 2130903864;
+ public const int preserveIconSpacing = 2130903864;
// aapt resource value: 0x7F030339
- public const int reactiveGuide_applyToAllConstraintSets = 2130903865;
+ public const int pressedTranslationZ = 2130903865;
// aapt resource value: 0x7F03033A
- public const int reactiveGuide_applyToConstraintSet = 2130903866;
+ public const int progressBarPadding = 2130903866;
// aapt resource value: 0x7F03033B
- public const int reactiveGuide_valueId = 2130903867;
+ public const int progressBarStyle = 2130903867;
// aapt resource value: 0x7F03033C
- public const int recyclerViewStyle = 2130903868;
+ public const int quantizeMotionInterpolator = 2130903868;
// aapt resource value: 0x7F03033D
- public const int region_heightLessThan = 2130903869;
+ public const int quantizeMotionPhase = 2130903869;
// aapt resource value: 0x7F03033E
- public const int region_heightMoreThan = 2130903870;
+ public const int quantizeMotionSteps = 2130903870;
// aapt resource value: 0x7F03033F
- public const int region_widthLessThan = 2130903871;
+ public const int queryBackground = 2130903871;
// aapt resource value: 0x7F030340
- public const int region_widthMoreThan = 2130903872;
+ public const int queryHint = 2130903872;
// aapt resource value: 0x7F030341
- public const int reverseLayout = 2130903873;
+ public const int queryPatterns = 2130903873;
// aapt resource value: 0x7F030342
- public const int rippleColor = 2130903874;
+ public const int radioButtonStyle = 2130903874;
// aapt resource value: 0x7F030343
- public const int rotationCenterId = 2130903875;
+ public const int rangeFillColor = 2130903875;
// aapt resource value: 0x7F030344
- public const int round = 2130903876;
+ public const int ratingBarStyle = 2130903876;
// aapt resource value: 0x7F030345
- public const int roundPercent = 2130903877;
+ public const int ratingBarStyleIndicator = 2130903877;
// aapt resource value: 0x7F030346
- public const int saturation = 2130903878;
+ public const int ratingBarStyleSmall = 2130903878;
// aapt resource value: 0x7F030347
- public const int scaleFromTextSize = 2130903879;
+ public const int reactiveGuide_animateChange = 2130903879;
// aapt resource value: 0x7F030348
- public const int scopeUris = 2130903880;
+ public const int reactiveGuide_applyToAllConstraintSets = 2130903880;
// aapt resource value: 0x7F030349
- public const int scrimAnimationDuration = 2130903881;
+ public const int reactiveGuide_applyToConstraintSet = 2130903881;
// aapt resource value: 0x7F03034A
- public const int scrimBackground = 2130903882;
+ public const int reactiveGuide_valueId = 2130903882;
// aapt resource value: 0x7F03034B
- public const int scrimVisibleHeightTrigger = 2130903883;
+ public const int recyclerViewStyle = 2130903883;
// aapt resource value: 0x7F03034C
- public const int scrollViewStyle = 2130903884;
+ public const int region_heightLessThan = 2130903884;
// aapt resource value: 0x7F03034D
- public const int searchHintIcon = 2130903885;
+ public const int region_heightMoreThan = 2130903885;
// aapt resource value: 0x7F03034E
- public const int searchIcon = 2130903886;
+ public const int region_widthLessThan = 2130903886;
// aapt resource value: 0x7F03034F
- public const int searchViewStyle = 2130903887;
+ public const int region_widthMoreThan = 2130903887;
// aapt resource value: 0x7F030350
- public const int seekBarIncrement = 2130903888;
+ public const int reverseLayout = 2130903888;
// aapt resource value: 0x7F030351
- public const int seekBarPreferenceStyle = 2130903889;
+ public const int rippleColor = 2130903889;
// aapt resource value: 0x7F030352
- public const int seekBarStyle = 2130903890;
+ public const int rotationCenterId = 2130903890;
// aapt resource value: 0x7F030353
- public const int selectable = 2130903891;
+ public const int round = 2130903891;
// aapt resource value: 0x7F030354
- public const int selectableItemBackground = 2130903892;
+ public const int roundPercent = 2130903892;
// aapt resource value: 0x7F030355
- public const int selectableItemBackgroundBorderless = 2130903893;
+ public const int saturation = 2130903893;
// aapt resource value: 0x7F030356
- public const int selectionRequired = 2130903894;
+ public const int scaleFromTextSize = 2130903894;
// aapt resource value: 0x7F030357
- public const int selectorSize = 2130903895;
+ public const int schemaOrgProperty = 2130903895;
// aapt resource value: 0x7F030358
- public const int setsTag = 2130903896;
+ public const int schemaOrgType = 2130903896;
// aapt resource value: 0x7F030359
- public const int shapeAppearance = 2130903897;
+ public const int scopeUris = 2130903897;
// aapt resource value: 0x7F03035A
- public const int shapeAppearanceLargeComponent = 2130903898;
+ public const int scrimAnimationDuration = 2130903898;
// aapt resource value: 0x7F03035B
- public const int shapeAppearanceMediumComponent = 2130903899;
+ public const int scrimBackground = 2130903899;
// aapt resource value: 0x7F03035C
- public const int shapeAppearanceOverlay = 2130903900;
+ public const int scrimVisibleHeightTrigger = 2130903900;
// aapt resource value: 0x7F03035D
- public const int shapeAppearanceSmallComponent = 2130903901;
+ public const int scrollViewStyle = 2130903901;
+
+ // aapt resource value: 0x7F03035E
+ public const int searchEnabled = 2130903902;
+
+ // aapt resource value: 0x7F03035F
+ public const int searchHintIcon = 2130903903;
+
+ // aapt resource value: 0x7F030360
+ public const int searchIcon = 2130903904;
+
+ // aapt resource value: 0x7F030361
+ public const int searchLabel = 2130903905;
+
+ // aapt resource value: 0x7F030362
+ public const int searchViewStyle = 2130903906;
+
+ // aapt resource value: 0x7F030363
+ public const int sectionContent = 2130903907;
+
+ // aapt resource value: 0x7F030364
+ public const int sectionFormat = 2130903908;
+
+ // aapt resource value: 0x7F030365
+ public const int sectionId = 2130903909;
+
+ // aapt resource value: 0x7F030366
+ public const int sectionType = 2130903910;
+
+ // aapt resource value: 0x7F030367
+ public const int sectionWeight = 2130903911;
+
+ // aapt resource value: 0x7F030368
+ public const int seekBarIncrement = 2130903912;
+
+ // aapt resource value: 0x7F030369
+ public const int seekBarPreferenceStyle = 2130903913;
+
+ // aapt resource value: 0x7F03036A
+ public const int seekBarStyle = 2130903914;
+
+ // aapt resource value: 0x7F03036B
+ public const int selectable = 2130903915;
+
+ // aapt resource value: 0x7F03036C
+ public const int selectableItemBackground = 2130903916;
+
+ // aapt resource value: 0x7F03036D
+ public const int selectableItemBackgroundBorderless = 2130903917;
+
+ // aapt resource value: 0x7F03036E
+ public const int selectionRequired = 2130903918;
+
+ // aapt resource value: 0x7F03036F
+ public const int selectorSize = 2130903919;
+
+ // aapt resource value: 0x7F030370
+ public const int semanticallySearchable = 2130903920;
+
+ // aapt resource value: 0x7F030371
+ public const int setsTag = 2130903921;
+
+ // aapt resource value: 0x7F030372
+ public const int settingsDescription = 2130903922;
+
+ // aapt resource value: 0x7F030373
+ public const int shapeAppearance = 2130903923;
+
+ // aapt resource value: 0x7F030374
+ public const int shapeAppearanceLargeComponent = 2130903924;
+
+ // aapt resource value: 0x7F030375
+ public const int shapeAppearanceMediumComponent = 2130903925;
+
+ // aapt resource value: 0x7F030376
+ public const int shapeAppearanceOverlay = 2130903926;
+
+ // aapt resource value: 0x7F030377
+ public const int shapeAppearanceSmallComponent = 2130903927;
// aapt resource value: 0x7F030001
public const int SharedValue = 2130903041;
@@ -19349,779 +19872,800 @@ namespace TINK.Droid
// aapt resource value: 0x7F030002
public const int SharedValueId = 2130903042;
- // aapt resource value: 0x7F03035E
- public const int shortcutMatchRequired = 2130903902;
-
- // aapt resource value: 0x7F03035F
- public const int shouldDisableView = 2130903903;
-
- // aapt resource value: 0x7F030360
- public const int showAnimationBehavior = 2130903904;
-
- // aapt resource value: 0x7F030361
- public const int showAsAction = 2130903905;
-
- // aapt resource value: 0x7F030362
- public const int showDelay = 2130903906;
-
- // aapt resource value: 0x7F030363
- public const int showDividers = 2130903907;
-
- // aapt resource value: 0x7F030364
- public const int showMotionSpec = 2130903908;
-
- // aapt resource value: 0x7F030365
- public const int showPaths = 2130903909;
-
- // aapt resource value: 0x7F030366
- public const int showSeekBarValue = 2130903910;
-
- // aapt resource value: 0x7F030367
- public const int showText = 2130903911;
-
- // aapt resource value: 0x7F030368
- public const int showTitle = 2130903912;
-
- // aapt resource value: 0x7F030369
- public const int shrinkMotionSpec = 2130903913;
-
- // aapt resource value: 0x7F03036A
- public const int singleChoiceItemLayout = 2130903914;
-
- // aapt resource value: 0x7F03036B
- public const int singleLine = 2130903915;
-
- // aapt resource value: 0x7F03036C
- public const int singleLineTitle = 2130903916;
-
- // aapt resource value: 0x7F03036D
- public const int singleSelection = 2130903917;
-
- // aapt resource value: 0x7F03036E
- public const int sizePercent = 2130903918;
-
- // aapt resource value: 0x7F03036F
- public const int sliderStyle = 2130903919;
-
- // aapt resource value: 0x7F030370
- public const int snackbarButtonStyle = 2130903920;
-
- // aapt resource value: 0x7F030371
- public const int snackbarStyle = 2130903921;
-
- // aapt resource value: 0x7F030372
- public const int snackbarTextViewStyle = 2130903922;
-
- // aapt resource value: 0x7F030373
- public const int spanCount = 2130903923;
-
- // aapt resource value: 0x7F030374
- public const int spinBars = 2130903924;
-
- // aapt resource value: 0x7F030375
- public const int spinnerDropDownItemStyle = 2130903925;
-
- // aapt resource value: 0x7F030376
- public const int spinnerStyle = 2130903926;
-
- // aapt resource value: 0x7F030377
- public const int splitTrack = 2130903927;
-
// aapt resource value: 0x7F030378
- public const int springBoundary = 2130903928;
+ public const int shortcutMatchRequired = 2130903928;
// aapt resource value: 0x7F030379
- public const int springDamping = 2130903929;
+ public const int shouldDisableView = 2130903929;
// aapt resource value: 0x7F03037A
- public const int springMass = 2130903930;
+ public const int showAnimationBehavior = 2130903930;
// aapt resource value: 0x7F03037B
- public const int springStiffness = 2130903931;
+ public const int showAsAction = 2130903931;
// aapt resource value: 0x7F03037C
- public const int springStopThreshold = 2130903932;
+ public const int showDelay = 2130903932;
// aapt resource value: 0x7F03037D
- public const int srcCompat = 2130903933;
+ public const int showDividers = 2130903933;
// aapt resource value: 0x7F03037E
- public const int stackFromEnd = 2130903934;
+ public const int showMotionSpec = 2130903934;
// aapt resource value: 0x7F03037F
- public const int staggered = 2130903935;
+ public const int showPaths = 2130903935;
// aapt resource value: 0x7F030380
- public const int startDestination = 2130903936;
+ public const int showSeekBarValue = 2130903936;
// aapt resource value: 0x7F030381
- public const int startIconCheckable = 2130903937;
+ public const int showText = 2130903937;
// aapt resource value: 0x7F030382
- public const int startIconContentDescription = 2130903938;
+ public const int showTitle = 2130903938;
// aapt resource value: 0x7F030383
- public const int startIconDrawable = 2130903939;
+ public const int shrinkMotionSpec = 2130903939;
// aapt resource value: 0x7F030384
- public const int startIconTint = 2130903940;
+ public const int singleChoiceItemLayout = 2130903940;
// aapt resource value: 0x7F030385
- public const int startIconTintMode = 2130903941;
+ public const int singleLine = 2130903941;
// aapt resource value: 0x7F030386
- public const int state_above_anchor = 2130903942;
+ public const int singleLineTitle = 2130903942;
// aapt resource value: 0x7F030387
- public const int state_collapsed = 2130903943;
+ public const int singleSelection = 2130903943;
// aapt resource value: 0x7F030388
- public const int state_collapsible = 2130903944;
+ public const int sizePercent = 2130903944;
// aapt resource value: 0x7F030389
- public const int state_dragged = 2130903945;
+ public const int sliderStyle = 2130903945;
// aapt resource value: 0x7F03038A
- public const int state_liftable = 2130903946;
+ public const int snackbarButtonStyle = 2130903946;
// aapt resource value: 0x7F03038B
- public const int state_lifted = 2130903947;
+ public const int snackbarStyle = 2130903947;
// aapt resource value: 0x7F03038C
- public const int statusBarBackground = 2130903948;
+ public const int snackbarTextViewStyle = 2130903948;
// aapt resource value: 0x7F03038D
- public const int statusBarForeground = 2130903949;
+ public const int sourceClass = 2130903949;
// aapt resource value: 0x7F03038E
- public const int statusBarScrim = 2130903950;
+ public const int spanCount = 2130903950;
// aapt resource value: 0x7F03038F
- public const int strokeColor = 2130903951;
+ public const int spinBars = 2130903951;
// aapt resource value: 0x7F030390
- public const int strokeWidth = 2130903952;
+ public const int spinnerDropDownItemStyle = 2130903952;
// aapt resource value: 0x7F030391
- public const int subMenuArrow = 2130903953;
+ public const int spinnerStyle = 2130903953;
// aapt resource value: 0x7F030392
- public const int submitBackground = 2130903954;
+ public const int splitTrack = 2130903954;
// aapt resource value: 0x7F030393
- public const int subtitle = 2130903955;
+ public const int springBoundary = 2130903955;
// aapt resource value: 0x7F030394
- public const int subtitleCentered = 2130903956;
+ public const int springDamping = 2130903956;
// aapt resource value: 0x7F030395
- public const int subtitleTextAppearance = 2130903957;
+ public const int springMass = 2130903957;
// aapt resource value: 0x7F030396
- public const int subtitleTextColor = 2130903958;
+ public const int springStiffness = 2130903958;
// aapt resource value: 0x7F030397
- public const int subtitleTextStyle = 2130903959;
+ public const int springStopThreshold = 2130903959;
// aapt resource value: 0x7F030398
- public const int suffixText = 2130903960;
+ public const int srcCompat = 2130903960;
// aapt resource value: 0x7F030399
- public const int suffixTextAppearance = 2130903961;
+ public const int stackFromEnd = 2130903961;
// aapt resource value: 0x7F03039A
- public const int suffixTextColor = 2130903962;
+ public const int staggered = 2130903962;
// aapt resource value: 0x7F03039B
- public const int suggestionRowLayout = 2130903963;
+ public const int startDestination = 2130903963;
// aapt resource value: 0x7F03039C
- public const int summary = 2130903964;
+ public const int startIconCheckable = 2130903964;
// aapt resource value: 0x7F03039D
- public const int summaryOff = 2130903965;
+ public const int startIconContentDescription = 2130903965;
// aapt resource value: 0x7F03039E
- public const int summaryOn = 2130903966;
+ public const int startIconDrawable = 2130903966;
// aapt resource value: 0x7F03039F
- public const int swipeRefreshLayoutProgressSpinnerBackgroundColor = 2130903967;
+ public const int startIconTint = 2130903967;
// aapt resource value: 0x7F0303A0
- public const int switchMinWidth = 2130903968;
+ public const int startIconTintMode = 2130903968;
// aapt resource value: 0x7F0303A1
- public const int switchPadding = 2130903969;
+ public const int state_above_anchor = 2130903969;
// aapt resource value: 0x7F0303A2
- public const int switchPreferenceCompatStyle = 2130903970;
+ public const int state_collapsed = 2130903970;
// aapt resource value: 0x7F0303A3
- public const int switchPreferenceStyle = 2130903971;
+ public const int state_collapsible = 2130903971;
// aapt resource value: 0x7F0303A4
- public const int switchStyle = 2130903972;
+ public const int state_dragged = 2130903972;
// aapt resource value: 0x7F0303A5
- public const int switchTextAppearance = 2130903973;
+ public const int state_liftable = 2130903973;
// aapt resource value: 0x7F0303A6
- public const int switchTextOff = 2130903974;
+ public const int state_lifted = 2130903974;
// aapt resource value: 0x7F0303A7
- public const int switchTextOn = 2130903975;
+ public const int statusBarBackground = 2130903975;
// aapt resource value: 0x7F0303A8
- public const int tabBackground = 2130903976;
+ public const int statusBarForeground = 2130903976;
// aapt resource value: 0x7F0303A9
- public const int tabContentStart = 2130903977;
+ public const int statusBarScrim = 2130903977;
// aapt resource value: 0x7F0303AA
- public const int tabGravity = 2130903978;
+ public const int strokeColor = 2130903978;
// aapt resource value: 0x7F0303AB
- public const int tabIconTint = 2130903979;
+ public const int strokeWidth = 2130903979;
// aapt resource value: 0x7F0303AC
- public const int tabIconTintMode = 2130903980;
+ public const int subMenuArrow = 2130903980;
// aapt resource value: 0x7F0303AD
- public const int tabIndicator = 2130903981;
+ public const int submitBackground = 2130903981;
// aapt resource value: 0x7F0303AE
- public const int tabIndicatorAnimationDuration = 2130903982;
+ public const int subsectionSeparator = 2130903982;
// aapt resource value: 0x7F0303AF
- public const int tabIndicatorAnimationMode = 2130903983;
+ public const int subtitle = 2130903983;
// aapt resource value: 0x7F0303B0
- public const int tabIndicatorColor = 2130903984;
+ public const int subtitleCentered = 2130903984;
// aapt resource value: 0x7F0303B1
- public const int tabIndicatorFullWidth = 2130903985;
+ public const int subtitleTextAppearance = 2130903985;
// aapt resource value: 0x7F0303B2
- public const int tabIndicatorGravity = 2130903986;
+ public const int subtitleTextColor = 2130903986;
// aapt resource value: 0x7F0303B3
- public const int tabIndicatorHeight = 2130903987;
+ public const int subtitleTextStyle = 2130903987;
// aapt resource value: 0x7F0303B4
- public const int tabInlineLabel = 2130903988;
+ public const int suffixText = 2130903988;
// aapt resource value: 0x7F0303B5
- public const int tabMaxWidth = 2130903989;
+ public const int suffixTextAppearance = 2130903989;
// aapt resource value: 0x7F0303B6
- public const int tabMinWidth = 2130903990;
+ public const int suffixTextColor = 2130903990;
// aapt resource value: 0x7F0303B7
- public const int tabMode = 2130903991;
+ public const int suggestionRowLayout = 2130903991;
// aapt resource value: 0x7F0303B8
- public const int tabPadding = 2130903992;
+ public const int summary = 2130903992;
// aapt resource value: 0x7F0303B9
- public const int tabPaddingBottom = 2130903993;
+ public const int summaryOff = 2130903993;
// aapt resource value: 0x7F0303BA
- public const int tabPaddingEnd = 2130903994;
+ public const int summaryOn = 2130903994;
// aapt resource value: 0x7F0303BB
- public const int tabPaddingStart = 2130903995;
+ public const int swipeRefreshLayoutProgressSpinnerBackgroundColor = 2130903995;
// aapt resource value: 0x7F0303BC
- public const int tabPaddingTop = 2130903996;
+ public const int switchMinWidth = 2130903996;
// aapt resource value: 0x7F0303BD
- public const int tabRippleColor = 2130903997;
+ public const int switchPadding = 2130903997;
// aapt resource value: 0x7F0303BE
- public const int tabSelectedTextColor = 2130903998;
+ public const int switchPreferenceCompatStyle = 2130903998;
// aapt resource value: 0x7F0303BF
- public const int tabStyle = 2130903999;
+ public const int switchPreferenceStyle = 2130903999;
// aapt resource value: 0x7F0303C0
- public const int tabTextAppearance = 2130904000;
+ public const int switchStyle = 2130904000;
// aapt resource value: 0x7F0303C1
- public const int tabTextColor = 2130904001;
+ public const int switchTextAppearance = 2130904001;
// aapt resource value: 0x7F0303C2
- public const int tabUnboundedRipple = 2130904002;
+ public const int switchTextOff = 2130904002;
// aapt resource value: 0x7F0303C3
- public const int targetId = 2130904003;
+ public const int switchTextOn = 2130904003;
// aapt resource value: 0x7F0303C4
- public const int targetPackage = 2130904004;
+ public const int tabBackground = 2130904004;
// aapt resource value: 0x7F0303C5
- public const int telltales_tailColor = 2130904005;
+ public const int tabContentStart = 2130904005;
// aapt resource value: 0x7F0303C6
- public const int telltales_tailScale = 2130904006;
+ public const int tabGravity = 2130904006;
// aapt resource value: 0x7F0303C7
- public const int telltales_velocityMode = 2130904007;
+ public const int tabIconTint = 2130904007;
// aapt resource value: 0x7F0303C8
- public const int textAllCaps = 2130904008;
+ public const int tabIconTintMode = 2130904008;
// aapt resource value: 0x7F0303C9
- public const int textAppearanceBody1 = 2130904009;
+ public const int tabIndicator = 2130904009;
// aapt resource value: 0x7F0303CA
- public const int textAppearanceBody2 = 2130904010;
+ public const int tabIndicatorAnimationDuration = 2130904010;
// aapt resource value: 0x7F0303CB
- public const int textAppearanceButton = 2130904011;
+ public const int tabIndicatorAnimationMode = 2130904011;
// aapt resource value: 0x7F0303CC
- public const int textAppearanceCaption = 2130904012;
+ public const int tabIndicatorColor = 2130904012;
// aapt resource value: 0x7F0303CD
- public const int textAppearanceHeadline1 = 2130904013;
+ public const int tabIndicatorFullWidth = 2130904013;
// aapt resource value: 0x7F0303CE
- public const int textAppearanceHeadline2 = 2130904014;
+ public const int tabIndicatorGravity = 2130904014;
// aapt resource value: 0x7F0303CF
- public const int textAppearanceHeadline3 = 2130904015;
+ public const int tabIndicatorHeight = 2130904015;
// aapt resource value: 0x7F0303D0
- public const int textAppearanceHeadline4 = 2130904016;
+ public const int tabInlineLabel = 2130904016;
// aapt resource value: 0x7F0303D1
- public const int textAppearanceHeadline5 = 2130904017;
+ public const int tabMaxWidth = 2130904017;
// aapt resource value: 0x7F0303D2
- public const int textAppearanceHeadline6 = 2130904018;
+ public const int tabMinWidth = 2130904018;
// aapt resource value: 0x7F0303D3
- public const int textAppearanceLargePopupMenu = 2130904019;
+ public const int tabMode = 2130904019;
// aapt resource value: 0x7F0303D4
- public const int textAppearanceLineHeightEnabled = 2130904020;
+ public const int tabPadding = 2130904020;
// aapt resource value: 0x7F0303D5
- public const int textAppearanceListItem = 2130904021;
+ public const int tabPaddingBottom = 2130904021;
// aapt resource value: 0x7F0303D6
- public const int textAppearanceListItemSecondary = 2130904022;
+ public const int tabPaddingEnd = 2130904022;
// aapt resource value: 0x7F0303D7
- public const int textAppearanceListItemSmall = 2130904023;
+ public const int tabPaddingStart = 2130904023;
// aapt resource value: 0x7F0303D8
- public const int textAppearanceOverline = 2130904024;
+ public const int tabPaddingTop = 2130904024;
// aapt resource value: 0x7F0303D9
- public const int textAppearancePopupMenuHeader = 2130904025;
+ public const int tabRippleColor = 2130904025;
// aapt resource value: 0x7F0303DA
- public const int textAppearanceSearchResultSubtitle = 2130904026;
+ public const int tabSelectedTextColor = 2130904026;
// aapt resource value: 0x7F0303DB
- public const int textAppearanceSearchResultTitle = 2130904027;
+ public const int tabStyle = 2130904027;
// aapt resource value: 0x7F0303DC
- public const int textAppearanceSmallPopupMenu = 2130904028;
+ public const int tabTextAppearance = 2130904028;
// aapt resource value: 0x7F0303DD
- public const int textAppearanceSubtitle1 = 2130904029;
+ public const int tabTextColor = 2130904029;
// aapt resource value: 0x7F0303DE
- public const int textAppearanceSubtitle2 = 2130904030;
+ public const int tabUnboundedRipple = 2130904030;
// aapt resource value: 0x7F0303DF
- public const int textBackground = 2130904031;
+ public const int targetId = 2130904031;
// aapt resource value: 0x7F0303E0
- public const int textBackgroundPanX = 2130904032;
+ public const int targetPackage = 2130904032;
// aapt resource value: 0x7F0303E1
- public const int textBackgroundPanY = 2130904033;
+ public const int telltales_tailColor = 2130904033;
// aapt resource value: 0x7F0303E2
- public const int textBackgroundRotate = 2130904034;
+ public const int telltales_tailScale = 2130904034;
// aapt resource value: 0x7F0303E3
- public const int textBackgroundZoom = 2130904035;
+ public const int telltales_velocityMode = 2130904035;
// aapt resource value: 0x7F0303E4
- public const int textColorAlertDialogListItem = 2130904036;
+ public const int textAllCaps = 2130904036;
// aapt resource value: 0x7F0303E5
- public const int textColorSearchUrl = 2130904037;
+ public const int textAppearanceBody1 = 2130904037;
// aapt resource value: 0x7F0303E6
- public const int textEndPadding = 2130904038;
+ public const int textAppearanceBody2 = 2130904038;
// aapt resource value: 0x7F0303E7
- public const int textFillColor = 2130904039;
+ public const int textAppearanceButton = 2130904039;
// aapt resource value: 0x7F0303E8
- public const int textInputLayoutFocusedRectEnabled = 2130904040;
+ public const int textAppearanceCaption = 2130904040;
// aapt resource value: 0x7F0303E9
- public const int textInputStyle = 2130904041;
+ public const int textAppearanceHeadline1 = 2130904041;
// aapt resource value: 0x7F0303EA
- public const int textLocale = 2130904042;
+ public const int textAppearanceHeadline2 = 2130904042;
// aapt resource value: 0x7F0303EB
- public const int textOutlineColor = 2130904043;
+ public const int textAppearanceHeadline3 = 2130904043;
// aapt resource value: 0x7F0303EC
- public const int textOutlineThickness = 2130904044;
+ public const int textAppearanceHeadline4 = 2130904044;
// aapt resource value: 0x7F0303ED
- public const int textPanX = 2130904045;
+ public const int textAppearanceHeadline5 = 2130904045;
// aapt resource value: 0x7F0303EE
- public const int textPanY = 2130904046;
+ public const int textAppearanceHeadline6 = 2130904046;
// aapt resource value: 0x7F0303EF
- public const int textStartPadding = 2130904047;
+ public const int textAppearanceLargePopupMenu = 2130904047;
// aapt resource value: 0x7F0303F0
- public const int textureBlurFactor = 2130904048;
+ public const int textAppearanceLineHeightEnabled = 2130904048;
// aapt resource value: 0x7F0303F1
- public const int textureEffect = 2130904049;
+ public const int textAppearanceListItem = 2130904049;
// aapt resource value: 0x7F0303F2
- public const int textureHeight = 2130904050;
+ public const int textAppearanceListItemSecondary = 2130904050;
// aapt resource value: 0x7F0303F3
- public const int textureWidth = 2130904051;
+ public const int textAppearanceListItemSmall = 2130904051;
// aapt resource value: 0x7F0303F4
- public const int theme = 2130904052;
+ public const int textAppearanceOverline = 2130904052;
// aapt resource value: 0x7F0303F5
- public const int themeLineHeight = 2130904053;
+ public const int textAppearancePopupMenuHeader = 2130904053;
// aapt resource value: 0x7F0303F6
- public const int thickness = 2130904054;
+ public const int textAppearanceSearchResultSubtitle = 2130904054;
// aapt resource value: 0x7F0303F7
- public const int thumbColor = 2130904055;
+ public const int textAppearanceSearchResultTitle = 2130904055;
// aapt resource value: 0x7F0303F8
- public const int thumbElevation = 2130904056;
+ public const int textAppearanceSmallPopupMenu = 2130904056;
// aapt resource value: 0x7F0303F9
- public const int thumbRadius = 2130904057;
+ public const int textAppearanceSubtitle1 = 2130904057;
// aapt resource value: 0x7F0303FA
- public const int thumbStrokeColor = 2130904058;
+ public const int textAppearanceSubtitle2 = 2130904058;
// aapt resource value: 0x7F0303FB
- public const int thumbStrokeWidth = 2130904059;
+ public const int textBackground = 2130904059;
// aapt resource value: 0x7F0303FC
- public const int thumbTextPadding = 2130904060;
+ public const int textBackgroundPanX = 2130904060;
// aapt resource value: 0x7F0303FD
- public const int thumbTint = 2130904061;
+ public const int textBackgroundPanY = 2130904061;
// aapt resource value: 0x7F0303FE
- public const int thumbTintMode = 2130904062;
+ public const int textBackgroundRotate = 2130904062;
// aapt resource value: 0x7F0303FF
- public const int tickColor = 2130904063;
+ public const int textBackgroundZoom = 2130904063;
// aapt resource value: 0x7F030400
- public const int tickColorActive = 2130904064;
+ public const int textColorAlertDialogListItem = 2130904064;
// aapt resource value: 0x7F030401
- public const int tickColorInactive = 2130904065;
+ public const int textColorSearchUrl = 2130904065;
// aapt resource value: 0x7F030402
- public const int tickMark = 2130904066;
+ public const int textEndPadding = 2130904066;
// aapt resource value: 0x7F030403
- public const int tickMarkTint = 2130904067;
+ public const int textFillColor = 2130904067;
// aapt resource value: 0x7F030404
- public const int tickMarkTintMode = 2130904068;
+ public const int textInputLayoutFocusedRectEnabled = 2130904068;
// aapt resource value: 0x7F030405
- public const int tickVisible = 2130904069;
+ public const int textInputStyle = 2130904069;
// aapt resource value: 0x7F030406
- public const int tint = 2130904070;
+ public const int textLocale = 2130904070;
// aapt resource value: 0x7F030407
- public const int tintMode = 2130904071;
+ public const int textOutlineColor = 2130904071;
// aapt resource value: 0x7F030408
- public const int title = 2130904072;
+ public const int textOutlineThickness = 2130904072;
// aapt resource value: 0x7F030409
- public const int titleCentered = 2130904073;
+ public const int textPanX = 2130904073;
// aapt resource value: 0x7F03040A
- public const int titleCollapseMode = 2130904074;
+ public const int textPanY = 2130904074;
// aapt resource value: 0x7F03040B
- public const int titleEnabled = 2130904075;
+ public const int textStartPadding = 2130904075;
// aapt resource value: 0x7F03040C
- public const int titleMargin = 2130904076;
+ public const int textureBlurFactor = 2130904076;
// aapt resource value: 0x7F03040D
- public const int titleMarginBottom = 2130904077;
+ public const int textureEffect = 2130904077;
// aapt resource value: 0x7F03040E
- public const int titleMarginEnd = 2130904078;
-
- // aapt resource value: 0x7F030411
- public const int titleMargins = 2130904081;
+ public const int textureHeight = 2130904078;
// aapt resource value: 0x7F03040F
- public const int titleMarginStart = 2130904079;
+ public const int textureWidth = 2130904079;
// aapt resource value: 0x7F030410
- public const int titleMarginTop = 2130904080;
+ public const int theme = 2130904080;
+
+ // aapt resource value: 0x7F030411
+ public const int themeLineHeight = 2130904081;
// aapt resource value: 0x7F030412
- public const int titleTextAppearance = 2130904082;
+ public const int thickness = 2130904082;
// aapt resource value: 0x7F030413
- public const int titleTextColor = 2130904083;
+ public const int thumbColor = 2130904083;
// aapt resource value: 0x7F030414
- public const int titleTextStyle = 2130904084;
+ public const int thumbElevation = 2130904084;
// aapt resource value: 0x7F030415
- public const int toolbarId = 2130904085;
+ public const int thumbRadius = 2130904085;
// aapt resource value: 0x7F030416
- public const int toolbarNavigationButtonStyle = 2130904086;
+ public const int thumbStrokeColor = 2130904086;
// aapt resource value: 0x7F030417
- public const int toolbarStyle = 2130904087;
+ public const int thumbStrokeWidth = 2130904087;
// aapt resource value: 0x7F030418
- public const int tooltipForegroundColor = 2130904088;
+ public const int thumbTextPadding = 2130904088;
// aapt resource value: 0x7F030419
- public const int tooltipFrameBackground = 2130904089;
+ public const int thumbTint = 2130904089;
// aapt resource value: 0x7F03041A
- public const int tooltipStyle = 2130904090;
+ public const int thumbTintMode = 2130904090;
// aapt resource value: 0x7F03041B
- public const int tooltipText = 2130904091;
+ public const int tickColor = 2130904091;
// aapt resource value: 0x7F03041C
- public const int touchAnchorId = 2130904092;
+ public const int tickColorActive = 2130904092;
// aapt resource value: 0x7F03041D
- public const int touchAnchorSide = 2130904093;
+ public const int tickColorInactive = 2130904093;
// aapt resource value: 0x7F03041E
- public const int touchRegionId = 2130904094;
+ public const int tickMark = 2130904094;
// aapt resource value: 0x7F03041F
- public const int track = 2130904095;
+ public const int tickMarkTint = 2130904095;
// aapt resource value: 0x7F030420
- public const int trackColor = 2130904096;
+ public const int tickMarkTintMode = 2130904096;
// aapt resource value: 0x7F030421
- public const int trackColorActive = 2130904097;
+ public const int tickVisible = 2130904097;
// aapt resource value: 0x7F030422
- public const int trackColorInactive = 2130904098;
+ public const int tint = 2130904098;
// aapt resource value: 0x7F030423
- public const int trackCornerRadius = 2130904099;
+ public const int tintMode = 2130904099;
// aapt resource value: 0x7F030424
- public const int trackHeight = 2130904100;
+ public const int title = 2130904100;
// aapt resource value: 0x7F030425
- public const int trackThickness = 2130904101;
+ public const int titleCentered = 2130904101;
// aapt resource value: 0x7F030426
- public const int trackTint = 2130904102;
+ public const int titleCollapseMode = 2130904102;
// aapt resource value: 0x7F030427
- public const int trackTintMode = 2130904103;
+ public const int titleEnabled = 2130904103;
// aapt resource value: 0x7F030428
- public const int transformPivotTarget = 2130904104;
+ public const int titleMargin = 2130904104;
// aapt resource value: 0x7F030429
- public const int transitionDisable = 2130904105;
+ public const int titleMarginBottom = 2130904105;
// aapt resource value: 0x7F03042A
- public const int transitionEasing = 2130904106;
-
- // aapt resource value: 0x7F03042B
- public const int transitionFlags = 2130904107;
-
- // aapt resource value: 0x7F03042C
- public const int transitionPathRotate = 2130904108;
+ public const int titleMarginEnd = 2130904106;
// aapt resource value: 0x7F03042D
- public const int transitionShapeAppearance = 2130904109;
+ public const int titleMargins = 2130904109;
+
+ // aapt resource value: 0x7F03042B
+ public const int titleMarginStart = 2130904107;
+
+ // aapt resource value: 0x7F03042C
+ public const int titleMarginTop = 2130904108;
// aapt resource value: 0x7F03042E
- public const int triggerId = 2130904110;
+ public const int titleTextAppearance = 2130904110;
// aapt resource value: 0x7F03042F
- public const int triggerReceiver = 2130904111;
+ public const int titleTextColor = 2130904111;
// aapt resource value: 0x7F030430
- public const int triggerSlack = 2130904112;
+ public const int titleTextStyle = 2130904112;
// aapt resource value: 0x7F030431
- public const int ttcIndex = 2130904113;
+ public const int toAddressesSection = 2130904113;
// aapt resource value: 0x7F030432
- public const int uiCompass = 2130904114;
+ public const int toolbarId = 2130904114;
// aapt resource value: 0x7F030433
- public const int uiMapToolbar = 2130904115;
+ public const int toolbarNavigationButtonStyle = 2130904115;
// aapt resource value: 0x7F030434
- public const int uiRotateGestures = 2130904116;
+ public const int toolbarStyle = 2130904116;
// aapt resource value: 0x7F030435
- public const int uiScrollGestures = 2130904117;
+ public const int tooltipForegroundColor = 2130904117;
// aapt resource value: 0x7F030436
- public const int uiScrollGesturesDuringRotateOrZoom = 2130904118;
+ public const int tooltipFrameBackground = 2130904118;
// aapt resource value: 0x7F030437
- public const int uiTiltGestures = 2130904119;
+ public const int tooltipStyle = 2130904119;
// aapt resource value: 0x7F030438
- public const int uiZoomControls = 2130904120;
+ public const int tooltipText = 2130904120;
// aapt resource value: 0x7F030439
- public const int uiZoomGestures = 2130904121;
-
- // aapt resource value: 0x7F03043B
- public const int updatesContinuously = 2130904123;
+ public const int touchAnchorId = 2130904121;
// aapt resource value: 0x7F03043A
- public const int upDuration = 2130904122;
+ public const int touchAnchorSide = 2130904122;
+
+ // aapt resource value: 0x7F03043B
+ public const int touchRegionId = 2130904123;
// aapt resource value: 0x7F03043C
- public const int uri = 2130904124;
+ public const int track = 2130904124;
// aapt resource value: 0x7F03043D
- public const int useCompatPadding = 2130904125;
+ public const int trackColor = 2130904125;
// aapt resource value: 0x7F03043E
- public const int useMaterialThemeColors = 2130904126;
+ public const int trackColorActive = 2130904126;
// aapt resource value: 0x7F03043F
- public const int useSimpleSummaryProvider = 2130904127;
+ public const int trackColorInactive = 2130904127;
// aapt resource value: 0x7F030440
- public const int useViewLifecycle = 2130904128;
+ public const int trackCornerRadius = 2130904128;
// aapt resource value: 0x7F030441
- public const int values = 2130904129;
+ public const int trackHeight = 2130904129;
// aapt resource value: 0x7F030442
- public const int verticalOffset = 2130904130;
+ public const int trackThickness = 2130904130;
// aapt resource value: 0x7F030443
- public const int viewInflaterClass = 2130904131;
+ public const int trackTint = 2130904131;
// aapt resource value: 0x7F030444
- public const int viewTransitionMode = 2130904132;
+ public const int trackTintMode = 2130904132;
// aapt resource value: 0x7F030445
- public const int viewTransitionOnCross = 2130904133;
+ public const int transformPivotTarget = 2130904133;
// aapt resource value: 0x7F030446
- public const int viewTransitionOnNegativeCross = 2130904134;
+ public const int transitionDisable = 2130904134;
// aapt resource value: 0x7F030447
- public const int viewTransitionOnPositiveCross = 2130904135;
+ public const int transitionEasing = 2130904135;
// aapt resource value: 0x7F030448
- public const int visibilityMode = 2130904136;
+ public const int transitionFlags = 2130904136;
// aapt resource value: 0x7F030449
- public const int voiceIcon = 2130904137;
+ public const int transitionPathRotate = 2130904137;
// aapt resource value: 0x7F03044A
- public const int warmth = 2130904138;
+ public const int transitionShapeAppearance = 2130904138;
// aapt resource value: 0x7F03044B
- public const int waveDecay = 2130904139;
+ public const int triggerId = 2130904139;
// aapt resource value: 0x7F03044C
- public const int waveOffset = 2130904140;
+ public const int triggerReceiver = 2130904140;
// aapt resource value: 0x7F03044D
- public const int wavePeriod = 2130904141;
+ public const int triggerSlack = 2130904141;
// aapt resource value: 0x7F03044E
- public const int wavePhase = 2130904142;
+ public const int trimmable = 2130904142;
// aapt resource value: 0x7F03044F
- public const int waveShape = 2130904143;
+ public const int ttcIndex = 2130904143;
// aapt resource value: 0x7F030450
- public const int waveVariesBy = 2130904144;
+ public const int uiCompass = 2130904144;
// aapt resource value: 0x7F030451
- public const int widgetLayout = 2130904145;
+ public const int uiMapToolbar = 2130904145;
// aapt resource value: 0x7F030452
- public const int windowActionBar = 2130904146;
+ public const int uiRotateGestures = 2130904146;
// aapt resource value: 0x7F030453
- public const int windowActionBarOverlay = 2130904147;
+ public const int uiScrollGestures = 2130904147;
// aapt resource value: 0x7F030454
- public const int windowActionModeOverlay = 2130904148;
+ public const int uiScrollGesturesDuringRotateOrZoom = 2130904148;
// aapt resource value: 0x7F030455
- public const int windowFixedHeightMajor = 2130904149;
+ public const int uiTiltGestures = 2130904149;
// aapt resource value: 0x7F030456
- public const int windowFixedHeightMinor = 2130904150;
+ public const int uiZoomControls = 2130904150;
// aapt resource value: 0x7F030457
- public const int windowFixedWidthMajor = 2130904151;
-
- // aapt resource value: 0x7F030458
- public const int windowFixedWidthMinor = 2130904152;
+ public const int uiZoomGestures = 2130904151;
// aapt resource value: 0x7F030459
- public const int windowMinWidthMajor = 2130904153;
+ public const int updatesContinuously = 2130904153;
+
+ // aapt resource value: 0x7F030458
+ public const int upDuration = 2130904152;
// aapt resource value: 0x7F03045A
- public const int windowMinWidthMinor = 2130904154;
+ public const int uri = 2130904154;
// aapt resource value: 0x7F03045B
- public const int windowNoTitle = 2130904155;
+ public const int useCompatPadding = 2130904155;
// aapt resource value: 0x7F03045C
- public const int yearSelectedStyle = 2130904156;
-
- // aapt resource value: 0x7F03045D
- public const int yearStyle = 2130904157;
-
- // aapt resource value: 0x7F03045E
- public const int yearTodayStyle = 2130904158;
+ public const int useMaterialThemeColors = 2130904156;
// aapt resource value: 0x7F03045F
- public const int zOrderOnTop = 2130904159;
+ public const int userInputSection = 2130904159;
+
+ // aapt resource value: 0x7F030460
+ public const int userInputTag = 2130904160;
+
+ // aapt resource value: 0x7F030461
+ public const int userInputValue = 2130904161;
+
+ // aapt resource value: 0x7F03045D
+ public const int useSimpleSummaryProvider = 2130904157;
+
+ // aapt resource value: 0x7F03045E
+ public const int useViewLifecycle = 2130904158;
+
+ // aapt resource value: 0x7F030462
+ public const int values = 2130904162;
+
+ // aapt resource value: 0x7F030463
+ public const int verticalOffset = 2130904163;
+
+ // aapt resource value: 0x7F030464
+ public const int viewInflaterClass = 2130904164;
+
+ // aapt resource value: 0x7F030465
+ public const int viewTransitionMode = 2130904165;
+
+ // aapt resource value: 0x7F030466
+ public const int viewTransitionOnCross = 2130904166;
+
+ // aapt resource value: 0x7F030467
+ public const int viewTransitionOnNegativeCross = 2130904167;
+
+ // aapt resource value: 0x7F030468
+ public const int viewTransitionOnPositiveCross = 2130904168;
+
+ // aapt resource value: 0x7F030469
+ public const int visibilityMode = 2130904169;
+
+ // aapt resource value: 0x7F03046A
+ public const int voiceIcon = 2130904170;
+
+ // aapt resource value: 0x7F03046B
+ public const int warmth = 2130904171;
+
+ // aapt resource value: 0x7F03046C
+ public const int waveDecay = 2130904172;
+
+ // aapt resource value: 0x7F03046D
+ public const int waveOffset = 2130904173;
+
+ // aapt resource value: 0x7F03046E
+ public const int wavePeriod = 2130904174;
+
+ // aapt resource value: 0x7F03046F
+ public const int wavePhase = 2130904175;
+
+ // aapt resource value: 0x7F030470
+ public const int waveShape = 2130904176;
+
+ // aapt resource value: 0x7F030471
+ public const int waveVariesBy = 2130904177;
+
+ // aapt resource value: 0x7F030472
+ public const int widgetLayout = 2130904178;
+
+ // aapt resource value: 0x7F030473
+ public const int windowActionBar = 2130904179;
+
+ // aapt resource value: 0x7F030474
+ public const int windowActionBarOverlay = 2130904180;
+
+ // aapt resource value: 0x7F030475
+ public const int windowActionModeOverlay = 2130904181;
+
+ // aapt resource value: 0x7F030476
+ public const int windowFixedHeightMajor = 2130904182;
+
+ // aapt resource value: 0x7F030477
+ public const int windowFixedHeightMinor = 2130904183;
+
+ // aapt resource value: 0x7F030478
+ public const int windowFixedWidthMajor = 2130904184;
+
+ // aapt resource value: 0x7F030479
+ public const int windowFixedWidthMinor = 2130904185;
+
+ // aapt resource value: 0x7F03047A
+ public const int windowMinWidthMajor = 2130904186;
+
+ // aapt resource value: 0x7F03047B
+ public const int windowMinWidthMinor = 2130904187;
+
+ // aapt resource value: 0x7F03047C
+ public const int windowNoTitle = 2130904188;
+
+ // aapt resource value: 0x7F03047D
+ public const int yearSelectedStyle = 2130904189;
+
+ // aapt resource value: 0x7F03047E
+ public const int yearStyle = 2130904190;
+
+ // aapt resource value: 0x7F03047F
+ public const int yearTodayStyle = 2130904191;
+
+ // aapt resource value: 0x7F030480
+ public const int zOrderOnTop = 2130904192;
static Attribute()
{
@@ -23744,952 +24288,1012 @@ namespace TINK.Droid
public const int constraint = 2131230855;
// aapt resource value: 0x7F080088
- public const int container = 2131230856;
+ public const int contact = 2131230856;
// aapt resource value: 0x7F080089
- public const int content = 2131230857;
+ public const int container = 2131230857;
// aapt resource value: 0x7F08008A
- public const int contentPanel = 2131230858;
+ public const int content = 2131230858;
// aapt resource value: 0x7F08008B
- public const int contiguous = 2131230859;
+ public const int contentPanel = 2131230859;
// aapt resource value: 0x7F08008C
- public const int continuousVelocity = 2131230860;
+ public const int contiguous = 2131230860;
// aapt resource value: 0x7F08008D
- public const int coordinator = 2131230861;
+ public const int continuousVelocity = 2131230861;
// aapt resource value: 0x7F08008E
- public const int cos = 2131230862;
+ public const int coordinator = 2131230862;
// aapt resource value: 0x7F08008F
- public const int counterclockwise = 2131230863;
+ public const int cos = 2131230863;
+
+ // aapt resource value: 0x7F080090
+ public const int counterclockwise = 2131230864;
// aapt resource value: 0x7F080003
public const int CTRL = 2131230723;
- // aapt resource value: 0x7F080090
- public const int currentState = 2131230864;
-
// aapt resource value: 0x7F080091
- public const int custom = 2131230865;
+ public const int currentState = 2131230865;
// aapt resource value: 0x7F080092
- public const int customPanel = 2131230866;
+ public const int custom = 2131230866;
// aapt resource value: 0x7F080093
- public const int cut = 2131230867;
+ public const int customPanel = 2131230867;
// aapt resource value: 0x7F080094
- public const int dark = 2131230868;
+ public const int cut = 2131230868;
// aapt resource value: 0x7F080095
- public const int date_picker_actions = 2131230869;
+ public const int dark = 2131230869;
// aapt resource value: 0x7F080096
- public const int decelerate = 2131230870;
+ public const int date = 2131230870;
// aapt resource value: 0x7F080097
- public const int decelerateAndComplete = 2131230871;
+ public const int date_picker_actions = 2131230871;
// aapt resource value: 0x7F080098
- public const int decor_content_parent = 2131230872;
+ public const int decelerate = 2131230872;
// aapt resource value: 0x7F080099
- public const int default_activity_button = 2131230873;
+ public const int decelerateAndComplete = 2131230873;
// aapt resource value: 0x7F08009A
- public const int deltaRelative = 2131230874;
+ public const int decor_content_parent = 2131230874;
// aapt resource value: 0x7F08009B
- public const int dependency_ordering = 2131230875;
+ public const int default_activity_button = 2131230875;
// aapt resource value: 0x7F08009C
- public const int design_bottom_sheet = 2131230876;
+ public const int deltaRelative = 2131230876;
// aapt resource value: 0x7F08009D
- public const int design_menu_item_action_area = 2131230877;
+ public const int demote_common_words = 2131230877;
// aapt resource value: 0x7F08009E
- public const int design_menu_item_action_area_stub = 2131230878;
+ public const int demote_rfc822_hostnames = 2131230878;
// aapt resource value: 0x7F08009F
- public const int design_menu_item_text = 2131230879;
+ public const int dependency_ordering = 2131230879;
// aapt resource value: 0x7F0800A0
- public const int design_navigation_view = 2131230880;
+ public const int design_bottom_sheet = 2131230880;
// aapt resource value: 0x7F0800A1
- public const int dialog_button = 2131230881;
+ public const int design_menu_item_action_area = 2131230881;
// aapt resource value: 0x7F0800A2
- public const int dimensions = 2131230882;
+ public const int design_menu_item_action_area_stub = 2131230882;
// aapt resource value: 0x7F0800A3
- public const int direct = 2131230883;
+ public const int design_menu_item_text = 2131230883;
// aapt resource value: 0x7F0800A4
- public const int disableHome = 2131230884;
+ public const int design_navigation_view = 2131230884;
// aapt resource value: 0x7F0800A5
- public const int disableIntraAutoTransition = 2131230885;
+ public const int dialog_button = 2131230885;
// aapt resource value: 0x7F0800A6
- public const int disablePostScroll = 2131230886;
+ public const int dimensions = 2131230886;
// aapt resource value: 0x7F0800A7
- public const int disableScroll = 2131230887;
+ public const int direct = 2131230887;
// aapt resource value: 0x7F0800A8
- public const int disjoint = 2131230888;
+ public const int disableHome = 2131230888;
// aapt resource value: 0x7F0800A9
- public const int dragAnticlockwise = 2131230889;
+ public const int disableIntraAutoTransition = 2131230889;
// aapt resource value: 0x7F0800AA
- public const int dragClockwise = 2131230890;
+ public const int disablePostScroll = 2131230890;
// aapt resource value: 0x7F0800AB
- public const int dragDown = 2131230891;
+ public const int disableScroll = 2131230891;
// aapt resource value: 0x7F0800AC
- public const int dragEnd = 2131230892;
+ public const int disjoint = 2131230892;
// aapt resource value: 0x7F0800AD
- public const int dragLeft = 2131230893;
+ public const int dragAnticlockwise = 2131230893;
// aapt resource value: 0x7F0800AE
- public const int dragRight = 2131230894;
+ public const int dragClockwise = 2131230894;
// aapt resource value: 0x7F0800AF
- public const int dragStart = 2131230895;
+ public const int dragDown = 2131230895;
// aapt resource value: 0x7F0800B0
- public const int dragUp = 2131230896;
+ public const int dragEnd = 2131230896;
// aapt resource value: 0x7F0800B1
- public const int dropdown_menu = 2131230897;
+ public const int dragLeft = 2131230897;
// aapt resource value: 0x7F0800B2
- public const int easeIn = 2131230898;
+ public const int dragRight = 2131230898;
// aapt resource value: 0x7F0800B3
- public const int easeInOut = 2131230899;
+ public const int dragStart = 2131230899;
// aapt resource value: 0x7F0800B4
- public const int easeOut = 2131230900;
+ public const int dragUp = 2131230900;
// aapt resource value: 0x7F0800B5
- public const int east = 2131230901;
+ public const int dropdown_menu = 2131230901;
// aapt resource value: 0x7F0800B6
- public const int edit_query = 2131230902;
+ public const int easeIn = 2131230902;
// aapt resource value: 0x7F0800B7
- public const int elastic = 2131230903;
+ public const int easeInOut = 2131230903;
// aapt resource value: 0x7F0800B8
- public const int end = 2131230904;
+ public const int easeOut = 2131230904;
// aapt resource value: 0x7F0800B9
- public const int endToStart = 2131230905;
+ public const int east = 2131230905;
// aapt resource value: 0x7F0800BA
- public const int end_padder = 2131230906;
+ public const int edit_query = 2131230906;
// aapt resource value: 0x7F0800BB
- public const int enterAlways = 2131230907;
+ public const int elastic = 2131230907;
// aapt resource value: 0x7F0800BC
- public const int enterAlwaysCollapsed = 2131230908;
+ public const int email = 2131230908;
// aapt resource value: 0x7F0800BD
- public const int exitUntilCollapsed = 2131230909;
-
- // aapt resource value: 0x7F0800BF
- public const int expanded_menu = 2131230911;
+ public const int end = 2131230909;
// aapt resource value: 0x7F0800BE
- public const int expand_activities_button = 2131230910;
+ public const int endToStart = 2131230910;
+
+ // aapt resource value: 0x7F0800BF
+ public const int end_padder = 2131230911;
// aapt resource value: 0x7F0800C0
- public const int fade = 2131230912;
+ public const int enterAlways = 2131230912;
// aapt resource value: 0x7F0800C1
- public const int fill = 2131230913;
-
- // aapt resource value: 0x7F0800C4
- public const int filled = 2131230916;
+ public const int enterAlwaysCollapsed = 2131230913;
// aapt resource value: 0x7F0800C2
- public const int fill_horizontal = 2131230914;
+ public const int exitUntilCollapsed = 2131230914;
+
+ // aapt resource value: 0x7F0800C4
+ public const int expanded_menu = 2131230916;
// aapt resource value: 0x7F0800C3
- public const int fill_vertical = 2131230915;
+ public const int expand_activities_button = 2131230915;
// aapt resource value: 0x7F0800C5
- public const int fitToContents = 2131230917;
+ public const int fade = 2131230917;
// aapt resource value: 0x7F0800C6
- public const int @fixed = 2131230918;
-
- // aapt resource value: 0x7F0800C7
- public const int flip = 2131230919;
-
- // aapt resource value: 0x7F0800C8
- public const int floating = 2131230920;
+ public const int fill = 2131230918;
// aapt resource value: 0x7F0800C9
- public const int flyoutcontent_appbar = 2131230921;
+ public const int filled = 2131230921;
+
+ // aapt resource value: 0x7F0800C7
+ public const int fill_horizontal = 2131230919;
+
+ // aapt resource value: 0x7F0800C8
+ public const int fill_vertical = 2131230920;
// aapt resource value: 0x7F0800CA
- public const int forever = 2131230922;
+ public const int fitToContents = 2131230922;
// aapt resource value: 0x7F0800CB
- public const int fragment_container_view_tag = 2131230923;
+ public const int @fixed = 2131230923;
// aapt resource value: 0x7F0800CC
- public const int frost = 2131230924;
+ public const int flip = 2131230924;
+
+ // aapt resource value: 0x7F0800CD
+ public const int floating = 2131230925;
+
+ // aapt resource value: 0x7F0800CE
+ public const int flyoutcontent_appbar = 2131230926;
+
+ // aapt resource value: 0x7F0800CF
+ public const int forever = 2131230927;
+
+ // aapt resource value: 0x7F0800D0
+ public const int fragment_container_view_tag = 2131230928;
+
+ // aapt resource value: 0x7F0800D1
+ public const int frost = 2131230929;
// aapt resource value: 0x7F080004
public const int FUNCTION = 2131230724;
- // aapt resource value: 0x7F0800CD
- public const int ghost_view = 2131230925;
-
- // aapt resource value: 0x7F0800CE
- public const int ghost_view_holder = 2131230926;
-
- // aapt resource value: 0x7F0800CF
- public const int gone = 2131230927;
-
- // aapt resource value: 0x7F0800D0
- public const int graph = 2131230928;
-
- // aapt resource value: 0x7F0800D1
- public const int graph_wrap = 2131230929;
+ // aapt resource value: 0x7F0800D2
+ public const int ghost_view = 2131230930;
// aapt resource value: 0x7F0800D3
- public const int grouping = 2131230931;
+ public const int ghost_view_holder = 2131230931;
// aapt resource value: 0x7F0800D4
- public const int groups = 2131230932;
-
- // aapt resource value: 0x7F0800D2
- public const int group_divider = 2131230930;
+ public const int gone = 2131230932;
// aapt resource value: 0x7F0800D5
- public const int guideline = 2131230933;
+ public const int graph = 2131230933;
// aapt resource value: 0x7F0800D6
- public const int header_title = 2131230934;
-
- // aapt resource value: 0x7F0800D7
- public const int hideable = 2131230935;
+ public const int graph_wrap = 2131230934;
// aapt resource value: 0x7F0800D8
- public const int home = 2131230936;
+ public const int grouping = 2131230936;
// aapt resource value: 0x7F0800D9
- public const int homeAsUp = 2131230937;
+ public const int groups = 2131230937;
+
+ // aapt resource value: 0x7F0800D7
+ public const int group_divider = 2131230935;
// aapt resource value: 0x7F0800DA
- public const int honorRequest = 2131230938;
+ public const int guideline = 2131230938;
// aapt resource value: 0x7F0800DB
- public const int horizontal_only = 2131230939;
+ public const int header_title = 2131230939;
// aapt resource value: 0x7F0800DC
- public const int hybrid = 2131230940;
+ public const int hideable = 2131230940;
// aapt resource value: 0x7F0800DD
- public const int icon = 2131230941;
+ public const int home = 2131230941;
// aapt resource value: 0x7F0800DE
- public const int icon_frame = 2131230942;
+ public const int homeAsUp = 2131230942;
// aapt resource value: 0x7F0800DF
- public const int icon_group = 2131230943;
+ public const int honorRequest = 2131230943;
// aapt resource value: 0x7F0800E0
- public const int icon_only = 2131230944;
+ public const int horizontal_only = 2131230944;
// aapt resource value: 0x7F0800E1
- public const int ifRoom = 2131230945;
+ public const int html = 2131230945;
// aapt resource value: 0x7F0800E2
- public const int ignore = 2131230946;
+ public const int hybrid = 2131230946;
// aapt resource value: 0x7F0800E3
- public const int ignoreRequest = 2131230947;
+ public const int icon = 2131230947;
// aapt resource value: 0x7F0800E4
- public const int image = 2131230948;
+ public const int icon_frame = 2131230948;
// aapt resource value: 0x7F0800E5
- public const int immediateStop = 2131230949;
+ public const int icon_group = 2131230949;
// aapt resource value: 0x7F0800E6
- public const int included = 2131230950;
+ public const int icon_only = 2131230950;
// aapt resource value: 0x7F0800E7
- public const int info = 2131230951;
+ public const int icon_uri = 2131230951;
// aapt resource value: 0x7F0800E8
- public const int invisible = 2131230952;
+ public const int ifRoom = 2131230952;
// aapt resource value: 0x7F0800E9
- public const int inward = 2131230953;
+ public const int ignore = 2131230953;
// aapt resource value: 0x7F0800EA
- public const int italic = 2131230954;
+ public const int ignoreRequest = 2131230954;
// aapt resource value: 0x7F0800EB
- public const int item_touch_helper_previous_elevation = 2131230955;
+ public const int image = 2131230955;
// aapt resource value: 0x7F0800EC
- public const int jumpToEnd = 2131230956;
+ public const int immediateStop = 2131230956;
// aapt resource value: 0x7F0800ED
- public const int jumpToStart = 2131230957;
+ public const int included = 2131230957;
// aapt resource value: 0x7F0800EE
- public const int labeled = 2131230958;
+ public const int index_entity_types = 2131230958;
// aapt resource value: 0x7F0800EF
- public const int layout = 2131230959;
+ public const int info = 2131230959;
// aapt resource value: 0x7F0800F0
- public const int left = 2131230960;
+ public const int instant_message = 2131230960;
// aapt resource value: 0x7F0800F1
- public const int leftToRight = 2131230961;
+ public const int intent_action = 2131230961;
// aapt resource value: 0x7F0800F2
- public const int legacy = 2131230962;
+ public const int intent_activity = 2131230962;
// aapt resource value: 0x7F0800F3
- public const int light = 2131230963;
+ public const int intent_data = 2131230963;
// aapt resource value: 0x7F0800F4
- public const int line1 = 2131230964;
+ public const int intent_data_id = 2131230964;
// aapt resource value: 0x7F0800F5
- public const int line3 = 2131230965;
+ public const int intent_extra_data = 2131230965;
// aapt resource value: 0x7F0800F6
- public const int linear = 2131230966;
+ public const int invisible = 2131230966;
// aapt resource value: 0x7F0800F7
- public const int listMode = 2131230967;
+ public const int inward = 2131230967;
// aapt resource value: 0x7F0800F8
- public const int list_item = 2131230968;
+ public const int italic = 2131230968;
// aapt resource value: 0x7F0800F9
- public const int main_appbar = 2131230969;
+ public const int item_touch_helper_previous_elevation = 2131230969;
// aapt resource value: 0x7F0800FA
- public const int main_tablayout = 2131230970;
+ public const int jumpToEnd = 2131230970;
// aapt resource value: 0x7F0800FB
- public const int main_toolbar = 2131230971;
+ public const int jumpToStart = 2131230971;
// aapt resource value: 0x7F0800FC
- public const int main_viewpager = 2131230972;
+ public const int labeled = 2131230972;
// aapt resource value: 0x7F0800FD
- public const int masked = 2131230973;
+ public const int large_icon_uri = 2131230973;
// aapt resource value: 0x7F0800FE
- public const int match_constraint = 2131230974;
+ public const int layout = 2131230974;
// aapt resource value: 0x7F0800FF
- public const int match_parent = 2131230975;
+ public const int left = 2131230975;
// aapt resource value: 0x7F080100
- public const int material_clock_display = 2131230976;
+ public const int leftToRight = 2131230976;
// aapt resource value: 0x7F080101
- public const int material_clock_face = 2131230977;
+ public const int legacy = 2131230977;
// aapt resource value: 0x7F080102
- public const int material_clock_hand = 2131230978;
+ public const int light = 2131230978;
// aapt resource value: 0x7F080103
- public const int material_clock_period_am_button = 2131230979;
+ public const int line1 = 2131230979;
// aapt resource value: 0x7F080104
- public const int material_clock_period_pm_button = 2131230980;
+ public const int line3 = 2131230980;
// aapt resource value: 0x7F080105
- public const int material_clock_period_toggle = 2131230981;
+ public const int linear = 2131230981;
// aapt resource value: 0x7F080106
- public const int material_hour_text_input = 2131230982;
+ public const int listMode = 2131230982;
// aapt resource value: 0x7F080107
- public const int material_hour_tv = 2131230983;
+ public const int list_item = 2131230983;
// aapt resource value: 0x7F080108
- public const int material_label = 2131230984;
+ public const int main_appbar = 2131230984;
// aapt resource value: 0x7F080109
- public const int material_minute_text_input = 2131230985;
+ public const int main_tablayout = 2131230985;
// aapt resource value: 0x7F08010A
- public const int material_minute_tv = 2131230986;
+ public const int main_toolbar = 2131230986;
// aapt resource value: 0x7F08010B
- public const int material_textinput_timepicker = 2131230987;
+ public const int main_viewpager = 2131230987;
// aapt resource value: 0x7F08010C
- public const int material_timepicker_cancel_button = 2131230988;
+ public const int masked = 2131230988;
// aapt resource value: 0x7F08010D
- public const int material_timepicker_container = 2131230989;
+ public const int match_constraint = 2131230989;
// aapt resource value: 0x7F08010E
- public const int material_timepicker_edit_text = 2131230990;
+ public const int match_global_nicknames = 2131230990;
// aapt resource value: 0x7F08010F
- public const int material_timepicker_mode_button = 2131230991;
+ public const int match_parent = 2131230991;
// aapt resource value: 0x7F080110
- public const int material_timepicker_ok_button = 2131230992;
+ public const int material_clock_display = 2131230992;
// aapt resource value: 0x7F080111
- public const int material_timepicker_view = 2131230993;
+ public const int material_clock_face = 2131230993;
// aapt resource value: 0x7F080112
- public const int material_value_index = 2131230994;
+ public const int material_clock_hand = 2131230994;
// aapt resource value: 0x7F080113
- public const int media_actions = 2131230995;
+ public const int material_clock_period_am_button = 2131230995;
// aapt resource value: 0x7F080114
- public const int media_controller_compat_view_tag = 2131230996;
+ public const int material_clock_period_pm_button = 2131230996;
// aapt resource value: 0x7F080115
- public const int message = 2131230997;
+ public const int material_clock_period_toggle = 2131230997;
+
+ // aapt resource value: 0x7F080116
+ public const int material_hour_text_input = 2131230998;
+
+ // aapt resource value: 0x7F080117
+ public const int material_hour_tv = 2131230999;
+
+ // aapt resource value: 0x7F080118
+ public const int material_label = 2131231000;
+
+ // aapt resource value: 0x7F080119
+ public const int material_minute_text_input = 2131231001;
+
+ // aapt resource value: 0x7F08011A
+ public const int material_minute_tv = 2131231002;
+
+ // aapt resource value: 0x7F08011B
+ public const int material_textinput_timepicker = 2131231003;
+
+ // aapt resource value: 0x7F08011C
+ public const int material_timepicker_cancel_button = 2131231004;
+
+ // aapt resource value: 0x7F08011D
+ public const int material_timepicker_container = 2131231005;
+
+ // aapt resource value: 0x7F08011E
+ public const int material_timepicker_edit_text = 2131231006;
+
+ // aapt resource value: 0x7F08011F
+ public const int material_timepicker_mode_button = 2131231007;
+
+ // aapt resource value: 0x7F080120
+ public const int material_timepicker_ok_button = 2131231008;
+
+ // aapt resource value: 0x7F080121
+ public const int material_timepicker_view = 2131231009;
+
+ // aapt resource value: 0x7F080122
+ public const int material_value_index = 2131231010;
+
+ // aapt resource value: 0x7F080123
+ public const int media_actions = 2131231011;
+
+ // aapt resource value: 0x7F080124
+ public const int media_controller_compat_view_tag = 2131231012;
+
+ // aapt resource value: 0x7F080125
+ public const int message = 2131231013;
// aapt resource value: 0x7F080005
public const int META = 2131230725;
- // aapt resource value: 0x7F080116
- public const int middle = 2131230998;
-
- // aapt resource value: 0x7F080117
- public const int mini = 2131230999;
-
- // aapt resource value: 0x7F080118
- public const int month_grid = 2131231000;
-
- // aapt resource value: 0x7F080119
- public const int month_navigation_bar = 2131231001;
-
- // aapt resource value: 0x7F08011A
- public const int month_navigation_fragment_toggle = 2131231002;
-
- // aapt resource value: 0x7F08011B
- public const int month_navigation_next = 2131231003;
-
- // aapt resource value: 0x7F08011C
- public const int month_navigation_previous = 2131231004;
-
- // aapt resource value: 0x7F08011D
- public const int month_title = 2131231005;
-
- // aapt resource value: 0x7F08011E
- public const int motion_base = 2131231006;
-
- // aapt resource value: 0x7F08011F
- public const int mr_art = 2131231007;
-
- // aapt resource value: 0x7F080120
- public const int mr_cast_checkbox = 2131231008;
-
- // aapt resource value: 0x7F080121
- public const int mr_cast_close_button = 2131231009;
-
- // aapt resource value: 0x7F080122
- public const int mr_cast_divider = 2131231010;
-
- // aapt resource value: 0x7F080123
- public const int mr_cast_group_icon = 2131231011;
-
- // aapt resource value: 0x7F080124
- public const int mr_cast_group_name = 2131231012;
-
- // aapt resource value: 0x7F080125
- public const int mr_cast_group_progress_bar = 2131231013;
-
// aapt resource value: 0x7F080126
- public const int mr_cast_header_name = 2131231014;
+ public const int middle = 2131231014;
// aapt resource value: 0x7F080127
- public const int mr_cast_list = 2131231015;
+ public const int mini = 2131231015;
// aapt resource value: 0x7F080128
- public const int mr_cast_meta_art = 2131231016;
+ public const int month_grid = 2131231016;
// aapt resource value: 0x7F080129
- public const int mr_cast_meta_background = 2131231017;
+ public const int month_navigation_bar = 2131231017;
// aapt resource value: 0x7F08012A
- public const int mr_cast_meta_black_scrim = 2131231018;
+ public const int month_navigation_fragment_toggle = 2131231018;
// aapt resource value: 0x7F08012B
- public const int mr_cast_meta_subtitle = 2131231019;
+ public const int month_navigation_next = 2131231019;
// aapt resource value: 0x7F08012C
- public const int mr_cast_meta_title = 2131231020;
+ public const int month_navigation_previous = 2131231020;
// aapt resource value: 0x7F08012D
- public const int mr_cast_mute_button = 2131231021;
+ public const int month_title = 2131231021;
// aapt resource value: 0x7F08012E
- public const int mr_cast_route_icon = 2131231022;
+ public const int motion_base = 2131231022;
// aapt resource value: 0x7F08012F
- public const int mr_cast_route_name = 2131231023;
+ public const int mr_art = 2131231023;
// aapt resource value: 0x7F080130
- public const int mr_cast_route_progress_bar = 2131231024;
+ public const int mr_cast_checkbox = 2131231024;
// aapt resource value: 0x7F080131
- public const int mr_cast_stop_button = 2131231025;
+ public const int mr_cast_close_button = 2131231025;
// aapt resource value: 0x7F080132
- public const int mr_cast_volume_layout = 2131231026;
+ public const int mr_cast_divider = 2131231026;
// aapt resource value: 0x7F080133
- public const int mr_cast_volume_slider = 2131231027;
+ public const int mr_cast_group_icon = 2131231027;
// aapt resource value: 0x7F080134
- public const int mr_chooser_list = 2131231028;
+ public const int mr_cast_group_name = 2131231028;
// aapt resource value: 0x7F080135
- public const int mr_chooser_route_desc = 2131231029;
+ public const int mr_cast_group_progress_bar = 2131231029;
// aapt resource value: 0x7F080136
- public const int mr_chooser_route_icon = 2131231030;
+ public const int mr_cast_header_name = 2131231030;
// aapt resource value: 0x7F080137
- public const int mr_chooser_route_name = 2131231031;
+ public const int mr_cast_list = 2131231031;
// aapt resource value: 0x7F080138
- public const int mr_chooser_route_progress_bar = 2131231032;
+ public const int mr_cast_meta_art = 2131231032;
// aapt resource value: 0x7F080139
- public const int mr_chooser_title = 2131231033;
+ public const int mr_cast_meta_background = 2131231033;
// aapt resource value: 0x7F08013A
- public const int mr_close = 2131231034;
+ public const int mr_cast_meta_black_scrim = 2131231034;
// aapt resource value: 0x7F08013B
- public const int mr_control_divider = 2131231035;
+ public const int mr_cast_meta_subtitle = 2131231035;
// aapt resource value: 0x7F08013C
- public const int mr_control_playback_ctrl = 2131231036;
+ public const int mr_cast_meta_title = 2131231036;
// aapt resource value: 0x7F08013D
- public const int mr_control_subtitle = 2131231037;
+ public const int mr_cast_mute_button = 2131231037;
// aapt resource value: 0x7F08013E
- public const int mr_control_title = 2131231038;
+ public const int mr_cast_route_icon = 2131231038;
// aapt resource value: 0x7F08013F
- public const int mr_control_title_container = 2131231039;
+ public const int mr_cast_route_name = 2131231039;
// aapt resource value: 0x7F080140
- public const int mr_custom_control = 2131231040;
+ public const int mr_cast_route_progress_bar = 2131231040;
// aapt resource value: 0x7F080141
- public const int mr_default_control = 2131231041;
+ public const int mr_cast_stop_button = 2131231041;
// aapt resource value: 0x7F080142
- public const int mr_dialog_area = 2131231042;
+ public const int mr_cast_volume_layout = 2131231042;
// aapt resource value: 0x7F080143
- public const int mr_expandable_area = 2131231043;
+ public const int mr_cast_volume_slider = 2131231043;
// aapt resource value: 0x7F080144
- public const int mr_group_expand_collapse = 2131231044;
+ public const int mr_chooser_list = 2131231044;
// aapt resource value: 0x7F080145
- public const int mr_group_volume_route_name = 2131231045;
+ public const int mr_chooser_route_desc = 2131231045;
// aapt resource value: 0x7F080146
- public const int mr_media_main_control = 2131231046;
+ public const int mr_chooser_route_icon = 2131231046;
// aapt resource value: 0x7F080147
- public const int mr_name = 2131231047;
+ public const int mr_chooser_route_name = 2131231047;
// aapt resource value: 0x7F080148
- public const int mr_picker_close_button = 2131231048;
+ public const int mr_chooser_route_progress_bar = 2131231048;
// aapt resource value: 0x7F080149
- public const int mr_picker_header_name = 2131231049;
+ public const int mr_chooser_title = 2131231049;
// aapt resource value: 0x7F08014A
- public const int mr_picker_list = 2131231050;
+ public const int mr_close = 2131231050;
// aapt resource value: 0x7F08014B
- public const int mr_picker_route_icon = 2131231051;
+ public const int mr_control_divider = 2131231051;
// aapt resource value: 0x7F08014C
- public const int mr_picker_route_name = 2131231052;
+ public const int mr_control_playback_ctrl = 2131231052;
// aapt resource value: 0x7F08014D
- public const int mr_picker_route_progress_bar = 2131231053;
+ public const int mr_control_subtitle = 2131231053;
// aapt resource value: 0x7F08014E
- public const int mr_playback_control = 2131231054;
+ public const int mr_control_title = 2131231054;
// aapt resource value: 0x7F08014F
- public const int mr_title_bar = 2131231055;
+ public const int mr_control_title_container = 2131231055;
// aapt resource value: 0x7F080150
- public const int mr_volume_control = 2131231056;
+ public const int mr_custom_control = 2131231056;
// aapt resource value: 0x7F080151
- public const int mr_volume_group_list = 2131231057;
+ public const int mr_default_control = 2131231057;
// aapt resource value: 0x7F080152
- public const int mr_volume_item_icon = 2131231058;
+ public const int mr_dialog_area = 2131231058;
// aapt resource value: 0x7F080153
- public const int mr_volume_slider = 2131231059;
+ public const int mr_expandable_area = 2131231059;
// aapt resource value: 0x7F080154
- public const int mtrl_anchor_parent = 2131231060;
-
- // aapt resource value: 0x7F080156
- public const int mtrl_calendar_days_of_week = 2131231062;
+ public const int mr_group_expand_collapse = 2131231060;
// aapt resource value: 0x7F080155
- public const int mtrl_calendar_day_selector_frame = 2131231061;
+ public const int mr_group_volume_route_name = 2131231061;
+
+ // aapt resource value: 0x7F080156
+ public const int mr_media_main_control = 2131231062;
// aapt resource value: 0x7F080157
- public const int mtrl_calendar_frame = 2131231063;
+ public const int mr_name = 2131231063;
// aapt resource value: 0x7F080158
- public const int mtrl_calendar_main_pane = 2131231064;
+ public const int mr_picker_close_button = 2131231064;
// aapt resource value: 0x7F080159
- public const int mtrl_calendar_months = 2131231065;
+ public const int mr_picker_header_name = 2131231065;
// aapt resource value: 0x7F08015A
- public const int mtrl_calendar_selection_frame = 2131231066;
+ public const int mr_picker_list = 2131231066;
// aapt resource value: 0x7F08015B
- public const int mtrl_calendar_text_input_frame = 2131231067;
+ public const int mr_picker_route_icon = 2131231067;
// aapt resource value: 0x7F08015C
- public const int mtrl_calendar_year_selector_frame = 2131231068;
+ public const int mr_picker_route_name = 2131231068;
// aapt resource value: 0x7F08015D
- public const int mtrl_card_checked_layer_id = 2131231069;
+ public const int mr_picker_route_progress_bar = 2131231069;
// aapt resource value: 0x7F08015E
- public const int mtrl_child_content_container = 2131231070;
+ public const int mr_playback_control = 2131231070;
// aapt resource value: 0x7F08015F
- public const int mtrl_internal_children_alpha_tag = 2131231071;
+ public const int mr_title_bar = 2131231071;
// aapt resource value: 0x7F080160
- public const int mtrl_motion_snapshot_view = 2131231072;
+ public const int mr_volume_control = 2131231072;
// aapt resource value: 0x7F080161
- public const int mtrl_picker_fullscreen = 2131231073;
+ public const int mr_volume_group_list = 2131231073;
// aapt resource value: 0x7F080162
- public const int mtrl_picker_header = 2131231074;
+ public const int mr_volume_item_icon = 2131231074;
// aapt resource value: 0x7F080163
- public const int mtrl_picker_header_selection_text = 2131231075;
+ public const int mr_volume_slider = 2131231075;
// aapt resource value: 0x7F080164
- public const int mtrl_picker_header_title_and_selection = 2131231076;
-
- // aapt resource value: 0x7F080165
- public const int mtrl_picker_header_toggle = 2131231077;
+ public const int mtrl_anchor_parent = 2131231076;
// aapt resource value: 0x7F080166
- public const int mtrl_picker_text_input_date = 2131231078;
+ public const int mtrl_calendar_days_of_week = 2131231078;
+
+ // aapt resource value: 0x7F080165
+ public const int mtrl_calendar_day_selector_frame = 2131231077;
// aapt resource value: 0x7F080167
- public const int mtrl_picker_text_input_range_end = 2131231079;
+ public const int mtrl_calendar_frame = 2131231079;
// aapt resource value: 0x7F080168
- public const int mtrl_picker_text_input_range_start = 2131231080;
+ public const int mtrl_calendar_main_pane = 2131231080;
// aapt resource value: 0x7F080169
- public const int mtrl_picker_title_text = 2131231081;
+ public const int mtrl_calendar_months = 2131231081;
// aapt resource value: 0x7F08016A
- public const int mtrl_view_tag_bottom_padding = 2131231082;
+ public const int mtrl_calendar_selection_frame = 2131231082;
// aapt resource value: 0x7F08016B
- public const int multiply = 2131231083;
-
- // aapt resource value: 0x7F08016D
- public const int navigation_bar_item_icon_view = 2131231085;
-
- // aapt resource value: 0x7F08016E
- public const int navigation_bar_item_labels_group = 2131231086;
-
- // aapt resource value: 0x7F08016F
- public const int navigation_bar_item_large_label_view = 2131231087;
-
- // aapt resource value: 0x7F080170
- public const int navigation_bar_item_small_label_view = 2131231088;
-
- // aapt resource value: 0x7F080171
- public const int navigation_header_container = 2131231089;
+ public const int mtrl_calendar_text_input_frame = 2131231083;
// aapt resource value: 0x7F08016C
- public const int nav_controller_view_tag = 2131231084;
+ public const int mtrl_calendar_year_selector_frame = 2131231084;
+
+ // aapt resource value: 0x7F08016D
+ public const int mtrl_card_checked_layer_id = 2131231085;
+
+ // aapt resource value: 0x7F08016E
+ public const int mtrl_child_content_container = 2131231086;
+
+ // aapt resource value: 0x7F08016F
+ public const int mtrl_internal_children_alpha_tag = 2131231087;
+
+ // aapt resource value: 0x7F080170
+ public const int mtrl_motion_snapshot_view = 2131231088;
+
+ // aapt resource value: 0x7F080171
+ public const int mtrl_picker_fullscreen = 2131231089;
// aapt resource value: 0x7F080172
- public const int never = 2131231090;
+ public const int mtrl_picker_header = 2131231090;
// aapt resource value: 0x7F080173
- public const int neverCompleteToEnd = 2131231091;
+ public const int mtrl_picker_header_selection_text = 2131231091;
// aapt resource value: 0x7F080174
- public const int neverCompleteToStart = 2131231092;
-
- // aapt resource value: 0x7F080177
- public const int none = 2131231095;
-
- // aapt resource value: 0x7F080178
- public const int normal = 2131231096;
-
- // aapt resource value: 0x7F080179
- public const int north = 2131231097;
+ public const int mtrl_picker_header_title_and_selection = 2131231092;
// aapt resource value: 0x7F080175
- public const int noScroll = 2131231093;
+ public const int mtrl_picker_header_toggle = 2131231093;
// aapt resource value: 0x7F080176
- public const int noState = 2131231094;
+ public const int mtrl_picker_text_input_date = 2131231094;
+
+ // aapt resource value: 0x7F080177
+ public const int mtrl_picker_text_input_range_end = 2131231095;
+
+ // aapt resource value: 0x7F080178
+ public const int mtrl_picker_text_input_range_start = 2131231096;
+
+ // aapt resource value: 0x7F080179
+ public const int mtrl_picker_title_text = 2131231097;
// aapt resource value: 0x7F08017A
- public const int notification_background = 2131231098;
+ public const int mtrl_view_tag_bottom_padding = 2131231098;
// aapt resource value: 0x7F08017B
- public const int notification_main_column = 2131231099;
+ public const int multiply = 2131231099;
+
+ // aapt resource value: 0x7F08017D
+ public const int navigation_bar_item_icon_view = 2131231101;
+
+ // aapt resource value: 0x7F08017E
+ public const int navigation_bar_item_labels_group = 2131231102;
+
+ // aapt resource value: 0x7F08017F
+ public const int navigation_bar_item_large_label_view = 2131231103;
+
+ // aapt resource value: 0x7F080180
+ public const int navigation_bar_item_small_label_view = 2131231104;
+
+ // aapt resource value: 0x7F080181
+ public const int navigation_header_container = 2131231105;
// aapt resource value: 0x7F08017C
- public const int notification_main_column_container = 2131231100;
+ public const int nav_controller_view_tag = 2131231100;
+
+ // aapt resource value: 0x7F080182
+ public const int never = 2131231106;
+
+ // aapt resource value: 0x7F080183
+ public const int neverCompleteToEnd = 2131231107;
+
+ // aapt resource value: 0x7F080184
+ public const int neverCompleteToStart = 2131231108;
+
+ // aapt resource value: 0x7F080187
+ public const int none = 2131231111;
+
+ // aapt resource value: 0x7F080188
+ public const int normal = 2131231112;
+
+ // aapt resource value: 0x7F080189
+ public const int north = 2131231113;
+
+ // aapt resource value: 0x7F080185
+ public const int noScroll = 2131231109;
+
+ // aapt resource value: 0x7F080186
+ public const int noState = 2131231110;
+
+ // aapt resource value: 0x7F08018A
+ public const int notification_background = 2131231114;
+
+ // aapt resource value: 0x7F08018B
+ public const int notification_main_column = 2131231115;
+
+ // aapt resource value: 0x7F08018C
+ public const int notification_main_column_container = 2131231116;
// aapt resource value: 0x7F080006
public const int NO_DEBUG = 2131230726;
- // aapt resource value: 0x7F08017D
- public const int off = 2131231101;
-
- // aapt resource value: 0x7F08017E
- public const int on = 2131231102;
-
- // aapt resource value: 0x7F08017F
- public const int outline = 2131231103;
-
- // aapt resource value: 0x7F080180
- public const int outward = 2131231104;
-
- // aapt resource value: 0x7F080181
- public const int overshoot = 2131231105;
-
- // aapt resource value: 0x7F080182
- public const int packed = 2131231106;
-
- // aapt resource value: 0x7F080183
- public const int parallax = 2131231107;
-
- // aapt resource value: 0x7F080184
- public const int parent = 2131231108;
-
- // aapt resource value: 0x7F080185
- public const int parentPanel = 2131231109;
-
- // aapt resource value: 0x7F080186
- public const int parentRelative = 2131231110;
-
- // aapt resource value: 0x7F080187
- public const int parent_matrix = 2131231111;
-
- // aapt resource value: 0x7F080188
- public const int password_toggle = 2131231112;
-
- // aapt resource value: 0x7F080189
- public const int path = 2131231113;
-
- // aapt resource value: 0x7F08018A
- public const int pathRelative = 2131231114;
-
- // aapt resource value: 0x7F08018B
- public const int peekHeight = 2131231115;
-
- // aapt resource value: 0x7F08018C
- public const int percent = 2131231116;
-
// aapt resource value: 0x7F08018D
- public const int pin = 2131231117;
+ public const int off = 2131231117;
// aapt resource value: 0x7F08018E
- public const int position = 2131231118;
+ public const int omnibox_title_section = 2131231118;
// aapt resource value: 0x7F08018F
- public const int postLayout = 2131231119;
+ public const int omnibox_url_section = 2131231119;
// aapt resource value: 0x7F080190
- public const int progress_circular = 2131231120;
+ public const int on = 2131231120;
// aapt resource value: 0x7F080191
- public const int progress_horizontal = 2131231121;
+ public const int outline = 2131231121;
// aapt resource value: 0x7F080192
- public const int radio = 2131231122;
+ public const int outward = 2131231122;
// aapt resource value: 0x7F080193
- public const int ratio = 2131231123;
+ public const int overshoot = 2131231123;
// aapt resource value: 0x7F080194
- public const int rectangles = 2131231124;
+ public const int packed = 2131231124;
// aapt resource value: 0x7F080195
- public const int recycler_view = 2131231125;
+ public const int parallax = 2131231125;
// aapt resource value: 0x7F080196
- public const int reverseSawtooth = 2131231126;
+ public const int parent = 2131231126;
// aapt resource value: 0x7F080197
- public const int right = 2131231127;
+ public const int parentPanel = 2131231127;
// aapt resource value: 0x7F080198
- public const int rightToLeft = 2131231128;
+ public const int parentRelative = 2131231128;
// aapt resource value: 0x7F080199
- public const int right_icon = 2131231129;
+ public const int parent_matrix = 2131231129;
// aapt resource value: 0x7F08019A
- public const int right_side = 2131231130;
+ public const int password_toggle = 2131231130;
// aapt resource value: 0x7F08019B
- public const int rounded = 2131231131;
+ public const int path = 2131231131;
// aapt resource value: 0x7F08019C
- public const int row_index_key = 2131231132;
+ public const int pathRelative = 2131231132;
// aapt resource value: 0x7F08019D
- public const int satellite = 2131231133;
+ public const int peekHeight = 2131231133;
// aapt resource value: 0x7F08019E
- public const int save_non_transition_alpha = 2131231134;
+ public const int percent = 2131231134;
// aapt resource value: 0x7F08019F
- public const int save_overlay_view = 2131231135;
+ public const int pin = 2131231135;
// aapt resource value: 0x7F0801A0
- public const int sawtooth = 2131231136;
+ public const int plain = 2131231136;
// aapt resource value: 0x7F0801A1
- public const int scale = 2131231137;
+ public const int position = 2131231137;
// aapt resource value: 0x7F0801A2
- public const int screen = 2131231138;
+ public const int postLayout = 2131231138;
// aapt resource value: 0x7F0801A3
- public const int scroll = 2131231139;
-
- // aapt resource value: 0x7F0801A7
- public const int scrollable = 2131231143;
+ public const int progress_circular = 2131231139;
// aapt resource value: 0x7F0801A4
- public const int scrollIndicatorDown = 2131231140;
+ public const int progress_horizontal = 2131231140;
// aapt resource value: 0x7F0801A5
- public const int scrollIndicatorUp = 2131231141;
+ public const int radio = 2131231141;
// aapt resource value: 0x7F0801A6
- public const int scrollView = 2131231142;
+ public const int ratio = 2131231142;
+
+ // aapt resource value: 0x7F0801A7
+ public const int rectangles = 2131231143;
// aapt resource value: 0x7F0801A8
- public const int search_badge = 2131231144;
+ public const int recycler_view = 2131231144;
// aapt resource value: 0x7F0801A9
- public const int search_bar = 2131231145;
+ public const int reverseSawtooth = 2131231145;
// aapt resource value: 0x7F0801AA
- public const int search_button = 2131231146;
+ public const int rfc822 = 2131231146;
// aapt resource value: 0x7F0801AB
- public const int search_close_btn = 2131231147;
+ public const int right = 2131231147;
// aapt resource value: 0x7F0801AC
- public const int search_edit_frame = 2131231148;
+ public const int rightToLeft = 2131231148;
// aapt resource value: 0x7F0801AD
- public const int search_go_btn = 2131231149;
+ public const int right_icon = 2131231149;
// aapt resource value: 0x7F0801AE
- public const int search_mag_icon = 2131231150;
+ public const int right_side = 2131231150;
// aapt resource value: 0x7F0801AF
- public const int search_plate = 2131231151;
+ public const int rounded = 2131231151;
// aapt resource value: 0x7F0801B0
- public const int search_src_text = 2131231152;
+ public const int row_index_key = 2131231152;
// aapt resource value: 0x7F0801B1
- public const int search_voice_btn = 2131231153;
+ public const int satellite = 2131231153;
// aapt resource value: 0x7F0801B2
- public const int seekbar = 2131231154;
+ public const int save_non_transition_alpha = 2131231154;
// aapt resource value: 0x7F0801B3
- public const int seekbar_value = 2131231155;
-
- // aapt resource value: 0x7F0801B5
- public const int selected = 2131231157;
-
- // aapt resource value: 0x7F0801B6
- public const int selection_type = 2131231158;
+ public const int save_overlay_view = 2131231155;
// aapt resource value: 0x7F0801B4
- public const int select_dialog_listview = 2131231156;
+ public const int sawtooth = 2131231156;
+
+ // aapt resource value: 0x7F0801B5
+ public const int scale = 2131231157;
+
+ // aapt resource value: 0x7F0801B6
+ public const int screen = 2131231158;
// aapt resource value: 0x7F0801B7
- public const int sharedValueSet = 2131231159;
+ public const int scroll = 2131231159;
+
+ // aapt resource value: 0x7F0801BB
+ public const int scrollable = 2131231163;
// aapt resource value: 0x7F0801B8
- public const int sharedValueUnset = 2131231160;
+ public const int scrollIndicatorDown = 2131231160;
// aapt resource value: 0x7F0801B9
- public const int shellcontent_appbar = 2131231161;
+ public const int scrollIndicatorUp = 2131231161;
// aapt resource value: 0x7F0801BA
- public const int shellcontent_toolbar = 2131231162;
+ public const int scrollView = 2131231162;
+
+ // aapt resource value: 0x7F0801BC
+ public const int search_badge = 2131231164;
+
+ // aapt resource value: 0x7F0801BD
+ public const int search_bar = 2131231165;
+
+ // aapt resource value: 0x7F0801BE
+ public const int search_button = 2131231166;
+
+ // aapt resource value: 0x7F0801BF
+ public const int search_close_btn = 2131231167;
+
+ // aapt resource value: 0x7F0801C0
+ public const int search_edit_frame = 2131231168;
+
+ // aapt resource value: 0x7F0801C1
+ public const int search_go_btn = 2131231169;
+
+ // aapt resource value: 0x7F0801C2
+ public const int search_mag_icon = 2131231170;
+
+ // aapt resource value: 0x7F0801C3
+ public const int search_plate = 2131231171;
+
+ // aapt resource value: 0x7F0801C4
+ public const int search_src_text = 2131231172;
+
+ // aapt resource value: 0x7F0801C5
+ public const int search_voice_btn = 2131231173;
+
+ // aapt resource value: 0x7F0801C6
+ public const int seekbar = 2131231174;
+
+ // aapt resource value: 0x7F0801C7
+ public const int seekbar_value = 2131231175;
+
+ // aapt resource value: 0x7F0801C9
+ public const int selected = 2131231177;
+
+ // aapt resource value: 0x7F0801CA
+ public const int selection_type = 2131231178;
+
+ // aapt resource value: 0x7F0801C8
+ public const int select_dialog_listview = 2131231176;
+
+ // aapt resource value: 0x7F0801CB
+ public const int sharedValueSet = 2131231179;
+
+ // aapt resource value: 0x7F0801CC
+ public const int sharedValueUnset = 2131231180;
+
+ // aapt resource value: 0x7F0801CD
+ public const int shellcontent_appbar = 2131231181;
+
+ // aapt resource value: 0x7F0801CE
+ public const int shellcontent_toolbar = 2131231182;
// aapt resource value: 0x7F080007
public const int SHIFT = 2131230727;
- // aapt resource value: 0x7F0801BB
- public const int shortcut = 2131231163;
+ // aapt resource value: 0x7F0801CF
+ public const int shortcut = 2131231183;
- // aapt resource value: 0x7F0801BC
- public const int showCustom = 2131231164;
+ // aapt resource value: 0x7F0801D0
+ public const int showCustom = 2131231184;
- // aapt resource value: 0x7F0801BD
- public const int showHome = 2131231165;
+ // aapt resource value: 0x7F0801D1
+ public const int showHome = 2131231185;
- // aapt resource value: 0x7F0801BE
- public const int showTitle = 2131231166;
+ // aapt resource value: 0x7F0801D2
+ public const int showTitle = 2131231186;
// aapt resource value: 0x7F080008
public const int SHOW_ALL = 2131230728;
@@ -24700,245 +25304,251 @@ namespace TINK.Droid
// aapt resource value: 0x7F08000A
public const int SHOW_PROGRESS = 2131230730;
- // aapt resource value: 0x7F0801BF
- public const int sin = 2131231167;
-
- // aapt resource value: 0x7F0801C0
- public const int skipCollapsed = 2131231168;
-
- // aapt resource value: 0x7F0801C1
- public const int skipped = 2131231169;
-
- // aapt resource value: 0x7F0801C2
- public const int slide = 2131231170;
-
- // aapt resource value: 0x7F0801C3
- public const int sliding_tabs = 2131231171;
-
- // aapt resource value: 0x7F0801C4
- public const int snackbar_action = 2131231172;
-
- // aapt resource value: 0x7F0801C5
- public const int snackbar_text = 2131231173;
-
- // aapt resource value: 0x7F0801C6
- public const int snap = 2131231174;
-
- // aapt resource value: 0x7F0801C7
- public const int snapMargins = 2131231175;
-
- // aapt resource value: 0x7F0801C8
- public const int south = 2131231176;
-
- // aapt resource value: 0x7F0801C9
- public const int spacer = 2131231177;
-
- // aapt resource value: 0x7F0801CA
- public const int special_effects_controller_view_tag = 2131231178;
-
- // aapt resource value: 0x7F0801CB
- public const int spinner = 2131231179;
-
- // aapt resource value: 0x7F0801CC
- public const int spline = 2131231180;
-
- // aapt resource value: 0x7F0801CD
- public const int split_action_bar = 2131231181;
-
- // aapt resource value: 0x7F0801CE
- public const int spread = 2131231182;
-
- // aapt resource value: 0x7F0801CF
- public const int spread_inside = 2131231183;
-
- // aapt resource value: 0x7F0801D0
- public const int spring = 2131231184;
-
- // aapt resource value: 0x7F0801D1
- public const int square = 2131231185;
-
- // aapt resource value: 0x7F0801D2
- public const int src_atop = 2131231186;
-
// aapt resource value: 0x7F0801D3
- public const int src_in = 2131231187;
+ public const int sin = 2131231187;
// aapt resource value: 0x7F0801D4
- public const int src_over = 2131231188;
+ public const int skipCollapsed = 2131231188;
// aapt resource value: 0x7F0801D5
- public const int standard = 2131231189;
+ public const int skipped = 2131231189;
// aapt resource value: 0x7F0801D6
- public const int start = 2131231190;
+ public const int slide = 2131231190;
// aapt resource value: 0x7F0801D7
- public const int startHorizontal = 2131231191;
+ public const int sliding_tabs = 2131231191;
// aapt resource value: 0x7F0801D8
- public const int startToEnd = 2131231192;
+ public const int snackbar_action = 2131231192;
// aapt resource value: 0x7F0801D9
- public const int startVertical = 2131231193;
+ public const int snackbar_text = 2131231193;
// aapt resource value: 0x7F0801DA
- public const int staticLayout = 2131231194;
+ public const int snap = 2131231194;
// aapt resource value: 0x7F0801DB
- public const int staticPostLayout = 2131231195;
+ public const int snapMargins = 2131231195;
// aapt resource value: 0x7F0801DC
- public const int status_bar_latest_event_content = 2131231196;
+ public const int south = 2131231196;
// aapt resource value: 0x7F0801DD
- public const int stop = 2131231197;
+ public const int spacer = 2131231197;
// aapt resource value: 0x7F0801DE
- public const int stretch = 2131231198;
+ public const int special_effects_controller_view_tag = 2131231198;
// aapt resource value: 0x7F0801DF
- public const int submenuarrow = 2131231199;
+ public const int spinner = 2131231199;
// aapt resource value: 0x7F0801E0
- public const int submit_area = 2131231200;
+ public const int spline = 2131231200;
// aapt resource value: 0x7F0801E1
- public const int supportScrollUp = 2131231201;
+ public const int split_action_bar = 2131231201;
// aapt resource value: 0x7F0801E2
- public const int switchWidget = 2131231202;
+ public const int spread = 2131231202;
+
+ // aapt resource value: 0x7F0801E3
+ public const int spread_inside = 2131231203;
+
+ // aapt resource value: 0x7F0801E4
+ public const int spring = 2131231204;
+
+ // aapt resource value: 0x7F0801E5
+ public const int square = 2131231205;
+
+ // aapt resource value: 0x7F0801E6
+ public const int src_atop = 2131231206;
+
+ // aapt resource value: 0x7F0801E7
+ public const int src_in = 2131231207;
+
+ // aapt resource value: 0x7F0801E8
+ public const int src_over = 2131231208;
+
+ // aapt resource value: 0x7F0801E9
+ public const int standard = 2131231209;
+
+ // aapt resource value: 0x7F0801EA
+ public const int start = 2131231210;
+
+ // aapt resource value: 0x7F0801EB
+ public const int startHorizontal = 2131231211;
+
+ // aapt resource value: 0x7F0801EC
+ public const int startToEnd = 2131231212;
+
+ // aapt resource value: 0x7F0801ED
+ public const int startVertical = 2131231213;
+
+ // aapt resource value: 0x7F0801EE
+ public const int staticLayout = 2131231214;
+
+ // aapt resource value: 0x7F0801EF
+ public const int staticPostLayout = 2131231215;
+
+ // aapt resource value: 0x7F0801F0
+ public const int status_bar_latest_event_content = 2131231216;
+
+ // aapt resource value: 0x7F0801F1
+ public const int stop = 2131231217;
+
+ // aapt resource value: 0x7F0801F2
+ public const int stretch = 2131231218;
+
+ // aapt resource value: 0x7F0801F3
+ public const int submenuarrow = 2131231219;
+
+ // aapt resource value: 0x7F0801F4
+ public const int submit_area = 2131231220;
+
+ // aapt resource value: 0x7F0801F5
+ public const int supportScrollUp = 2131231221;
+
+ // aapt resource value: 0x7F0801F6
+ public const int switchWidget = 2131231222;
// aapt resource value: 0x7F08000B
public const int SYM = 2131230731;
- // aapt resource value: 0x7F0801E3
- public const int tabMode = 2131231203;
-
- // aapt resource value: 0x7F0801E4
- public const int tag_accessibility_actions = 2131231204;
-
- // aapt resource value: 0x7F0801E5
- public const int tag_accessibility_clickable_spans = 2131231205;
-
- // aapt resource value: 0x7F0801E6
- public const int tag_accessibility_heading = 2131231206;
-
- // aapt resource value: 0x7F0801E7
- public const int tag_accessibility_pane_title = 2131231207;
-
- // aapt resource value: 0x7F0801E8
- public const int tag_on_apply_window_listener = 2131231208;
-
- // aapt resource value: 0x7F0801E9
- public const int tag_on_receive_content_listener = 2131231209;
-
- // aapt resource value: 0x7F0801EA
- public const int tag_on_receive_content_mime_types = 2131231210;
-
- // aapt resource value: 0x7F0801EB
- public const int tag_screen_reader_focusable = 2131231211;
-
- // aapt resource value: 0x7F0801EC
- public const int tag_state_description = 2131231212;
-
- // aapt resource value: 0x7F0801ED
- public const int tag_transition_group = 2131231213;
-
- // aapt resource value: 0x7F0801EE
- public const int tag_unhandled_key_event_manager = 2131231214;
-
- // aapt resource value: 0x7F0801EF
- public const int tag_unhandled_key_listeners = 2131231215;
-
- // aapt resource value: 0x7F0801F0
- public const int tag_window_insets_animation_callback = 2131231216;
-
- // aapt resource value: 0x7F0801F1
- public const int terrain = 2131231217;
-
- // aapt resource value: 0x7F0801F2
- public const int test_checkbox_android_button_tint = 2131231218;
-
- // aapt resource value: 0x7F0801F3
- public const int test_checkbox_app_button_tint = 2131231219;
-
- // aapt resource value: 0x7F0801F4
- public const int test_radiobutton_android_button_tint = 2131231220;
-
- // aapt resource value: 0x7F0801F5
- public const int test_radiobutton_app_button_tint = 2131231221;
-
- // aapt resource value: 0x7F0801F6
- public const int text = 2131231222;
-
// aapt resource value: 0x7F0801F7
- public const int text2 = 2131231223;
+ public const int tabMode = 2131231223;
// aapt resource value: 0x7F0801F8
- public const int textEnd = 2131231224;
-
- // aapt resource value: 0x7F080200
- public const int textinput_counter = 2131231232;
-
- // aapt resource value: 0x7F080201
- public const int textinput_error = 2131231233;
-
- // aapt resource value: 0x7F080202
- public const int textinput_helper_text = 2131231234;
-
- // aapt resource value: 0x7F080203
- public const int textinput_placeholder = 2131231235;
-
- // aapt resource value: 0x7F080204
- public const int textinput_prefix_text = 2131231236;
-
- // aapt resource value: 0x7F080205
- public const int textinput_suffix_text = 2131231237;
+ public const int tag_accessibility_actions = 2131231224;
// aapt resource value: 0x7F0801F9
- public const int textSpacerNoButtons = 2131231225;
+ public const int tag_accessibility_clickable_spans = 2131231225;
// aapt resource value: 0x7F0801FA
- public const int textSpacerNoTitle = 2131231226;
+ public const int tag_accessibility_heading = 2131231226;
// aapt resource value: 0x7F0801FB
- public const int textStart = 2131231227;
+ public const int tag_accessibility_pane_title = 2131231227;
// aapt resource value: 0x7F0801FC
- public const int textTop = 2131231228;
+ public const int tag_on_apply_window_listener = 2131231228;
// aapt resource value: 0x7F0801FD
- public const int text_input_end_icon = 2131231229;
+ public const int tag_on_receive_content_listener = 2131231229;
// aapt resource value: 0x7F0801FE
- public const int text_input_error_icon = 2131231230;
+ public const int tag_on_receive_content_mime_types = 2131231230;
// aapt resource value: 0x7F0801FF
- public const int text_input_start_icon = 2131231231;
+ public const int tag_screen_reader_focusable = 2131231231;
+
+ // aapt resource value: 0x7F080200
+ public const int tag_state_description = 2131231232;
+
+ // aapt resource value: 0x7F080201
+ public const int tag_transition_group = 2131231233;
+
+ // aapt resource value: 0x7F080202
+ public const int tag_unhandled_key_event_manager = 2131231234;
+
+ // aapt resource value: 0x7F080203
+ public const int tag_unhandled_key_listeners = 2131231235;
+
+ // aapt resource value: 0x7F080204
+ public const int tag_window_insets_animation_callback = 2131231236;
+
+ // aapt resource value: 0x7F080205
+ public const int terrain = 2131231237;
// aapt resource value: 0x7F080206
- public const int time = 2131231238;
+ public const int test_checkbox_android_button_tint = 2131231238;
// aapt resource value: 0x7F080207
- public const int title = 2131231239;
+ public const int test_checkbox_app_button_tint = 2131231239;
// aapt resource value: 0x7F080208
- public const int titleDividerNoCustom = 2131231240;
+ public const int test_radiobutton_android_button_tint = 2131231240;
// aapt resource value: 0x7F080209
- public const int title_template = 2131231241;
+ public const int test_radiobutton_app_button_tint = 2131231241;
// aapt resource value: 0x7F08020A
- public const int toggle = 2131231242;
+ public const int text = 2131231242;
// aapt resource value: 0x7F08020B
- public const int toolbar = 2131231243;
+ public const int text1 = 2131231243;
// aapt resource value: 0x7F08020C
- public const int top = 2131231244;
+ public const int text2 = 2131231244;
// aapt resource value: 0x7F08020D
- public const int topPanel = 2131231245;
+ public const int textEnd = 2131231245;
+
+ // aapt resource value: 0x7F080215
+ public const int textinput_counter = 2131231253;
+
+ // aapt resource value: 0x7F080216
+ public const int textinput_error = 2131231254;
+
+ // aapt resource value: 0x7F080217
+ public const int textinput_helper_text = 2131231255;
+
+ // aapt resource value: 0x7F080218
+ public const int textinput_placeholder = 2131231256;
+
+ // aapt resource value: 0x7F080219
+ public const int textinput_prefix_text = 2131231257;
+
+ // aapt resource value: 0x7F08021A
+ public const int textinput_suffix_text = 2131231258;
+
+ // aapt resource value: 0x7F08020E
+ public const int textSpacerNoButtons = 2131231246;
+
+ // aapt resource value: 0x7F08020F
+ public const int textSpacerNoTitle = 2131231247;
+
+ // aapt resource value: 0x7F080210
+ public const int textStart = 2131231248;
+
+ // aapt resource value: 0x7F080211
+ public const int textTop = 2131231249;
+
+ // aapt resource value: 0x7F080212
+ public const int text_input_end_icon = 2131231250;
+
+ // aapt resource value: 0x7F080213
+ public const int text_input_error_icon = 2131231251;
+
+ // aapt resource value: 0x7F080214
+ public const int text_input_start_icon = 2131231252;
+
+ // aapt resource value: 0x7F08021B
+ public const int thing_proto = 2131231259;
+
+ // aapt resource value: 0x7F08021C
+ public const int time = 2131231260;
+
+ // aapt resource value: 0x7F08021D
+ public const int title = 2131231261;
+
+ // aapt resource value: 0x7F08021E
+ public const int titleDividerNoCustom = 2131231262;
+
+ // aapt resource value: 0x7F08021F
+ public const int title_template = 2131231263;
+
+ // aapt resource value: 0x7F080220
+ public const int toggle = 2131231264;
+
+ // aapt resource value: 0x7F080221
+ public const int toolbar = 2131231265;
+
+ // aapt resource value: 0x7F080222
+ public const int top = 2131231266;
+
+ // aapt resource value: 0x7F080223
+ public const int topPanel = 2131231267;
// aapt resource value: 0x7F08000C
public const int TOP_END = 2131230732;
@@ -24946,107 +25556,110 @@ namespace TINK.Droid
// aapt resource value: 0x7F08000D
public const int TOP_START = 2131230733;
- // aapt resource value: 0x7F08020E
- public const int touch_outside = 2131231246;
-
- // aapt resource value: 0x7F08020F
- public const int transitionToEnd = 2131231247;
-
- // aapt resource value: 0x7F080210
- public const int transitionToStart = 2131231248;
-
- // aapt resource value: 0x7F080211
- public const int transition_current_scene = 2131231249;
-
- // aapt resource value: 0x7F080212
- public const int transition_layout_save = 2131231250;
-
- // aapt resource value: 0x7F080213
- public const int transition_position = 2131231251;
-
- // aapt resource value: 0x7F080214
- public const int transition_scene_layoutid_cache = 2131231252;
-
- // aapt resource value: 0x7F080215
- public const int transition_transform = 2131231253;
-
- // aapt resource value: 0x7F080216
- public const int triangle = 2131231254;
-
- // aapt resource value: 0x7F080217
- public const int @unchecked = 2131231255;
-
- // aapt resource value: 0x7F080218
- public const int uniform = 2131231256;
-
- // aapt resource value: 0x7F080219
- public const int unlabeled = 2131231257;
-
- // aapt resource value: 0x7F08021A
- public const int up = 2131231258;
-
- // aapt resource value: 0x7F08021B
- public const int useLogo = 2131231259;
-
- // aapt resource value: 0x7F08021C
- public const int vertical_only = 2131231260;
-
- // aapt resource value: 0x7F08021D
- public const int view_offset_helper = 2131231261;
-
- // aapt resource value: 0x7F08021E
- public const int view_transition = 2131231262;
-
- // aapt resource value: 0x7F08021F
- public const int view_tree_lifecycle_owner = 2131231263;
-
- // aapt resource value: 0x7F080220
- public const int view_tree_saved_state_registry_owner = 2131231264;
-
- // aapt resource value: 0x7F080221
- public const int view_tree_view_model_store_owner = 2131231265;
-
- // aapt resource value: 0x7F080222
- public const int visible = 2131231266;
-
- // aapt resource value: 0x7F080223
- public const int visible_removing_fragment_view_tag = 2131231267;
-
// aapt resource value: 0x7F080224
- public const int volume_item_container = 2131231268;
+ public const int touch_outside = 2131231268;
// aapt resource value: 0x7F080225
- public const int webview = 2131231269;
+ public const int transitionToEnd = 2131231269;
// aapt resource value: 0x7F080226
- public const int west = 2131231270;
+ public const int transitionToStart = 2131231270;
// aapt resource value: 0x7F080227
- public const int wide = 2131231271;
-
- // aapt resource value: 0x7F080229
- public const int withinBounds = 2131231273;
+ public const int transition_current_scene = 2131231271;
// aapt resource value: 0x7F080228
- public const int withText = 2131231272;
+ public const int transition_layout_save = 2131231272;
+
+ // aapt resource value: 0x7F080229
+ public const int transition_position = 2131231273;
// aapt resource value: 0x7F08022A
- public const int wrap = 2131231274;
+ public const int transition_scene_layoutid_cache = 2131231274;
// aapt resource value: 0x7F08022B
- public const int wrap_content = 2131231275;
+ public const int transition_transform = 2131231275;
// aapt resource value: 0x7F08022C
- public const int wrap_content_constrained = 2131231276;
+ public const int triangle = 2131231276;
// aapt resource value: 0x7F08022D
- public const int x_left = 2131231277;
+ public const int @unchecked = 2131231277;
// aapt resource value: 0x7F08022E
- public const int x_right = 2131231278;
+ public const int uniform = 2131231278;
// aapt resource value: 0x7F08022F
- public const int zero_corner_chip = 2131231279;
+ public const int unlabeled = 2131231279;
+
+ // aapt resource value: 0x7F080230
+ public const int up = 2131231280;
+
+ // aapt resource value: 0x7F080231
+ public const int url = 2131231281;
+
+ // aapt resource value: 0x7F080232
+ public const int useLogo = 2131231282;
+
+ // aapt resource value: 0x7F080233
+ public const int vertical_only = 2131231283;
+
+ // aapt resource value: 0x7F080234
+ public const int view_offset_helper = 2131231284;
+
+ // aapt resource value: 0x7F080235
+ public const int view_transition = 2131231285;
+
+ // aapt resource value: 0x7F080236
+ public const int view_tree_lifecycle_owner = 2131231286;
+
+ // aapt resource value: 0x7F080237
+ public const int view_tree_saved_state_registry_owner = 2131231287;
+
+ // aapt resource value: 0x7F080238
+ public const int view_tree_view_model_store_owner = 2131231288;
+
+ // aapt resource value: 0x7F080239
+ public const int visible = 2131231289;
+
+ // aapt resource value: 0x7F08023A
+ public const int visible_removing_fragment_view_tag = 2131231290;
+
+ // aapt resource value: 0x7F08023B
+ public const int volume_item_container = 2131231291;
+
+ // aapt resource value: 0x7F08023C
+ public const int webview = 2131231292;
+
+ // aapt resource value: 0x7F08023D
+ public const int west = 2131231293;
+
+ // aapt resource value: 0x7F08023E
+ public const int wide = 2131231294;
+
+ // aapt resource value: 0x7F080240
+ public const int withinBounds = 2131231296;
+
+ // aapt resource value: 0x7F08023F
+ public const int withText = 2131231295;
+
+ // aapt resource value: 0x7F080241
+ public const int wrap = 2131231297;
+
+ // aapt resource value: 0x7F080242
+ public const int wrap_content = 2131231298;
+
+ // aapt resource value: 0x7F080243
+ public const int wrap_content_constrained = 2131231299;
+
+ // aapt resource value: 0x7F080244
+ public const int x_left = 2131231300;
+
+ // aapt resource value: 0x7F080245
+ public const int x_right = 2131231301;
+
+ // aapt resource value: 0x7F080246
+ public const int zero_corner_chip = 2131231302;
static Id()
{
@@ -25963,292 +26576,295 @@ namespace TINK.Droid
public const int item_view_role_description = 2131558467;
// aapt resource value: 0x7F0D0044
- public const int material_clock_display_divider = 2131558468;
+ public const int library_name = 2131558468;
// aapt resource value: 0x7F0D0045
- public const int material_clock_toggle_content_description = 2131558469;
+ public const int material_clock_display_divider = 2131558469;
// aapt resource value: 0x7F0D0046
- public const int material_hour_selection = 2131558470;
+ public const int material_clock_toggle_content_description = 2131558470;
// aapt resource value: 0x7F0D0047
- public const int material_hour_suffix = 2131558471;
+ public const int material_hour_selection = 2131558471;
// aapt resource value: 0x7F0D0048
- public const int material_minute_selection = 2131558472;
+ public const int material_hour_suffix = 2131558472;
// aapt resource value: 0x7F0D0049
- public const int material_minute_suffix = 2131558473;
+ public const int material_minute_selection = 2131558473;
// aapt resource value: 0x7F0D004A
- public const int material_motion_easing_accelerated = 2131558474;
+ public const int material_minute_suffix = 2131558474;
// aapt resource value: 0x7F0D004B
- public const int material_motion_easing_decelerated = 2131558475;
+ public const int material_motion_easing_accelerated = 2131558475;
// aapt resource value: 0x7F0D004C
- public const int material_motion_easing_emphasized = 2131558476;
+ public const int material_motion_easing_decelerated = 2131558476;
// aapt resource value: 0x7F0D004D
- public const int material_motion_easing_linear = 2131558477;
+ public const int material_motion_easing_emphasized = 2131558477;
// aapt resource value: 0x7F0D004E
- public const int material_motion_easing_standard = 2131558478;
+ public const int material_motion_easing_linear = 2131558478;
// aapt resource value: 0x7F0D004F
- public const int material_slider_range_end = 2131558479;
+ public const int material_motion_easing_standard = 2131558479;
// aapt resource value: 0x7F0D0050
- public const int material_slider_range_start = 2131558480;
+ public const int material_slider_range_end = 2131558480;
// aapt resource value: 0x7F0D0051
- public const int material_timepicker_am = 2131558481;
+ public const int material_slider_range_start = 2131558481;
// aapt resource value: 0x7F0D0052
- public const int material_timepicker_clock_mode_description = 2131558482;
+ public const int material_timepicker_am = 2131558482;
// aapt resource value: 0x7F0D0053
- public const int material_timepicker_hour = 2131558483;
+ public const int material_timepicker_clock_mode_description = 2131558483;
// aapt resource value: 0x7F0D0054
- public const int material_timepicker_minute = 2131558484;
+ public const int material_timepicker_hour = 2131558484;
// aapt resource value: 0x7F0D0055
- public const int material_timepicker_pm = 2131558485;
+ public const int material_timepicker_minute = 2131558485;
// aapt resource value: 0x7F0D0056
- public const int material_timepicker_select_time = 2131558486;
+ public const int material_timepicker_pm = 2131558486;
// aapt resource value: 0x7F0D0057
- public const int material_timepicker_text_input_mode_description = 2131558487;
+ public const int material_timepicker_select_time = 2131558487;
// aapt resource value: 0x7F0D0058
- public const int mr_button_content_description = 2131558488;
+ public const int material_timepicker_text_input_mode_description = 2131558488;
// aapt resource value: 0x7F0D0059
- public const int mr_cast_button_connected = 2131558489;
+ public const int mr_button_content_description = 2131558489;
// aapt resource value: 0x7F0D005A
- public const int mr_cast_button_connecting = 2131558490;
+ public const int mr_cast_button_connected = 2131558490;
// aapt resource value: 0x7F0D005B
- public const int mr_cast_button_disconnected = 2131558491;
+ public const int mr_cast_button_connecting = 2131558491;
// aapt resource value: 0x7F0D005C
- public const int mr_cast_dialog_title_view_placeholder = 2131558492;
+ public const int mr_cast_button_disconnected = 2131558492;
// aapt resource value: 0x7F0D005D
- public const int mr_chooser_searching = 2131558493;
+ public const int mr_cast_dialog_title_view_placeholder = 2131558493;
// aapt resource value: 0x7F0D005E
- public const int mr_chooser_title = 2131558494;
+ public const int mr_chooser_searching = 2131558494;
// aapt resource value: 0x7F0D005F
- public const int mr_controller_album_art = 2131558495;
+ public const int mr_chooser_title = 2131558495;
// aapt resource value: 0x7F0D0060
- public const int mr_controller_casting_screen = 2131558496;
+ public const int mr_controller_album_art = 2131558496;
// aapt resource value: 0x7F0D0061
- public const int mr_controller_close_description = 2131558497;
+ public const int mr_controller_casting_screen = 2131558497;
// aapt resource value: 0x7F0D0062
- public const int mr_controller_collapse_group = 2131558498;
+ public const int mr_controller_close_description = 2131558498;
// aapt resource value: 0x7F0D0063
- public const int mr_controller_disconnect = 2131558499;
+ public const int mr_controller_collapse_group = 2131558499;
// aapt resource value: 0x7F0D0064
- public const int mr_controller_expand_group = 2131558500;
+ public const int mr_controller_disconnect = 2131558500;
// aapt resource value: 0x7F0D0065
- public const int mr_controller_no_info_available = 2131558501;
+ public const int mr_controller_expand_group = 2131558501;
// aapt resource value: 0x7F0D0066
- public const int mr_controller_no_media_selected = 2131558502;
+ public const int mr_controller_no_info_available = 2131558502;
// aapt resource value: 0x7F0D0067
- public const int mr_controller_pause = 2131558503;
+ public const int mr_controller_no_media_selected = 2131558503;
// aapt resource value: 0x7F0D0068
- public const int mr_controller_play = 2131558504;
+ public const int mr_controller_pause = 2131558504;
// aapt resource value: 0x7F0D0069
- public const int mr_controller_stop = 2131558505;
+ public const int mr_controller_play = 2131558505;
// aapt resource value: 0x7F0D006A
- public const int mr_controller_stop_casting = 2131558506;
+ public const int mr_controller_stop = 2131558506;
// aapt resource value: 0x7F0D006B
- public const int mr_controller_volume_slider = 2131558507;
+ public const int mr_controller_stop_casting = 2131558507;
// aapt resource value: 0x7F0D006C
- public const int mr_dialog_default_group_name = 2131558508;
+ public const int mr_controller_volume_slider = 2131558508;
// aapt resource value: 0x7F0D006D
- public const int mr_dialog_groupable_header = 2131558509;
+ public const int mr_dialog_default_group_name = 2131558509;
// aapt resource value: 0x7F0D006E
- public const int mr_dialog_transferable_header = 2131558510;
+ public const int mr_dialog_groupable_header = 2131558510;
// aapt resource value: 0x7F0D006F
- public const int mr_system_route_name = 2131558511;
+ public const int mr_dialog_transferable_header = 2131558511;
// aapt resource value: 0x7F0D0070
- public const int mr_user_route_category_name = 2131558512;
+ public const int mr_system_route_name = 2131558512;
// aapt resource value: 0x7F0D0071
- public const int mtrl_badge_numberless_content_description = 2131558513;
+ public const int mr_user_route_category_name = 2131558513;
// aapt resource value: 0x7F0D0072
- public const int mtrl_chip_close_icon_content_description = 2131558514;
+ public const int mtrl_badge_numberless_content_description = 2131558514;
// aapt resource value: 0x7F0D0073
- public const int mtrl_exceed_max_badge_number_content_description = 2131558515;
+ public const int mtrl_chip_close_icon_content_description = 2131558515;
// aapt resource value: 0x7F0D0074
- public const int mtrl_exceed_max_badge_number_suffix = 2131558516;
+ public const int mtrl_exceed_max_badge_number_content_description = 2131558516;
// aapt resource value: 0x7F0D0075
- public const int mtrl_picker_a11y_next_month = 2131558517;
+ public const int mtrl_exceed_max_badge_number_suffix = 2131558517;
// aapt resource value: 0x7F0D0076
- public const int mtrl_picker_a11y_prev_month = 2131558518;
+ public const int mtrl_picker_a11y_next_month = 2131558518;
// aapt resource value: 0x7F0D0077
- public const int mtrl_picker_announce_current_selection = 2131558519;
+ public const int mtrl_picker_a11y_prev_month = 2131558519;
// aapt resource value: 0x7F0D0078
- public const int mtrl_picker_cancel = 2131558520;
+ public const int mtrl_picker_announce_current_selection = 2131558520;
// aapt resource value: 0x7F0D0079
- public const int mtrl_picker_confirm = 2131558521;
+ public const int mtrl_picker_cancel = 2131558521;
// aapt resource value: 0x7F0D007A
- public const int mtrl_picker_date_header_selected = 2131558522;
+ public const int mtrl_picker_confirm = 2131558522;
// aapt resource value: 0x7F0D007B
- public const int mtrl_picker_date_header_title = 2131558523;
+ public const int mtrl_picker_date_header_selected = 2131558523;
// aapt resource value: 0x7F0D007C
- public const int mtrl_picker_date_header_unselected = 2131558524;
+ public const int mtrl_picker_date_header_title = 2131558524;
// aapt resource value: 0x7F0D007D
- public const int mtrl_picker_day_of_week_column_header = 2131558525;
+ public const int mtrl_picker_date_header_unselected = 2131558525;
// aapt resource value: 0x7F0D007E
- public const int mtrl_picker_invalid_format = 2131558526;
+ public const int mtrl_picker_day_of_week_column_header = 2131558526;
// aapt resource value: 0x7F0D007F
- public const int mtrl_picker_invalid_format_example = 2131558527;
+ public const int mtrl_picker_invalid_format = 2131558527;
// aapt resource value: 0x7F0D0080
- public const int mtrl_picker_invalid_format_use = 2131558528;
+ public const int mtrl_picker_invalid_format_example = 2131558528;
// aapt resource value: 0x7F0D0081
- public const int mtrl_picker_invalid_range = 2131558529;
+ public const int mtrl_picker_invalid_format_use = 2131558529;
// aapt resource value: 0x7F0D0082
- public const int mtrl_picker_navigate_to_year_description = 2131558530;
+ public const int mtrl_picker_invalid_range = 2131558530;
// aapt resource value: 0x7F0D0083
- public const int mtrl_picker_out_of_range = 2131558531;
+ public const int mtrl_picker_navigate_to_year_description = 2131558531;
// aapt resource value: 0x7F0D0084
- public const int mtrl_picker_range_header_only_end_selected = 2131558532;
+ public const int mtrl_picker_out_of_range = 2131558532;
// aapt resource value: 0x7F0D0085
- public const int mtrl_picker_range_header_only_start_selected = 2131558533;
+ public const int mtrl_picker_range_header_only_end_selected = 2131558533;
// aapt resource value: 0x7F0D0086
- public const int mtrl_picker_range_header_selected = 2131558534;
+ public const int mtrl_picker_range_header_only_start_selected = 2131558534;
// aapt resource value: 0x7F0D0087
- public const int mtrl_picker_range_header_title = 2131558535;
+ public const int mtrl_picker_range_header_selected = 2131558535;
// aapt resource value: 0x7F0D0088
- public const int mtrl_picker_range_header_unselected = 2131558536;
+ public const int mtrl_picker_range_header_title = 2131558536;
// aapt resource value: 0x7F0D0089
- public const int mtrl_picker_save = 2131558537;
+ public const int mtrl_picker_range_header_unselected = 2131558537;
// aapt resource value: 0x7F0D008A
- public const int mtrl_picker_text_input_date_hint = 2131558538;
+ public const int mtrl_picker_save = 2131558538;
// aapt resource value: 0x7F0D008B
- public const int mtrl_picker_text_input_date_range_end_hint = 2131558539;
+ public const int mtrl_picker_text_input_date_hint = 2131558539;
// aapt resource value: 0x7F0D008C
- public const int mtrl_picker_text_input_date_range_start_hint = 2131558540;
+ public const int mtrl_picker_text_input_date_range_end_hint = 2131558540;
// aapt resource value: 0x7F0D008D
- public const int mtrl_picker_text_input_day_abbr = 2131558541;
+ public const int mtrl_picker_text_input_date_range_start_hint = 2131558541;
// aapt resource value: 0x7F0D008E
- public const int mtrl_picker_text_input_month_abbr = 2131558542;
+ public const int mtrl_picker_text_input_day_abbr = 2131558542;
// aapt resource value: 0x7F0D008F
- public const int mtrl_picker_text_input_year_abbr = 2131558543;
+ public const int mtrl_picker_text_input_month_abbr = 2131558543;
// aapt resource value: 0x7F0D0090
- public const int mtrl_picker_toggle_to_calendar_input_mode = 2131558544;
+ public const int mtrl_picker_text_input_year_abbr = 2131558544;
// aapt resource value: 0x7F0D0091
- public const int mtrl_picker_toggle_to_day_selection = 2131558545;
+ public const int mtrl_picker_toggle_to_calendar_input_mode = 2131558545;
// aapt resource value: 0x7F0D0092
- public const int mtrl_picker_toggle_to_text_input_mode = 2131558546;
+ public const int mtrl_picker_toggle_to_day_selection = 2131558546;
// aapt resource value: 0x7F0D0093
- public const int mtrl_picker_toggle_to_year_selection = 2131558547;
+ public const int mtrl_picker_toggle_to_text_input_mode = 2131558547;
// aapt resource value: 0x7F0D0094
- public const int nav_app_bar_navigate_up_description = 2131558548;
+ public const int mtrl_picker_toggle_to_year_selection = 2131558548;
// aapt resource value: 0x7F0D0095
- public const int nav_app_bar_open_drawer_description = 2131558549;
+ public const int nav_app_bar_navigate_up_description = 2131558549;
// aapt resource value: 0x7F0D0096
- public const int not_set = 2131558550;
+ public const int nav_app_bar_open_drawer_description = 2131558550;
// aapt resource value: 0x7F0D0097
- public const int overflow_tab_title = 2131558551;
+ public const int not_set = 2131558551;
// aapt resource value: 0x7F0D0098
- public const int password_toggle_content_description = 2131558552;
+ public const int overflow_tab_title = 2131558552;
// aapt resource value: 0x7F0D0099
- public const int path_password_eye = 2131558553;
+ public const int password_toggle_content_description = 2131558553;
// aapt resource value: 0x7F0D009A
- public const int path_password_eye_mask_strike_through = 2131558554;
+ public const int path_password_eye = 2131558554;
// aapt resource value: 0x7F0D009B
- public const int path_password_eye_mask_visible = 2131558555;
+ public const int path_password_eye_mask_strike_through = 2131558555;
// aapt resource value: 0x7F0D009C
- public const int path_password_strike_through = 2131558556;
+ public const int path_password_eye_mask_visible = 2131558556;
// aapt resource value: 0x7F0D009D
- public const int preference_copied = 2131558557;
+ public const int path_password_strike_through = 2131558557;
// aapt resource value: 0x7F0D009E
- public const int search_menu_title = 2131558558;
+ public const int preference_copied = 2131558558;
// aapt resource value: 0x7F0D009F
- public const int status_bar_notification_info_overflow = 2131558559;
+ public const int search_menu_title = 2131558559;
// aapt resource value: 0x7F0D00A0
- public const int summary_collapsed_preference_list = 2131558560;
+ public const int status_bar_notification_info_overflow = 2131558560;
// aapt resource value: 0x7F0D00A1
- public const int title_activity_webview = 2131558561;
+ public const int summary_collapsed_preference_list = 2131558561;
// aapt resource value: 0x7F0D00A2
- public const int v7_preference_off = 2131558562;
+ public const int title_activity_webview = 2131558562;
// aapt resource value: 0x7F0D00A3
- public const int v7_preference_on = 2131558563;
+ public const int v7_preference_off = 2131558563;
+
+ // aapt resource value: 0x7F0D00A4
+ public const int v7_preference_on = 2131558564;
static String()
{
@@ -28616,37 +29232,37 @@ namespace TINK.Droid
public partial class Styleable
{
- // aapt resource value: { 0x7F030048,0x7F03004F,0x7F030050,0x7F0300FE,0x7F0300FF,0x7F030100,0x7F030101,0x7F030102,0x7F030103,0x7F030129,0x7F030145,0x7F030146,0x7F030161,0x7F0301C2,0x7F0301C9,0x7F0301CF,0x7F0301D0,0x7F0301D3,0x7F0301E7,0x7F0301FB,0x7F030276,0x7F0302E1,0x7F03031A,0x7F03032B,0x7F03032C,0x7F030393,0x7F030397,0x7F030408,0x7F030414 }
+ // aapt resource value: { 0x7F030049,0x7F030050,0x7F030051,0x7F0300FF,0x7F030100,0x7F030101,0x7F030102,0x7F030103,0x7F030104,0x7F03012D,0x7F03014C,0x7F03014D,0x7F030169,0x7F0301CB,0x7F0301D2,0x7F0301D8,0x7F0301D9,0x7F0301DC,0x7F0301F0,0x7F030206,0x7F030281,0x7F0302EC,0x7F030329,0x7F03033A,0x7F03033B,0x7F0303AF,0x7F0303B3,0x7F030424,0x7F030430 }
public static int[] ActionBar = new int[] {
- 2130903112,
- 2130903119,
+ 2130903113,
2130903120,
- 2130903294,
+ 2130903121,
2130903295,
2130903296,
2130903297,
2130903298,
2130903299,
- 2130903337,
- 2130903365,
- 2130903366,
- 2130903393,
- 2130903490,
- 2130903497,
- 2130903503,
- 2130903504,
- 2130903507,
- 2130903527,
- 2130903547,
- 2130903670,
- 2130903777,
- 2130903834,
- 2130903851,
- 2130903852,
- 2130903955,
- 2130903959,
- 2130904072,
- 2130904084};
+ 2130903300,
+ 2130903341,
+ 2130903372,
+ 2130903373,
+ 2130903401,
+ 2130903499,
+ 2130903506,
+ 2130903512,
+ 2130903513,
+ 2130903516,
+ 2130903536,
+ 2130903558,
+ 2130903681,
+ 2130903788,
+ 2130903849,
+ 2130903866,
+ 2130903867,
+ 2130903983,
+ 2130903987,
+ 2130904100,
+ 2130904112};
// aapt resource value: { 0x10100B3 }
public static int[] ActionBarLayout = new int[] {
@@ -28753,14 +29369,14 @@ namespace TINK.Droid
public static int[] ActionMenuView = new int[] {
-1};
- // aapt resource value: { 0x7F030048,0x7F03004F,0x7F0300D6,0x7F0301C2,0x7F030397,0x7F030414 }
+ // aapt resource value: { 0x7F030049,0x7F030050,0x7F0300D7,0x7F0301CB,0x7F0303B3,0x7F030430 }
public static int[] ActionMode = new int[] {
- 2130903112,
- 2130903119,
- 2130903254,
- 2130903490,
- 2130903959,
- 2130904084};
+ 2130903113,
+ 2130903120,
+ 2130903255,
+ 2130903499,
+ 2130903987,
+ 2130904112};
// aapt resource value: 0
public const int ActionMode_background = 0;
@@ -28780,10 +29396,10 @@ namespace TINK.Droid
// aapt resource value: 5
public const int ActionMode_titleTextStyle = 5;
- // aapt resource value: { 0x7F03017B,0x7F0301ED }
+ // aapt resource value: { 0x7F030183,0x7F0301F7 }
public static int[] ActivityChooserView = new int[] {
- 2130903419,
- 2130903533};
+ 2130903427,
+ 2130903543};
// aapt resource value: 0
public const int ActivityChooserView_expandActivityOverflowButtonDrawable = 0;
@@ -28791,13 +29407,13 @@ namespace TINK.Droid
// aapt resource value: 1
public const int ActivityChooserView_initialActivityCount = 1;
- // aapt resource value: { 0x1010003,0x7F030003,0x7F03012D,0x7F03012E,0x7F0303C4 }
+ // aapt resource value: { 0x1010003,0x7F030003,0x7F030131,0x7F030132,0x7F0303E0 }
public static int[] ActivityNavigator = new int[] {
16842755,
2130903043,
- 2130903341,
- 2130903342,
- 2130904004};
+ 2130903345,
+ 2130903346,
+ 2130904032};
// aapt resource value: 1
public const int ActivityNavigator_action = 1;
@@ -28814,16 +29430,16 @@ namespace TINK.Droid
// aapt resource value: 4
public const int ActivityNavigator_targetPackage = 4;
- // aapt resource value: { 0x10100F2,0x7F030081,0x7F030082,0x7F03026A,0x7F03026B,0x7F0302DC,0x7F030368,0x7F03036A }
+ // aapt resource value: { 0x10100F2,0x7F030082,0x7F030083,0x7F030275,0x7F030276,0x7F0302E7,0x7F030382,0x7F030384 }
public static int[] AlertDialog = new int[] {
16842994,
- 2130903169,
2130903170,
- 2130903658,
- 2130903659,
- 2130903772,
- 2130903912,
- 2130903914};
+ 2130903171,
+ 2130903669,
+ 2130903670,
+ 2130903783,
+ 2130903938,
+ 2130903940};
// aapt resource value: 0
public const int AlertDialog_android_layout = 0;
@@ -28906,23 +29522,23 @@ namespace TINK.Droid
// aapt resource value: 1
public const int AnimatedStateListDrawableTransition_android_toId = 1;
- // aapt resource value: { 0x10100D4,0x101048F,0x1010540,0x7F030161,0x7F03017C,0x7F030260,0x7F030261,0x7F03038D }
+ // aapt resource value: { 0x10100D4,0x101048F,0x1010540,0x7F030169,0x7F030184,0x7F03026B,0x7F03026C,0x7F0303A8 }
public static int[] AppBarLayout = new int[] {
16842964,
16843919,
16844096,
- 2130903393,
- 2130903420,
- 2130903648,
- 2130903649,
- 2130903949};
+ 2130903401,
+ 2130903428,
+ 2130903659,
+ 2130903660,
+ 2130903976};
- // aapt resource value: { 0x7F030387,0x7F030388,0x7F03038A,0x7F03038B }
+ // aapt resource value: { 0x7F0303A2,0x7F0303A3,0x7F0303A5,0x7F0303A6 }
public static int[] AppBarLayoutStates = new int[] {
- 2130903943,
- 2130903944,
- 2130903946,
- 2130903947};
+ 2130903970,
+ 2130903971,
+ 2130903973,
+ 2130903974};
// aapt resource value: 0
public const int AppBarLayoutStates_state_collapsed = 0;
@@ -28951,10 +29567,10 @@ namespace TINK.Droid
// aapt resource value: 4
public const int AppBarLayout_expanded = 4;
- // aapt resource value: { 0x7F03025D,0x7F03025E }
+ // aapt resource value: { 0x7F030268,0x7F030269 }
public static int[] AppBarLayout_Layout = new int[] {
- 2130903645,
- 2130903646};
+ 2130903656,
+ 2130903657};
// aapt resource value: 0
public const int AppBarLayout_Layout_layout_scrollFlags = 0;
@@ -28971,12 +29587,12 @@ namespace TINK.Droid
// aapt resource value: 7
public const int AppBarLayout_statusBarForeground = 7;
- // aapt resource value: { 0x1010119,0x7F03037D,0x7F030406,0x7F030407 }
+ // aapt resource value: { 0x1010119,0x7F030398,0x7F030422,0x7F030423 }
public static int[] AppCompatImageView = new int[] {
16843033,
- 2130903933,
- 2130904070,
- 2130904071};
+ 2130903960,
+ 2130904098,
+ 2130904099};
// aapt resource value: 0
public const int AppCompatImageView_android_src = 0;
@@ -28990,12 +29606,12 @@ namespace TINK.Droid
// aapt resource value: 3
public const int AppCompatImageView_tintMode = 3;
- // aapt resource value: { 0x1010142,0x7F030402,0x7F030403,0x7F030404 }
+ // aapt resource value: { 0x1010142,0x7F03041E,0x7F03041F,0x7F030420 }
public static int[] AppCompatSeekBar = new int[] {
16843074,
- 2130904066,
- 2130904067,
- 2130904068};
+ 2130904094,
+ 2130904095,
+ 2130904096};
// aapt resource value: 0
public const int AppCompatSeekBar_android_thumb = 0;
@@ -29040,29 +29656,29 @@ namespace TINK.Droid
// aapt resource value: 0
public const int AppCompatTextHelper_android_textAppearance = 0;
- // aapt resource value: { 0x1010034,0x7F030042,0x7F030043,0x7F030044,0x7F030045,0x7F030046,0x7F03014E,0x7F03014F,0x7F030150,0x7F030151,0x7F030153,0x7F030154,0x7F030155,0x7F030156,0x7F030196,0x7F0301AC,0x7F0301B5,0x7F030212,0x7F030263,0x7F0303C8,0x7F0303EA }
+ // aapt resource value: { 0x1010034,0x7F030043,0x7F030044,0x7F030045,0x7F030046,0x7F030047,0x7F030156,0x7F030157,0x7F030158,0x7F030159,0x7F03015B,0x7F03015C,0x7F03015D,0x7F03015E,0x7F03019F,0x7F0301B5,0x7F0301BE,0x7F03021D,0x7F03026E,0x7F0303E4,0x7F030406 }
public static int[] AppCompatTextView = new int[] {
16842804,
- 2130903106,
2130903107,
2130903108,
2130903109,
2130903110,
- 2130903374,
- 2130903375,
- 2130903376,
- 2130903377,
- 2130903379,
- 2130903380,
- 2130903381,
+ 2130903111,
2130903382,
- 2130903446,
- 2130903468,
+ 2130903383,
+ 2130903384,
+ 2130903385,
+ 2130903387,
+ 2130903388,
+ 2130903389,
+ 2130903390,
+ 2130903455,
2130903477,
- 2130903570,
- 2130903651,
- 2130904008,
- 2130904042};
+ 2130903486,
+ 2130903581,
+ 2130903662,
+ 2130904036,
+ 2130904070};
// aapt resource value: 0
public const int AppCompatTextView_android_textAppearance = 0;
@@ -29127,7 +29743,7 @@ namespace TINK.Droid
// aapt resource value: 20
public const int AppCompatTextView_textLocale = 20;
- // aapt resource value: { 0x1010057,0x10100AE,0x7F030004,0x7F030005,0x7F030006,0x7F030007,0x7F030008,0x7F030009,0x7F03000A,0x7F03000B,0x7F03000C,0x7F03000D,0x7F03000E,0x7F03000F,0x7F030010,0x7F030012,0x7F030013,0x7F030014,0x7F030015,0x7F030016,0x7F030017,0x7F030018,0x7F030019,0x7F03001A,0x7F03001B,0x7F03001C,0x7F03001D,0x7F03001E,0x7F03001F,0x7F030020,0x7F030021,0x7F030022,0x7F030023,0x7F030024,0x7F030028,0x7F03002A,0x7F03002B,0x7F03002C,0x7F03002D,0x7F030041,0x7F030069,0x7F03007A,0x7F03007B,0x7F03007C,0x7F03007D,0x7F03007E,0x7F030084,0x7F030085,0x7F0300A3,0x7F0300AC,0x7F0300DF,0x7F0300E0,0x7F0300E1,0x7F0300E2,0x7F0300E3,0x7F0300E4,0x7F0300E5,0x7F0300EC,0x7F0300ED,0x7F0300F4,0x7F03010D,0x7F03013C,0x7F030141,0x7F030142,0x7F030147,0x7F030149,0x7F030159,0x7F03015A,0x7F03015D,0x7F03015E,0x7F030160,0x7F0301CF,0x7F0301E1,0x7F030266,0x7F030267,0x7F030268,0x7F030269,0x7F03026C,0x7F03026D,0x7F03026E,0x7F03026F,0x7F030270,0x7F030271,0x7F030272,0x7F030273,0x7F030274,0x7F0302FE,0x7F0302FF,0x7F030300,0x7F030319,0x7F03031B,0x7F030333,0x7F030335,0x7F030336,0x7F030337,0x7F03034F,0x7F030352,0x7F030354,0x7F030355,0x7F030375,0x7F030376,0x7F0303A4,0x7F0303D3,0x7F0303D5,0x7F0303D6,0x7F0303D7,0x7F0303D9,0x7F0303DA,0x7F0303DB,0x7F0303DC,0x7F0303E4,0x7F0303E5,0x7F030416,0x7F030417,0x7F030418,0x7F030419,0x7F030443,0x7F030452,0x7F030453,0x7F030454,0x7F030455,0x7F030456,0x7F030457,0x7F030458,0x7F030459,0x7F03045A,0x7F03045B }
+ // aapt resource value: { 0x1010057,0x10100AE,0x7F030004,0x7F030005,0x7F030006,0x7F030007,0x7F030008,0x7F030009,0x7F03000A,0x7F03000B,0x7F03000C,0x7F03000D,0x7F03000E,0x7F03000F,0x7F030010,0x7F030012,0x7F030013,0x7F030014,0x7F030015,0x7F030016,0x7F030017,0x7F030018,0x7F030019,0x7F03001A,0x7F03001B,0x7F03001C,0x7F03001D,0x7F03001E,0x7F03001F,0x7F030020,0x7F030021,0x7F030022,0x7F030023,0x7F030024,0x7F030028,0x7F03002A,0x7F03002B,0x7F03002C,0x7F03002D,0x7F030042,0x7F03006A,0x7F03007B,0x7F03007C,0x7F03007D,0x7F03007E,0x7F03007F,0x7F030085,0x7F030086,0x7F0300A4,0x7F0300AD,0x7F0300E0,0x7F0300E1,0x7F0300E2,0x7F0300E3,0x7F0300E4,0x7F0300E5,0x7F0300E6,0x7F0300ED,0x7F0300EE,0x7F0300F5,0x7F03010F,0x7F030143,0x7F030148,0x7F030149,0x7F03014E,0x7F030150,0x7F030161,0x7F030162,0x7F030165,0x7F030166,0x7F030168,0x7F0301D8,0x7F0301EA,0x7F030271,0x7F030272,0x7F030273,0x7F030274,0x7F030277,0x7F030278,0x7F030279,0x7F03027A,0x7F03027B,0x7F03027C,0x7F03027D,0x7F03027E,0x7F03027F,0x7F03030A,0x7F03030B,0x7F03030C,0x7F030328,0x7F03032A,0x7F030342,0x7F030344,0x7F030345,0x7F030346,0x7F030362,0x7F03036A,0x7F03036C,0x7F03036D,0x7F030390,0x7F030391,0x7F0303C0,0x7F0303EF,0x7F0303F1,0x7F0303F2,0x7F0303F3,0x7F0303F5,0x7F0303F6,0x7F0303F7,0x7F0303F8,0x7F030400,0x7F030401,0x7F030433,0x7F030434,0x7F030435,0x7F030436,0x7F030464,0x7F030473,0x7F030474,0x7F030475,0x7F030476,0x7F030477,0x7F030478,0x7F030479,0x7F03047A,0x7F03047B,0x7F03047C }
public static int[] AppCompatTheme = new int[] {
16842839,
16842926,
@@ -29168,94 +29784,94 @@ namespace TINK.Droid
2130903083,
2130903084,
2130903085,
- 2130903105,
- 2130903145,
- 2130903162,
+ 2130903106,
+ 2130903146,
2130903163,
2130903164,
2130903165,
2130903166,
- 2130903172,
+ 2130903167,
2130903173,
- 2130903203,
- 2130903212,
- 2130903263,
+ 2130903174,
+ 2130903204,
+ 2130903213,
2130903264,
2130903265,
2130903266,
2130903267,
2130903268,
2130903269,
- 2130903276,
+ 2130903270,
2130903277,
- 2130903284,
- 2130903309,
- 2130903356,
- 2130903361,
- 2130903362,
- 2130903367,
+ 2130903278,
+ 2130903285,
+ 2130903311,
+ 2130903363,
+ 2130903368,
2130903369,
- 2130903385,
- 2130903386,
- 2130903389,
- 2130903390,
- 2130903392,
- 2130903503,
- 2130903521,
- 2130903654,
- 2130903655,
- 2130903656,
- 2130903657,
- 2130903660,
- 2130903661,
- 2130903662,
- 2130903663,
- 2130903664,
+ 2130903374,
+ 2130903376,
+ 2130903393,
+ 2130903394,
+ 2130903397,
+ 2130903398,
+ 2130903400,
+ 2130903512,
+ 2130903530,
2130903665,
2130903666,
2130903667,
2130903668,
- 2130903806,
- 2130903807,
- 2130903808,
- 2130903833,
- 2130903835,
- 2130903859,
- 2130903861,
- 2130903862,
- 2130903863,
- 2130903887,
- 2130903890,
- 2130903892,
- 2130903893,
- 2130903925,
- 2130903926,
- 2130903972,
- 2130904019,
- 2130904021,
- 2130904022,
- 2130904023,
- 2130904025,
- 2130904026,
- 2130904027,
- 2130904028,
- 2130904036,
- 2130904037,
- 2130904086,
- 2130904087,
- 2130904088,
- 2130904089,
- 2130904131,
- 2130904146,
- 2130904147,
- 2130904148,
- 2130904149,
- 2130904150,
- 2130904151,
- 2130904152,
- 2130904153,
- 2130904154,
- 2130904155};
+ 2130903671,
+ 2130903672,
+ 2130903673,
+ 2130903674,
+ 2130903675,
+ 2130903676,
+ 2130903677,
+ 2130903678,
+ 2130903679,
+ 2130903818,
+ 2130903819,
+ 2130903820,
+ 2130903848,
+ 2130903850,
+ 2130903874,
+ 2130903876,
+ 2130903877,
+ 2130903878,
+ 2130903906,
+ 2130903914,
+ 2130903916,
+ 2130903917,
+ 2130903952,
+ 2130903953,
+ 2130904000,
+ 2130904047,
+ 2130904049,
+ 2130904050,
+ 2130904051,
+ 2130904053,
+ 2130904054,
+ 2130904055,
+ 2130904056,
+ 2130904064,
+ 2130904065,
+ 2130904115,
+ 2130904116,
+ 2130904117,
+ 2130904118,
+ 2130904164,
+ 2130904179,
+ 2130904180,
+ 2130904181,
+ 2130904182,
+ 2130904183,
+ 2130904184,
+ 2130904185,
+ 2130904186,
+ 2130904187,
+ 2130904188};
// aapt resource value: 2
public const int AppCompatTheme_actionBarDivider = 2;
@@ -29638,10 +30254,14 @@ namespace TINK.Droid
// aapt resource value: 126
public const int AppCompatTheme_windowNoTitle = 126;
- // aapt resource value: { 0x101030E,0x7F030354 }
+ // aapt resource value: { 0xFFFFFFFF }
+ public static int[] AppDataSearch = new int[] {
+ -1};
+
+ // aapt resource value: { 0x101030E,0x7F03036C }
public static int[] BackgroundStyle = new int[] {
16843534,
- 2130903892};
+ 2130903916};
// aapt resource value: 0
public const int BackgroundStyle_android_selectableItemBackground = 0;
@@ -29649,15 +30269,15 @@ namespace TINK.Droid
// aapt resource value: 1
public const int BackgroundStyle_selectableItemBackground = 1;
- // aapt resource value: { 0x7F030049,0x7F030053,0x7F030055,0x7F0301D1,0x7F030298,0x7F0302E9,0x7F030442 }
+ // aapt resource value: { 0x7F03004A,0x7F030054,0x7F030056,0x7F0301DA,0x7F0302A3,0x7F0302F5,0x7F030463 }
public static int[] Badge = new int[] {
- 2130903113,
- 2130903123,
- 2130903125,
- 2130903505,
- 2130903704,
- 2130903785,
- 2130904130};
+ 2130903114,
+ 2130903124,
+ 2130903126,
+ 2130903514,
+ 2130903715,
+ 2130903797,
+ 2130904163};
// aapt resource value: 0
public const int Badge_backgroundColor = 0;
@@ -29680,17 +30300,17 @@ namespace TINK.Droid
// aapt resource value: 6
public const int Badge_verticalOffset = 6;
- // aapt resource value: { 0x1010139,0x7F0301C7,0x7F0301E8,0x7F0302B5,0x7F030360,0x7F030362,0x7F030420,0x7F030423,0x7F030425 }
+ // aapt resource value: { 0x1010139,0x7F0301D0,0x7F0301F2,0x7F0302C0,0x7F03037A,0x7F03037C,0x7F03043D,0x7F030440,0x7F030442 }
public static int[] BaseProgressIndicator = new int[] {
16843065,
- 2130903495,
- 2130903528,
- 2130903733,
- 2130903904,
- 2130903906,
- 2130904096,
- 2130904099,
- 2130904101};
+ 2130903504,
+ 2130903538,
+ 2130903744,
+ 2130903930,
+ 2130903932,
+ 2130904125,
+ 2130904128,
+ 2130904130};
// aapt resource value: 0
public const int BaseProgressIndicator_android_indeterminate = 0;
@@ -29719,19 +30339,19 @@ namespace TINK.Droid
// aapt resource value: 8
public const int BaseProgressIndicator_trackThickness = 8;
- // aapt resource value: { 0x7F030051,0x7F030161,0x7F03018A,0x7F03018B,0x7F03018C,0x7F03018D,0x7F03018E,0x7F0301CA,0x7F0302F7,0x7F0302F9,0x7F0302FA }
+ // aapt resource value: { 0x7F030052,0x7F030169,0x7F030192,0x7F030193,0x7F030194,0x7F030195,0x7F030196,0x7F0301D3,0x7F030303,0x7F030305,0x7F030306 }
public static int[] BottomAppBar = new int[] {
- 2130903121,
- 2130903393,
- 2130903434,
- 2130903435,
- 2130903436,
- 2130903437,
- 2130903438,
- 2130903498,
- 2130903799,
- 2130903801,
- 2130903802};
+ 2130903122,
+ 2130903401,
+ 2130903442,
+ 2130903443,
+ 2130903444,
+ 2130903445,
+ 2130903446,
+ 2130903507,
+ 2130903811,
+ 2130903813,
+ 2130903814};
// aapt resource value: 0
public const int BottomAppBar_backgroundTint = 0;
@@ -29766,33 +30386,33 @@ namespace TINK.Droid
// aapt resource value: 10
public const int BottomAppBar_paddingRightSystemWindowInsets = 10;
- // aapt resource value: { 0x7F0301F6 }
+ // aapt resource value: { 0x7F030201 }
public static int[] BottomNavigationView = new int[] {
- 2130903542};
+ 2130903553};
// aapt resource value: 0
public const int BottomNavigationView_itemHorizontalTranslationEnabled = 0;
- // aapt resource value: { 0x101011F,0x1010440,0x7F030051,0x7F03005C,0x7F03005D,0x7F03005E,0x7F03005F,0x7F030060,0x7F030062,0x7F030063,0x7F030064,0x7F0301BC,0x7F0302F7,0x7F0302F9,0x7F0302FA,0x7F0302FD,0x7F030359,0x7F03035C }
+ // aapt resource value: { 0x101011F,0x1010440,0x7F030052,0x7F03005D,0x7F03005E,0x7F03005F,0x7F030060,0x7F030061,0x7F030063,0x7F030064,0x7F030065,0x7F0301C5,0x7F030303,0x7F030305,0x7F030306,0x7F030309,0x7F030373,0x7F030376 }
public static int[] BottomSheetBehavior_Layout = new int[] {
16843039,
16843840,
- 2130903121,
- 2130903132,
+ 2130903122,
2130903133,
2130903134,
2130903135,
2130903136,
- 2130903138,
+ 2130903137,
2130903139,
2130903140,
- 2130903484,
- 2130903799,
- 2130903801,
- 2130903802,
- 2130903805,
- 2130903897,
- 2130903900};
+ 2130903141,
+ 2130903493,
+ 2130903811,
+ 2130903813,
+ 2130903814,
+ 2130903817,
+ 2130903923,
+ 2130903926};
// aapt resource value: 1
public const int BottomSheetBehavior_Layout_android_elevation = 1;
@@ -29848,17 +30468,17 @@ namespace TINK.Droid
// aapt resource value: 17
public const int BottomSheetBehavior_Layout_shapeAppearanceOverlay = 17;
- // aapt resource value: { 0x7F030031 }
+ // aapt resource value: { 0x7F030032 }
public static int[] ButtonBarLayout = new int[] {
- 2130903089};
+ 2130903090};
// aapt resource value: 0
public const int ButtonBarLayout_allowStacking = 0;
- // aapt resource value: { 0x7F030332,0x7F03035E }
+ // aapt resource value: { 0x7F030341,0x7F030378 }
public static int[] Capability = new int[] {
- 2130903858,
- 2130903902};
+ 2130903873,
+ 2130903928};
// aapt resource value: 0
public const int Capability_queryPatterns = 0;
@@ -29866,21 +30486,21 @@ namespace TINK.Droid
// aapt resource value: 1
public const int Capability_shortcutMatchRequired = 1;
- // aapt resource value: { 0x101013F,0x1010140,0x7F03008F,0x7F030090,0x7F030091,0x7F030093,0x7F030094,0x7F030095,0x7F030104,0x7F030105,0x7F030107,0x7F030108,0x7F03010A }
+ // aapt resource value: { 0x101013F,0x1010140,0x7F030090,0x7F030091,0x7F030092,0x7F030094,0x7F030095,0x7F030096,0x7F030105,0x7F030106,0x7F030108,0x7F030109,0x7F03010B }
public static int[] CardView = new int[] {
16843071,
16843072,
- 2130903183,
2130903184,
2130903185,
- 2130903187,
+ 2130903186,
2130903188,
2130903189,
- 2130903300,
+ 2130903190,
2130903301,
- 2130903303,
+ 2130903302,
2130903304,
- 2130903306};
+ 2130903305,
+ 2130903307};
// aapt resource value: 1
public const int CardView_android_minHeight = 1;
@@ -29921,9 +30541,8 @@ namespace TINK.Droid
// aapt resource value: 12
public const int CardView_contentPaddingTop = 12;
- // aapt resource value: { 0x7F030097,0x7F030098,0x7F030099,0x7F03009A,0x7F03009B,0x7F03009C,0x7F03009D,0x7F03009E,0x7F03009F,0x7F0300A0 }
+ // aapt resource value: { 0x7F030098,0x7F030099,0x7F03009A,0x7F03009B,0x7F03009C,0x7F03009D,0x7F03009E,0x7F03009F,0x7F0300A0,0x7F0300A1 }
public static int[] Carousel = new int[] {
- 2130903191,
2130903192,
2130903193,
2130903194,
@@ -29932,7 +30551,8 @@ namespace TINK.Droid
2130903197,
2130903198,
2130903199,
- 2130903200};
+ 2130903200,
+ 2130903201};
// aapt resource value: 0
public const int Carousel_carousel_backwardTransition = 0;
@@ -29964,14 +30584,14 @@ namespace TINK.Droid
// aapt resource value: 9
public const int Carousel_carousel_touchUp_velocityThreshold = 9;
- // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x7F030144,0x7F03039D,0x7F03039E }
+ // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x7F03014B,0x7F0303B9,0x7F0303BA }
public static int[] CheckBoxPreference = new int[] {
16843247,
16843248,
16843249,
- 2130903364,
- 2130903965,
- 2130903966};
+ 2130903371,
+ 2130903993,
+ 2130903994};
// aapt resource value: 2
public const int CheckBoxPreference_android_disableDependentsState = 2;
@@ -29991,7 +30611,7 @@ namespace TINK.Droid
// aapt resource value: 5
public const int CheckBoxPreference_summaryOn = 5;
- // aapt resource value: { 0x1010034,0x1010095,0x1010098,0x10100AB,0x101011F,0x101014F,0x10101E5,0x7F0300A6,0x7F0300A7,0x7F0300AA,0x7F0300AB,0x7F0300AD,0x7F0300AE,0x7F0300AF,0x7F0300B1,0x7F0300B2,0x7F0300B3,0x7F0300B4,0x7F0300B5,0x7F0300B6,0x7F0300B7,0x7F0300BC,0x7F0300BD,0x7F0300BE,0x7F0300C0,0x7F0300CF,0x7F0300D0,0x7F0300D1,0x7F0300D2,0x7F0300D3,0x7F0300D4,0x7F0300D5,0x7F03016F,0x7F0301C8,0x7F0301D4,0x7F0301D9,0x7F030342,0x7F030359,0x7F03035C,0x7F030364,0x7F0303E6,0x7F0303EF }
+ // aapt resource value: { 0x1010034,0x1010095,0x1010098,0x10100AB,0x101011F,0x101014F,0x10101E5,0x7F0300A7,0x7F0300A8,0x7F0300AB,0x7F0300AC,0x7F0300AE,0x7F0300AF,0x7F0300B0,0x7F0300B2,0x7F0300B3,0x7F0300B4,0x7F0300B5,0x7F0300B6,0x7F0300B7,0x7F0300B8,0x7F0300BD,0x7F0300BE,0x7F0300BF,0x7F0300C1,0x7F0300D0,0x7F0300D1,0x7F0300D2,0x7F0300D3,0x7F0300D4,0x7F0300D5,0x7F0300D6,0x7F030177,0x7F0301D1,0x7F0301DD,0x7F0301E2,0x7F030351,0x7F030373,0x7F030376,0x7F03037E,0x7F030402,0x7F03040B }
public static int[] Chip = new int[] {
16842804,
16842901,
@@ -30000,51 +30620,51 @@ namespace TINK.Droid
16843039,
16843087,
16843237,
- 2130903206,
2130903207,
- 2130903210,
+ 2130903208,
2130903211,
- 2130903213,
+ 2130903212,
2130903214,
2130903215,
- 2130903217,
+ 2130903216,
2130903218,
2130903219,
2130903220,
2130903221,
2130903222,
2130903223,
- 2130903228,
+ 2130903224,
2130903229,
2130903230,
- 2130903232,
- 2130903247,
+ 2130903231,
+ 2130903233,
2130903248,
2130903249,
2130903250,
2130903251,
2130903252,
2130903253,
- 2130903407,
- 2130903496,
- 2130903508,
- 2130903513,
- 2130903874,
- 2130903897,
- 2130903900,
- 2130903908,
- 2130904038,
- 2130904047};
+ 2130903254,
+ 2130903415,
+ 2130903505,
+ 2130903517,
+ 2130903522,
+ 2130903889,
+ 2130903923,
+ 2130903926,
+ 2130903934,
+ 2130904066,
+ 2130904075};
- // aapt resource value: { 0x7F0300A5,0x7F0300B8,0x7F0300B9,0x7F0300BA,0x7F030356,0x7F03036B,0x7F03036D }
+ // aapt resource value: { 0x7F0300A6,0x7F0300B9,0x7F0300BA,0x7F0300BB,0x7F03036E,0x7F030385,0x7F030387 }
public static int[] ChipGroup = new int[] {
- 2130903205,
- 2130903224,
+ 2130903206,
2130903225,
2130903226,
- 2130903894,
- 2130903915,
- 2130903917};
+ 2130903227,
+ 2130903918,
+ 2130903941,
+ 2130903943};
// aapt resource value: 0
public const int ChipGroup_checkedChip = 0;
@@ -30193,11 +30813,11 @@ namespace TINK.Droid
// aapt resource value: 41
public const int Chip_textStartPadding = 41;
- // aapt resource value: { 0x7F0301E9,0x7F0301EB,0x7F0301EC }
+ // aapt resource value: { 0x7F0301F3,0x7F0301F5,0x7F0301F6 }
public static int[] CircularProgressIndicator = new int[] {
- 2130903529,
- 2130903531,
- 2130903532};
+ 2130903539,
+ 2130903541,
+ 2130903542};
// aapt resource value: 0
public const int CircularProgressIndicator_indicatorDirectionCircular = 0;
@@ -30208,10 +30828,10 @@ namespace TINK.Droid
// aapt resource value: 2
public const int CircularProgressIndicator_indicatorSize = 2;
- // aapt resource value: { 0x7F0300CB,0x7F0300CE }
+ // aapt resource value: { 0x7F0300CC,0x7F0300CF }
public static int[] ClockFaceView = new int[] {
- 2130903243,
- 2130903246};
+ 2130903244,
+ 2130903247};
// aapt resource value: 0
public const int ClockFaceView_clockFaceBackgroundColor = 0;
@@ -30219,11 +30839,11 @@ namespace TINK.Droid
// aapt resource value: 1
public const int ClockFaceView_clockNumberTextColor = 1;
- // aapt resource value: { 0x7F0300CC,0x7F030290,0x7F030357 }
+ // aapt resource value: { 0x7F0300CD,0x7F03029B,0x7F03036F }
public static int[] ClockHandView = new int[] {
- 2130903244,
- 2130903696,
- 2130903895};
+ 2130903245,
+ 2130903707,
+ 2130903919};
// aapt resource value: 0
public const int ClockHandView_clockHandColor = 0;
@@ -30234,28 +30854,28 @@ namespace TINK.Droid
// aapt resource value: 2
public const int ClockHandView_selectorSize = 2;
- // aapt resource value: { 0x7F0300DA,0x7F0300DB,0x7F03010B,0x7F03017E,0x7F03017F,0x7F030180,0x7F030181,0x7F030182,0x7F030183,0x7F030184,0x7F030189,0x7F0301B7,0x7F03029B,0x7F030349,0x7F03034B,0x7F03038E,0x7F030408,0x7F03040A,0x7F03040B,0x7F030415 }
+ // aapt resource value: { 0x7F0300DB,0x7F0300DC,0x7F03010D,0x7F030186,0x7F030187,0x7F030188,0x7F030189,0x7F03018A,0x7F03018B,0x7F03018C,0x7F030191,0x7F0301C0,0x7F0302A6,0x7F03035A,0x7F03035C,0x7F0303A9,0x7F030424,0x7F030426,0x7F030427,0x7F030432 }
public static int[] CollapsingToolbarLayout = new int[] {
- 2130903258,
2130903259,
- 2130903307,
- 2130903422,
- 2130903423,
- 2130903424,
- 2130903425,
- 2130903426,
- 2130903427,
- 2130903428,
+ 2130903260,
+ 2130903309,
+ 2130903430,
+ 2130903431,
+ 2130903432,
2130903433,
- 2130903479,
- 2130903707,
- 2130903881,
- 2130903883,
- 2130903950,
- 2130904072,
- 2130904074,
- 2130904075,
- 2130904085};
+ 2130903434,
+ 2130903435,
+ 2130903436,
+ 2130903441,
+ 2130903488,
+ 2130903718,
+ 2130903898,
+ 2130903900,
+ 2130903977,
+ 2130904100,
+ 2130904102,
+ 2130904103,
+ 2130904114};
// aapt resource value: 0
public const int CollapsingToolbarLayout_collapsedTitleGravity = 0;
@@ -30293,10 +30913,10 @@ namespace TINK.Droid
// aapt resource value: 11
public const int CollapsingToolbarLayout_forceApplySystemWindowInsetTop = 11;
- // aapt resource value: { 0x7F03021F,0x7F030220 }
+ // aapt resource value: { 0x7F03022A,0x7F03022B }
public static int[] CollapsingToolbarLayout_Layout = new int[] {
- 2130903583,
- 2130903584};
+ 2130903594,
+ 2130903595};
// aapt resource value: 0
public const int CollapsingToolbarLayout_Layout_layout_collapseMode = 0;
@@ -30328,11 +30948,11 @@ namespace TINK.Droid
// aapt resource value: 19
public const int CollapsingToolbarLayout_toolbarId = 19;
- // aapt resource value: { 0x10101A5,0x101031F,0x7F030032 }
+ // aapt resource value: { 0x10101A5,0x101031F,0x7F030033 }
public static int[] ColorStateListItem = new int[] {
16843173,
16843551,
- 2130903090};
+ 2130903091};
// aapt resource value: 2
public const int ColorStateListItem_alpha = 2;
@@ -30343,12 +30963,12 @@ namespace TINK.Droid
// aapt resource value: 0
public const int ColorStateListItem_android_color = 0;
- // aapt resource value: { 0x1010107,0x7F03007F,0x7F030086,0x7F030087 }
+ // aapt resource value: { 0x1010107,0x7F030080,0x7F030087,0x7F030088 }
public static int[] CompoundButton = new int[] {
16843015,
- 2130903167,
- 2130903174,
- 2130903175};
+ 2130903168,
+ 2130903175,
+ 2130903176};
// aapt resource value: 0
public const int CompoundButton_android_button = 0;
@@ -30362,7 +30982,7 @@ namespace TINK.Droid
// aapt resource value: 3
public const int CompoundButton_buttonTintMode = 3;
- // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030036,0x7F030037,0x7F030057,0x7F030058,0x7F030059,0x7F0300A1,0x7F0300F9,0x7F0300FA,0x7F03014D,0x7F030198,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03019E,0x7F03019F,0x7F0301A0,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F03025B,0x7F03025F,0x7F0302D6,0x7F0302D7,0x7F030306,0x7F03030E,0x7F030313,0x7F03032D,0x7F03032E,0x7F03032F,0x7F030428,0x7F03042A,0x7F03042C,0x7F030448 }
+ // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030037,0x7F030038,0x7F030058,0x7F030059,0x7F03005A,0x7F0300A2,0x7F0300FA,0x7F0300FB,0x7F030155,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A5,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F0301AB,0x7F0301AC,0x7F0301AD,0x7F0301AF,0x7F0301B0,0x7F0301B1,0x7F0301B2,0x7F0301B3,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F03024F,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F030259,0x7F03025B,0x7F03025C,0x7F03025D,0x7F03025E,0x7F03025F,0x7F030260,0x7F030261,0x7F030262,0x7F030263,0x7F030266,0x7F03026A,0x7F0302E1,0x7F0302E2,0x7F030314,0x7F03031D,0x7F030322,0x7F03033C,0x7F03033D,0x7F03033E,0x7F030445,0x7F030447,0x7F030449,0x7F030469 }
public static int[] Constraint = new int[] {
16842948,
16842960,
@@ -30391,44 +31011,33 @@ namespace TINK.Droid
16843702,
16843770,
16843840,
- 2130903094,
2130903095,
- 2130903127,
+ 2130903096,
2130903128,
2130903129,
- 2130903201,
- 2130903289,
+ 2130903130,
+ 2130903202,
2130903290,
- 2130903373,
- 2130903448,
- 2130903449,
- 2130903450,
- 2130903451,
- 2130903452,
- 2130903453,
- 2130903454,
- 2130903455,
- 2130903456,
+ 2130903291,
+ 2130903381,
2130903457,
2130903458,
2130903459,
2130903460,
+ 2130903461,
2130903462,
2130903463,
2130903464,
2130903465,
2130903466,
- 2130903585,
- 2130903586,
- 2130903587,
- 2130903588,
- 2130903589,
- 2130903590,
- 2130903591,
- 2130903592,
- 2130903593,
- 2130903594,
- 2130903595,
+ 2130903467,
+ 2130903468,
+ 2130903469,
+ 2130903471,
+ 2130903472,
+ 2130903473,
+ 2130903474,
+ 2130903475,
2130903596,
2130903597,
2130903598,
@@ -30464,6 +31073,7 @@ namespace TINK.Droid
2130903628,
2130903629,
2130903630,
+ 2130903631,
2130903632,
2130903633,
2130903634,
@@ -30473,22 +31083,32 @@ namespace TINK.Droid
2130903638,
2130903639,
2130903640,
+ 2130903641,
2130903643,
+ 2130903644,
+ 2130903645,
+ 2130903646,
2130903647,
- 2130903766,
- 2130903767,
- 2130903814,
- 2130903822,
- 2130903827,
- 2130903853,
- 2130903854,
- 2130903855,
- 2130904104,
- 2130904106,
- 2130904108,
- 2130904136};
+ 2130903648,
+ 2130903649,
+ 2130903650,
+ 2130903651,
+ 2130903654,
+ 2130903658,
+ 2130903777,
+ 2130903778,
+ 2130903828,
+ 2130903837,
+ 2130903842,
+ 2130903868,
+ 2130903869,
+ 2130903870,
+ 2130904133,
+ 2130904135,
+ 2130904137,
+ 2130904169};
- // aapt resource value: { 0x10100C4,0x10100D5,0x10100D6,0x10100D7,0x10100D8,0x10100D9,0x10100DC,0x10100F4,0x10100F5,0x10100F6,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10103B3,0x10103B4,0x10103B5,0x10103B6,0x1010440,0x101053B,0x101053C,0x7F030057,0x7F030058,0x7F030059,0x7F0300A1,0x7F0300C4,0x7F0300C5,0x7F0300C6,0x7F0300C7,0x7F0300C8,0x7F0300F6,0x7F0300F9,0x7F0300FA,0x7F030198,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03019E,0x7F03019F,0x7F0301A0,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F030219,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F03025B,0x7F03025C,0x7F03025F }
+ // aapt resource value: { 0x10100C4,0x10100D5,0x10100D6,0x10100D7,0x10100D8,0x10100D9,0x10100DC,0x10100F4,0x10100F5,0x10100F6,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10103B3,0x10103B4,0x10103B5,0x10103B6,0x1010440,0x101053B,0x101053C,0x7F030058,0x7F030059,0x7F03005A,0x7F0300A2,0x7F0300C5,0x7F0300C6,0x7F0300C7,0x7F0300C8,0x7F0300C9,0x7F0300F7,0x7F0300FA,0x7F0300FB,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A5,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F0301AB,0x7F0301AC,0x7F0301AD,0x7F0301AF,0x7F0301B0,0x7F0301B1,0x7F0301B2,0x7F0301B3,0x7F030224,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F03024F,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F030259,0x7F03025B,0x7F03025C,0x7F03025D,0x7F03025E,0x7F03025F,0x7F030260,0x7F030261,0x7F030262,0x7F030263,0x7F030266,0x7F030267,0x7F03026A }
public static int[] ConstraintLayout_Layout = new int[] {
16842948,
16842965,
@@ -30515,48 +31135,37 @@ namespace TINK.Droid
16843840,
16844091,
16844092,
- 2130903127,
2130903128,
2130903129,
- 2130903201,
- 2130903236,
+ 2130903130,
+ 2130903202,
2130903237,
2130903238,
2130903239,
2130903240,
- 2130903286,
- 2130903289,
+ 2130903241,
+ 2130903287,
2130903290,
- 2130903448,
- 2130903449,
- 2130903450,
- 2130903451,
- 2130903452,
- 2130903453,
- 2130903454,
- 2130903455,
- 2130903456,
+ 2130903291,
2130903457,
2130903458,
2130903459,
2130903460,
+ 2130903461,
2130903462,
2130903463,
2130903464,
2130903465,
2130903466,
- 2130903577,
- 2130903585,
- 2130903586,
- 2130903587,
+ 2130903467,
+ 2130903468,
+ 2130903469,
+ 2130903471,
+ 2130903472,
+ 2130903473,
+ 2130903474,
+ 2130903475,
2130903588,
- 2130903589,
- 2130903590,
- 2130903591,
- 2130903592,
- 2130903593,
- 2130903594,
- 2130903595,
2130903596,
2130903597,
2130903598,
@@ -30592,6 +31201,7 @@ namespace TINK.Droid
2130903628,
2130903629,
2130903630,
+ 2130903631,
2130903632,
2130903633,
2130903634,
@@ -30601,9 +31211,19 @@ namespace TINK.Droid
2130903638,
2130903639,
2130903640,
+ 2130903641,
2130903643,
2130903644,
- 2130903647};
+ 2130903645,
+ 2130903646,
+ 2130903647,
+ 2130903648,
+ 2130903649,
+ 2130903650,
+ 2130903651,
+ 2130903654,
+ 2130903655,
+ 2130903658};
// aapt resource value: 22
public const int ConstraintLayout_Layout_android_elevation = 22;
@@ -30947,10 +31567,10 @@ namespace TINK.Droid
// aapt resource value: 113
public const int ConstraintLayout_Layout_layout_wrapBehaviorInParent = 113;
- // aapt resource value: { 0x7F0300FC,0x7F030312 }
+ // aapt resource value: { 0x7F0300FD,0x7F030321 }
public static int[] ConstraintLayout_placeholder = new int[] {
- 2130903292,
- 2130903826};
+ 2130903293,
+ 2130903841};
// aapt resource value: 0
public const int ConstraintLayout_placeholder_content = 0;
@@ -30958,12 +31578,12 @@ namespace TINK.Droid
// aapt resource value: 1
public const int ConstraintLayout_placeholder_placeholder_emptyVisibility = 1;
- // aapt resource value: { 0x7F030338,0x7F030339,0x7F03033A,0x7F03033B }
+ // aapt resource value: { 0x7F030347,0x7F030348,0x7F030349,0x7F03034A }
public static int[] ConstraintLayout_ReactiveGuide = new int[] {
- 2130903864,
- 2130903865,
- 2130903866,
- 2130903867};
+ 2130903879,
+ 2130903880,
+ 2130903881,
+ 2130903882};
// aapt resource value: 0
public const int ConstraintLayout_ReactiveGuide_reactiveGuide_animateChange = 0;
@@ -30977,7 +31597,7 @@ namespace TINK.Droid
// aapt resource value: 3
public const int ConstraintLayout_ReactiveGuide_reactiveGuide_valueId = 3;
- // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030036,0x7F030037,0x7F030057,0x7F030058,0x7F030059,0x7F0300A1,0x7F0300F9,0x7F03014D,0x7F030198,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03019E,0x7F03019F,0x7F0301A0,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F030221,0x7F030222,0x7F030223,0x7F030227,0x7F03022B,0x7F03022C,0x7F03022D,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023E,0x7F030243,0x7F030244,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F03025B,0x7F03025F,0x7F0302D6,0x7F0302D7,0x7F0302D8,0x7F030306,0x7F03030E,0x7F030313,0x7F03032D,0x7F03032E,0x7F03032F,0x7F030428,0x7F03042A,0x7F03042C,0x7F030448 }
+ // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030037,0x7F030038,0x7F030058,0x7F030059,0x7F03005A,0x7F0300A2,0x7F0300FA,0x7F030155,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A5,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F0301AB,0x7F0301AC,0x7F0301AD,0x7F0301AF,0x7F0301B0,0x7F0301B1,0x7F0301B2,0x7F0301B3,0x7F03022C,0x7F03022D,0x7F03022E,0x7F030232,0x7F030236,0x7F030237,0x7F030238,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030249,0x7F03024E,0x7F03024F,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F030259,0x7F03025B,0x7F03025C,0x7F03025D,0x7F03025E,0x7F03025F,0x7F030260,0x7F030261,0x7F030262,0x7F030263,0x7F030266,0x7F03026A,0x7F0302E1,0x7F0302E2,0x7F0302E3,0x7F030314,0x7F03031D,0x7F030322,0x7F03033C,0x7F03033D,0x7F03033E,0x7F030445,0x7F030447,0x7F030449,0x7F030469 }
public static int[] ConstraintOverride = new int[] {
16842948,
16842960,
@@ -31006,64 +31626,54 @@ namespace TINK.Droid
16843702,
16843770,
16843840,
- 2130903094,
2130903095,
- 2130903127,
+ 2130903096,
2130903128,
2130903129,
- 2130903201,
- 2130903289,
- 2130903373,
- 2130903448,
- 2130903449,
- 2130903450,
- 2130903451,
- 2130903452,
- 2130903453,
- 2130903454,
- 2130903455,
- 2130903456,
+ 2130903130,
+ 2130903202,
+ 2130903290,
+ 2130903381,
2130903457,
2130903458,
2130903459,
2130903460,
+ 2130903461,
2130903462,
2130903463,
2130903464,
2130903465,
2130903466,
- 2130903585,
- 2130903586,
- 2130903587,
- 2130903591,
- 2130903595,
+ 2130903467,
+ 2130903468,
+ 2130903469,
+ 2130903471,
+ 2130903472,
+ 2130903473,
+ 2130903474,
+ 2130903475,
2130903596,
2130903597,
- 2130903600,
- 2130903601,
+ 2130903598,
2130903602,
- 2130903603,
- 2130903604,
- 2130903605,
2130903606,
2130903607,
2130903608,
- 2130903609,
- 2130903610,
2130903611,
+ 2130903612,
+ 2130903613,
2130903614,
+ 2130903615,
+ 2130903616,
+ 2130903617,
+ 2130903618,
2130903619,
2130903620,
- 2130903623,
- 2130903624,
+ 2130903621,
+ 2130903622,
2130903625,
- 2130903626,
- 2130903627,
- 2130903628,
- 2130903629,
2130903630,
- 2130903632,
- 2130903633,
+ 2130903631,
2130903634,
2130903635,
2130903636,
@@ -31071,21 +31681,31 @@ namespace TINK.Droid
2130903638,
2130903639,
2130903640,
+ 2130903641,
2130903643,
+ 2130903644,
+ 2130903645,
+ 2130903646,
2130903647,
- 2130903766,
- 2130903767,
- 2130903768,
- 2130903814,
- 2130903822,
- 2130903827,
- 2130903853,
- 2130903854,
- 2130903855,
- 2130904104,
- 2130904106,
- 2130904108,
- 2130904136};
+ 2130903648,
+ 2130903649,
+ 2130903650,
+ 2130903651,
+ 2130903654,
+ 2130903658,
+ 2130903777,
+ 2130903778,
+ 2130903779,
+ 2130903828,
+ 2130903837,
+ 2130903842,
+ 2130903868,
+ 2130903869,
+ 2130903870,
+ 2130904133,
+ 2130904135,
+ 2130904137,
+ 2130904169};
// aapt resource value: 13
public const int ConstraintOverride_android_alpha = 13;
@@ -31408,7 +32028,7 @@ namespace TINK.Droid
// aapt resource value: 106
public const int ConstraintOverride_visibilityMode = 106;
- // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10101B5,0x10101B6,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030000,0x7F030036,0x7F030037,0x7F030057,0x7F030058,0x7F030059,0x7F0300A1,0x7F0300F9,0x7F0300FA,0x7F03013A,0x7F03014D,0x7F030198,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03019E,0x7F03019F,0x7F0301A0,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F03025B,0x7F03025F,0x7F0302D6,0x7F0302D7,0x7F030306,0x7F03030E,0x7F030313,0x7F03032F,0x7F03042A,0x7F03042C }
+ // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10101B5,0x10101B6,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030000,0x7F030037,0x7F030038,0x7F030058,0x7F030059,0x7F03005A,0x7F0300A2,0x7F0300FA,0x7F0300FB,0x7F030141,0x7F030155,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A5,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F0301AB,0x7F0301AC,0x7F0301AD,0x7F0301AF,0x7F0301B0,0x7F0301B1,0x7F0301B2,0x7F0301B3,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F03024F,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030256,0x7F030257,0x7F030258,0x7F030259,0x7F03025B,0x7F03025C,0x7F03025D,0x7F03025E,0x7F03025F,0x7F030260,0x7F030261,0x7F030262,0x7F030263,0x7F030266,0x7F03026A,0x7F0302E1,0x7F0302E2,0x7F030314,0x7F03031D,0x7F030322,0x7F03033E,0x7F030447,0x7F030449 }
public static int[] ConstraintSet = new int[] {
16842948,
16842960,
@@ -31440,45 +32060,34 @@ namespace TINK.Droid
16843770,
16843840,
2130903040,
- 2130903094,
2130903095,
- 2130903127,
+ 2130903096,
2130903128,
2130903129,
- 2130903201,
- 2130903289,
+ 2130903130,
+ 2130903202,
2130903290,
- 2130903354,
- 2130903373,
- 2130903448,
- 2130903449,
- 2130903450,
- 2130903451,
- 2130903452,
- 2130903453,
- 2130903454,
- 2130903455,
- 2130903456,
+ 2130903291,
+ 2130903361,
+ 2130903381,
2130903457,
2130903458,
2130903459,
2130903460,
+ 2130903461,
2130903462,
2130903463,
2130903464,
2130903465,
2130903466,
- 2130903585,
- 2130903586,
- 2130903587,
- 2130903588,
- 2130903589,
- 2130903590,
- 2130903591,
- 2130903592,
- 2130903593,
- 2130903594,
- 2130903595,
+ 2130903467,
+ 2130903468,
+ 2130903469,
+ 2130903471,
+ 2130903472,
+ 2130903473,
+ 2130903474,
+ 2130903475,
2130903596,
2130903597,
2130903598,
@@ -31486,6 +32095,7 @@ namespace TINK.Droid
2130903600,
2130903601,
2130903602,
+ 2130903603,
2130903604,
2130903605,
2130903606,
@@ -31496,7 +32106,6 @@ namespace TINK.Droid
2130903611,
2130903612,
2130903613,
- 2130903614,
2130903615,
2130903616,
2130903617,
@@ -31508,29 +32117,40 @@ namespace TINK.Droid
2130903623,
2130903624,
2130903625,
+ 2130903626,
2130903627,
2130903628,
2130903629,
2130903630,
+ 2130903631,
2130903632,
2130903633,
2130903634,
2130903635,
2130903636,
- 2130903637,
2130903638,
2130903639,
2130903640,
+ 2130903641,
2130903643,
+ 2130903644,
+ 2130903645,
+ 2130903646,
2130903647,
- 2130903766,
- 2130903767,
- 2130903814,
- 2130903822,
- 2130903827,
- 2130903855,
- 2130904106,
- 2130904108};
+ 2130903648,
+ 2130903649,
+ 2130903650,
+ 2130903651,
+ 2130903654,
+ 2130903658,
+ 2130903777,
+ 2130903778,
+ 2130903828,
+ 2130903837,
+ 2130903842,
+ 2130903870,
+ 2130904135,
+ 2130904137};
// aapt resource value: 15
public const int ConstraintSet_android_alpha = 15;
@@ -32264,23 +32884,23 @@ namespace TINK.Droid
// aapt resource value: 122
public const int Constraint_visibilityMode = 122;
- // aapt resource value: { 0x7F03020E,0x7F03038C }
+ // aapt resource value: { 0x7F030219,0x7F0303A7 }
public static int[] CoordinatorLayout = new int[] {
- 2130903566,
- 2130903948};
+ 2130903577,
+ 2130903975};
// aapt resource value: 0
public const int CoordinatorLayout_keylines = 0;
- // aapt resource value: { 0x10100B3,0x7F03021C,0x7F03021D,0x7F03021E,0x7F03024F,0x7F030259,0x7F03025A }
+ // aapt resource value: { 0x10100B3,0x7F030227,0x7F030228,0x7F030229,0x7F03025A,0x7F030264,0x7F030265 }
public static int[] CoordinatorLayout_Layout = new int[] {
16842931,
- 2130903580,
- 2130903581,
- 2130903582,
- 2130903631,
- 2130903641,
- 2130903642};
+ 2130903591,
+ 2130903592,
+ 2130903593,
+ 2130903642,
+ 2130903652,
+ 2130903653};
// aapt resource value: 0
public const int CoordinatorLayout_Layout_android_layout_gravity = 0;
@@ -32306,19 +32926,54 @@ namespace TINK.Droid
// aapt resource value: 1
public const int CoordinatorLayout_statusBarBackground = 1;
- // aapt resource value: { 0x7F03003F,0x7F030123,0x7F030124,0x7F030125,0x7F030126,0x7F030127,0x7F030128,0x7F03012A,0x7F03012B,0x7F03012C,0x7F0302B1 }
+ // aapt resource value: { 0x7F03010C,0x7F03011C,0x7F03011D,0x7F030151,0x7F030316,0x7F030358,0x7F030370,0x7F03044E }
+ public static int[] Corpus = new int[] {
+ 2130903308,
+ 2130903324,
+ 2130903325,
+ 2130903377,
+ 2130903830,
+ 2130903896,
+ 2130903920,
+ 2130904142};
+
+ // aapt resource value: 0
+ public const int Corpus_contentProviderUri = 0;
+
+ // aapt resource value: 1
+ public const int Corpus_corpusId = 1;
+
+ // aapt resource value: 2
+ public const int Corpus_corpusVersion = 2;
+
+ // aapt resource value: 3
+ public const int Corpus_documentMaxAgeSecs = 3;
+
+ // aapt resource value: 4
+ public const int Corpus_perAccountTemplate = 4;
+
+ // aapt resource value: 5
+ public const int Corpus_schemaOrgType = 5;
+
+ // aapt resource value: 6
+ public const int Corpus_semanticallySearchable = 6;
+
+ // aapt resource value: 7
+ public const int Corpus_trimmable = 7;
+
+ // aapt resource value: { 0x7F030040,0x7F030127,0x7F030128,0x7F030129,0x7F03012A,0x7F03012B,0x7F03012C,0x7F03012E,0x7F03012F,0x7F030130,0x7F0302BC }
public static int[] CustomAttribute = new int[] {
- 2130903103,
- 2130903331,
- 2130903332,
- 2130903333,
- 2130903334,
+ 2130903104,
2130903335,
2130903336,
+ 2130903337,
2130903338,
2130903339,
2130903340,
- 2130903729};
+ 2130903342,
+ 2130903343,
+ 2130903344,
+ 2130903740};
// aapt resource value: 0
public const int CustomAttribute_attributeName = 0;
@@ -32353,7 +33008,7 @@ namespace TINK.Droid
// aapt resource value: 10
public const int CustomAttribute_methodName = 10;
- // aapt resource value: { 0x10101F2,0x10101F3,0x10101F4,0x10101F5,0x10101F6,0x10101F7,0x7F03013D,0x7F03013E,0x7F03013F,0x7F030143,0x7F0302E4,0x7F03031C }
+ // aapt resource value: { 0x10101F2,0x10101F3,0x10101F4,0x10101F5,0x10101F6,0x10101F7,0x7F030144,0x7F030145,0x7F030146,0x7F03014A,0x7F0302EF,0x7F03032B }
public static int[] DialogPreference = new int[] {
16843250,
16843251,
@@ -32361,12 +33016,12 @@ namespace TINK.Droid
16843253,
16843254,
16843255,
- 2130903357,
- 2130903358,
- 2130903359,
- 2130903363,
- 2130903780,
- 2130903836};
+ 2130903364,
+ 2130903365,
+ 2130903366,
+ 2130903370,
+ 2130903791,
+ 2130903851};
// aapt resource value: 2
public const int DialogPreference_android_dialogIcon = 2;
@@ -32404,16 +33059,16 @@ namespace TINK.Droid
// aapt resource value: 11
public const int DialogPreference_positiveButtonText = 11;
- // aapt resource value: { 0x7F03003D,0x7F03003E,0x7F030056,0x7F0300DE,0x7F030152,0x7F0301BB,0x7F030374,0x7F0303F6 }
+ // aapt resource value: { 0x7F03003E,0x7F03003F,0x7F030057,0x7F0300DF,0x7F03015A,0x7F0301C4,0x7F03038F,0x7F030412 }
public static int[] DrawerArrowToggle = new int[] {
- 2130903101,
2130903102,
- 2130903126,
- 2130903262,
- 2130903378,
- 2130903483,
- 2130903924,
- 2130904054};
+ 2130903103,
+ 2130903127,
+ 2130903263,
+ 2130903386,
+ 2130903492,
+ 2130903951,
+ 2130904082};
// aapt resource value: 0
public const int DrawerArrowToggle_arrowHeadLength = 0;
@@ -32439,33 +33094,33 @@ namespace TINK.Droid
// aapt resource value: 7
public const int DrawerArrowToggle_thickness = 7;
- // aapt resource value: { 0x7F030161 }
+ // aapt resource value: { 0x7F030169 }
public static int[] DrawerLayout = new int[] {
- 2130903393};
+ 2130903401};
// aapt resource value: 0
public const int DrawerLayout_elevation = 0;
- // aapt resource value: { 0x7F03043F }
+ // aapt resource value: { 0x7F03045D }
public static int[] EditTextPreference = new int[] {
- 2130904127};
+ 2130904157};
// aapt resource value: 0
public const int EditTextPreference_useSimpleSummaryProvider = 0;
- // aapt resource value: { 0x7F0300D9,0x7F030161,0x7F030185,0x7F0301C8,0x7F030364,0x7F030369 }
+ // aapt resource value: { 0x7F0300DA,0x7F030169,0x7F03018D,0x7F0301D1,0x7F03037E,0x7F030383 }
public static int[] ExtendedFloatingActionButton = new int[] {
- 2130903257,
- 2130903393,
- 2130903429,
- 2130903496,
- 2130903908,
- 2130903913};
+ 2130903258,
+ 2130903401,
+ 2130903437,
+ 2130903505,
+ 2130903934,
+ 2130903939};
- // aapt resource value: { 0x7F03005A,0x7F03005B }
+ // aapt resource value: { 0x7F03005B,0x7F03005C }
public static int[] ExtendedFloatingActionButton_Behavior_Layout = new int[] {
- 2130903130,
- 2130903131};
+ 2130903131,
+ 2130903132};
// aapt resource value: 0
public const int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide = 0;
@@ -32491,25 +33146,36 @@ namespace TINK.Droid
// aapt resource value: 5
public const int ExtendedFloatingActionButton_shrinkMotionSpec = 5;
- // aapt resource value: { 0x101000E,0x7F030051,0x7F030052,0x7F030068,0x7F030161,0x7F03016F,0x7F03018F,0x7F030190,0x7F0301C8,0x7F0301D2,0x7F03029A,0x7F03032A,0x7F030342,0x7F030359,0x7F03035C,0x7F030364,0x7F03043D }
+ // aapt resource value: { 0x7F03030D,0x7F03030E }
+ public static int[] FeatureParam = new int[] {
+ 2130903821,
+ 2130903822};
+
+ // aapt resource value: 0
+ public const int FeatureParam_paramName = 0;
+
+ // aapt resource value: 1
+ public const int FeatureParam_paramValue = 1;
+
+ // aapt resource value: { 0x101000E,0x7F030052,0x7F030053,0x7F030069,0x7F030169,0x7F030177,0x7F030197,0x7F030198,0x7F0301D1,0x7F0301DB,0x7F0302A5,0x7F030339,0x7F030351,0x7F030373,0x7F030376,0x7F03037E,0x7F03045B }
public static int[] FloatingActionButton = new int[] {
16842766,
- 2130903121,
2130903122,
- 2130903144,
- 2130903393,
- 2130903407,
- 2130903439,
- 2130903440,
- 2130903496,
- 2130903506,
- 2130903706,
- 2130903850,
- 2130903874,
- 2130903897,
- 2130903900,
- 2130903908,
- 2130904125};
+ 2130903123,
+ 2130903145,
+ 2130903401,
+ 2130903415,
+ 2130903447,
+ 2130903448,
+ 2130903505,
+ 2130903515,
+ 2130903717,
+ 2130903865,
+ 2130903889,
+ 2130903923,
+ 2130903926,
+ 2130903934,
+ 2130904155};
// aapt resource value: 0
public const int FloatingActionButton_android_enabled = 0;
@@ -32520,9 +33186,9 @@ namespace TINK.Droid
// aapt resource value: 2
public const int FloatingActionButton_backgroundTintMode = 2;
- // aapt resource value: { 0x7F03005A }
+ // aapt resource value: { 0x7F03005B }
public static int[] FloatingActionButton_Behavior_Layout = new int[] {
- 2130903130};
+ 2130903131};
// aapt resource value: 0
public const int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0;
@@ -32569,10 +33235,10 @@ namespace TINK.Droid
// aapt resource value: 16
public const int FloatingActionButton_useCompatPadding = 16;
- // aapt resource value: { 0x7F030204,0x7F030264 }
+ // aapt resource value: { 0x7F03020F,0x7F03026F }
public static int[] FlowLayout = new int[] {
- 2130903556,
- 2130903652};
+ 2130903567,
+ 2130903663};
// aapt resource value: 0
public const int FlowLayout_itemSpacing = 0;
@@ -32580,28 +33246,28 @@ namespace TINK.Droid
// aapt resource value: 1
public const int FlowLayout_lineSpacing = 1;
- // aapt resource value: { 0x7F0301AD,0x7F0301AE,0x7F0301AF,0x7F0301B0,0x7F0301B1,0x7F0301B2,0x7F0301B3 }
+ // aapt resource value: { 0x7F0301B6,0x7F0301B7,0x7F0301B8,0x7F0301B9,0x7F0301BA,0x7F0301BB,0x7F0301BC }
public static int[] FontFamily = new int[] {
- 2130903469,
- 2130903470,
- 2130903471,
- 2130903472,
- 2130903473,
- 2130903474,
- 2130903475};
+ 2130903478,
+ 2130903479,
+ 2130903480,
+ 2130903481,
+ 2130903482,
+ 2130903483,
+ 2130903484};
- // aapt resource value: { 0x1010532,0x1010533,0x101053F,0x101056F,0x1010570,0x7F0301AB,0x7F0301B4,0x7F0301B5,0x7F0301B6,0x7F030431 }
+ // aapt resource value: { 0x1010532,0x1010533,0x101053F,0x101056F,0x1010570,0x7F0301B4,0x7F0301BD,0x7F0301BE,0x7F0301BF,0x7F03044F }
public static int[] FontFamilyFont = new int[] {
16844082,
16844083,
16844095,
16844143,
16844144,
- 2130903467,
2130903476,
- 2130903477,
- 2130903478,
- 2130904113};
+ 2130903485,
+ 2130903486,
+ 2130903487,
+ 2130904143};
// aapt resource value: 0
public const int FontFamilyFont_android_font = 0;
@@ -32654,11 +33320,11 @@ namespace TINK.Droid
// aapt resource value: 6
public const int FontFamily_fontProviderSystemFontFamily = 6;
- // aapt resource value: { 0x1010109,0x1010200,0x7F0301B8 }
+ // aapt resource value: { 0x1010109,0x1010200,0x7F0301C1 }
public static int[] ForegroundLinearLayout = new int[] {
16843017,
16843264,
- 2130903480};
+ 2130903489};
// aapt resource value: 0
public const int ForegroundLinearLayout_android_foreground = 0;
@@ -32695,6 +33361,51 @@ namespace TINK.Droid
// aapt resource value: 2
public const int Fragment_android_tag = 2;
+ // aapt resource value: { 0x7F030138,0x7F030139,0x7F03013A,0x7F03035E,0x7F030361,0x7F030372 }
+ public static int[] GlobalSearch = new int[] {
+ 2130903352,
+ 2130903353,
+ 2130903354,
+ 2130903902,
+ 2130903905,
+ 2130903922};
+
+ // aapt resource value: { 0x7F030031 }
+ public static int[] GlobalSearchCorpus = new int[] {
+ 2130903089};
+
+ // aapt resource value: 0
+ public const int GlobalSearchCorpus_allowShortcuts = 0;
+
+ // aapt resource value: { 0x7F030363,0x7F030366 }
+ public static int[] GlobalSearchSection = new int[] {
+ 2130903907,
+ 2130903910};
+
+ // aapt resource value: 0
+ public const int GlobalSearchSection_sectionContent = 0;
+
+ // aapt resource value: 1
+ public const int GlobalSearchSection_sectionType = 1;
+
+ // aapt resource value: 0
+ public const int GlobalSearch_defaultIntentAction = 0;
+
+ // aapt resource value: 1
+ public const int GlobalSearch_defaultIntentActivity = 1;
+
+ // aapt resource value: 2
+ public const int GlobalSearch_defaultIntentData = 2;
+
+ // aapt resource value: 3
+ public const int GlobalSearch_searchEnabled = 3;
+
+ // aapt resource value: 4
+ public const int GlobalSearch_searchLabel = 4;
+
+ // aapt resource value: 5
+ public const int GlobalSearch_settingsDescription = 5;
+
// aapt resource value: { 0x101019D,0x101019E,0x10101A1,0x10101A2,0x10101A3,0x10101A4,0x1010201,0x101020B,0x1010510,0x1010511,0x1010512,0x1010513 }
public static int[] GradientColor = new int[] {
16843165,
@@ -32757,22 +33468,22 @@ namespace TINK.Droid
// aapt resource value: 2
public const int GradientColor_android_type = 2;
- // aapt resource value: { 0x7F030034,0x7F030065,0x7F030079,0x7F03010C,0x7F030120,0x7F0301E2,0x7F0301E3,0x7F0301E4,0x7F0301E5,0x7F0302F5,0x7F030344,0x7F030345,0x7F030346,0x7F03044A }
+ // aapt resource value: { 0x7F030035,0x7F030066,0x7F03007A,0x7F03010E,0x7F030124,0x7F0301EB,0x7F0301EC,0x7F0301ED,0x7F0301EE,0x7F030301,0x7F030353,0x7F030354,0x7F030355,0x7F03046B }
public static int[] ImageFilterView = new int[] {
- 2130903092,
- 2130903141,
- 2130903161,
- 2130903308,
- 2130903328,
- 2130903522,
- 2130903523,
- 2130903524,
- 2130903525,
- 2130903797,
- 2130903876,
- 2130903877,
- 2130903878,
- 2130904138};
+ 2130903093,
+ 2130903142,
+ 2130903162,
+ 2130903310,
+ 2130903332,
+ 2130903531,
+ 2130903532,
+ 2130903533,
+ 2130903534,
+ 2130903809,
+ 2130903891,
+ 2130903892,
+ 2130903893,
+ 2130904171};
// aapt resource value: 0
public const int ImageFilterView_altSrc = 0;
@@ -32816,19 +33527,46 @@ namespace TINK.Droid
// aapt resource value: 13
public const int ImageFilterView_warmth = 13;
- // aapt resource value: { 0x7F0300F6 }
+ // aapt resource value: { 0x7F0301F9,0x7F03038D,0x7F030431,0x7F03045F,0x7F030460,0x7F030461 }
+ public static int[] IMECorpus = new int[] {
+ 2130903545,
+ 2130903949,
+ 2130904113,
+ 2130904159,
+ 2130904160,
+ 2130904161};
+
+ // aapt resource value: 0
+ public const int IMECorpus_inputEnabled = 0;
+
+ // aapt resource value: 1
+ public const int IMECorpus_sourceClass = 1;
+
+ // aapt resource value: 2
+ public const int IMECorpus_toAddressesSection = 2;
+
+ // aapt resource value: 3
+ public const int IMECorpus_userInputSection = 3;
+
+ // aapt resource value: 4
+ public const int IMECorpus_userInputTag = 4;
+
+ // aapt resource value: 5
+ public const int IMECorpus_userInputValue = 5;
+
+ // aapt resource value: { 0x7F0300F7 }
public static int[] include = new int[] {
- 2130903286};
+ 2130903287};
// aapt resource value: 0
public const int include_constraintSet = 0;
- // aapt resource value: { 0x7F0302F7,0x7F0302F9,0x7F0302FA,0x7F0302FD }
+ // aapt resource value: { 0x7F030303,0x7F030305,0x7F030306,0x7F030309 }
public static int[] Insets = new int[] {
- 2130903799,
- 2130903801,
- 2130903802,
- 2130903805};
+ 2130903811,
+ 2130903813,
+ 2130903814,
+ 2130903817};
// aapt resource value: 0
public const int Insets_paddingBottomSystemWindowInsets = 0;
@@ -32842,14 +33580,14 @@ namespace TINK.Droid
// aapt resource value: 3
public const int Insets_paddingTopSystemWindowInsets = 3;
- // aapt resource value: { 0x7F0300DD }
+ // aapt resource value: { 0x7F0300DE }
public static int[] ItemsViewRendererTheme = new int[] {
- 2130903261};
+ 2130903262};
// aapt resource value: 0
public const int ItemsViewRendererTheme_collectionViewStyle = 0;
- // aapt resource value: { 0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030122,0x7F0301BA,0x7F0302D6,0x7F0302D8,0x7F030428,0x7F03042A,0x7F03042C }
+ // aapt resource value: { 0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030126,0x7F0301C3,0x7F0302E1,0x7F0302E3,0x7F030445,0x7F030447,0x7F030449 }
public static int[] KeyAttribute = new int[] {
16843551,
16843552,
@@ -32863,13 +33601,13 @@ namespace TINK.Droid
16843560,
16843770,
16843840,
- 2130903330,
- 2130903482,
- 2130903766,
- 2130903768,
- 2130904104,
- 2130904106,
- 2130904108};
+ 2130903334,
+ 2130903491,
+ 2130903777,
+ 2130903779,
+ 2130904133,
+ 2130904135,
+ 2130904137};
// aapt resource value: 0
public const int KeyAttribute_android_alpha = 0;
@@ -32928,7 +33666,7 @@ namespace TINK.Droid
// aapt resource value: 18
public const int KeyAttribute_transitionPathRotate = 18;
- // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030122,0x7F0301BA,0x7F0302D6,0x7F0302D8,0x7F03042A,0x7F03042C,0x7F03044C,0x7F03044D,0x7F03044E,0x7F03044F,0x7F030450 }
+ // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030126,0x7F0301C3,0x7F0302E1,0x7F0302E3,0x7F030447,0x7F030449,0x7F03046D,0x7F03046E,0x7F03046F,0x7F030470,0x7F030471 }
public static int[] KeyCycle = new int[] {
16843551,
16843554,
@@ -32940,17 +33678,17 @@ namespace TINK.Droid
16843560,
16843770,
16843840,
- 2130903330,
- 2130903482,
- 2130903766,
- 2130903768,
- 2130904106,
- 2130904108,
- 2130904140,
- 2130904141,
- 2130904142,
- 2130904143,
- 2130904144};
+ 2130903334,
+ 2130903491,
+ 2130903777,
+ 2130903779,
+ 2130904135,
+ 2130904137,
+ 2130904173,
+ 2130904174,
+ 2130904175,
+ 2130904176,
+ 2130904177};
// aapt resource value: 0
public const int KeyCycle_android_alpha = 0;
@@ -33027,20 +33765,20 @@ namespace TINK.Droid
public static int[] KeyFramesVelocity = new int[] {
-1};
- // aapt resource value: { 0x7F030122,0x7F03014D,0x7F0301BA,0x7F03020C,0x7F0302D8,0x7F030306,0x7F030308,0x7F030309,0x7F03030A,0x7F03030B,0x7F03036E,0x7F03042A }
+ // aapt resource value: { 0x7F030126,0x7F030155,0x7F0301C3,0x7F030217,0x7F0302E3,0x7F030314,0x7F030317,0x7F030318,0x7F030319,0x7F03031A,0x7F030388,0x7F030447 }
public static int[] KeyPosition = new int[] {
- 2130903330,
- 2130903373,
- 2130903482,
- 2130903564,
- 2130903768,
- 2130903814,
- 2130903816,
- 2130903817,
- 2130903818,
- 2130903819,
- 2130903918,
- 2130904106};
+ 2130903334,
+ 2130903381,
+ 2130903491,
+ 2130903575,
+ 2130903779,
+ 2130903828,
+ 2130903831,
+ 2130903832,
+ 2130903833,
+ 2130903834,
+ 2130903944,
+ 2130904135};
// aapt resource value: 0
public const int KeyPosition_curveFit = 0;
@@ -33078,7 +33816,7 @@ namespace TINK.Droid
// aapt resource value: 11
public const int KeyPosition_transitionEasing = 11;
- // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030122,0x7F0301BA,0x7F0302D6,0x7F0302D8,0x7F03042A,0x7F03042C,0x7F03044B,0x7F03044C,0x7F03044D,0x7F03044E,0x7F03044F }
+ // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030126,0x7F0301C3,0x7F0302E1,0x7F0302E3,0x7F030447,0x7F030449,0x7F03046C,0x7F03046D,0x7F03046E,0x7F03046F,0x7F030470 }
public static int[] KeyTimeCycle = new int[] {
16843551,
16843554,
@@ -33090,17 +33828,17 @@ namespace TINK.Droid
16843560,
16843770,
16843840,
- 2130903330,
- 2130903482,
- 2130903766,
- 2130903768,
- 2130904106,
- 2130904108,
- 2130904139,
- 2130904140,
- 2130904141,
- 2130904142,
- 2130904143};
+ 2130903334,
+ 2130903491,
+ 2130903777,
+ 2130903779,
+ 2130904135,
+ 2130904137,
+ 2130904172,
+ 2130904173,
+ 2130904174,
+ 2130904175,
+ 2130904176};
// aapt resource value: 0
public const int KeyTimeCycle_android_alpha = 0;
@@ -33165,21 +33903,21 @@ namespace TINK.Droid
// aapt resource value: 20
public const int KeyTimeCycle_waveShape = 20;
- // aapt resource value: { 0x7F0301BA,0x7F0302D8,0x7F0302D9,0x7F0302DA,0x7F0302EB,0x7F0302ED,0x7F0302EE,0x7F03042E,0x7F03042F,0x7F030430,0x7F030445,0x7F030446,0x7F030447 }
+ // aapt resource value: { 0x7F0301C3,0x7F0302E3,0x7F0302E4,0x7F0302E5,0x7F0302F7,0x7F0302F9,0x7F0302FA,0x7F03044B,0x7F03044C,0x7F03044D,0x7F030466,0x7F030467,0x7F030468 }
public static int[] KeyTrigger = new int[] {
- 2130903482,
- 2130903768,
- 2130903769,
- 2130903770,
- 2130903787,
- 2130903789,
- 2130903790,
- 2130904110,
- 2130904111,
- 2130904112,
- 2130904133,
- 2130904134,
- 2130904135};
+ 2130903491,
+ 2130903779,
+ 2130903780,
+ 2130903781,
+ 2130903799,
+ 2130903801,
+ 2130903802,
+ 2130904139,
+ 2130904140,
+ 2130904141,
+ 2130904166,
+ 2130904167,
+ 2130904168};
// aapt resource value: 0
public const int KeyTrigger_framePosition = 0;
@@ -33220,7 +33958,7 @@ namespace TINK.Droid
// aapt resource value: 12
public const int KeyTrigger_viewTransitionOnPositiveCross = 12;
- // aapt resource value: { 0x10100C4,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x10103B5,0x10103B6,0x7F030057,0x7F030058,0x7F030059,0x7F0300A1,0x7F0300F9,0x7F0300FA,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F03025B,0x7F03025F,0x7F030299,0x7F03029D,0x7F0302B4,0x7F0302B8 }
+ // aapt resource value: { 0x10100C4,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x10103B5,0x10103B6,0x7F030058,0x7F030059,0x7F03005A,0x7F0300A2,0x7F0300FA,0x7F0300FB,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024F,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F030259,0x7F03025B,0x7F03025C,0x7F03025D,0x7F03025E,0x7F03025F,0x7F030260,0x7F030261,0x7F030262,0x7F030263,0x7F030266,0x7F03026A,0x7F0302A4,0x7F0302A8,0x7F0302BF,0x7F0302C3 }
public static int[] Layout = new int[] {
16842948,
16842996,
@@ -33231,23 +33969,12 @@ namespace TINK.Droid
16843002,
16843701,
16843702,
- 2130903127,
2130903128,
2130903129,
- 2130903201,
- 2130903289,
+ 2130903130,
+ 2130903202,
2130903290,
- 2130903585,
- 2130903586,
- 2130903587,
- 2130903588,
- 2130903589,
- 2130903590,
- 2130903591,
- 2130903592,
- 2130903593,
- 2130903594,
- 2130903595,
+ 2130903291,
2130903596,
2130903597,
2130903598,
@@ -33271,6 +33998,7 @@ namespace TINK.Droid
2130903616,
2130903617,
2130903618,
+ 2130903619,
2130903620,
2130903621,
2130903622,
@@ -33281,7 +34009,7 @@ namespace TINK.Droid
2130903627,
2130903628,
2130903629,
- 2130903630,
+ 2130903631,
2130903632,
2130903633,
2130903634,
@@ -33291,12 +34019,22 @@ namespace TINK.Droid
2130903638,
2130903639,
2130903640,
+ 2130903641,
2130903643,
+ 2130903644,
+ 2130903645,
+ 2130903646,
2130903647,
- 2130903705,
- 2130903709,
- 2130903732,
- 2130903736};
+ 2130903648,
+ 2130903649,
+ 2130903650,
+ 2130903651,
+ 2130903654,
+ 2130903658,
+ 2130903716,
+ 2130903720,
+ 2130903743,
+ 2130903747};
// aapt resource value: 2
public const int Layout_android_layout_height = 2;
@@ -33523,17 +34261,17 @@ namespace TINK.Droid
// aapt resource value: 74
public const int Layout_minWidth = 74;
- // aapt resource value: { 0x10100AF,0x10100C4,0x1010126,0x1010127,0x1010128,0x7F030146,0x7F030148,0x7F03029E,0x7F030363 }
+ // aapt resource value: { 0x10100AF,0x10100C4,0x1010126,0x1010127,0x1010128,0x7F03014D,0x7F03014F,0x7F0302A9,0x7F03037D }
public static int[] LinearLayoutCompat = new int[] {
16842927,
16842948,
16843046,
16843047,
16843048,
- 2130903366,
- 2130903368,
- 2130903710,
- 2130903907};
+ 2130903373,
+ 2130903375,
+ 2130903721,
+ 2130903933};
// aapt resource value: 2
public const int LinearLayoutCompat_android_baselineAligned = 2;
@@ -33581,10 +34319,10 @@ namespace TINK.Droid
// aapt resource value: 8
public const int LinearLayoutCompat_showDividers = 8;
- // aapt resource value: { 0x7F0301E6,0x7F0301EA }
+ // aapt resource value: { 0x7F0301EF,0x7F0301F4 }
public static int[] LinearProgressIndicator = new int[] {
- 2130903526,
- 2130903530};
+ 2130903535,
+ 2130903540};
// aapt resource value: 0
public const int LinearProgressIndicator_indeterminateAnimationType = 0;
@@ -33603,13 +34341,13 @@ namespace TINK.Droid
// aapt resource value: 1
public const int ListPopupWindow_android_dropDownVerticalOffset = 1;
- // aapt resource value: { 0x10100B2,0x10101F8,0x7F030171,0x7F030172,0x7F03043F }
+ // aapt resource value: { 0x10100B2,0x10101F8,0x7F030179,0x7F03017A,0x7F03045D }
public static int[] ListPreference = new int[] {
16842930,
16843256,
- 2130903409,
- 2130903410,
- 2130904127};
+ 2130903417,
+ 2130903418,
+ 2130904157};
// aapt resource value: 0
public const int ListPreference_android_entries = 0;
@@ -33626,11 +34364,11 @@ namespace TINK.Droid
// aapt resource value: 4
public const int ListPreference_useSimpleSummaryProvider = 4;
- // aapt resource value: { 0x7F0300C1,0x7F0301DF,0x7F0301E0 }
+ // aapt resource value: { 0x7F0300C2,0x7F0301E8,0x7F0301E9 }
public static int[] LoadingImageView = new int[] {
- 2130903233,
- 2130903519,
- 2130903520};
+ 2130903234,
+ 2130903528,
+ 2130903529};
// aapt resource value: 0
public const int LoadingImageView_circleCrop = 0;
@@ -33641,32 +34379,32 @@ namespace TINK.Droid
// aapt resource value: 2
public const int LoadingImageView_imageAspectRatioAdjust = 2;
- // aapt resource value: { 0x7F030035,0x7F030088,0x7F030089,0x7F03008A,0x7F03008B,0x7F03008C,0x7F03008D,0x7F03008E,0x7F030213,0x7F030214,0x7F030215,0x7F030216,0x7F030275,0x7F030278,0x7F030432,0x7F030433,0x7F030434,0x7F030435,0x7F030436,0x7F030437,0x7F030438,0x7F030439,0x7F030440,0x7F03045F }
+ // aapt resource value: { 0x7F030036,0x7F030089,0x7F03008A,0x7F03008B,0x7F03008C,0x7F03008D,0x7F03008E,0x7F03008F,0x7F03021E,0x7F03021F,0x7F030220,0x7F030221,0x7F030280,0x7F030283,0x7F030450,0x7F030451,0x7F030452,0x7F030453,0x7F030454,0x7F030455,0x7F030456,0x7F030457,0x7F03045E,0x7F030480 }
public static int[] MapAttrs = new int[] {
- 2130903093,
- 2130903176,
+ 2130903094,
2130903177,
2130903178,
2130903179,
2130903180,
2130903181,
2130903182,
- 2130903571,
- 2130903572,
- 2130903573,
- 2130903574,
- 2130903669,
- 2130903672,
- 2130904114,
- 2130904115,
- 2130904116,
- 2130904117,
- 2130904118,
- 2130904119,
- 2130904120,
- 2130904121,
- 2130904128,
- 2130904159};
+ 2130903183,
+ 2130903582,
+ 2130903583,
+ 2130903584,
+ 2130903585,
+ 2130903680,
+ 2130903683,
+ 2130904144,
+ 2130904145,
+ 2130904146,
+ 2130904147,
+ 2130904148,
+ 2130904149,
+ 2130904150,
+ 2130904151,
+ 2130904158,
+ 2130904192};
// aapt resource value: 0
public const int MapAttrs_ambientEnabled = 0;
@@ -33740,20 +34478,20 @@ namespace TINK.Droid
// aapt resource value: 23
public const int MapAttrs_zOrderOnTop = 23;
- // aapt resource value: { 0x7F03004A,0x7F03004B,0x7F03004C,0x7F03004D }
+ // aapt resource value: { 0x7F03004B,0x7F03004C,0x7F03004D,0x7F03004E }
public static int[] MaterialAlertDialog = new int[] {
- 2130903114,
2130903115,
2130903116,
- 2130903117};
+ 2130903117,
+ 2130903118};
- // aapt resource value: { 0x7F030279,0x7F03027A,0x7F03027B,0x7F03027C,0x7F03027D }
+ // aapt resource value: { 0x7F030284,0x7F030285,0x7F030286,0x7F030287,0x7F030288 }
public static int[] MaterialAlertDialogTheme = new int[] {
- 2130903673,
- 2130903674,
- 2130903675,
- 2130903676,
- 2130903677};
+ 2130903684,
+ 2130903685,
+ 2130903686,
+ 2130903687,
+ 2130903688};
// aapt resource value: 0
public const int MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle = 0;
@@ -33789,7 +34527,7 @@ namespace TINK.Droid
// aapt resource value: 0
public const int MaterialAutoCompleteTextView_android_inputType = 0;
- // aapt resource value: { 0x10100D4,0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x10101E5,0x7F030051,0x7F030052,0x7F030114,0x7F030161,0x7F0301D3,0x7F0301D5,0x7F0301D6,0x7F0301D7,0x7F0301DA,0x7F0301DB,0x7F030342,0x7F030359,0x7F03035C,0x7F03038F,0x7F030390 }
+ // aapt resource value: { 0x10100D4,0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x10101E5,0x7F030052,0x7F030053,0x7F030116,0x7F030169,0x7F0301DC,0x7F0301DE,0x7F0301DF,0x7F0301E0,0x7F0301E3,0x7F0301E4,0x7F030351,0x7F030373,0x7F030376,0x7F0303AA,0x7F0303AB }
public static int[] MaterialButton = new int[] {
16842964,
16843191,
@@ -33797,27 +34535,27 @@ namespace TINK.Droid
16843193,
16843194,
16843237,
- 2130903121,
2130903122,
- 2130903316,
- 2130903393,
- 2130903507,
- 2130903509,
- 2130903510,
- 2130903511,
- 2130903514,
- 2130903515,
- 2130903874,
- 2130903897,
- 2130903900,
- 2130903951,
- 2130903952};
+ 2130903123,
+ 2130903318,
+ 2130903401,
+ 2130903516,
+ 2130903518,
+ 2130903519,
+ 2130903520,
+ 2130903523,
+ 2130903524,
+ 2130903889,
+ 2130903923,
+ 2130903926,
+ 2130903978,
+ 2130903979};
- // aapt resource value: { 0x7F0300A4,0x7F030356,0x7F03036D }
+ // aapt resource value: { 0x7F0300A5,0x7F03036E,0x7F030387 }
public static int[] MaterialButtonToggleGroup = new int[] {
- 2130903204,
- 2130903894,
- 2130903917};
+ 2130903205,
+ 2130903918,
+ 2130903943};
// aapt resource value: 0
public const int MaterialButtonToggleGroup_checkedButton = 0;
@@ -33891,31 +34629,31 @@ namespace TINK.Droid
// aapt resource value: 20
public const int MaterialButton_strokeWidth = 20;
- // aapt resource value: { 0x101020D,0x7F03012F,0x7F030130,0x7F030131,0x7F030132,0x7F0302E7,0x7F030334,0x7F03045C,0x7F03045D,0x7F03045E }
+ // aapt resource value: { 0x101020D,0x7F030133,0x7F030134,0x7F030135,0x7F030136,0x7F0302F2,0x7F030343,0x7F03047D,0x7F03047E,0x7F03047F }
public static int[] MaterialCalendar = new int[] {
16843277,
- 2130903343,
- 2130903344,
- 2130903345,
- 2130903346,
- 2130903783,
- 2130903860,
- 2130904156,
- 2130904157,
- 2130904158};
+ 2130903347,
+ 2130903348,
+ 2130903349,
+ 2130903350,
+ 2130903794,
+ 2130903875,
+ 2130904189,
+ 2130904190,
+ 2130904191};
- // aapt resource value: { 0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x7F0301F4,0x7F0301FD,0x7F0301FE,0x7F030205,0x7F030206,0x7F03020A }
+ // aapt resource value: { 0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x7F0301FF,0x7F030208,0x7F030209,0x7F030210,0x7F030211,0x7F030215 }
public static int[] MaterialCalendarItem = new int[] {
16843191,
16843192,
16843193,
16843194,
- 2130903540,
- 2130903549,
- 2130903550,
- 2130903557,
- 2130903558,
- 2130903562};
+ 2130903551,
+ 2130903560,
+ 2130903561,
+ 2130903568,
+ 2130903569,
+ 2130903573};
// aapt resource value: 3
public const int MaterialCalendarItem_android_insetBottom = 3;
@@ -33977,20 +34715,20 @@ namespace TINK.Droid
// aapt resource value: 9
public const int MaterialCalendar_yearTodayStyle = 9;
- // aapt resource value: { 0x10101E5,0x7F030092,0x7F0300A6,0x7F0300A8,0x7F0300A9,0x7F0300AA,0x7F030342,0x7F030359,0x7F03035C,0x7F030389,0x7F03038F,0x7F030390 }
+ // aapt resource value: { 0x10101E5,0x7F030093,0x7F0300A7,0x7F0300A9,0x7F0300AA,0x7F0300AB,0x7F030351,0x7F030373,0x7F030376,0x7F0303A4,0x7F0303AA,0x7F0303AB }
public static int[] MaterialCardView = new int[] {
16843237,
- 2130903186,
- 2130903206,
- 2130903208,
+ 2130903187,
+ 2130903207,
2130903209,
2130903210,
- 2130903874,
- 2130903897,
- 2130903900,
- 2130903945,
- 2130903951,
- 2130903952};
+ 2130903211,
+ 2130903889,
+ 2130903923,
+ 2130903926,
+ 2130903972,
+ 2130903978,
+ 2130903979};
// aapt resource value: 0
public const int MaterialCardView_android_checkable = 0;
@@ -34028,10 +34766,10 @@ namespace TINK.Droid
// aapt resource value: 11
public const int MaterialCardView_strokeWidth = 11;
- // aapt resource value: { 0x7F030086,0x7F03043E }
+ // aapt resource value: { 0x7F030087,0x7F03045C }
public static int[] MaterialCheckBox = new int[] {
- 2130903174,
- 2130904126};
+ 2130903175,
+ 2130904156};
// aapt resource value: 0
public const int MaterialCheckBox_buttonTint = 0;
@@ -34039,10 +34777,10 @@ namespace TINK.Droid
// aapt resource value: 1
public const int MaterialCheckBox_useMaterialThemeColors = 1;
- // aapt resource value: { 0x7F030086,0x7F03043E }
+ // aapt resource value: { 0x7F030087,0x7F03045C }
public static int[] MaterialRadioButton = new int[] {
- 2130903174,
- 2130904126};
+ 2130903175,
+ 2130904156};
// aapt resource value: 0
public const int MaterialRadioButton_buttonTint = 0;
@@ -34050,10 +34788,10 @@ namespace TINK.Droid
// aapt resource value: 1
public const int MaterialRadioButton_useMaterialThemeColors = 1;
- // aapt resource value: { 0x7F030359,0x7F03035C }
+ // aapt resource value: { 0x7F030373,0x7F030376 }
public static int[] MaterialShape = new int[] {
- 2130903897,
- 2130903900};
+ 2130903923,
+ 2130903926};
// aapt resource value: 0
public const int MaterialShape_shapeAppearance = 0;
@@ -34061,11 +34799,11 @@ namespace TINK.Droid
// aapt resource value: 1
public const int MaterialShape_shapeAppearanceOverlay = 1;
- // aapt resource value: { 0x10104B6,0x101057F,0x7F030263 }
+ // aapt resource value: { 0x10104B6,0x101057F,0x7F03026E }
public static int[] MaterialTextAppearance = new int[] {
16843958,
16844159,
- 2130903651};
+ 2130903662};
// aapt resource value: 0
public const int MaterialTextAppearance_android_letterSpacing = 0;
@@ -34076,11 +34814,11 @@ namespace TINK.Droid
// aapt resource value: 2
public const int MaterialTextAppearance_lineHeight = 2;
- // aapt resource value: { 0x1010034,0x101057F,0x7F030263 }
+ // aapt resource value: { 0x1010034,0x101057F,0x7F03026E }
public static int[] MaterialTextView = new int[] {
16842804,
16844159,
- 2130903651};
+ 2130903662};
// aapt resource value: 1
public const int MaterialTextView_android_lineHeight = 1;
@@ -34091,10 +34829,10 @@ namespace TINK.Droid
// aapt resource value: 2
public const int MaterialTextView_lineHeight = 2;
- // aapt resource value: { 0x7F0300CD,0x7F03020D }
+ // aapt resource value: { 0x7F0300CE,0x7F030218 }
public static int[] MaterialTimePicker = new int[] {
- 2130903245,
- 2130903565};
+ 2130903246,
+ 2130903576};
// aapt resource value: 0
public const int MaterialTimePicker_clockIcon = 0;
@@ -34102,11 +34840,11 @@ namespace TINK.Droid
// aapt resource value: 1
public const int MaterialTimePicker_keyboardIcon = 1;
- // aapt resource value: { 0x7F0302E0,0x7F030394,0x7F030409 }
+ // aapt resource value: { 0x7F0302EB,0x7F0303B0,0x7F030425 }
public static int[] MaterialToolbar = new int[] {
- 2130903776,
- 2130903956,
- 2130904073};
+ 2130903787,
+ 2130903984,
+ 2130904101};
// aapt resource value: 0
public const int MaterialToolbar_navigationIconTint = 0;
@@ -34117,13 +34855,13 @@ namespace TINK.Droid
// aapt resource value: 2
public const int MaterialToolbar_titleCentered = 2;
- // aapt resource value: { 0x101013F,0x1010140,0x7F030187,0x7F030188,0x7F0302A2 }
+ // aapt resource value: { 0x101013F,0x1010140,0x7F03018F,0x7F030190,0x7F0302AD }
public static int[] MediaRouteButton = new int[] {
16843071,
16843072,
- 2130903431,
- 2130903432,
- 2130903714};
+ 2130903439,
+ 2130903440,
+ 2130903725};
// aapt resource value: 1
public const int MediaRouteButton_android_minHeight = 1;
@@ -34167,7 +34905,7 @@ namespace TINK.Droid
// aapt resource value: 2
public const int MenuGroup_android_visible = 2;
- // aapt resource value: { 0x1010002,0x101000E,0x10100D0,0x1010106,0x1010194,0x10101DE,0x10101DF,0x10101E1,0x10101E2,0x10101E3,0x10101E4,0x10101E5,0x101026F,0x7F030011,0x7F030025,0x7F030027,0x7F030033,0x7F0300FD,0x7F0301DA,0x7F0301DB,0x7F0302EA,0x7F030361,0x7F03041B }
+ // aapt resource value: { 0x1010002,0x101000E,0x10100D0,0x1010106,0x1010194,0x10101DE,0x10101DF,0x10101E1,0x10101E2,0x10101E3,0x10101E4,0x10101E5,0x101026F,0x7F030011,0x7F030025,0x7F030027,0x7F030034,0x7F0300FE,0x7F0301E3,0x7F0301E4,0x7F0302F6,0x7F03037B,0x7F030438 }
public static int[] MenuItem = new int[] {
16842754,
16842766,
@@ -34185,13 +34923,13 @@ namespace TINK.Droid
2130903057,
2130903077,
2130903079,
- 2130903091,
- 2130903293,
- 2130903514,
- 2130903515,
- 2130903786,
- 2130903905,
- 2130904091};
+ 2130903092,
+ 2130903294,
+ 2130903523,
+ 2130903524,
+ 2130903798,
+ 2130903931,
+ 2130904120};
// aapt resource value: 13
public const int MenuItem_actionLayout = 13;
@@ -34262,7 +35000,7 @@ namespace TINK.Droid
// aapt resource value: 22
public const int MenuItem_tooltipText = 22;
- // aapt resource value: { 0x10100AE,0x101012C,0x101012D,0x101012E,0x101012F,0x1010130,0x1010131,0x7F030329,0x7F030391 }
+ // aapt resource value: { 0x10100AE,0x101012C,0x101012D,0x101012E,0x101012F,0x1010130,0x1010131,0x7F030338,0x7F0303AC }
public static int[] MenuView = new int[] {
16842926,
16843052,
@@ -34271,8 +35009,8 @@ namespace TINK.Droid
16843055,
16843056,
16843057,
- 2130903849,
- 2130903953};
+ 2130903864,
+ 2130903980};
// aapt resource value: 4
public const int MenuView_android_headerBackground = 4;
@@ -34301,14 +35039,14 @@ namespace TINK.Droid
// aapt resource value: 8
public const int MenuView_subMenuArrow = 8;
- // aapt resource value: { 0x7F0302B9,0x7F0302BA,0x7F0302BB,0x7F0302BC,0x7F0302BD,0x7F0302BE }
+ // aapt resource value: { 0x7F0302C4,0x7F0302C5,0x7F0302C6,0x7F0302C7,0x7F0302C8,0x7F0302C9 }
public static int[] MockView = new int[] {
- 2130903737,
- 2130903738,
- 2130903739,
- 2130903740,
- 2130903741,
- 2130903742};
+ 2130903748,
+ 2130903749,
+ 2130903750,
+ 2130903751,
+ 2130903752,
+ 2130903753};
// aapt resource value: 0
public const int MockView_mock_diagonalsColor = 0;
@@ -34328,29 +35066,29 @@ namespace TINK.Droid
// aapt resource value: 5
public const int MockView_mock_showLabel = 5;
- // aapt resource value: { 0x7F030036,0x7F030037,0x7F03014D,0x7F0302D5,0x7F0302D7,0x7F030306,0x7F03032D,0x7F03032E,0x7F03032F,0x7F03042A }
+ // aapt resource value: { 0x7F030037,0x7F030038,0x7F030155,0x7F0302E0,0x7F0302E2,0x7F030314,0x7F03033C,0x7F03033D,0x7F03033E,0x7F030447 }
public static int[] Motion = new int[] {
- 2130903094,
2130903095,
- 2130903373,
- 2130903765,
- 2130903767,
- 2130903814,
- 2130903853,
- 2130903854,
- 2130903855,
- 2130904106};
+ 2130903096,
+ 2130903381,
+ 2130903776,
+ 2130903778,
+ 2130903828,
+ 2130903868,
+ 2130903869,
+ 2130903870,
+ 2130904135};
- // aapt resource value: { 0x7F0302CB,0x7F0302CC,0x7F0302CD,0x7F0302CE,0x7F0302CF,0x7F0302D0,0x7F0302D1,0x7F0302D2 }
+ // aapt resource value: { 0x7F0302D6,0x7F0302D7,0x7F0302D8,0x7F0302D9,0x7F0302DA,0x7F0302DB,0x7F0302DC,0x7F0302DD }
public static int[] MotionEffect = new int[] {
- 2130903755,
- 2130903756,
- 2130903757,
- 2130903758,
- 2130903759,
- 2130903760,
- 2130903761,
- 2130903762};
+ 2130903766,
+ 2130903767,
+ 2130903768,
+ 2130903769,
+ 2130903770,
+ 2130903771,
+ 2130903772,
+ 2130903773};
// aapt resource value: 0
public const int MotionEffect_motionEffect_alpha = 0;
@@ -34376,10 +35114,10 @@ namespace TINK.Droid
// aapt resource value: 7
public const int MotionEffect_motionEffect_viewTransition = 7;
- // aapt resource value: { 0x7F0302EC,0x7F0302EF }
+ // aapt resource value: { 0x7F0302F8,0x7F0302FB }
public static int[] MotionHelper = new int[] {
- 2130903788,
- 2130903791};
+ 2130903800,
+ 2130903803};
// aapt resource value: 0
public const int MotionHelper_onHide = 0;
@@ -34387,7 +35125,7 @@ namespace TINK.Droid
// aapt resource value: 1
public const int MotionHelper_onShow = 1;
- // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x10100AF,0x101014F,0x1010164,0x10103AC,0x1010535,0x7F030066,0x7F030067,0x7F030347,0x7F0303DF,0x7F0303E0,0x7F0303E1,0x7F0303E2,0x7F0303E3,0x7F0303EB,0x7F0303EC,0x7F0303ED,0x7F0303EE,0x7F0303F0,0x7F0303F1,0x7F0303F2,0x7F0303F3 }
+ // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x10100AF,0x101014F,0x1010164,0x10103AC,0x1010535,0x7F030067,0x7F030068,0x7F030356,0x7F0303FB,0x7F0303FC,0x7F0303FD,0x7F0303FE,0x7F0303FF,0x7F030407,0x7F030408,0x7F030409,0x7F03040A,0x7F03040C,0x7F03040D,0x7F03040E,0x7F03040F }
public static int[] MotionLabel = new int[] {
16842901,
16842902,
@@ -34398,22 +35136,22 @@ namespace TINK.Droid
16843108,
16843692,
16844085,
- 2130903142,
2130903143,
- 2130903879,
- 2130904031,
- 2130904032,
- 2130904033,
- 2130904034,
- 2130904035,
- 2130904043,
- 2130904044,
- 2130904045,
- 2130904046,
- 2130904048,
- 2130904049,
- 2130904050,
- 2130904051};
+ 2130903144,
+ 2130903894,
+ 2130904059,
+ 2130904060,
+ 2130904061,
+ 2130904062,
+ 2130904063,
+ 2130904071,
+ 2130904072,
+ 2130904073,
+ 2130904074,
+ 2130904076,
+ 2130904077,
+ 2130904078,
+ 2130904079};
// aapt resource value: 8
public const int MotionLabel_android_autoSizeTextType = 8;
@@ -34490,14 +35228,14 @@ namespace TINK.Droid
// aapt resource value: 24
public const int MotionLabel_textureWidth = 24;
- // aapt resource value: { 0x7F03003A,0x7F030121,0x7F030219,0x7F0302BF,0x7F0302D6,0x7F030365 }
+ // aapt resource value: { 0x7F03003B,0x7F030125,0x7F030224,0x7F0302CA,0x7F0302E1,0x7F03037F }
public static int[] MotionLayout = new int[] {
- 2130903098,
- 2130903329,
- 2130903577,
- 2130903743,
- 2130903766,
- 2130903909};
+ 2130903099,
+ 2130903333,
+ 2130903588,
+ 2130903754,
+ 2130903777,
+ 2130903935};
// aapt resource value: 0
public const int MotionLayout_applyMotionScene = 0;
@@ -34517,10 +35255,10 @@ namespace TINK.Droid
// aapt resource value: 5
public const int MotionLayout_showPaths = 5;
- // aapt resource value: { 0x7F030133,0x7F03021A }
+ // aapt resource value: { 0x7F030137,0x7F030225 }
public static int[] MotionScene = new int[] {
- 2130903347,
- 2130903578};
+ 2130903351,
+ 2130903589};
// aapt resource value: 0
public const int MotionScene_defaultDuration = 0;
@@ -34528,11 +35266,11 @@ namespace TINK.Droid
// aapt resource value: 1
public const int MotionScene_layoutDuringTransition = 1;
- // aapt resource value: { 0x7F0303C5,0x7F0303C6,0x7F0303C7 }
+ // aapt resource value: { 0x7F0303E1,0x7F0303E2,0x7F0303E3 }
public static int[] MotionTelltales = new int[] {
- 2130904005,
- 2130904006,
- 2130904007};
+ 2130904033,
+ 2130904034,
+ 2130904035};
// aapt resource value: 0
public const int MotionTelltales_telltales_tailColor = 0;
@@ -34573,12 +35311,12 @@ namespace TINK.Droid
// aapt resource value: 9
public const int Motion_transitionEasing = 9;
- // aapt resource value: { 0x10100B2,0x10101F8,0x7F030171,0x7F030172 }
+ // aapt resource value: { 0x10100B2,0x10101F8,0x7F030179,0x7F03017A }
public static int[] MultiSelectListPreference = new int[] {
16842930,
16843256,
- 2130903409,
- 2130903410};
+ 2130903417,
+ 2130903418};
// aapt resource value: 0
public const int MultiSelectListPreference_android_entries = 0;
@@ -34592,17 +35330,17 @@ namespace TINK.Droid
// aapt resource value: 3
public const int MultiSelectListPreference_entryValues = 3;
- // aapt resource value: { 0x10100D0,0x7F03013B,0x7F030170,0x7F03017A,0x7F030217,0x7F030314,0x7F030315,0x7F030316,0x7F030317 }
+ // aapt resource value: { 0x10100D0,0x7F030142,0x7F030178,0x7F030182,0x7F030222,0x7F030323,0x7F030324,0x7F030325,0x7F030326 }
public static int[] NavAction = new int[] {
16842960,
- 2130903355,
- 2130903408,
- 2130903418,
- 2130903575,
- 2130903828,
- 2130903829,
- 2130903830,
- 2130903831};
+ 2130903362,
+ 2130903416,
+ 2130903426,
+ 2130903586,
+ 2130903843,
+ 2130903844,
+ 2130903845,
+ 2130903846};
// aapt resource value: 0
public const int NavAction_android_id = 0;
@@ -34631,12 +35369,12 @@ namespace TINK.Droid
// aapt resource value: 8
public const int NavAction_popUpToInclusive = 8;
- // aapt resource value: { 0x1010003,0x10101ED,0x7F03003C,0x7F0302E8 }
+ // aapt resource value: { 0x1010003,0x10101ED,0x7F03003D,0x7F0302F4 }
public static int[] NavArgument = new int[] {
16842755,
16843245,
- 2130903100,
- 2130903784};
+ 2130903101,
+ 2130903796};
// aapt resource value: 1
public const int NavArgument_android_defaultValue = 1;
@@ -34650,12 +35388,12 @@ namespace TINK.Droid
// aapt resource value: 3
public const int NavArgument_nullable = 3;
- // aapt resource value: { 0x10104EE,0x7F030003,0x7F0302B2,0x7F03043C }
+ // aapt resource value: { 0x10104EE,0x7F030003,0x7F0302BD,0x7F03045A }
public static int[] NavDeepLink = new int[] {
16844014,
2130903043,
- 2130903730,
- 2130904124};
+ 2130903741,
+ 2130904154};
// aapt resource value: 1
public const int NavDeepLink_action = 1;
@@ -34669,33 +35407,33 @@ namespace TINK.Droid
// aapt resource value: 3
public const int NavDeepLink_uri = 3;
- // aapt resource value: { 0x7F030380 }
+ // aapt resource value: { 0x7F03039B }
public static int[] NavGraphNavigator = new int[] {
- 2130903936};
+ 2130903963};
// aapt resource value: 0
public const int NavGraphNavigator_startDestination = 0;
- // aapt resource value: { 0x7F0302DD }
+ // aapt resource value: { 0x7F0302E8 }
public static int[] NavHost = new int[] {
- 2130903773};
+ 2130903784};
// aapt resource value: 0
public const int NavHost_navGraph = 0;
- // aapt resource value: { 0x7F030051,0x7F030161,0x7F0301F3,0x7F0301F8,0x7F0301F9,0x7F0301FC,0x7F030208,0x7F030209,0x7F03020A,0x7F030211,0x7F0302AF }
+ // aapt resource value: { 0x7F030052,0x7F030169,0x7F0301FE,0x7F030203,0x7F030204,0x7F030207,0x7F030213,0x7F030214,0x7F030215,0x7F03021C,0x7F0302BA }
public static int[] NavigationBarView = new int[] {
- 2130903121,
- 2130903393,
- 2130903539,
- 2130903544,
- 2130903545,
- 2130903548,
- 2130903560,
- 2130903561,
- 2130903562,
- 2130903569,
- 2130903727};
+ 2130903122,
+ 2130903401,
+ 2130903550,
+ 2130903555,
+ 2130903556,
+ 2130903559,
+ 2130903571,
+ 2130903572,
+ 2130903573,
+ 2130903580,
+ 2130903738};
// aapt resource value: 0
public const int NavigationBarView_backgroundTint = 0;
@@ -34730,10 +35468,10 @@ namespace TINK.Droid
// aapt resource value: 10
public const int NavigationBarView_menu = 10;
- // aapt resource value: { 0x7F0301C1,0x7F0302B0 }
+ // aapt resource value: { 0x7F0301CA,0x7F0302BB }
public static int[] NavigationRailView = new int[] {
- 2130903489,
- 2130903728};
+ 2130903498,
+ 2130903739};
// aapt resource value: 0
public const int NavigationRailView_headerLayout = 0;
@@ -34741,31 +35479,31 @@ namespace TINK.Droid
// aapt resource value: 1
public const int NavigationRailView_menuGravity = 1;
- // aapt resource value: { 0x10100D4,0x10100DD,0x101011F,0x7F030161,0x7F0301C1,0x7F0301F3,0x7F0301F5,0x7F0301F7,0x7F0301F8,0x7F0301F9,0x7F0301FA,0x7F0301FD,0x7F0301FE,0x7F0301FF,0x7F030200,0x7F030201,0x7F030202,0x7F030203,0x7F030207,0x7F03020A,0x7F0302AF,0x7F030359,0x7F03035C }
+ // aapt resource value: { 0x10100D4,0x10100DD,0x101011F,0x7F030169,0x7F0301CA,0x7F0301FE,0x7F030200,0x7F030202,0x7F030203,0x7F030204,0x7F030205,0x7F030208,0x7F030209,0x7F03020A,0x7F03020B,0x7F03020C,0x7F03020D,0x7F03020E,0x7F030212,0x7F030215,0x7F0302BA,0x7F030373,0x7F030376 }
public static int[] NavigationView = new int[] {
16842964,
16842973,
16843039,
- 2130903393,
- 2130903489,
- 2130903539,
- 2130903541,
- 2130903543,
- 2130903544,
- 2130903545,
- 2130903546,
- 2130903549,
+ 2130903401,
+ 2130903498,
2130903550,
- 2130903551,
2130903552,
- 2130903553,
2130903554,
2130903555,
- 2130903559,
+ 2130903556,
+ 2130903557,
+ 2130903560,
+ 2130903561,
2130903562,
- 2130903727,
- 2130903897,
- 2130903900};
+ 2130903563,
+ 2130903564,
+ 2130903565,
+ 2130903566,
+ 2130903570,
+ 2130903573,
+ 2130903738,
+ 2130903923,
+ 2130903926};
// aapt resource value: 0
public const int NavigationView_android_background = 0;
@@ -34847,17 +35585,17 @@ namespace TINK.Droid
// aapt resource value: 0
public const int Navigator_android_label = 0;
- // aapt resource value: { 0x7F0301BE }
+ // aapt resource value: { 0x7F0301C7 }
public static int[] NavInclude = new int[] {
- 2130903486};
+ 2130903495};
// aapt resource value: 0
public const int NavInclude_graph = 0;
- // aapt resource value: { 0x7F0300CA,0x7F0303C3 }
+ // aapt resource value: { 0x7F0300CB,0x7F0303DF }
public static int[] OnClick = new int[] {
- 2130903242,
- 2130904003};
+ 2130903243,
+ 2130904031};
// aapt resource value: 0
public const int OnClick_clickAction = 0;
@@ -34865,27 +35603,27 @@ namespace TINK.Droid
// aapt resource value: 1
public const int OnClick_targetId = 1;
- // aapt resource value: { 0x7F030040,0x7F03014A,0x7F03014B,0x7F03014C,0x7F030262,0x7F030295,0x7F03029C,0x7F0302DB,0x7F0302E5,0x7F0302F1,0x7F030343,0x7F030378,0x7F030379,0x7F03037A,0x7F03037B,0x7F03037C,0x7F03041C,0x7F03041D,0x7F03041E }
+ // aapt resource value: { 0x7F030041,0x7F030152,0x7F030153,0x7F030154,0x7F03026D,0x7F0302A0,0x7F0302A7,0x7F0302E6,0x7F0302F0,0x7F0302FD,0x7F030352,0x7F030393,0x7F030394,0x7F030395,0x7F030396,0x7F030397,0x7F030439,0x7F03043A,0x7F03043B }
public static int[] OnSwipe = new int[] {
- 2130903104,
- 2130903370,
- 2130903371,
- 2130903372,
- 2130903650,
- 2130903701,
- 2130903708,
- 2130903771,
- 2130903781,
- 2130903793,
- 2130903875,
- 2130903928,
- 2130903929,
- 2130903930,
- 2130903931,
- 2130903932,
- 2130904092,
- 2130904093,
- 2130904094};
+ 2130903105,
+ 2130903378,
+ 2130903379,
+ 2130903380,
+ 2130903661,
+ 2130903712,
+ 2130903719,
+ 2130903782,
+ 2130903792,
+ 2130903805,
+ 2130903890,
+ 2130903955,
+ 2130903956,
+ 2130903957,
+ 2130903958,
+ 2130903959,
+ 2130904121,
+ 2130904122,
+ 2130904123};
// aapt resource value: 0
public const int OnSwipe_autoCompleteMode = 0;
@@ -34944,15 +35682,15 @@ namespace TINK.Droid
// aapt resource value: 18
public const int OnSwipe_touchRegionId = 18;
- // aapt resource value: { 0x1010176,0x10102C9,0x7F0302F4 }
+ // aapt resource value: { 0x1010176,0x10102C9,0x7F030300 }
public static int[] PopupWindow = new int[] {
16843126,
16843465,
- 2130903796};
+ 2130903808};
- // aapt resource value: { 0x7F030386 }
+ // aapt resource value: { 0x7F0303A1 }
public static int[] PopupWindowBackgroundState = new int[] {
- 2130903942};
+ 2130903969};
// aapt resource value: 0
public const int PopupWindowBackgroundState_state_above_anchor = 0;
@@ -34966,7 +35704,7 @@ namespace TINK.Droid
// aapt resource value: 2
public const int PopupWindow_overlapAnchor = 2;
- // aapt resource value: { 0x1010002,0x101000D,0x101000E,0x10100F2,0x10101E1,0x10101E6,0x10101E8,0x10101E9,0x10101EA,0x10101EB,0x10101EC,0x10101ED,0x10101EE,0x10102E3,0x101055C,0x1010561,0x7F03002E,0x7F030030,0x7F030136,0x7F030139,0x7F030164,0x7F030166,0x7F0301B9,0x7F0301D3,0x7F0301D8,0x7F0301F2,0x7F03020B,0x7F030218,0x7F0302F2,0x7F03030D,0x7F030353,0x7F03035F,0x7F03036C,0x7F03039C,0x7F030408,0x7F030451 }
+ // aapt resource value: { 0x1010002,0x101000D,0x101000E,0x10100F2,0x10101E1,0x10101E6,0x10101E8,0x10101E9,0x10101EA,0x10101EB,0x10101EC,0x10101ED,0x10101EE,0x10102E3,0x101055C,0x1010561,0x7F03002E,0x7F030030,0x7F03013D,0x7F030140,0x7F03016C,0x7F03016E,0x7F0301C2,0x7F0301DC,0x7F0301E1,0x7F0301FD,0x7F030216,0x7F030223,0x7F0302FE,0x7F03031C,0x7F03036B,0x7F030379,0x7F030386,0x7F0303B8,0x7F030424,0x7F030472 }
public static int[] Preference = new int[] {
16842754,
16842765,
@@ -34986,24 +35724,24 @@ namespace TINK.Droid
16844129,
2130903086,
2130903088,
- 2130903350,
- 2130903353,
- 2130903396,
- 2130903398,
- 2130903481,
- 2130903507,
- 2130903512,
- 2130903538,
- 2130903563,
- 2130903576,
- 2130903794,
- 2130903821,
- 2130903891,
- 2130903903,
- 2130903916,
- 2130903964,
- 2130904072,
- 2130904145};
+ 2130903357,
+ 2130903360,
+ 2130903404,
+ 2130903406,
+ 2130903490,
+ 2130903516,
+ 2130903521,
+ 2130903549,
+ 2130903574,
+ 2130903587,
+ 2130903806,
+ 2130903836,
+ 2130903915,
+ 2130903929,
+ 2130903942,
+ 2130903992,
+ 2130904100,
+ 2130904178};
// aapt resource value: { 0x10100F2,0x1010129,0x101012A,0x7F03002F }
public static int[] PreferenceFragment = new int[] {
@@ -35043,11 +35781,11 @@ namespace TINK.Droid
// aapt resource value: 0
public const int PreferenceFragment_android_layout = 0;
- // aapt resource value: { 0x10101E7,0x7F0301EE,0x7F0302F3 }
+ // aapt resource value: { 0x10101E7,0x7F0301F8,0x7F0302FF }
public static int[] PreferenceGroup = new int[] {
16843239,
- 2130903534,
- 2130903795};
+ 2130903544,
+ 2130903807};
// aapt resource value: 0
public const int PreferenceGroup_android_orderingFromXml = 0;
@@ -35058,12 +35796,12 @@ namespace TINK.Droid
// aapt resource value: 2
public const int PreferenceGroup_orderingFromXml = 2;
- // aapt resource value: { 0x101011F,0x1010120,0x7F030299,0x7F03029D }
+ // aapt resource value: { 0x101011F,0x1010120,0x7F0302A4,0x7F0302A8 }
public static int[] PreferenceImageView = new int[] {
16843039,
16843040,
- 2130903705,
- 2130903709};
+ 2130903716,
+ 2130903720};
// aapt resource value: 1
public const int PreferenceImageView_android_maxHeight = 1;
@@ -35077,24 +35815,24 @@ namespace TINK.Droid
// aapt resource value: 3
public const int PreferenceImageView_maxWidth = 3;
- // aapt resource value: { 0x7F0300A2,0x7F030140,0x7F03015B,0x7F03015F,0x7F03031D,0x7F03031E,0x7F03031F,0x7F030320,0x7F030321,0x7F030322,0x7F030323,0x7F030324,0x7F030325,0x7F030351,0x7F0303A2,0x7F0303A3 }
+ // aapt resource value: { 0x7F0300A3,0x7F030147,0x7F030163,0x7F030167,0x7F03032C,0x7F03032D,0x7F03032E,0x7F03032F,0x7F030330,0x7F030331,0x7F030332,0x7F030333,0x7F030334,0x7F030369,0x7F0303BE,0x7F0303BF }
public static int[] PreferenceTheme = new int[] {
- 2130903202,
- 2130903360,
- 2130903387,
- 2130903391,
- 2130903837,
- 2130903838,
- 2130903839,
- 2130903840,
- 2130903841,
- 2130903842,
- 2130903843,
- 2130903844,
- 2130903845,
- 2130903889,
- 2130903970,
- 2130903971};
+ 2130903203,
+ 2130903367,
+ 2130903395,
+ 2130903399,
+ 2130903852,
+ 2130903853,
+ 2130903854,
+ 2130903855,
+ 2130903856,
+ 2130903857,
+ 2130903858,
+ 2130903859,
+ 2130903860,
+ 2130903913,
+ 2130903998,
+ 2130903999};
// aapt resource value: 0
public const int PreferenceTheme_checkBoxPreferenceStyle = 0;
@@ -35252,13 +35990,13 @@ namespace TINK.Droid
// aapt resource value: 35
public const int Preference_widgetLayout = 35;
- // aapt resource value: { 0x10100DC,0x101031F,0x7F030243,0x7F0302D6,0x7F030448 }
+ // aapt resource value: { 0x10100DC,0x101031F,0x7F03024E,0x7F0302E1,0x7F030469 }
public static int[] PropertySet = new int[] {
16842972,
16843551,
- 2130903619,
- 2130903766,
- 2130904136};
+ 2130903630,
+ 2130903777,
+ 2130904169};
// aapt resource value: 1
public const int PropertySet_android_alpha = 1;
@@ -35275,17 +36013,17 @@ namespace TINK.Droid
// aapt resource value: 4
public const int PropertySet_visibilityMode = 4;
- // aapt resource value: { 0x7F030290 }
+ // aapt resource value: { 0x7F03029B }
public static int[] RadialViewGroup = new int[] {
- 2130903696};
+ 2130903707};
// aapt resource value: 0
public const int RadialViewGroup_materialCircleRadius = 0;
- // aapt resource value: { 0x7F0302B6,0x7F030441 }
+ // aapt resource value: { 0x7F0302C1,0x7F030462 }
public static int[] RangeSlider = new int[] {
- 2130903734,
- 2130904129};
+ 2130903745,
+ 2130904162};
// aapt resource value: 0
public const int RangeSlider_minSeparation = 0;
@@ -35293,10 +36031,10 @@ namespace TINK.Droid
// aapt resource value: 1
public const int RangeSlider_values = 1;
- // aapt resource value: { 0x7F0302F6,0x7F0302FC }
+ // aapt resource value: { 0x7F030302,0x7F030308 }
public static int[] RecycleListView = new int[] {
- 2130903798,
- 2130903804};
+ 2130903810,
+ 2130903816};
// aapt resource value: 0
public const int RecycleListView_paddingBottomNoButtons = 0;
@@ -35304,20 +36042,20 @@ namespace TINK.Droid
// aapt resource value: 1
public const int RecycleListView_paddingTopNoTitle = 1;
- // aapt resource value: { 0x10100C4,0x10100EB,0x10100F1,0x7F030191,0x7F030192,0x7F030193,0x7F030194,0x7F030195,0x7F03021B,0x7F030341,0x7F030373,0x7F03037E }
+ // aapt resource value: { 0x10100C4,0x10100EB,0x10100F1,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F030226,0x7F030350,0x7F03038E,0x7F030399 }
public static int[] RecyclerView = new int[] {
16842948,
16842987,
16842993,
- 2130903441,
- 2130903442,
- 2130903443,
- 2130903444,
- 2130903445,
- 2130903579,
- 2130903873,
- 2130903923,
- 2130903934};
+ 2130903449,
+ 2130903450,
+ 2130903451,
+ 2130903452,
+ 2130903453,
+ 2130903590,
+ 2130903888,
+ 2130903950,
+ 2130903961};
// aapt resource value: 1
public const int RecyclerView_android_clipToPadding = 1;
@@ -35355,46 +36093,46 @@ namespace TINK.Droid
// aapt resource value: 11
public const int RecyclerView_stackFromEnd = 11;
- // aapt resource value: { 0x7F0301EF }
+ // aapt resource value: { 0x7F0301FA }
public static int[] ScrimInsetsFrameLayout = new int[] {
- 2130903535};
+ 2130903546};
// aapt resource value: 0
public const int ScrimInsetsFrameLayout_insetForeground = 0;
- // aapt resource value: { 0x7F030061 }
+ // aapt resource value: { 0x7F030062 }
public static int[] ScrollingViewBehavior_Layout = new int[] {
- 2130903137};
+ 2130903138};
// aapt resource value: 0
public const int ScrollingViewBehavior_Layout_behavior_overlapTop = 0;
- // aapt resource value: { 0x7F03034C }
+ // aapt resource value: { 0x7F03035D }
public static int[] ScrollViewRendererTheme = new int[] {
- 2130903884};
+ 2130903901};
// aapt resource value: 0
public const int ScrollViewRendererTheme_scrollViewStyle = 0;
- // aapt resource value: { 0x10100DA,0x101011F,0x1010220,0x1010264,0x7F0300CF,0x7F0300F5,0x7F030134,0x7F0301BD,0x7F0301DC,0x7F030218,0x7F030330,0x7F030331,0x7F03034D,0x7F03034E,0x7F030392,0x7F03039B,0x7F030449 }
+ // aapt resource value: { 0x10100DA,0x101011F,0x1010220,0x1010264,0x7F0300D0,0x7F0300F6,0x7F03013B,0x7F0301C6,0x7F0301E5,0x7F030223,0x7F03033F,0x7F030340,0x7F03035F,0x7F030360,0x7F0303AD,0x7F0303B7,0x7F03046A }
public static int[] SearchView = new int[] {
16842970,
16843039,
16843296,
16843364,
- 2130903247,
- 2130903285,
- 2130903348,
- 2130903485,
- 2130903516,
- 2130903576,
- 2130903856,
- 2130903857,
- 2130903885,
- 2130903886,
- 2130903954,
- 2130903963,
- 2130904137};
+ 2130903248,
+ 2130903286,
+ 2130903355,
+ 2130903494,
+ 2130903525,
+ 2130903587,
+ 2130903871,
+ 2130903872,
+ 2130903903,
+ 2130903904,
+ 2130903981,
+ 2130903991,
+ 2130904170};
// aapt resource value: 0
public const int SearchView_android_focusable = 0;
@@ -35447,15 +36185,53 @@ namespace TINK.Droid
// aapt resource value: 16
public const int SearchView_voiceIcon = 16;
- // aapt resource value: { 0x10100F2,0x1010136,0x7F030029,0x7F0302B3,0x7F030350,0x7F030366,0x7F03043B }
+ // aapt resource value: { 0x7F0301F1,0x7F0302F3,0x7F030357,0x7F030364,0x7F030365,0x7F030367,0x7F0303AE }
+ public static int[] Section = new int[] {
+ 2130903537,
+ 2130903795,
+ 2130903895,
+ 2130903908,
+ 2130903909,
+ 2130903911,
+ 2130903982};
+
+ // aapt resource value: { 0x7F03019E }
+ public static int[] SectionFeature = new int[] {
+ 2130903454};
+
+ // aapt resource value: 0
+ public const int SectionFeature_featureType = 0;
+
+ // aapt resource value: 0
+ public const int Section_indexPrefixes = 0;
+
+ // aapt resource value: 1
+ public const int Section_noIndex = 1;
+
+ // aapt resource value: 2
+ public const int Section_schemaOrgProperty = 2;
+
+ // aapt resource value: 3
+ public const int Section_sectionFormat = 3;
+
+ // aapt resource value: 4
+ public const int Section_sectionId = 4;
+
+ // aapt resource value: 5
+ public const int Section_sectionWeight = 5;
+
+ // aapt resource value: 6
+ public const int Section_subsectionSeparator = 6;
+
+ // aapt resource value: { 0x10100F2,0x1010136,0x7F030029,0x7F0302BE,0x7F030368,0x7F030380,0x7F030459 }
public static int[] SeekBarPreference = new int[] {
16842994,
16843062,
2130903081,
- 2130903731,
- 2130903888,
- 2130903910,
- 2130904123};
+ 2130903742,
+ 2130903912,
+ 2130903936,
+ 2130904153};
// aapt resource value: 2
public const int SeekBarPreference_adjustable = 2;
@@ -35478,19 +36254,19 @@ namespace TINK.Droid
// aapt resource value: 6
public const int SeekBarPreference_updatesContinuously = 6;
- // aapt resource value: { 0x7F030104,0x7F030105,0x7F030106,0x7F030107,0x7F030108,0x7F030109,0x7F03010A,0x7F030359,0x7F03035C,0x7F03038F,0x7F030390 }
+ // aapt resource value: { 0x7F030105,0x7F030106,0x7F030107,0x7F030108,0x7F030109,0x7F03010A,0x7F03010B,0x7F030373,0x7F030376,0x7F0303AA,0x7F0303AB }
public static int[] ShapeableImageView = new int[] {
- 2130903300,
2130903301,
2130903302,
2130903303,
2130903304,
2130903305,
2130903306,
- 2130903897,
- 2130903900,
- 2130903951,
- 2130903952};
+ 2130903307,
+ 2130903923,
+ 2130903926,
+ 2130903978,
+ 2130903979};
// aapt resource value: 0
public const int ShapeableImageView_contentPadding = 0;
@@ -35525,18 +36301,18 @@ namespace TINK.Droid
// aapt resource value: 10
public const int ShapeableImageView_strokeWidth = 10;
- // aapt resource value: { 0x7F03010F,0x7F030110,0x7F030111,0x7F030112,0x7F030113,0x7F030115,0x7F030116,0x7F030117,0x7F030118,0x7F030119 }
+ // aapt resource value: { 0x7F030111,0x7F030112,0x7F030113,0x7F030114,0x7F030115,0x7F030117,0x7F030118,0x7F030119,0x7F03011A,0x7F03011B }
public static int[] ShapeAppearance = new int[] {
- 2130903311,
- 2130903312,
2130903313,
2130903314,
2130903315,
+ 2130903316,
2130903317,
- 2130903318,
2130903319,
2130903320,
- 2130903321};
+ 2130903321,
+ 2130903322,
+ 2130903323};
// aapt resource value: 0
public const int ShapeAppearance_cornerFamily = 0;
@@ -35568,11 +36344,11 @@ namespace TINK.Droid
// aapt resource value: 9
public const int ShapeAppearance_cornerSizeTopRight = 9;
- // aapt resource value: { 0x7F030083,0x7F0300F0,0x7F030348 }
+ // aapt resource value: { 0x7F030084,0x7F0300F1,0x7F030359 }
public static int[] SignInButton = new int[] {
- 2130903171,
- 2130903280,
- 2130903880};
+ 2130903172,
+ 2130903281,
+ 2130903897};
// aapt resource value: 0
public const int SignInButton_buttonSize = 0;
@@ -35583,30 +36359,30 @@ namespace TINK.Droid
// aapt resource value: 2
public const int SignInButton_scopeUris = 2;
- // aapt resource value: { 0x101000E,0x1010024,0x1010146,0x10102DE,0x10102DF,0x7F0301BF,0x7F0301C0,0x7F03020F,0x7F030210,0x7F0303F7,0x7F0303F8,0x7F0303F9,0x7F0303FA,0x7F0303FB,0x7F0303FF,0x7F030400,0x7F030401,0x7F030405,0x7F030420,0x7F030421,0x7F030422,0x7F030424 }
+ // aapt resource value: { 0x101000E,0x1010024,0x1010146,0x10102DE,0x10102DF,0x7F0301C8,0x7F0301C9,0x7F03021A,0x7F03021B,0x7F030413,0x7F030414,0x7F030415,0x7F030416,0x7F030417,0x7F03041B,0x7F03041C,0x7F03041D,0x7F030421,0x7F03043D,0x7F03043E,0x7F03043F,0x7F030441 }
public static int[] Slider = new int[] {
16842766,
16842788,
16843078,
16843486,
16843487,
- 2130903487,
- 2130903488,
- 2130903567,
- 2130903568,
- 2130904055,
- 2130904056,
- 2130904057,
- 2130904058,
- 2130904059,
- 2130904063,
- 2130904064,
- 2130904065,
- 2130904069,
- 2130904096,
+ 2130903496,
+ 2130903497,
+ 2130903578,
+ 2130903579,
+ 2130904083,
+ 2130904084,
+ 2130904085,
+ 2130904086,
+ 2130904087,
+ 2130904091,
+ 2130904092,
+ 2130904093,
2130904097,
- 2130904098,
- 2130904100};
+ 2130904125,
+ 2130904126,
+ 2130904127,
+ 2130904129};
// aapt resource value: 0
public const int Slider_android_enabled = 0;
@@ -35674,22 +36450,22 @@ namespace TINK.Droid
// aapt resource value: 21
public const int Slider_trackHeight = 21;
- // aapt resource value: { 0x7F030370,0x7F030371,0x7F030372 }
+ // aapt resource value: { 0x7F03038A,0x7F03038B,0x7F03038C }
public static int[] Snackbar = new int[] {
- 2130903920,
- 2130903921,
- 2130903922};
+ 2130903946,
+ 2130903947,
+ 2130903948};
- // aapt resource value: { 0x101011F,0x7F030026,0x7F030038,0x7F03004E,0x7F030051,0x7F030052,0x7F030161,0x7F030296 }
+ // aapt resource value: { 0x101011F,0x7F030026,0x7F030039,0x7F03004F,0x7F030052,0x7F030053,0x7F030169,0x7F0302A1 }
public static int[] SnackbarLayout = new int[] {
16843039,
2130903078,
- 2130903096,
- 2130903118,
- 2130903121,
+ 2130903097,
+ 2130903119,
2130903122,
- 2130903393,
- 2130903702};
+ 2130903123,
+ 2130903401,
+ 2130903713};
// aapt resource value: 1
public const int SnackbarLayout_actionTextColorAlpha = 1;
@@ -35724,13 +36500,13 @@ namespace TINK.Droid
// aapt resource value: 2
public const int Snackbar_snackbarTextViewStyle = 2;
- // aapt resource value: { 0x10100B2,0x1010176,0x101017B,0x1010262,0x7F03031A }
+ // aapt resource value: { 0x10100B2,0x1010176,0x101017B,0x1010262,0x7F030329 }
public static int[] Spinner = new int[] {
16842930,
16843126,
16843131,
16843362,
- 2130903834};
+ 2130903849};
// aapt resource value: 3
public const int Spinner_android_dropDownWidth = 3;
@@ -35747,10 +36523,10 @@ namespace TINK.Droid
// aapt resource value: 4
public const int Spinner_popupTheme = 4;
- // aapt resource value: { 0x10100D0,0x7F0300FB }
+ // aapt resource value: { 0x10100D0,0x7F0300FC }
public static int[] State = new int[] {
16842960,
- 2130903291};
+ 2130903292};
// aapt resource value: { 0x101011C,0x1010194,0x1010195,0x1010196,0x101030C,0x101030D }
public static int[] StateListDrawable = new int[] {
@@ -35786,9 +36562,9 @@ namespace TINK.Droid
// aapt resource value: 1
public const int StateListDrawable_android_visible = 1;
- // aapt resource value: { 0x7F030135 }
+ // aapt resource value: { 0x7F03013C }
public static int[] StateSet = new int[] {
- 2130903349};
+ 2130903356};
// aapt resource value: 0
public const int StateSet_defaultState = 0;
@@ -35799,29 +36575,29 @@ namespace TINK.Droid
// aapt resource value: 1
public const int State_constraints = 1;
- // aapt resource value: { 0x7F03039F }
+ // aapt resource value: { 0x7F0303BB }
public static int[] SwipeRefreshLayout = new int[] {
- 2130903967};
+ 2130903995};
// aapt resource value: 0
public const int SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor = 0;
- // aapt resource value: { 0x1010124,0x1010125,0x1010142,0x7F030367,0x7F030377,0x7F0303A0,0x7F0303A1,0x7F0303A5,0x7F0303FC,0x7F0303FD,0x7F0303FE,0x7F03041F,0x7F030426,0x7F030427 }
+ // aapt resource value: { 0x1010124,0x1010125,0x1010142,0x7F030381,0x7F030392,0x7F0303BC,0x7F0303BD,0x7F0303C1,0x7F030418,0x7F030419,0x7F03041A,0x7F03043C,0x7F030443,0x7F030444 }
public static int[] SwitchCompat = new int[] {
16843044,
16843045,
16843074,
- 2130903911,
- 2130903927,
- 2130903968,
- 2130903969,
- 2130903973,
- 2130904060,
- 2130904061,
- 2130904062,
- 2130904095,
- 2130904102,
- 2130904103};
+ 2130903937,
+ 2130903954,
+ 2130903996,
+ 2130903997,
+ 2130904001,
+ 2130904088,
+ 2130904089,
+ 2130904090,
+ 2130904124,
+ 2130904131,
+ 2130904132};
// aapt resource value: 1
public const int SwitchCompat_android_textOff = 1;
@@ -35865,38 +36641,38 @@ namespace TINK.Droid
// aapt resource value: 13
public const int SwitchCompat_trackTintMode = 13;
- // aapt resource value: { 0x7F03043E }
+ // aapt resource value: { 0x7F03045C }
public static int[] SwitchMaterial = new int[] {
- 2130904126};
+ 2130904156};
// aapt resource value: 0
public const int SwitchMaterial_useMaterialThemeColors = 0;
- // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x101036B,0x101036C,0x7F030144,0x7F03039D,0x7F03039E,0x7F0303A6,0x7F0303A7 }
+ // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x101036B,0x101036C,0x7F03014B,0x7F0303B9,0x7F0303BA,0x7F0303C2,0x7F0303C3 }
public static int[] SwitchPreference = new int[] {
16843247,
16843248,
16843249,
16843627,
16843628,
- 2130903364,
- 2130903965,
- 2130903966,
- 2130903974,
- 2130903975};
+ 2130903371,
+ 2130903993,
+ 2130903994,
+ 2130904002,
+ 2130904003};
- // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x101036B,0x101036C,0x7F030144,0x7F03039D,0x7F03039E,0x7F0303A6,0x7F0303A7 }
+ // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x101036B,0x101036C,0x7F03014B,0x7F0303B9,0x7F0303BA,0x7F0303C2,0x7F0303C3 }
public static int[] SwitchPreferenceCompat = new int[] {
16843247,
16843248,
16843249,
16843627,
16843628,
- 2130903364,
- 2130903965,
- 2130903966,
- 2130903974,
- 2130903975};
+ 2130903371,
+ 2130903993,
+ 2130903994,
+ 2130904002,
+ 2130904003};
// aapt resource value: 2
public const int SwitchPreferenceCompat_android_disableDependentsState = 2;
@@ -35973,34 +36749,34 @@ namespace TINK.Droid
// aapt resource value: 2
public const int TabItem_android_text = 2;
- // aapt resource value: { 0x7F0303A8,0x7F0303A9,0x7F0303AA,0x7F0303AB,0x7F0303AC,0x7F0303AD,0x7F0303AE,0x7F0303AF,0x7F0303B0,0x7F0303B1,0x7F0303B2,0x7F0303B3,0x7F0303B4,0x7F0303B5,0x7F0303B6,0x7F0303B7,0x7F0303B8,0x7F0303B9,0x7F0303BA,0x7F0303BB,0x7F0303BC,0x7F0303BD,0x7F0303BE,0x7F0303C0,0x7F0303C1,0x7F0303C2 }
+ // aapt resource value: { 0x7F0303C4,0x7F0303C5,0x7F0303C6,0x7F0303C7,0x7F0303C8,0x7F0303C9,0x7F0303CA,0x7F0303CB,0x7F0303CC,0x7F0303CD,0x7F0303CE,0x7F0303CF,0x7F0303D0,0x7F0303D1,0x7F0303D2,0x7F0303D3,0x7F0303D4,0x7F0303D5,0x7F0303D6,0x7F0303D7,0x7F0303D8,0x7F0303D9,0x7F0303DA,0x7F0303DC,0x7F0303DD,0x7F0303DE }
public static int[] TabLayout = new int[] {
- 2130903976,
- 2130903977,
- 2130903978,
- 2130903979,
- 2130903980,
- 2130903981,
- 2130903982,
- 2130903983,
- 2130903984,
- 2130903985,
- 2130903986,
- 2130903987,
- 2130903988,
- 2130903989,
- 2130903990,
- 2130903991,
- 2130903992,
- 2130903993,
- 2130903994,
- 2130903995,
- 2130903996,
- 2130903997,
- 2130903998,
- 2130904000,
- 2130904001,
- 2130904002};
+ 2130904004,
+ 2130904005,
+ 2130904006,
+ 2130904007,
+ 2130904008,
+ 2130904009,
+ 2130904010,
+ 2130904011,
+ 2130904012,
+ 2130904013,
+ 2130904014,
+ 2130904015,
+ 2130904016,
+ 2130904017,
+ 2130904018,
+ 2130904019,
+ 2130904020,
+ 2130904021,
+ 2130904022,
+ 2130904023,
+ 2130904024,
+ 2130904025,
+ 2130904026,
+ 2130904028,
+ 2130904029,
+ 2130904030};
// aapt resource value: 0
public const int TabLayout_tabBackground = 0;
@@ -36080,7 +36856,7 @@ namespace TINK.Droid
// aapt resource value: 25
public const int TabLayout_tabUnboundedRipple = 25;
- // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x101009A,0x101009B,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x1010585,0x7F0301AC,0x7F0301B5,0x7F0303C8,0x7F0303EA }
+ // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x101009A,0x101009B,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x1010585,0x7F0301B5,0x7F0301BE,0x7F0303E4,0x7F030406 }
public static int[] TextAppearance = new int[] {
16842901,
16842902,
@@ -36094,10 +36870,10 @@ namespace TINK.Droid
16843108,
16843692,
16844165,
- 2130903468,
2130903477,
- 2130904008,
- 2130904042};
+ 2130903486,
+ 2130904036,
+ 2130904070};
// aapt resource value: 10
public const int TextAppearance_android_fontFamily = 10;
@@ -36147,7 +36923,7 @@ namespace TINK.Droid
// aapt resource value: 15
public const int TextAppearance_textLocale = 15;
- // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x101014F,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x7F030066,0x7F030067,0x7F0303E7,0x7F0303EB,0x7F0303EC }
+ // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x101014F,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x7F030067,0x7F030068,0x7F030403,0x7F030407,0x7F030408 }
public static int[] TextEffects = new int[] {
16842901,
16842902,
@@ -36158,11 +36934,11 @@ namespace TINK.Droid
16843107,
16843108,
16843692,
- 2130903142,
2130903143,
- 2130904039,
- 2130904043,
- 2130904044};
+ 2130903144,
+ 2130904067,
+ 2130904071,
+ 2130904072};
// aapt resource value: 8
public const int TextEffects_android_fontFamily = 8;
@@ -36206,21 +36982,20 @@ namespace TINK.Droid
// aapt resource value: 13
public const int TextEffects_textOutlineThickness = 13;
- // aapt resource value: { 0x7F0303E8 }
+ // aapt resource value: { 0x7F030404 }
public static int[] TextInputEditText = new int[] {
- 2130904040};
+ 2130904068};
// aapt resource value: 0
public const int TextInputEditText_textInputLayoutFocusedRectEnabled = 0;
- // aapt resource value: { 0x101000E,0x101009A,0x101011F,0x101013F,0x1010150,0x7F03006E,0x7F03006F,0x7F030070,0x7F030071,0x7F030072,0x7F030073,0x7F030074,0x7F030075,0x7F030076,0x7F030077,0x7F030078,0x7F03011A,0x7F03011B,0x7F03011C,0x7F03011D,0x7F03011E,0x7F03011F,0x7F030167,0x7F030168,0x7F030169,0x7F03016A,0x7F03016B,0x7F03016C,0x7F030173,0x7F030174,0x7F030175,0x7F030176,0x7F030177,0x7F030178,0x7F030179,0x7F03017D,0x7F0301C3,0x7F0301C4,0x7F0301C5,0x7F0301C6,0x7F0301CB,0x7F0301CC,0x7F0301CD,0x7F0301CE,0x7F030301,0x7F030302,0x7F030303,0x7F030304,0x7F030305,0x7F03030F,0x7F030310,0x7F030311,0x7F030326,0x7F030327,0x7F030328,0x7F030359,0x7F03035C,0x7F030381,0x7F030382,0x7F030383,0x7F030384,0x7F030385,0x7F030398,0x7F030399,0x7F03039A }
+ // aapt resource value: { 0x101000E,0x101009A,0x101011F,0x101013F,0x1010150,0x7F03006F,0x7F030070,0x7F030071,0x7F030072,0x7F030073,0x7F030074,0x7F030075,0x7F030076,0x7F030077,0x7F030078,0x7F030079,0x7F03011E,0x7F03011F,0x7F030120,0x7F030121,0x7F030122,0x7F030123,0x7F03016F,0x7F030170,0x7F030171,0x7F030172,0x7F030173,0x7F030174,0x7F03017B,0x7F03017C,0x7F03017D,0x7F03017E,0x7F03017F,0x7F030180,0x7F030181,0x7F030185,0x7F0301CC,0x7F0301CD,0x7F0301CE,0x7F0301CF,0x7F0301D4,0x7F0301D5,0x7F0301D6,0x7F0301D7,0x7F03030F,0x7F030310,0x7F030311,0x7F030312,0x7F030313,0x7F03031E,0x7F03031F,0x7F030320,0x7F030335,0x7F030336,0x7F030337,0x7F030373,0x7F030376,0x7F03039C,0x7F03039D,0x7F03039E,0x7F03039F,0x7F0303A0,0x7F0303B4,0x7F0303B5,0x7F0303B6 }
public static int[] TextInputLayout = new int[] {
16842766,
16842906,
16843039,
16843071,
16843088,
- 2130903150,
2130903151,
2130903152,
2130903153,
@@ -36231,55 +37006,56 @@ namespace TINK.Droid
2130903158,
2130903159,
2130903160,
- 2130903322,
- 2130903323,
- 2130903324,
- 2130903325,
+ 2130903161,
2130903326,
2130903327,
- 2130903399,
- 2130903400,
- 2130903401,
- 2130903402,
- 2130903403,
- 2130903404,
+ 2130903328,
+ 2130903329,
+ 2130903330,
+ 2130903331,
+ 2130903407,
+ 2130903408,
+ 2130903409,
+ 2130903410,
2130903411,
2130903412,
- 2130903413,
- 2130903414,
- 2130903415,
- 2130903416,
- 2130903417,
+ 2130903419,
+ 2130903420,
2130903421,
- 2130903491,
- 2130903492,
- 2130903493,
- 2130903494,
- 2130903499,
+ 2130903422,
+ 2130903423,
+ 2130903424,
+ 2130903425,
+ 2130903429,
2130903500,
2130903501,
2130903502,
- 2130903809,
- 2130903810,
- 2130903811,
- 2130903812,
- 2130903813,
+ 2130903503,
+ 2130903508,
+ 2130903509,
+ 2130903510,
+ 2130903511,
2130903823,
2130903824,
2130903825,
- 2130903846,
- 2130903847,
- 2130903848,
- 2130903897,
- 2130903900,
- 2130903937,
- 2130903938,
- 2130903939,
- 2130903940,
- 2130903941,
- 2130903960,
- 2130903961,
- 2130903962};
+ 2130903826,
+ 2130903827,
+ 2130903838,
+ 2130903839,
+ 2130903840,
+ 2130903861,
+ 2130903862,
+ 2130903863,
+ 2130903923,
+ 2130903926,
+ 2130903964,
+ 2130903965,
+ 2130903966,
+ 2130903967,
+ 2130903968,
+ 2130903988,
+ 2130903989,
+ 2130903990};
// aapt resource value: 0
public const int TextInputLayout_android_enabled = 0;
@@ -36476,11 +37252,11 @@ namespace TINK.Droid
// aapt resource value: 64
public const int TextInputLayout_suffixTextColor = 64;
- // aapt resource value: { 0x1010034,0x7F03016D,0x7F03016E }
+ // aapt resource value: { 0x1010034,0x7F030175,0x7F030176 }
public static int[] ThemeEnforcement = new int[] {
16842804,
- 2130903405,
- 2130903406};
+ 2130903413,
+ 2130903414};
// aapt resource value: 0
public const int ThemeEnforcement_android_textAppearance = 0;
@@ -36491,38 +37267,38 @@ namespace TINK.Droid
// aapt resource value: 2
public const int ThemeEnforcement_enforceTextAppearance = 2;
- // aapt resource value: { 0x10100AF,0x1010140,0x7F030080,0x7F0300D7,0x7F0300D8,0x7F0300FE,0x7F0300FF,0x7F030100,0x7F030101,0x7F030102,0x7F030103,0x7F030276,0x7F030277,0x7F030297,0x7F0302AF,0x7F0302DE,0x7F0302DF,0x7F03031A,0x7F030393,0x7F030395,0x7F030396,0x7F030408,0x7F03040C,0x7F03040D,0x7F03040E,0x7F03040F,0x7F030410,0x7F030411,0x7F030412,0x7F030413 }
+ // aapt resource value: { 0x10100AF,0x1010140,0x7F030081,0x7F0300D8,0x7F0300D9,0x7F0300FF,0x7F030100,0x7F030101,0x7F030102,0x7F030103,0x7F030104,0x7F030281,0x7F030282,0x7F0302A2,0x7F0302BA,0x7F0302E9,0x7F0302EA,0x7F030329,0x7F0303AF,0x7F0303B1,0x7F0303B2,0x7F030424,0x7F030428,0x7F030429,0x7F03042A,0x7F03042B,0x7F03042C,0x7F03042D,0x7F03042E,0x7F03042F }
public static int[] Toolbar = new int[] {
16842927,
16843072,
- 2130903168,
- 2130903255,
+ 2130903169,
2130903256,
- 2130903294,
+ 2130903257,
2130903295,
2130903296,
2130903297,
2130903298,
2130903299,
- 2130903670,
- 2130903671,
- 2130903703,
- 2130903727,
- 2130903774,
- 2130903775,
- 2130903834,
- 2130903955,
- 2130903957,
- 2130903958,
- 2130904072,
- 2130904076,
- 2130904077,
- 2130904078,
- 2130904079,
- 2130904080,
- 2130904081,
- 2130904082,
- 2130904083};
+ 2130903300,
+ 2130903681,
+ 2130903682,
+ 2130903714,
+ 2130903738,
+ 2130903785,
+ 2130903786,
+ 2130903849,
+ 2130903983,
+ 2130903985,
+ 2130903986,
+ 2130904100,
+ 2130904104,
+ 2130904105,
+ 2130904106,
+ 2130904107,
+ 2130904108,
+ 2130904109,
+ 2130904110,
+ 2130904111};
// aapt resource value: 0
public const int Toolbar_android_gravity = 0;
@@ -36614,7 +37390,7 @@ namespace TINK.Droid
// aapt resource value: 29
public const int Toolbar_titleTextColor = 29;
- // aapt resource value: { 0x1010034,0x10100D5,0x10100F6,0x101013F,0x1010140,0x101014F,0x7F030051 }
+ // aapt resource value: { 0x1010034,0x10100D5,0x10100F6,0x101013F,0x1010140,0x101014F,0x7F030052 }
public static int[] Tooltip = new int[] {
16842804,
16842965,
@@ -36622,7 +37398,7 @@ namespace TINK.Droid
16843071,
16843072,
16843087,
- 2130903121};
+ 2130903122};
// aapt resource value: 2
public const int Tooltip_android_layout_margin = 2;
@@ -36645,7 +37421,7 @@ namespace TINK.Droid
// aapt resource value: 6
public const int Tooltip_backgroundTint = 6;
- // aapt resource value: { 0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030428 }
+ // aapt resource value: { 0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030445 }
public static int[] Transform = new int[] {
16843552,
16843553,
@@ -36658,7 +37434,7 @@ namespace TINK.Droid
16843560,
16843770,
16843840,
- 2130904104};
+ 2130904133};
// aapt resource value: 10
public const int Transform_android_elevation = 10;
@@ -36696,19 +37472,19 @@ namespace TINK.Droid
// aapt resource value: 11
public const int Transform_transformPivotTarget = 11;
- // aapt resource value: { 0x10100D0,0x7F030047,0x7F0300F7,0x7F0300F8,0x7F03015C,0x7F03021A,0x7F0302D3,0x7F030306,0x7F03037F,0x7F030429,0x7F03042B }
+ // aapt resource value: { 0x10100D0,0x7F030048,0x7F0300F8,0x7F0300F9,0x7F030164,0x7F030225,0x7F0302DE,0x7F030314,0x7F03039A,0x7F030446,0x7F030448 }
public static int[] Transition = new int[] {
16842960,
- 2130903111,
- 2130903287,
+ 2130903112,
2130903288,
- 2130903388,
- 2130903578,
- 2130903763,
- 2130903814,
- 2130903935,
- 2130904105,
- 2130904107};
+ 2130903289,
+ 2130903396,
+ 2130903589,
+ 2130903774,
+ 2130903828,
+ 2130903962,
+ 2130904134,
+ 2130904136};
// aapt resource value: 0
public const int Transition_android_id = 0;
@@ -36743,13 +37519,13 @@ namespace TINK.Droid
// aapt resource value: 10
public const int Transition_transitionFlags = 10;
- // aapt resource value: { 0x7F0300FB,0x7F03033D,0x7F03033E,0x7F03033F,0x7F030340 }
+ // aapt resource value: { 0x7F0300FC,0x7F03034C,0x7F03034D,0x7F03034E,0x7F03034F }
public static int[] Variant = new int[] {
- 2130903291,
- 2130903869,
- 2130903870,
- 2130903871,
- 2130903872};
+ 2130903292,
+ 2130903884,
+ 2130903885,
+ 2130903886,
+ 2130903887};
// aapt resource value: 0
public const int Variant_constraints = 0;
@@ -36766,19 +37542,19 @@ namespace TINK.Droid
// aapt resource value: 4
public const int Variant_region_widthMoreThan = 4;
- // aapt resource value: { 0x1010000,0x10100DA,0x7F0302F8,0x7F0302FB,0x7F0303F4 }
+ // aapt resource value: { 0x1010000,0x10100DA,0x7F030304,0x7F030307,0x7F030410 }
public static int[] View = new int[] {
16842752,
16842970,
- 2130903800,
- 2130903803,
- 2130904052};
+ 2130903812,
+ 2130903815,
+ 2130904080};
- // aapt resource value: { 0x10100D4,0x7F030051,0x7F030052 }
+ // aapt resource value: { 0x10100D4,0x7F030052,0x7F030053 }
public static int[] ViewBackgroundHelper = new int[] {
16842964,
- 2130903121,
- 2130903122};
+ 2130903122,
+ 2130903123};
// aapt resource value: 0
public const int ViewBackgroundHelper_android_background = 0;
@@ -36811,23 +37587,23 @@ namespace TINK.Droid
// aapt resource value: 1
public const int ViewStubCompat_android_layout = 1;
- // aapt resource value: { 0x10100D0,0x7F030001,0x7F030002,0x7F0300C9,0x7F03015C,0x7F0301DD,0x7F0301DE,0x7F0302D3,0x7F0302D8,0x7F0302F0,0x7F030306,0x7F030358,0x7F030429,0x7F03043A,0x7F030444 }
+ // aapt resource value: { 0x10100D0,0x7F030001,0x7F030002,0x7F0300CA,0x7F030164,0x7F0301E6,0x7F0301E7,0x7F0302DE,0x7F0302E3,0x7F0302FC,0x7F030314,0x7F030371,0x7F030446,0x7F030458,0x7F030465 }
public static int[] ViewTransition = new int[] {
16842960,
2130903041,
2130903042,
- 2130903241,
- 2130903388,
- 2130903517,
- 2130903518,
- 2130903763,
- 2130903768,
- 2130903792,
- 2130903814,
- 2130903896,
- 2130904105,
- 2130904122,
- 2130904132};
+ 2130903242,
+ 2130903396,
+ 2130903526,
+ 2130903527,
+ 2130903774,
+ 2130903779,
+ 2130903804,
+ 2130903828,
+ 2130903921,
+ 2130904134,
+ 2130904152,
+ 2130904165};
// aapt resource value: 0
public const int ViewTransition_android_id = 0;
diff --git a/Meinkonrad/TINK/App.xaml.cs b/Meinkonrad/TINK/App.xaml.cs
index 9e21703..5cae528 100644
--- a/Meinkonrad/TINK/App.xaml.cs
+++ b/Meinkonrad/TINK/App.xaml.cs
@@ -254,6 +254,28 @@ namespace TINK
.CreateLogger();
}
+ /// The URI for the request.
+ /// Overriden to respond when the user initiates an app link request.
+ protected override void OnAppLinkRequestReceived(Uri uri)
+ {
+ base.OnAppLinkRequestReceived(uri);
+ // TODO: Adjust to correct host
+ if (uri.Host.ToLower() == "sharee.bike")
+ {
+ // Input e.g. sharee.bike/sharee/lastenrad/?lat=49.921&long=32.51
+ Array segments = Array.ConvertAll(uri.Segments, segment => segment.Replace("/", "")).Skip(1).ToArray();
+ Dictionary queryDict = uri.Query
+ .Substring(1)
+ .Split("&")
+ .Select(query => query.Split('='))
+ .ToDictionary(query => query.FirstOrDefault(), query => query.Skip(1).FirstOrDefault());
+ // segments == ["sharee", "lastenrad"]
+ // queryDict == [{["lat", "49.921"]}], {["long", "32.51"]}]
+ // => Navigate and pass params depending on linkinput
+ // If no custom navigation is configured, the app just opens as if the user opened it
+ }
+ }
+
/// Gets the current logging level.
///
private static LogEventLevel GetCurrentLogEventLevel()
diff --git a/TINK/TINK.Android/MainActivity.cs b/TINK/TINK.Android/MainActivity.cs
index 633720c..998d594 100644
--- a/TINK/TINK.Android/MainActivity.cs
+++ b/TINK/TINK.Android/MainActivity.cs
@@ -4,11 +4,28 @@ using Android.Content.PM;
using Android.OS;
using Android.Content;
using Java.Interop;
+using Xamarin.Forms.Platform.Android.AppLinks;
+using Firebase;
namespace TINK.Droid
{
[Activity (Label = "Sharee", Icon = "@drawable/sharee", Theme="@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
- public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity
+
+ [IntentFilter(new[] { Intent.ActionView },
+ Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault },
+ DataScheme = "https",
+ DataHost = "sharee.bike",
+ DataPathPrefix = "/",
+ AutoVerify = true)]
+
+ [IntentFilter(new[] { Intent.ActionView },
+ Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault },
+ DataScheme = "http",
+ DataHost = "sharee.bike",
+ DataPathPrefix = "/",
+ AutoVerify = true)]
+
+ public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity
{
protected override void OnCreate (Bundle bundle)
{
@@ -19,6 +36,9 @@ namespace TINK.Droid
global::Xamarin.Forms.Forms.Init (this, bundle);
+ FirebaseApp.InitializeApp(this);
+ AndroidAppLinks.Init(this);
+
// Initialize xamarin.essentials, see https://docs.microsoft.com/en-us/xamarin/essentials/get-started?tabs=macos%2Candroid.
Xamarin.Essentials.Platform.Init(this, bundle);
diff --git a/TINK/TINK.Android/Resources/Resource.Designer.cs b/TINK/TINK.Android/Resources/Resource.Designer.cs
index 3a69163..b01cbc2 100644
--- a/TINK/TINK.Android/Resources/Resource.Designer.cs
+++ b/TINK/TINK.Android/Resources/Resource.Designer.cs
@@ -5942,6 +5942,451 @@ namespace TINK.Droid
global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_type = global::TINK.Droid.Resource.Styleable.GradientColor_android_type;
global::Xamarin.Essentials.Resource.Xml.image_share_filepaths = global::TINK.Droid.Resource.Xml.image_share_filepaths;
global::Xamarin.Essentials.Resource.Xml.xamarin_essentials_fileprovider_file_paths = global::TINK.Droid.Resource.Xml.xamarin_essentials_fileprovider_file_paths;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Animation.fragment_fast_out_extra_slow_in = global::TINK.Droid.Resource.Animation.fragment_fast_out_extra_slow_in;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Animator.fragment_close_enter = global::TINK.Droid.Resource.Animator.fragment_close_enter;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Animator.fragment_close_exit = global::TINK.Droid.Resource.Animator.fragment_close_exit;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Animator.fragment_fade_enter = global::TINK.Droid.Resource.Animator.fragment_fade_enter;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Animator.fragment_fade_exit = global::TINK.Droid.Resource.Animator.fragment_fade_exit;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Animator.fragment_open_enter = global::TINK.Droid.Resource.Animator.fragment_open_enter;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Animator.fragment_open_exit = global::TINK.Droid.Resource.Animator.fragment_open_exit;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.allowShortcuts = global::TINK.Droid.Resource.Attribute.allowShortcuts;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.alpha = global::TINK.Droid.Resource.Attribute.alpha;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.buttonSize = global::TINK.Droid.Resource.Attribute.buttonSize;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.circleCrop = global::TINK.Droid.Resource.Attribute.circleCrop;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.colorScheme = global::TINK.Droid.Resource.Attribute.colorScheme;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.contentProviderUri = global::TINK.Droid.Resource.Attribute.contentProviderUri;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.coordinatorLayoutStyle = global::TINK.Droid.Resource.Attribute.coordinatorLayoutStyle;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.corpusId = global::TINK.Droid.Resource.Attribute.corpusId;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.corpusVersion = global::TINK.Droid.Resource.Attribute.corpusVersion;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.defaultIntentAction = global::TINK.Droid.Resource.Attribute.defaultIntentAction;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.defaultIntentActivity = global::TINK.Droid.Resource.Attribute.defaultIntentActivity;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.defaultIntentData = global::TINK.Droid.Resource.Attribute.defaultIntentData;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.documentMaxAgeSecs = global::TINK.Droid.Resource.Attribute.documentMaxAgeSecs;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.drawerLayoutStyle = global::TINK.Droid.Resource.Attribute.drawerLayoutStyle;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.elevation = global::TINK.Droid.Resource.Attribute.elevation;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.featureType = global::TINK.Droid.Resource.Attribute.featureType;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.font = global::TINK.Droid.Resource.Attribute.font;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontProviderAuthority = global::TINK.Droid.Resource.Attribute.fontProviderAuthority;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontProviderCerts = global::TINK.Droid.Resource.Attribute.fontProviderCerts;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontProviderFetchStrategy = global::TINK.Droid.Resource.Attribute.fontProviderFetchStrategy;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontProviderFetchTimeout = global::TINK.Droid.Resource.Attribute.fontProviderFetchTimeout;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontProviderPackage = global::TINK.Droid.Resource.Attribute.fontProviderPackage;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontProviderQuery = global::TINK.Droid.Resource.Attribute.fontProviderQuery;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontProviderSystemFontFamily = global::TINK.Droid.Resource.Attribute.fontProviderSystemFontFamily;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontStyle = global::TINK.Droid.Resource.Attribute.fontStyle;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontVariationSettings = global::TINK.Droid.Resource.Attribute.fontVariationSettings;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.fontWeight = global::TINK.Droid.Resource.Attribute.fontWeight;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.imageAspectRatio = global::TINK.Droid.Resource.Attribute.imageAspectRatio;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.imageAspectRatioAdjust = global::TINK.Droid.Resource.Attribute.imageAspectRatioAdjust;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.indexPrefixes = global::TINK.Droid.Resource.Attribute.indexPrefixes;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.inputEnabled = global::TINK.Droid.Resource.Attribute.inputEnabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.keylines = global::TINK.Droid.Resource.Attribute.keylines;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.layout_anchor = global::TINK.Droid.Resource.Attribute.layout_anchor;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.layout_anchorGravity = global::TINK.Droid.Resource.Attribute.layout_anchorGravity;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.layout_behavior = global::TINK.Droid.Resource.Attribute.layout_behavior;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.layout_dodgeInsetEdges = global::TINK.Droid.Resource.Attribute.layout_dodgeInsetEdges;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.layout_insetEdge = global::TINK.Droid.Resource.Attribute.layout_insetEdge;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.layout_keyline = global::TINK.Droid.Resource.Attribute.layout_keyline;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.nestedScrollViewStyle = global::TINK.Droid.Resource.Attribute.nestedScrollViewStyle;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.noIndex = global::TINK.Droid.Resource.Attribute.noIndex;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.paramName = global::TINK.Droid.Resource.Attribute.paramName;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.paramValue = global::TINK.Droid.Resource.Attribute.paramValue;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.perAccountTemplate = global::TINK.Droid.Resource.Attribute.perAccountTemplate;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.queryPatterns = global::TINK.Droid.Resource.Attribute.queryPatterns;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.schemaOrgProperty = global::TINK.Droid.Resource.Attribute.schemaOrgProperty;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.schemaOrgType = global::TINK.Droid.Resource.Attribute.schemaOrgType;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.scopeUris = global::TINK.Droid.Resource.Attribute.scopeUris;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.searchEnabled = global::TINK.Droid.Resource.Attribute.searchEnabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.searchLabel = global::TINK.Droid.Resource.Attribute.searchLabel;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.sectionContent = global::TINK.Droid.Resource.Attribute.sectionContent;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.sectionFormat = global::TINK.Droid.Resource.Attribute.sectionFormat;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.sectionId = global::TINK.Droid.Resource.Attribute.sectionId;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.sectionType = global::TINK.Droid.Resource.Attribute.sectionType;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.sectionWeight = global::TINK.Droid.Resource.Attribute.sectionWeight;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.semanticallySearchable = global::TINK.Droid.Resource.Attribute.semanticallySearchable;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.settingsDescription = global::TINK.Droid.Resource.Attribute.settingsDescription;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.shortcutMatchRequired = global::TINK.Droid.Resource.Attribute.shortcutMatchRequired;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.sourceClass = global::TINK.Droid.Resource.Attribute.sourceClass;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.statusBarBackground = global::TINK.Droid.Resource.Attribute.statusBarBackground;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.subsectionSeparator = global::TINK.Droid.Resource.Attribute.subsectionSeparator;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.swipeRefreshLayoutProgressSpinnerBackgroundColor = global::TINK.Droid.Resource.Attribute.swipeRefreshLayoutProgressSpinnerBackgroundColor;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.toAddressesSection = global::TINK.Droid.Resource.Attribute.toAddressesSection;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.trimmable = global::TINK.Droid.Resource.Attribute.trimmable;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.ttcIndex = global::TINK.Droid.Resource.Attribute.ttcIndex;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.userInputSection = global::TINK.Droid.Resource.Attribute.userInputSection;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.userInputTag = global::TINK.Droid.Resource.Attribute.userInputTag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Attribute.userInputValue = global::TINK.Droid.Resource.Attribute.userInputValue;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.androidx_core_ripple_material_light = global::TINK.Droid.Resource.Color.androidx_core_ripple_material_light;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.androidx_core_secondary_text_default_material_light = global::TINK.Droid.Resource.Color.androidx_core_secondary_text_default_material_light;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_dark = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_dark;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_dark_default = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_dark_default;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_dark_disabled = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_dark_disabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_dark_focused = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_dark_focused;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_dark_pressed = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_dark_pressed;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_light = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_light;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_light_default = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_light_default;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_light_disabled = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_light_disabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_light_focused = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_light_focused;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_text_light_pressed = global::TINK.Droid.Resource.Color.common_google_signin_btn_text_light_pressed;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.common_google_signin_btn_tint = global::TINK.Droid.Resource.Color.common_google_signin_btn_tint;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.notification_action_color_filter = global::TINK.Droid.Resource.Color.notification_action_color_filter;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.notification_icon_bg_color = global::TINK.Droid.Resource.Color.notification_icon_bg_color;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.notification_material_background_media_default_color = global::TINK.Droid.Resource.Color.notification_material_background_media_default_color;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.primary_text_default_material_dark = global::TINK.Droid.Resource.Color.primary_text_default_material_dark;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Color.secondary_text_default_material_dark = global::TINK.Droid.Resource.Color.secondary_text_default_material_dark;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.compat_button_inset_horizontal_material = global::TINK.Droid.Resource.Dimension.compat_button_inset_horizontal_material;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.compat_button_inset_vertical_material = global::TINK.Droid.Resource.Dimension.compat_button_inset_vertical_material;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.compat_button_padding_horizontal_material = global::TINK.Droid.Resource.Dimension.compat_button_padding_horizontal_material;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.compat_button_padding_vertical_material = global::TINK.Droid.Resource.Dimension.compat_button_padding_vertical_material;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.compat_control_corner_material = global::TINK.Droid.Resource.Dimension.compat_control_corner_material;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.compat_notification_large_icon_max_height = global::TINK.Droid.Resource.Dimension.compat_notification_large_icon_max_height;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.compat_notification_large_icon_max_width = global::TINK.Droid.Resource.Dimension.compat_notification_large_icon_max_width;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.def_drawer_elevation = global::TINK.Droid.Resource.Dimension.def_drawer_elevation;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_action_icon_size = global::TINK.Droid.Resource.Dimension.notification_action_icon_size;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_action_text_size = global::TINK.Droid.Resource.Dimension.notification_action_text_size;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_big_circle_margin = global::TINK.Droid.Resource.Dimension.notification_big_circle_margin;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_content_margin_start = global::TINK.Droid.Resource.Dimension.notification_content_margin_start;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_large_icon_height = global::TINK.Droid.Resource.Dimension.notification_large_icon_height;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_large_icon_width = global::TINK.Droid.Resource.Dimension.notification_large_icon_width;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_main_column_padding_top = global::TINK.Droid.Resource.Dimension.notification_main_column_padding_top;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_media_narrow_margin = global::TINK.Droid.Resource.Dimension.notification_media_narrow_margin;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_right_icon_size = global::TINK.Droid.Resource.Dimension.notification_right_icon_size;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_right_side_padding_top = global::TINK.Droid.Resource.Dimension.notification_right_side_padding_top;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_small_icon_background_padding = global::TINK.Droid.Resource.Dimension.notification_small_icon_background_padding;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_small_icon_size_as_large = global::TINK.Droid.Resource.Dimension.notification_small_icon_size_as_large;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_subtext_size = global::TINK.Droid.Resource.Dimension.notification_subtext_size;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_top_pad = global::TINK.Droid.Resource.Dimension.notification_top_pad;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Dimension.notification_top_pad_large_text = global::TINK.Droid.Resource.Dimension.notification_top_pad_large_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_full_open_on_phone = global::TINK.Droid.Resource.Drawable.common_full_open_on_phone;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_dark = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_dark;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_dark_focused = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_dark_focused;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_dark_normal = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_dark_normal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_dark_normal_background = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_dark_normal_background;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_disabled = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_disabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_light = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_light;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_light_focused = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_light_focused;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_light_normal = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_light_normal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_icon_light_normal_background = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_icon_light_normal_background;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_dark = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_dark;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_dark_focused = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_dark_focused;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_dark_normal = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_dark_normal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_dark_normal_background = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_dark_normal_background;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_disabled = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_disabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_light = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_light;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_light_focused = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_light_focused;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_light_normal = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_light_normal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.common_google_signin_btn_text_light_normal_background = global::TINK.Droid.Resource.Drawable.common_google_signin_btn_text_light_normal_background;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.googleg_disabled_color_18 = global::TINK.Droid.Resource.Drawable.googleg_disabled_color_18;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.googleg_standard_color_18 = global::TINK.Droid.Resource.Drawable.googleg_standard_color_18;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_action_background = global::TINK.Droid.Resource.Drawable.notification_action_background;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_bg = global::TINK.Droid.Resource.Drawable.notification_bg;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_bg_low = global::TINK.Droid.Resource.Drawable.notification_bg_low;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_bg_low_normal = global::TINK.Droid.Resource.Drawable.notification_bg_low_normal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_bg_low_pressed = global::TINK.Droid.Resource.Drawable.notification_bg_low_pressed;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_bg_normal = global::TINK.Droid.Resource.Drawable.notification_bg_normal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_bg_normal_pressed = global::TINK.Droid.Resource.Drawable.notification_bg_normal_pressed;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_icon_background = global::TINK.Droid.Resource.Drawable.notification_icon_background;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_template_icon_bg = global::TINK.Droid.Resource.Drawable.notification_template_icon_bg;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_template_icon_low_bg = global::TINK.Droid.Resource.Drawable.notification_template_icon_low_bg;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notification_tile_bg = global::TINK.Droid.Resource.Drawable.notification_tile_bg;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Drawable.notify_panel_notification_icon_bg = global::TINK.Droid.Resource.Drawable.notify_panel_notification_icon_bg;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_action_clickable_span = global::TINK.Droid.Resource.Id.accessibility_action_clickable_span;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_0 = global::TINK.Droid.Resource.Id.accessibility_custom_action_0;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_1 = global::TINK.Droid.Resource.Id.accessibility_custom_action_1;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_10 = global::TINK.Droid.Resource.Id.accessibility_custom_action_10;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_11 = global::TINK.Droid.Resource.Id.accessibility_custom_action_11;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_12 = global::TINK.Droid.Resource.Id.accessibility_custom_action_12;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_13 = global::TINK.Droid.Resource.Id.accessibility_custom_action_13;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_14 = global::TINK.Droid.Resource.Id.accessibility_custom_action_14;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_15 = global::TINK.Droid.Resource.Id.accessibility_custom_action_15;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_16 = global::TINK.Droid.Resource.Id.accessibility_custom_action_16;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_17 = global::TINK.Droid.Resource.Id.accessibility_custom_action_17;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_18 = global::TINK.Droid.Resource.Id.accessibility_custom_action_18;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_19 = global::TINK.Droid.Resource.Id.accessibility_custom_action_19;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_2 = global::TINK.Droid.Resource.Id.accessibility_custom_action_2;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_20 = global::TINK.Droid.Resource.Id.accessibility_custom_action_20;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_21 = global::TINK.Droid.Resource.Id.accessibility_custom_action_21;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_22 = global::TINK.Droid.Resource.Id.accessibility_custom_action_22;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_23 = global::TINK.Droid.Resource.Id.accessibility_custom_action_23;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_24 = global::TINK.Droid.Resource.Id.accessibility_custom_action_24;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_25 = global::TINK.Droid.Resource.Id.accessibility_custom_action_25;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_26 = global::TINK.Droid.Resource.Id.accessibility_custom_action_26;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_27 = global::TINK.Droid.Resource.Id.accessibility_custom_action_27;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_28 = global::TINK.Droid.Resource.Id.accessibility_custom_action_28;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_29 = global::TINK.Droid.Resource.Id.accessibility_custom_action_29;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_3 = global::TINK.Droid.Resource.Id.accessibility_custom_action_3;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_30 = global::TINK.Droid.Resource.Id.accessibility_custom_action_30;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_31 = global::TINK.Droid.Resource.Id.accessibility_custom_action_31;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_4 = global::TINK.Droid.Resource.Id.accessibility_custom_action_4;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_5 = global::TINK.Droid.Resource.Id.accessibility_custom_action_5;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_6 = global::TINK.Droid.Resource.Id.accessibility_custom_action_6;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_7 = global::TINK.Droid.Resource.Id.accessibility_custom_action_7;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_8 = global::TINK.Droid.Resource.Id.accessibility_custom_action_8;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.accessibility_custom_action_9 = global::TINK.Droid.Resource.Id.accessibility_custom_action_9;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.action0 = global::TINK.Droid.Resource.Id.action0;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.actions = global::TINK.Droid.Resource.Id.actions;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.action_container = global::TINK.Droid.Resource.Id.action_container;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.action_divider = global::TINK.Droid.Resource.Id.action_divider;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.action_image = global::TINK.Droid.Resource.Id.action_image;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.action_text = global::TINK.Droid.Resource.Id.action_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.adjust_height = global::TINK.Droid.Resource.Id.adjust_height;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.adjust_width = global::TINK.Droid.Resource.Id.adjust_width;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.all = global::TINK.Droid.Resource.Id.all;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.async = global::TINK.Droid.Resource.Id.async;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.auto = global::TINK.Droid.Resource.Id.auto;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.blocking = global::TINK.Droid.Resource.Id.blocking;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.bottom = global::TINK.Droid.Resource.Id.bottom;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.cancel_action = global::TINK.Droid.Resource.Id.cancel_action;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.center = global::TINK.Droid.Resource.Id.center;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.center_horizontal = global::TINK.Droid.Resource.Id.center_horizontal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.center_vertical = global::TINK.Droid.Resource.Id.center_vertical;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.chronometer = global::TINK.Droid.Resource.Id.chronometer;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.clip_horizontal = global::TINK.Droid.Resource.Id.clip_horizontal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.clip_vertical = global::TINK.Droid.Resource.Id.clip_vertical;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.contact = global::TINK.Droid.Resource.Id.contact;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.dark = global::TINK.Droid.Resource.Id.dark;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.date = global::TINK.Droid.Resource.Id.date;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.demote_common_words = global::TINK.Droid.Resource.Id.demote_common_words;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.demote_rfc822_hostnames = global::TINK.Droid.Resource.Id.demote_rfc822_hostnames;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.dialog_button = global::TINK.Droid.Resource.Id.dialog_button;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.email = global::TINK.Droid.Resource.Id.email;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.end = global::TINK.Droid.Resource.Id.end;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.end_padder = global::TINK.Droid.Resource.Id.end_padder;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.fill = global::TINK.Droid.Resource.Id.fill;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.fill_horizontal = global::TINK.Droid.Resource.Id.fill_horizontal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.fill_vertical = global::TINK.Droid.Resource.Id.fill_vertical;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.forever = global::TINK.Droid.Resource.Id.forever;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.fragment_container_view_tag = global::TINK.Droid.Resource.Id.fragment_container_view_tag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.html = global::TINK.Droid.Resource.Id.html;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.icon = global::TINK.Droid.Resource.Id.icon;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.icon_group = global::TINK.Droid.Resource.Id.icon_group;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.icon_only = global::TINK.Droid.Resource.Id.icon_only;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.icon_uri = global::TINK.Droid.Resource.Id.icon_uri;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.index_entity_types = global::TINK.Droid.Resource.Id.index_entity_types;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.info = global::TINK.Droid.Resource.Id.info;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.instant_message = global::TINK.Droid.Resource.Id.instant_message;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.intent_action = global::TINK.Droid.Resource.Id.intent_action;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.intent_activity = global::TINK.Droid.Resource.Id.intent_activity;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.intent_data = global::TINK.Droid.Resource.Id.intent_data;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.intent_data_id = global::TINK.Droid.Resource.Id.intent_data_id;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.intent_extra_data = global::TINK.Droid.Resource.Id.intent_extra_data;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.italic = global::TINK.Droid.Resource.Id.italic;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.large_icon_uri = global::TINK.Droid.Resource.Id.large_icon_uri;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.left = global::TINK.Droid.Resource.Id.left;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.light = global::TINK.Droid.Resource.Id.light;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.line1 = global::TINK.Droid.Resource.Id.line1;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.line3 = global::TINK.Droid.Resource.Id.line3;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.match_global_nicknames = global::TINK.Droid.Resource.Id.match_global_nicknames;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.media_actions = global::TINK.Droid.Resource.Id.media_actions;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.media_controller_compat_view_tag = global::TINK.Droid.Resource.Id.media_controller_compat_view_tag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.none = global::TINK.Droid.Resource.Id.none;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.normal = global::TINK.Droid.Resource.Id.normal;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.notification_background = global::TINK.Droid.Resource.Id.notification_background;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.notification_main_column = global::TINK.Droid.Resource.Id.notification_main_column;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.notification_main_column_container = global::TINK.Droid.Resource.Id.notification_main_column_container;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.omnibox_title_section = global::TINK.Droid.Resource.Id.omnibox_title_section;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.omnibox_url_section = global::TINK.Droid.Resource.Id.omnibox_url_section;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.plain = global::TINK.Droid.Resource.Id.plain;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.rfc822 = global::TINK.Droid.Resource.Id.rfc822;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.right = global::TINK.Droid.Resource.Id.right;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.right_icon = global::TINK.Droid.Resource.Id.right_icon;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.right_side = global::TINK.Droid.Resource.Id.right_side;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.special_effects_controller_view_tag = global::TINK.Droid.Resource.Id.special_effects_controller_view_tag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.standard = global::TINK.Droid.Resource.Id.standard;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.start = global::TINK.Droid.Resource.Id.start;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.status_bar_latest_event_content = global::TINK.Droid.Resource.Id.status_bar_latest_event_content;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_accessibility_actions = global::TINK.Droid.Resource.Id.tag_accessibility_actions;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_accessibility_clickable_spans = global::TINK.Droid.Resource.Id.tag_accessibility_clickable_spans;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_accessibility_heading = global::TINK.Droid.Resource.Id.tag_accessibility_heading;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_accessibility_pane_title = global::TINK.Droid.Resource.Id.tag_accessibility_pane_title;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_on_apply_window_listener = global::TINK.Droid.Resource.Id.tag_on_apply_window_listener;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_on_receive_content_listener = global::TINK.Droid.Resource.Id.tag_on_receive_content_listener;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_on_receive_content_mime_types = global::TINK.Droid.Resource.Id.tag_on_receive_content_mime_types;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_screen_reader_focusable = global::TINK.Droid.Resource.Id.tag_screen_reader_focusable;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_state_description = global::TINK.Droid.Resource.Id.tag_state_description;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_transition_group = global::TINK.Droid.Resource.Id.tag_transition_group;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_unhandled_key_event_manager = global::TINK.Droid.Resource.Id.tag_unhandled_key_event_manager;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_unhandled_key_listeners = global::TINK.Droid.Resource.Id.tag_unhandled_key_listeners;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.tag_window_insets_animation_callback = global::TINK.Droid.Resource.Id.tag_window_insets_animation_callback;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.text = global::TINK.Droid.Resource.Id.text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.text1 = global::TINK.Droid.Resource.Id.text1;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.text2 = global::TINK.Droid.Resource.Id.text2;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.thing_proto = global::TINK.Droid.Resource.Id.thing_proto;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.time = global::TINK.Droid.Resource.Id.time;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.title = global::TINK.Droid.Resource.Id.title;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.top = global::TINK.Droid.Resource.Id.top;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.url = global::TINK.Droid.Resource.Id.url;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.view_tree_lifecycle_owner = global::TINK.Droid.Resource.Id.view_tree_lifecycle_owner;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.view_tree_saved_state_registry_owner = global::TINK.Droid.Resource.Id.view_tree_saved_state_registry_owner;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.view_tree_view_model_store_owner = global::TINK.Droid.Resource.Id.view_tree_view_model_store_owner;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.visible_removing_fragment_view_tag = global::TINK.Droid.Resource.Id.visible_removing_fragment_view_tag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Id.wide = global::TINK.Droid.Resource.Id.wide;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Integer.cancel_button_image_alpha = global::TINK.Droid.Resource.Integer.cancel_button_image_alpha;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Integer.google_play_services_version = global::TINK.Droid.Resource.Integer.google_play_services_version;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Integer.status_bar_notification_info_maxnum = global::TINK.Droid.Resource.Integer.status_bar_notification_info_maxnum;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.custom_dialog = global::TINK.Droid.Resource.Layout.custom_dialog;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_action = global::TINK.Droid.Resource.Layout.notification_action;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_action_tombstone = global::TINK.Droid.Resource.Layout.notification_action_tombstone;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_media_action = global::TINK.Droid.Resource.Layout.notification_media_action;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_media_cancel_action = global::TINK.Droid.Resource.Layout.notification_media_cancel_action;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_big_media = global::TINK.Droid.Resource.Layout.notification_template_big_media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_big_media_custom = global::TINK.Droid.Resource.Layout.notification_template_big_media_custom;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_big_media_narrow = global::TINK.Droid.Resource.Layout.notification_template_big_media_narrow;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_big_media_narrow_custom = global::TINK.Droid.Resource.Layout.notification_template_big_media_narrow_custom;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_custom_big = global::TINK.Droid.Resource.Layout.notification_template_custom_big;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_icon_group = global::TINK.Droid.Resource.Layout.notification_template_icon_group;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_lines_media = global::TINK.Droid.Resource.Layout.notification_template_lines_media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_media = global::TINK.Droid.Resource.Layout.notification_template_media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_media_custom = global::TINK.Droid.Resource.Layout.notification_template_media_custom;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_part_chronometer = global::TINK.Droid.Resource.Layout.notification_template_part_chronometer;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Layout.notification_template_part_time = global::TINK.Droid.Resource.Layout.notification_template_part_time;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_enable_button = global::TINK.Droid.Resource.String.common_google_play_services_enable_button;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_enable_text = global::TINK.Droid.Resource.String.common_google_play_services_enable_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_enable_title = global::TINK.Droid.Resource.String.common_google_play_services_enable_title;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_install_button = global::TINK.Droid.Resource.String.common_google_play_services_install_button;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_install_text = global::TINK.Droid.Resource.String.common_google_play_services_install_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_install_title = global::TINK.Droid.Resource.String.common_google_play_services_install_title;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_notification_channel_name = global::TINK.Droid.Resource.String.common_google_play_services_notification_channel_name;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_notification_ticker = global::TINK.Droid.Resource.String.common_google_play_services_notification_ticker;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_unknown_issue = global::TINK.Droid.Resource.String.common_google_play_services_unknown_issue;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_unsupported_text = global::TINK.Droid.Resource.String.common_google_play_services_unsupported_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_update_button = global::TINK.Droid.Resource.String.common_google_play_services_update_button;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_update_text = global::TINK.Droid.Resource.String.common_google_play_services_update_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_update_title = global::TINK.Droid.Resource.String.common_google_play_services_update_title;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_updating_text = global::TINK.Droid.Resource.String.common_google_play_services_updating_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_google_play_services_wear_update_text = global::TINK.Droid.Resource.String.common_google_play_services_wear_update_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_open_on_phone = global::TINK.Droid.Resource.String.common_open_on_phone;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_signin_button_text = global::TINK.Droid.Resource.String.common_signin_button_text;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.common_signin_button_text_long = global::TINK.Droid.Resource.String.common_signin_button_text_long;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.library_name = global::TINK.Droid.Resource.String.library_name;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.String.status_bar_notification_info_overflow = global::TINK.Droid.Resource.String.status_bar_notification_info_overflow;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Info = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Info;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Info_Media = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Info_Media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Line2 = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Line2;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Line2_Media = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Line2_Media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Media = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Time = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Time;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Time_Media = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Time_Media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Title = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Title;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.TextAppearance_Compat_Notification_Title_Media = global::TINK.Droid.Resource.Style.TextAppearance_Compat_Notification_Title_Media;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.Widget_Compat_NotificationActionContainer = global::TINK.Droid.Resource.Style.Widget_Compat_NotificationActionContainer;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.Widget_Compat_NotificationActionText = global::TINK.Droid.Resource.Style.Widget_Compat_NotificationActionText;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Style.Widget_Support_CoordinatorLayout = global::TINK.Droid.Resource.Style.Widget_Support_CoordinatorLayout;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.AppDataSearch = global::TINK.Droid.Resource.Styleable.AppDataSearch;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Capability = global::TINK.Droid.Resource.Styleable.Capability;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Capability_queryPatterns = global::TINK.Droid.Resource.Styleable.Capability_queryPatterns;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Capability_shortcutMatchRequired = global::TINK.Droid.Resource.Styleable.Capability_shortcutMatchRequired;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.ColorStateListItem = global::TINK.Droid.Resource.Styleable.ColorStateListItem;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.ColorStateListItem_alpha = global::TINK.Droid.Resource.Styleable.ColorStateListItem_alpha;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.ColorStateListItem_android_alpha = global::TINK.Droid.Resource.Styleable.ColorStateListItem_android_alpha;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.ColorStateListItem_android_color = global::TINK.Droid.Resource.Styleable.ColorStateListItem_android_color;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout = global::TINK.Droid.Resource.Styleable.CoordinatorLayout;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_keylines = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_keylines;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout_android_layout_gravity = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout_android_layout_gravity;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout_layout_anchor = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_anchor;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout_layout_anchorGravity = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_anchorGravity;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout_layout_behavior = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_behavior;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout_layout_dodgeInsetEdges = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_dodgeInsetEdges;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout_layout_insetEdge = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_insetEdge;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_Layout_layout_keyline = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_keyline;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.CoordinatorLayout_statusBarBackground = global::TINK.Droid.Resource.Styleable.CoordinatorLayout_statusBarBackground;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus = global::TINK.Droid.Resource.Styleable.Corpus;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_contentProviderUri = global::TINK.Droid.Resource.Styleable.Corpus_contentProviderUri;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_corpusId = global::TINK.Droid.Resource.Styleable.Corpus_corpusId;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_corpusVersion = global::TINK.Droid.Resource.Styleable.Corpus_corpusVersion;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_documentMaxAgeSecs = global::TINK.Droid.Resource.Styleable.Corpus_documentMaxAgeSecs;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_perAccountTemplate = global::TINK.Droid.Resource.Styleable.Corpus_perAccountTemplate;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_schemaOrgType = global::TINK.Droid.Resource.Styleable.Corpus_schemaOrgType;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_semanticallySearchable = global::TINK.Droid.Resource.Styleable.Corpus_semanticallySearchable;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Corpus_trimmable = global::TINK.Droid.Resource.Styleable.Corpus_trimmable;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.DrawerLayout = global::TINK.Droid.Resource.Styleable.DrawerLayout;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.DrawerLayout_elevation = global::TINK.Droid.Resource.Styleable.DrawerLayout_elevation;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FeatureParam = global::TINK.Droid.Resource.Styleable.FeatureParam;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FeatureParam_paramName = global::TINK.Droid.Resource.Styleable.FeatureParam_paramName;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FeatureParam_paramValue = global::TINK.Droid.Resource.Styleable.FeatureParam_paramValue;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily = global::TINK.Droid.Resource.Styleable.FontFamily;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont = global::TINK.Droid.Resource.Styleable.FontFamilyFont;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_android_font = global::TINK.Droid.Resource.Styleable.FontFamilyFont_android_font;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_android_fontStyle = global::TINK.Droid.Resource.Styleable.FontFamilyFont_android_fontStyle;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_android_fontVariationSettings = global::TINK.Droid.Resource.Styleable.FontFamilyFont_android_fontVariationSettings;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_android_fontWeight = global::TINK.Droid.Resource.Styleable.FontFamilyFont_android_fontWeight;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_android_ttcIndex = global::TINK.Droid.Resource.Styleable.FontFamilyFont_android_ttcIndex;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_font = global::TINK.Droid.Resource.Styleable.FontFamilyFont_font;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_fontStyle = global::TINK.Droid.Resource.Styleable.FontFamilyFont_fontStyle;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_fontVariationSettings = global::TINK.Droid.Resource.Styleable.FontFamilyFont_fontVariationSettings;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_fontWeight = global::TINK.Droid.Resource.Styleable.FontFamilyFont_fontWeight;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamilyFont_ttcIndex = global::TINK.Droid.Resource.Styleable.FontFamilyFont_ttcIndex;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily_fontProviderAuthority = global::TINK.Droid.Resource.Styleable.FontFamily_fontProviderAuthority;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily_fontProviderCerts = global::TINK.Droid.Resource.Styleable.FontFamily_fontProviderCerts;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily_fontProviderFetchStrategy = global::TINK.Droid.Resource.Styleable.FontFamily_fontProviderFetchStrategy;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily_fontProviderFetchTimeout = global::TINK.Droid.Resource.Styleable.FontFamily_fontProviderFetchTimeout;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily_fontProviderPackage = global::TINK.Droid.Resource.Styleable.FontFamily_fontProviderPackage;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily_fontProviderQuery = global::TINK.Droid.Resource.Styleable.FontFamily_fontProviderQuery;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FontFamily_fontProviderSystemFontFamily = global::TINK.Droid.Resource.Styleable.FontFamily_fontProviderSystemFontFamily;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Fragment = global::TINK.Droid.Resource.Styleable.Fragment;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FragmentContainerView = global::TINK.Droid.Resource.Styleable.FragmentContainerView;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FragmentContainerView_android_name = global::TINK.Droid.Resource.Styleable.FragmentContainerView_android_name;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.FragmentContainerView_android_tag = global::TINK.Droid.Resource.Styleable.FragmentContainerView_android_tag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Fragment_android_id = global::TINK.Droid.Resource.Styleable.Fragment_android_id;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Fragment_android_name = global::TINK.Droid.Resource.Styleable.Fragment_android_name;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Fragment_android_tag = global::TINK.Droid.Resource.Styleable.Fragment_android_tag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearch = global::TINK.Droid.Resource.Styleable.GlobalSearch;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearchCorpus = global::TINK.Droid.Resource.Styleable.GlobalSearchCorpus;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearchCorpus_allowShortcuts = global::TINK.Droid.Resource.Styleable.GlobalSearchCorpus_allowShortcuts;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearchSection = global::TINK.Droid.Resource.Styleable.GlobalSearchSection;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearchSection_sectionContent = global::TINK.Droid.Resource.Styleable.GlobalSearchSection_sectionContent;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearchSection_sectionType = global::TINK.Droid.Resource.Styleable.GlobalSearchSection_sectionType;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearch_defaultIntentAction = global::TINK.Droid.Resource.Styleable.GlobalSearch_defaultIntentAction;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearch_defaultIntentActivity = global::TINK.Droid.Resource.Styleable.GlobalSearch_defaultIntentActivity;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearch_defaultIntentData = global::TINK.Droid.Resource.Styleable.GlobalSearch_defaultIntentData;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearch_searchEnabled = global::TINK.Droid.Resource.Styleable.GlobalSearch_searchEnabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearch_searchLabel = global::TINK.Droid.Resource.Styleable.GlobalSearch_searchLabel;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GlobalSearch_settingsDescription = global::TINK.Droid.Resource.Styleable.GlobalSearch_settingsDescription;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor = global::TINK.Droid.Resource.Styleable.GradientColor;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColorItem = global::TINK.Droid.Resource.Styleable.GradientColorItem;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColorItem_android_color = global::TINK.Droid.Resource.Styleable.GradientColorItem_android_color;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColorItem_android_offset = global::TINK.Droid.Resource.Styleable.GradientColorItem_android_offset;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_centerColor = global::TINK.Droid.Resource.Styleable.GradientColor_android_centerColor;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_centerX = global::TINK.Droid.Resource.Styleable.GradientColor_android_centerX;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_centerY = global::TINK.Droid.Resource.Styleable.GradientColor_android_centerY;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_endColor = global::TINK.Droid.Resource.Styleable.GradientColor_android_endColor;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_endX = global::TINK.Droid.Resource.Styleable.GradientColor_android_endX;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_endY = global::TINK.Droid.Resource.Styleable.GradientColor_android_endY;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_gradientRadius = global::TINK.Droid.Resource.Styleable.GradientColor_android_gradientRadius;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_startColor = global::TINK.Droid.Resource.Styleable.GradientColor_android_startColor;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_startX = global::TINK.Droid.Resource.Styleable.GradientColor_android_startX;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_startY = global::TINK.Droid.Resource.Styleable.GradientColor_android_startY;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_tileMode = global::TINK.Droid.Resource.Styleable.GradientColor_android_tileMode;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.GradientColor_android_type = global::TINK.Droid.Resource.Styleable.GradientColor_android_type;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.IMECorpus = global::TINK.Droid.Resource.Styleable.IMECorpus;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.IMECorpus_inputEnabled = global::TINK.Droid.Resource.Styleable.IMECorpus_inputEnabled;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.IMECorpus_sourceClass = global::TINK.Droid.Resource.Styleable.IMECorpus_sourceClass;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.IMECorpus_toAddressesSection = global::TINK.Droid.Resource.Styleable.IMECorpus_toAddressesSection;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.IMECorpus_userInputSection = global::TINK.Droid.Resource.Styleable.IMECorpus_userInputSection;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.IMECorpus_userInputTag = global::TINK.Droid.Resource.Styleable.IMECorpus_userInputTag;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.IMECorpus_userInputValue = global::TINK.Droid.Resource.Styleable.IMECorpus_userInputValue;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.LoadingImageView = global::TINK.Droid.Resource.Styleable.LoadingImageView;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.LoadingImageView_circleCrop = global::TINK.Droid.Resource.Styleable.LoadingImageView_circleCrop;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.LoadingImageView_imageAspectRatio = global::TINK.Droid.Resource.Styleable.LoadingImageView_imageAspectRatio;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.LoadingImageView_imageAspectRatioAdjust = global::TINK.Droid.Resource.Styleable.LoadingImageView_imageAspectRatioAdjust;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section = global::TINK.Droid.Resource.Styleable.Section;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SectionFeature = global::TINK.Droid.Resource.Styleable.SectionFeature;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SectionFeature_featureType = global::TINK.Droid.Resource.Styleable.SectionFeature_featureType;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section_indexPrefixes = global::TINK.Droid.Resource.Styleable.Section_indexPrefixes;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section_noIndex = global::TINK.Droid.Resource.Styleable.Section_noIndex;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section_schemaOrgProperty = global::TINK.Droid.Resource.Styleable.Section_schemaOrgProperty;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section_sectionFormat = global::TINK.Droid.Resource.Styleable.Section_sectionFormat;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section_sectionId = global::TINK.Droid.Resource.Styleable.Section_sectionId;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section_sectionWeight = global::TINK.Droid.Resource.Styleable.Section_sectionWeight;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.Section_subsectionSeparator = global::TINK.Droid.Resource.Styleable.Section_subsectionSeparator;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SignInButton = global::TINK.Droid.Resource.Styleable.SignInButton;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SignInButton_buttonSize = global::TINK.Droid.Resource.Styleable.SignInButton_buttonSize;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SignInButton_colorScheme = global::TINK.Droid.Resource.Styleable.SignInButton_colorScheme;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SignInButton_scopeUris = global::TINK.Droid.Resource.Styleable.SignInButton_scopeUris;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SwipeRefreshLayout = global::TINK.Droid.Resource.Styleable.SwipeRefreshLayout;
+ global::Xamarin.Forms.Platform.Android.AppLinks.Resource.Styleable.SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor = global::TINK.Droid.Resource.Styleable.SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor;
global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_fade_in = global::TINK.Droid.Resource.Animation.abc_fade_in;
global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_fade_out = global::TINK.Droid.Resource.Animation.abc_fade_out;
global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_grow_fade_in_from_bottom = global::TINK.Droid.Resource.Animation.abc_grow_fade_in_from_bottom;
@@ -16902,2446 +17347,2524 @@ namespace TINK.Droid
public const int allowDividerBelow = 2130903088;
// aapt resource value: 0x7F030031
- public const int allowStacking = 2130903089;
+ public const int allowShortcuts = 2130903089;
// aapt resource value: 0x7F030032
- public const int alpha = 2130903090;
+ public const int allowStacking = 2130903090;
// aapt resource value: 0x7F030033
- public const int alphabeticModifiers = 2130903091;
+ public const int alpha = 2130903091;
// aapt resource value: 0x7F030034
- public const int altSrc = 2130903092;
+ public const int alphabeticModifiers = 2130903092;
// aapt resource value: 0x7F030035
- public const int ambientEnabled = 2130903093;
+ public const int altSrc = 2130903093;
// aapt resource value: 0x7F030036
- public const int animateCircleAngleTo = 2130903094;
+ public const int ambientEnabled = 2130903094;
// aapt resource value: 0x7F030037
- public const int animateRelativeTo = 2130903095;
+ public const int animateCircleAngleTo = 2130903095;
// aapt resource value: 0x7F030038
- public const int animationMode = 2130903096;
+ public const int animateRelativeTo = 2130903096;
// aapt resource value: 0x7F030039
- public const int appBarLayoutStyle = 2130903097;
+ public const int animationMode = 2130903097;
// aapt resource value: 0x7F03003A
- public const int applyMotionScene = 2130903098;
+ public const int appBarLayoutStyle = 2130903098;
// aapt resource value: 0x7F03003B
- public const int arcMode = 2130903099;
+ public const int applyMotionScene = 2130903099;
// aapt resource value: 0x7F03003C
- public const int argType = 2130903100;
+ public const int arcMode = 2130903100;
// aapt resource value: 0x7F03003D
- public const int arrowHeadLength = 2130903101;
+ public const int argType = 2130903101;
// aapt resource value: 0x7F03003E
- public const int arrowShaftLength = 2130903102;
+ public const int arrowHeadLength = 2130903102;
// aapt resource value: 0x7F03003F
- public const int attributeName = 2130903103;
+ public const int arrowShaftLength = 2130903103;
// aapt resource value: 0x7F030040
- public const int autoCompleteMode = 2130903104;
+ public const int attributeName = 2130903104;
// aapt resource value: 0x7F030041
- public const int autoCompleteTextViewStyle = 2130903105;
+ public const int autoCompleteMode = 2130903105;
// aapt resource value: 0x7F030042
- public const int autoSizeMaxTextSize = 2130903106;
+ public const int autoCompleteTextViewStyle = 2130903106;
// aapt resource value: 0x7F030043
- public const int autoSizeMinTextSize = 2130903107;
+ public const int autoSizeMaxTextSize = 2130903107;
// aapt resource value: 0x7F030044
- public const int autoSizePresetSizes = 2130903108;
+ public const int autoSizeMinTextSize = 2130903108;
// aapt resource value: 0x7F030045
- public const int autoSizeStepGranularity = 2130903109;
+ public const int autoSizePresetSizes = 2130903109;
// aapt resource value: 0x7F030046
- public const int autoSizeTextType = 2130903110;
+ public const int autoSizeStepGranularity = 2130903110;
// aapt resource value: 0x7F030047
- public const int autoTransition = 2130903111;
+ public const int autoSizeTextType = 2130903111;
// aapt resource value: 0x7F030048
- public const int background = 2130903112;
+ public const int autoTransition = 2130903112;
// aapt resource value: 0x7F030049
- public const int backgroundColor = 2130903113;
+ public const int background = 2130903113;
// aapt resource value: 0x7F03004A
- public const int backgroundInsetBottom = 2130903114;
+ public const int backgroundColor = 2130903114;
// aapt resource value: 0x7F03004B
- public const int backgroundInsetEnd = 2130903115;
+ public const int backgroundInsetBottom = 2130903115;
// aapt resource value: 0x7F03004C
- public const int backgroundInsetStart = 2130903116;
+ public const int backgroundInsetEnd = 2130903116;
// aapt resource value: 0x7F03004D
- public const int backgroundInsetTop = 2130903117;
+ public const int backgroundInsetStart = 2130903117;
// aapt resource value: 0x7F03004E
- public const int backgroundOverlayColorAlpha = 2130903118;
+ public const int backgroundInsetTop = 2130903118;
// aapt resource value: 0x7F03004F
- public const int backgroundSplit = 2130903119;
+ public const int backgroundOverlayColorAlpha = 2130903119;
// aapt resource value: 0x7F030050
- public const int backgroundStacked = 2130903120;
+ public const int backgroundSplit = 2130903120;
// aapt resource value: 0x7F030051
- public const int backgroundTint = 2130903121;
+ public const int backgroundStacked = 2130903121;
// aapt resource value: 0x7F030052
- public const int backgroundTintMode = 2130903122;
+ public const int backgroundTint = 2130903122;
// aapt resource value: 0x7F030053
- public const int badgeGravity = 2130903123;
+ public const int backgroundTintMode = 2130903123;
// aapt resource value: 0x7F030054
- public const int badgeStyle = 2130903124;
+ public const int badgeGravity = 2130903124;
// aapt resource value: 0x7F030055
- public const int badgeTextColor = 2130903125;
+ public const int badgeStyle = 2130903125;
// aapt resource value: 0x7F030056
- public const int barLength = 2130903126;
+ public const int badgeTextColor = 2130903126;
// aapt resource value: 0x7F030057
- public const int barrierAllowsGoneWidgets = 2130903127;
+ public const int barLength = 2130903127;
// aapt resource value: 0x7F030058
- public const int barrierDirection = 2130903128;
+ public const int barrierAllowsGoneWidgets = 2130903128;
// aapt resource value: 0x7F030059
- public const int barrierMargin = 2130903129;
+ public const int barrierDirection = 2130903129;
// aapt resource value: 0x7F03005A
- public const int behavior_autoHide = 2130903130;
+ public const int barrierMargin = 2130903130;
// aapt resource value: 0x7F03005B
- public const int behavior_autoShrink = 2130903131;
+ public const int behavior_autoHide = 2130903131;
// aapt resource value: 0x7F03005C
- public const int behavior_draggable = 2130903132;
+ public const int behavior_autoShrink = 2130903132;
// aapt resource value: 0x7F03005D
- public const int behavior_expandedOffset = 2130903133;
+ public const int behavior_draggable = 2130903133;
// aapt resource value: 0x7F03005E
- public const int behavior_fitToContents = 2130903134;
+ public const int behavior_expandedOffset = 2130903134;
// aapt resource value: 0x7F03005F
- public const int behavior_halfExpandedRatio = 2130903135;
+ public const int behavior_fitToContents = 2130903135;
// aapt resource value: 0x7F030060
- public const int behavior_hideable = 2130903136;
+ public const int behavior_halfExpandedRatio = 2130903136;
// aapt resource value: 0x7F030061
- public const int behavior_overlapTop = 2130903137;
+ public const int behavior_hideable = 2130903137;
// aapt resource value: 0x7F030062
- public const int behavior_peekHeight = 2130903138;
+ public const int behavior_overlapTop = 2130903138;
// aapt resource value: 0x7F030063
- public const int behavior_saveFlags = 2130903139;
+ public const int behavior_peekHeight = 2130903139;
// aapt resource value: 0x7F030064
- public const int behavior_skipCollapsed = 2130903140;
+ public const int behavior_saveFlags = 2130903140;
// aapt resource value: 0x7F030065
- public const int blendSrc = 2130903141;
-
- // aapt resource value: 0x7F030069
- public const int borderlessButtonStyle = 2130903145;
+ public const int behavior_skipCollapsed = 2130903141;
// aapt resource value: 0x7F030066
- public const int borderRound = 2130903142;
-
- // aapt resource value: 0x7F030067
- public const int borderRoundPercent = 2130903143;
-
- // aapt resource value: 0x7F030068
- public const int borderWidth = 2130903144;
+ public const int blendSrc = 2130903142;
// aapt resource value: 0x7F03006A
- public const int bottomAppBarStyle = 2130903146;
+ public const int borderlessButtonStyle = 2130903146;
+
+ // aapt resource value: 0x7F030067
+ public const int borderRound = 2130903143;
+
+ // aapt resource value: 0x7F030068
+ public const int borderRoundPercent = 2130903144;
+
+ // aapt resource value: 0x7F030069
+ public const int borderWidth = 2130903145;
// aapt resource value: 0x7F03006B
- public const int bottomNavigationStyle = 2130903147;
+ public const int bottomAppBarStyle = 2130903147;
// aapt resource value: 0x7F03006C
- public const int bottomSheetDialogTheme = 2130903148;
+ public const int bottomNavigationStyle = 2130903148;
// aapt resource value: 0x7F03006D
- public const int bottomSheetStyle = 2130903149;
+ public const int bottomSheetDialogTheme = 2130903149;
// aapt resource value: 0x7F03006E
- public const int boxBackgroundColor = 2130903150;
+ public const int bottomSheetStyle = 2130903150;
// aapt resource value: 0x7F03006F
- public const int boxBackgroundMode = 2130903151;
+ public const int boxBackgroundColor = 2130903151;
// aapt resource value: 0x7F030070
- public const int boxCollapsedPaddingTop = 2130903152;
+ public const int boxBackgroundMode = 2130903152;
// aapt resource value: 0x7F030071
- public const int boxCornerRadiusBottomEnd = 2130903153;
+ public const int boxCollapsedPaddingTop = 2130903153;
// aapt resource value: 0x7F030072
- public const int boxCornerRadiusBottomStart = 2130903154;
+ public const int boxCornerRadiusBottomEnd = 2130903154;
// aapt resource value: 0x7F030073
- public const int boxCornerRadiusTopEnd = 2130903155;
+ public const int boxCornerRadiusBottomStart = 2130903155;
// aapt resource value: 0x7F030074
- public const int boxCornerRadiusTopStart = 2130903156;
+ public const int boxCornerRadiusTopEnd = 2130903156;
// aapt resource value: 0x7F030075
- public const int boxStrokeColor = 2130903157;
+ public const int boxCornerRadiusTopStart = 2130903157;
// aapt resource value: 0x7F030076
- public const int boxStrokeErrorColor = 2130903158;
+ public const int boxStrokeColor = 2130903158;
// aapt resource value: 0x7F030077
- public const int boxStrokeWidth = 2130903159;
+ public const int boxStrokeErrorColor = 2130903159;
// aapt resource value: 0x7F030078
- public const int boxStrokeWidthFocused = 2130903160;
+ public const int boxStrokeWidth = 2130903160;
// aapt resource value: 0x7F030079
- public const int brightness = 2130903161;
+ public const int boxStrokeWidthFocused = 2130903161;
// aapt resource value: 0x7F03007A
- public const int buttonBarButtonStyle = 2130903162;
+ public const int brightness = 2130903162;
// aapt resource value: 0x7F03007B
- public const int buttonBarNegativeButtonStyle = 2130903163;
+ public const int buttonBarButtonStyle = 2130903163;
// aapt resource value: 0x7F03007C
- public const int buttonBarNeutralButtonStyle = 2130903164;
+ public const int buttonBarNegativeButtonStyle = 2130903164;
// aapt resource value: 0x7F03007D
- public const int buttonBarPositiveButtonStyle = 2130903165;
+ public const int buttonBarNeutralButtonStyle = 2130903165;
// aapt resource value: 0x7F03007E
- public const int buttonBarStyle = 2130903166;
+ public const int buttonBarPositiveButtonStyle = 2130903166;
// aapt resource value: 0x7F03007F
- public const int buttonCompat = 2130903167;
+ public const int buttonBarStyle = 2130903167;
// aapt resource value: 0x7F030080
- public const int buttonGravity = 2130903168;
+ public const int buttonCompat = 2130903168;
// aapt resource value: 0x7F030081
- public const int buttonIconDimen = 2130903169;
+ public const int buttonGravity = 2130903169;
// aapt resource value: 0x7F030082
- public const int buttonPanelSideLayout = 2130903170;
+ public const int buttonIconDimen = 2130903170;
// aapt resource value: 0x7F030083
- public const int buttonSize = 2130903171;
+ public const int buttonPanelSideLayout = 2130903171;
// aapt resource value: 0x7F030084
- public const int buttonStyle = 2130903172;
+ public const int buttonSize = 2130903172;
// aapt resource value: 0x7F030085
- public const int buttonStyleSmall = 2130903173;
+ public const int buttonStyle = 2130903173;
// aapt resource value: 0x7F030086
- public const int buttonTint = 2130903174;
+ public const int buttonStyleSmall = 2130903174;
// aapt resource value: 0x7F030087
- public const int buttonTintMode = 2130903175;
+ public const int buttonTint = 2130903175;
// aapt resource value: 0x7F030088
- public const int cameraBearing = 2130903176;
+ public const int buttonTintMode = 2130903176;
// aapt resource value: 0x7F030089
- public const int cameraMaxZoomPreference = 2130903177;
+ public const int cameraBearing = 2130903177;
// aapt resource value: 0x7F03008A
- public const int cameraMinZoomPreference = 2130903178;
+ public const int cameraMaxZoomPreference = 2130903178;
// aapt resource value: 0x7F03008B
- public const int cameraTargetLat = 2130903179;
+ public const int cameraMinZoomPreference = 2130903179;
// aapt resource value: 0x7F03008C
- public const int cameraTargetLng = 2130903180;
+ public const int cameraTargetLat = 2130903180;
// aapt resource value: 0x7F03008D
- public const int cameraTilt = 2130903181;
+ public const int cameraTargetLng = 2130903181;
// aapt resource value: 0x7F03008E
- public const int cameraZoom = 2130903182;
+ public const int cameraTilt = 2130903182;
// aapt resource value: 0x7F03008F
- public const int cardBackgroundColor = 2130903183;
+ public const int cameraZoom = 2130903183;
// aapt resource value: 0x7F030090
- public const int cardCornerRadius = 2130903184;
+ public const int cardBackgroundColor = 2130903184;
// aapt resource value: 0x7F030091
- public const int cardElevation = 2130903185;
+ public const int cardCornerRadius = 2130903185;
// aapt resource value: 0x7F030092
- public const int cardForegroundColor = 2130903186;
+ public const int cardElevation = 2130903186;
// aapt resource value: 0x7F030093
- public const int cardMaxElevation = 2130903187;
+ public const int cardForegroundColor = 2130903187;
// aapt resource value: 0x7F030094
- public const int cardPreventCornerOverlap = 2130903188;
+ public const int cardMaxElevation = 2130903188;
// aapt resource value: 0x7F030095
- public const int cardUseCompatPadding = 2130903189;
+ public const int cardPreventCornerOverlap = 2130903189;
// aapt resource value: 0x7F030096
- public const int cardViewStyle = 2130903190;
+ public const int cardUseCompatPadding = 2130903190;
// aapt resource value: 0x7F030097
- public const int carousel_backwardTransition = 2130903191;
+ public const int cardViewStyle = 2130903191;
// aapt resource value: 0x7F030098
- public const int carousel_emptyViewsBehavior = 2130903192;
+ public const int carousel_backwardTransition = 2130903192;
// aapt resource value: 0x7F030099
- public const int carousel_firstView = 2130903193;
+ public const int carousel_emptyViewsBehavior = 2130903193;
// aapt resource value: 0x7F03009A
- public const int carousel_forwardTransition = 2130903194;
+ public const int carousel_firstView = 2130903194;
// aapt resource value: 0x7F03009B
- public const int carousel_infinite = 2130903195;
+ public const int carousel_forwardTransition = 2130903195;
// aapt resource value: 0x7F03009C
- public const int carousel_nextState = 2130903196;
+ public const int carousel_infinite = 2130903196;
// aapt resource value: 0x7F03009D
- public const int carousel_previousState = 2130903197;
+ public const int carousel_nextState = 2130903197;
// aapt resource value: 0x7F03009E
- public const int carousel_touchUpMode = 2130903198;
+ public const int carousel_previousState = 2130903198;
// aapt resource value: 0x7F03009F
- public const int carousel_touchUp_dampeningFactor = 2130903199;
+ public const int carousel_touchUpMode = 2130903199;
// aapt resource value: 0x7F0300A0
- public const int carousel_touchUp_velocityThreshold = 2130903200;
+ public const int carousel_touchUp_dampeningFactor = 2130903200;
// aapt resource value: 0x7F0300A1
- public const int chainUseRtl = 2130903201;
+ public const int carousel_touchUp_velocityThreshold = 2130903201;
// aapt resource value: 0x7F0300A2
- public const int checkBoxPreferenceStyle = 2130903202;
+ public const int chainUseRtl = 2130903202;
// aapt resource value: 0x7F0300A3
- public const int checkboxStyle = 2130903203;
+ public const int checkBoxPreferenceStyle = 2130903203;
// aapt resource value: 0x7F0300A4
- public const int checkedButton = 2130903204;
+ public const int checkboxStyle = 2130903204;
// aapt resource value: 0x7F0300A5
- public const int checkedChip = 2130903205;
+ public const int checkedButton = 2130903205;
// aapt resource value: 0x7F0300A6
- public const int checkedIcon = 2130903206;
+ public const int checkedChip = 2130903206;
// aapt resource value: 0x7F0300A7
- public const int checkedIconEnabled = 2130903207;
+ public const int checkedIcon = 2130903207;
// aapt resource value: 0x7F0300A8
- public const int checkedIconMargin = 2130903208;
+ public const int checkedIconEnabled = 2130903208;
// aapt resource value: 0x7F0300A9
- public const int checkedIconSize = 2130903209;
+ public const int checkedIconMargin = 2130903209;
// aapt resource value: 0x7F0300AA
- public const int checkedIconTint = 2130903210;
+ public const int checkedIconSize = 2130903210;
// aapt resource value: 0x7F0300AB
- public const int checkedIconVisible = 2130903211;
+ public const int checkedIconTint = 2130903211;
// aapt resource value: 0x7F0300AC
- public const int checkedTextViewStyle = 2130903212;
+ public const int checkedIconVisible = 2130903212;
// aapt resource value: 0x7F0300AD
- public const int chipBackgroundColor = 2130903213;
+ public const int checkedTextViewStyle = 2130903213;
// aapt resource value: 0x7F0300AE
- public const int chipCornerRadius = 2130903214;
+ public const int chipBackgroundColor = 2130903214;
// aapt resource value: 0x7F0300AF
- public const int chipEndPadding = 2130903215;
+ public const int chipCornerRadius = 2130903215;
// aapt resource value: 0x7F0300B0
- public const int chipGroupStyle = 2130903216;
+ public const int chipEndPadding = 2130903216;
// aapt resource value: 0x7F0300B1
- public const int chipIcon = 2130903217;
+ public const int chipGroupStyle = 2130903217;
// aapt resource value: 0x7F0300B2
- public const int chipIconEnabled = 2130903218;
+ public const int chipIcon = 2130903218;
// aapt resource value: 0x7F0300B3
- public const int chipIconSize = 2130903219;
+ public const int chipIconEnabled = 2130903219;
// aapt resource value: 0x7F0300B4
- public const int chipIconTint = 2130903220;
+ public const int chipIconSize = 2130903220;
// aapt resource value: 0x7F0300B5
- public const int chipIconVisible = 2130903221;
+ public const int chipIconTint = 2130903221;
// aapt resource value: 0x7F0300B6
- public const int chipMinHeight = 2130903222;
+ public const int chipIconVisible = 2130903222;
// aapt resource value: 0x7F0300B7
- public const int chipMinTouchTargetSize = 2130903223;
+ public const int chipMinHeight = 2130903223;
// aapt resource value: 0x7F0300B8
- public const int chipSpacing = 2130903224;
+ public const int chipMinTouchTargetSize = 2130903224;
// aapt resource value: 0x7F0300B9
- public const int chipSpacingHorizontal = 2130903225;
+ public const int chipSpacing = 2130903225;
// aapt resource value: 0x7F0300BA
- public const int chipSpacingVertical = 2130903226;
+ public const int chipSpacingHorizontal = 2130903226;
// aapt resource value: 0x7F0300BB
- public const int chipStandaloneStyle = 2130903227;
+ public const int chipSpacingVertical = 2130903227;
// aapt resource value: 0x7F0300BC
- public const int chipStartPadding = 2130903228;
+ public const int chipStandaloneStyle = 2130903228;
// aapt resource value: 0x7F0300BD
- public const int chipStrokeColor = 2130903229;
+ public const int chipStartPadding = 2130903229;
// aapt resource value: 0x7F0300BE
- public const int chipStrokeWidth = 2130903230;
+ public const int chipStrokeColor = 2130903230;
// aapt resource value: 0x7F0300BF
- public const int chipStyle = 2130903231;
+ public const int chipStrokeWidth = 2130903231;
// aapt resource value: 0x7F0300C0
- public const int chipSurfaceColor = 2130903232;
+ public const int chipStyle = 2130903232;
// aapt resource value: 0x7F0300C1
- public const int circleCrop = 2130903233;
+ public const int chipSurfaceColor = 2130903233;
// aapt resource value: 0x7F0300C2
- public const int circleRadius = 2130903234;
-
- // aapt resource value: 0x7F0300C4
- public const int circularflow_angles = 2130903236;
-
- // aapt resource value: 0x7F0300C5
- public const int circularflow_defaultAngle = 2130903237;
-
- // aapt resource value: 0x7F0300C6
- public const int circularflow_defaultRadius = 2130903238;
-
- // aapt resource value: 0x7F0300C7
- public const int circularflow_radiusInDP = 2130903239;
-
- // aapt resource value: 0x7F0300C8
- public const int circularflow_viewCenter = 2130903240;
+ public const int circleCrop = 2130903234;
// aapt resource value: 0x7F0300C3
- public const int circularProgressIndicatorStyle = 2130903235;
+ public const int circleRadius = 2130903235;
+
+ // aapt resource value: 0x7F0300C5
+ public const int circularflow_angles = 2130903237;
+
+ // aapt resource value: 0x7F0300C6
+ public const int circularflow_defaultAngle = 2130903238;
+
+ // aapt resource value: 0x7F0300C7
+ public const int circularflow_defaultRadius = 2130903239;
+
+ // aapt resource value: 0x7F0300C8
+ public const int circularflow_radiusInDP = 2130903240;
// aapt resource value: 0x7F0300C9
- public const int clearsTag = 2130903241;
+ public const int circularflow_viewCenter = 2130903241;
+
+ // aapt resource value: 0x7F0300C4
+ public const int circularProgressIndicatorStyle = 2130903236;
// aapt resource value: 0x7F0300CA
- public const int clickAction = 2130903242;
+ public const int clearsTag = 2130903242;
// aapt resource value: 0x7F0300CB
- public const int clockFaceBackgroundColor = 2130903243;
+ public const int clickAction = 2130903243;
// aapt resource value: 0x7F0300CC
- public const int clockHandColor = 2130903244;
+ public const int clockFaceBackgroundColor = 2130903244;
// aapt resource value: 0x7F0300CD
- public const int clockIcon = 2130903245;
+ public const int clockHandColor = 2130903245;
// aapt resource value: 0x7F0300CE
- public const int clockNumberTextColor = 2130903246;
+ public const int clockIcon = 2130903246;
// aapt resource value: 0x7F0300CF
- public const int closeIcon = 2130903247;
+ public const int clockNumberTextColor = 2130903247;
// aapt resource value: 0x7F0300D0
- public const int closeIconEnabled = 2130903248;
+ public const int closeIcon = 2130903248;
// aapt resource value: 0x7F0300D1
- public const int closeIconEndPadding = 2130903249;
+ public const int closeIconEnabled = 2130903249;
// aapt resource value: 0x7F0300D2
- public const int closeIconSize = 2130903250;
+ public const int closeIconEndPadding = 2130903250;
// aapt resource value: 0x7F0300D3
- public const int closeIconStartPadding = 2130903251;
+ public const int closeIconSize = 2130903251;
// aapt resource value: 0x7F0300D4
- public const int closeIconTint = 2130903252;
+ public const int closeIconStartPadding = 2130903252;
// aapt resource value: 0x7F0300D5
- public const int closeIconVisible = 2130903253;
+ public const int closeIconTint = 2130903253;
// aapt resource value: 0x7F0300D6
- public const int closeItemLayout = 2130903254;
+ public const int closeIconVisible = 2130903254;
// aapt resource value: 0x7F0300D7
- public const int collapseContentDescription = 2130903255;
-
- // aapt resource value: 0x7F0300D9
- public const int collapsedSize = 2130903257;
-
- // aapt resource value: 0x7F0300DA
- public const int collapsedTitleGravity = 2130903258;
-
- // aapt resource value: 0x7F0300DB
- public const int collapsedTitleTextAppearance = 2130903259;
+ public const int closeItemLayout = 2130903255;
// aapt resource value: 0x7F0300D8
- public const int collapseIcon = 2130903256;
+ public const int collapseContentDescription = 2130903256;
+
+ // aapt resource value: 0x7F0300DA
+ public const int collapsedSize = 2130903258;
+
+ // aapt resource value: 0x7F0300DB
+ public const int collapsedTitleGravity = 2130903259;
// aapt resource value: 0x7F0300DC
- public const int collapsingToolbarLayoutStyle = 2130903260;
+ public const int collapsedTitleTextAppearance = 2130903260;
+
+ // aapt resource value: 0x7F0300D9
+ public const int collapseIcon = 2130903257;
// aapt resource value: 0x7F0300DD
- public const int collectionViewStyle = 2130903261;
+ public const int collapsingToolbarLayoutStyle = 2130903261;
// aapt resource value: 0x7F0300DE
- public const int color = 2130903262;
+ public const int collectionViewStyle = 2130903262;
// aapt resource value: 0x7F0300DF
- public const int colorAccent = 2130903263;
+ public const int color = 2130903263;
// aapt resource value: 0x7F0300E0
- public const int colorBackgroundFloating = 2130903264;
+ public const int colorAccent = 2130903264;
// aapt resource value: 0x7F0300E1
- public const int colorButtonNormal = 2130903265;
+ public const int colorBackgroundFloating = 2130903265;
// aapt resource value: 0x7F0300E2
- public const int colorControlActivated = 2130903266;
+ public const int colorButtonNormal = 2130903266;
// aapt resource value: 0x7F0300E3
- public const int colorControlHighlight = 2130903267;
+ public const int colorControlActivated = 2130903267;
// aapt resource value: 0x7F0300E4
- public const int colorControlNormal = 2130903268;
+ public const int colorControlHighlight = 2130903268;
// aapt resource value: 0x7F0300E5
- public const int colorError = 2130903269;
+ public const int colorControlNormal = 2130903269;
// aapt resource value: 0x7F0300E6
- public const int colorOnBackground = 2130903270;
+ public const int colorError = 2130903270;
// aapt resource value: 0x7F0300E7
- public const int colorOnError = 2130903271;
+ public const int colorOnBackground = 2130903271;
// aapt resource value: 0x7F0300E8
- public const int colorOnPrimary = 2130903272;
+ public const int colorOnError = 2130903272;
// aapt resource value: 0x7F0300E9
- public const int colorOnPrimarySurface = 2130903273;
+ public const int colorOnPrimary = 2130903273;
// aapt resource value: 0x7F0300EA
- public const int colorOnSecondary = 2130903274;
+ public const int colorOnPrimarySurface = 2130903274;
// aapt resource value: 0x7F0300EB
- public const int colorOnSurface = 2130903275;
+ public const int colorOnSecondary = 2130903275;
// aapt resource value: 0x7F0300EC
- public const int colorPrimary = 2130903276;
+ public const int colorOnSurface = 2130903276;
// aapt resource value: 0x7F0300ED
- public const int colorPrimaryDark = 2130903277;
+ public const int colorPrimary = 2130903277;
// aapt resource value: 0x7F0300EE
- public const int colorPrimarySurface = 2130903278;
+ public const int colorPrimaryDark = 2130903278;
// aapt resource value: 0x7F0300EF
- public const int colorPrimaryVariant = 2130903279;
+ public const int colorPrimarySurface = 2130903279;
// aapt resource value: 0x7F0300F0
- public const int colorScheme = 2130903280;
+ public const int colorPrimaryVariant = 2130903280;
// aapt resource value: 0x7F0300F1
- public const int colorSecondary = 2130903281;
+ public const int colorScheme = 2130903281;
// aapt resource value: 0x7F0300F2
- public const int colorSecondaryVariant = 2130903282;
+ public const int colorSecondary = 2130903282;
// aapt resource value: 0x7F0300F3
- public const int colorSurface = 2130903283;
+ public const int colorSecondaryVariant = 2130903283;
// aapt resource value: 0x7F0300F4
- public const int colorSwitchThumbNormal = 2130903284;
+ public const int colorSurface = 2130903284;
// aapt resource value: 0x7F0300F5
- public const int commitIcon = 2130903285;
+ public const int colorSwitchThumbNormal = 2130903285;
+
+ // aapt resource value: 0x7F0300F6
+ public const int commitIcon = 2130903286;
// aapt resource value: 0x7F030000
public const int ConstraintRotate = 2130903040;
- // aapt resource value: 0x7F0300FB
- public const int constraints = 2130903291;
-
- // aapt resource value: 0x7F0300F6
- public const int constraintSet = 2130903286;
+ // aapt resource value: 0x7F0300FC
+ public const int constraints = 2130903292;
// aapt resource value: 0x7F0300F7
- public const int constraintSetEnd = 2130903287;
+ public const int constraintSet = 2130903287;
// aapt resource value: 0x7F0300F8
- public const int constraintSetStart = 2130903288;
+ public const int constraintSetEnd = 2130903288;
// aapt resource value: 0x7F0300F9
- public const int constraint_referenced_ids = 2130903289;
+ public const int constraintSetStart = 2130903289;
// aapt resource value: 0x7F0300FA
- public const int constraint_referenced_tags = 2130903290;
+ public const int constraint_referenced_ids = 2130903290;
- // aapt resource value: 0x7F0300FC
- public const int content = 2130903292;
+ // aapt resource value: 0x7F0300FB
+ public const int constraint_referenced_tags = 2130903291;
// aapt resource value: 0x7F0300FD
- public const int contentDescription = 2130903293;
+ public const int content = 2130903293;
// aapt resource value: 0x7F0300FE
- public const int contentInsetEnd = 2130903294;
+ public const int contentDescription = 2130903294;
// aapt resource value: 0x7F0300FF
- public const int contentInsetEndWithActions = 2130903295;
+ public const int contentInsetEnd = 2130903295;
// aapt resource value: 0x7F030100
- public const int contentInsetLeft = 2130903296;
+ public const int contentInsetEndWithActions = 2130903296;
// aapt resource value: 0x7F030101
- public const int contentInsetRight = 2130903297;
+ public const int contentInsetLeft = 2130903297;
// aapt resource value: 0x7F030102
- public const int contentInsetStart = 2130903298;
+ public const int contentInsetRight = 2130903298;
// aapt resource value: 0x7F030103
- public const int contentInsetStartWithNavigation = 2130903299;
+ public const int contentInsetStart = 2130903299;
// aapt resource value: 0x7F030104
- public const int contentPadding = 2130903300;
+ public const int contentInsetStartWithNavigation = 2130903300;
// aapt resource value: 0x7F030105
- public const int contentPaddingBottom = 2130903301;
+ public const int contentPadding = 2130903301;
// aapt resource value: 0x7F030106
- public const int contentPaddingEnd = 2130903302;
+ public const int contentPaddingBottom = 2130903302;
// aapt resource value: 0x7F030107
- public const int contentPaddingLeft = 2130903303;
+ public const int contentPaddingEnd = 2130903303;
// aapt resource value: 0x7F030108
- public const int contentPaddingRight = 2130903304;
+ public const int contentPaddingLeft = 2130903304;
// aapt resource value: 0x7F030109
- public const int contentPaddingStart = 2130903305;
+ public const int contentPaddingRight = 2130903305;
// aapt resource value: 0x7F03010A
- public const int contentPaddingTop = 2130903306;
+ public const int contentPaddingStart = 2130903306;
// aapt resource value: 0x7F03010B
- public const int contentScrim = 2130903307;
+ public const int contentPaddingTop = 2130903307;
// aapt resource value: 0x7F03010C
- public const int contrast = 2130903308;
+ public const int contentProviderUri = 2130903308;
// aapt resource value: 0x7F03010D
- public const int controlBackground = 2130903309;
+ public const int contentScrim = 2130903309;
// aapt resource value: 0x7F03010E
- public const int coordinatorLayoutStyle = 2130903310;
+ public const int contrast = 2130903310;
// aapt resource value: 0x7F03010F
- public const int cornerFamily = 2130903311;
+ public const int controlBackground = 2130903311;
// aapt resource value: 0x7F030110
- public const int cornerFamilyBottomLeft = 2130903312;
+ public const int coordinatorLayoutStyle = 2130903312;
// aapt resource value: 0x7F030111
- public const int cornerFamilyBottomRight = 2130903313;
+ public const int cornerFamily = 2130903313;
// aapt resource value: 0x7F030112
- public const int cornerFamilyTopLeft = 2130903314;
+ public const int cornerFamilyBottomLeft = 2130903314;
// aapt resource value: 0x7F030113
- public const int cornerFamilyTopRight = 2130903315;
+ public const int cornerFamilyBottomRight = 2130903315;
// aapt resource value: 0x7F030114
- public const int cornerRadius = 2130903316;
+ public const int cornerFamilyTopLeft = 2130903316;
// aapt resource value: 0x7F030115
- public const int cornerSize = 2130903317;
+ public const int cornerFamilyTopRight = 2130903317;
// aapt resource value: 0x7F030116
- public const int cornerSizeBottomLeft = 2130903318;
+ public const int cornerRadius = 2130903318;
// aapt resource value: 0x7F030117
- public const int cornerSizeBottomRight = 2130903319;
+ public const int cornerSize = 2130903319;
// aapt resource value: 0x7F030118
- public const int cornerSizeTopLeft = 2130903320;
+ public const int cornerSizeBottomLeft = 2130903320;
// aapt resource value: 0x7F030119
- public const int cornerSizeTopRight = 2130903321;
+ public const int cornerSizeBottomRight = 2130903321;
// aapt resource value: 0x7F03011A
- public const int counterEnabled = 2130903322;
+ public const int cornerSizeTopLeft = 2130903322;
// aapt resource value: 0x7F03011B
- public const int counterMaxLength = 2130903323;
+ public const int cornerSizeTopRight = 2130903323;
// aapt resource value: 0x7F03011C
- public const int counterOverflowTextAppearance = 2130903324;
+ public const int corpusId = 2130903324;
// aapt resource value: 0x7F03011D
- public const int counterOverflowTextColor = 2130903325;
+ public const int corpusVersion = 2130903325;
// aapt resource value: 0x7F03011E
- public const int counterTextAppearance = 2130903326;
+ public const int counterEnabled = 2130903326;
// aapt resource value: 0x7F03011F
- public const int counterTextColor = 2130903327;
+ public const int counterMaxLength = 2130903327;
// aapt resource value: 0x7F030120
- public const int crossfade = 2130903328;
+ public const int counterOverflowTextAppearance = 2130903328;
// aapt resource value: 0x7F030121
- public const int currentState = 2130903329;
+ public const int counterOverflowTextColor = 2130903329;
// aapt resource value: 0x7F030122
- public const int curveFit = 2130903330;
+ public const int counterTextAppearance = 2130903330;
// aapt resource value: 0x7F030123
- public const int customBoolean = 2130903331;
+ public const int counterTextColor = 2130903331;
// aapt resource value: 0x7F030124
- public const int customColorDrawableValue = 2130903332;
+ public const int crossfade = 2130903332;
// aapt resource value: 0x7F030125
- public const int customColorValue = 2130903333;
+ public const int currentState = 2130903333;
// aapt resource value: 0x7F030126
- public const int customDimension = 2130903334;
+ public const int curveFit = 2130903334;
// aapt resource value: 0x7F030127
- public const int customFloatValue = 2130903335;
+ public const int customBoolean = 2130903335;
// aapt resource value: 0x7F030128
- public const int customIntegerValue = 2130903336;
+ public const int customColorDrawableValue = 2130903336;
// aapt resource value: 0x7F030129
- public const int customNavigationLayout = 2130903337;
+ public const int customColorValue = 2130903337;
// aapt resource value: 0x7F03012A
- public const int customPixelDimension = 2130903338;
+ public const int customDimension = 2130903338;
// aapt resource value: 0x7F03012B
- public const int customReference = 2130903339;
+ public const int customFloatValue = 2130903339;
// aapt resource value: 0x7F03012C
- public const int customStringValue = 2130903340;
+ public const int customIntegerValue = 2130903340;
// aapt resource value: 0x7F03012D
- public const int data = 2130903341;
+ public const int customNavigationLayout = 2130903341;
// aapt resource value: 0x7F03012E
- public const int dataPattern = 2130903342;
+ public const int customPixelDimension = 2130903342;
// aapt resource value: 0x7F03012F
- public const int dayInvalidStyle = 2130903343;
+ public const int customReference = 2130903343;
// aapt resource value: 0x7F030130
- public const int daySelectedStyle = 2130903344;
+ public const int customStringValue = 2130903344;
// aapt resource value: 0x7F030131
- public const int dayStyle = 2130903345;
+ public const int data = 2130903345;
// aapt resource value: 0x7F030132
- public const int dayTodayStyle = 2130903346;
+ public const int dataPattern = 2130903346;
// aapt resource value: 0x7F030133
- public const int defaultDuration = 2130903347;
+ public const int dayInvalidStyle = 2130903347;
// aapt resource value: 0x7F030134
- public const int defaultQueryHint = 2130903348;
+ public const int daySelectedStyle = 2130903348;
// aapt resource value: 0x7F030135
- public const int defaultState = 2130903349;
+ public const int dayStyle = 2130903349;
// aapt resource value: 0x7F030136
- public const int defaultValue = 2130903350;
+ public const int dayTodayStyle = 2130903350;
// aapt resource value: 0x7F030137
- public const int deltaPolarAngle = 2130903351;
+ public const int defaultDuration = 2130903351;
// aapt resource value: 0x7F030138
- public const int deltaPolarRadius = 2130903352;
+ public const int defaultIntentAction = 2130903352;
// aapt resource value: 0x7F030139
- public const int dependency = 2130903353;
+ public const int defaultIntentActivity = 2130903353;
// aapt resource value: 0x7F03013A
- public const int deriveConstraintsFrom = 2130903354;
+ public const int defaultIntentData = 2130903354;
// aapt resource value: 0x7F03013B
- public const int destination = 2130903355;
+ public const int defaultQueryHint = 2130903355;
// aapt resource value: 0x7F03013C
- public const int dialogCornerRadius = 2130903356;
+ public const int defaultState = 2130903356;
// aapt resource value: 0x7F03013D
- public const int dialogIcon = 2130903357;
+ public const int defaultValue = 2130903357;
// aapt resource value: 0x7F03013E
- public const int dialogLayout = 2130903358;
+ public const int deltaPolarAngle = 2130903358;
// aapt resource value: 0x7F03013F
- public const int dialogMessage = 2130903359;
+ public const int deltaPolarRadius = 2130903359;
// aapt resource value: 0x7F030140
- public const int dialogPreferenceStyle = 2130903360;
+ public const int dependency = 2130903360;
// aapt resource value: 0x7F030141
- public const int dialogPreferredPadding = 2130903361;
+ public const int deriveConstraintsFrom = 2130903361;
// aapt resource value: 0x7F030142
- public const int dialogTheme = 2130903362;
+ public const int destination = 2130903362;
// aapt resource value: 0x7F030143
- public const int dialogTitle = 2130903363;
+ public const int dialogCornerRadius = 2130903363;
// aapt resource value: 0x7F030144
- public const int disableDependentsState = 2130903364;
+ public const int dialogIcon = 2130903364;
// aapt resource value: 0x7F030145
- public const int displayOptions = 2130903365;
+ public const int dialogLayout = 2130903365;
// aapt resource value: 0x7F030146
- public const int divider = 2130903366;
+ public const int dialogMessage = 2130903366;
// aapt resource value: 0x7F030147
- public const int dividerHorizontal = 2130903367;
+ public const int dialogPreferenceStyle = 2130903367;
// aapt resource value: 0x7F030148
- public const int dividerPadding = 2130903368;
+ public const int dialogPreferredPadding = 2130903368;
// aapt resource value: 0x7F030149
- public const int dividerVertical = 2130903369;
+ public const int dialogTheme = 2130903369;
// aapt resource value: 0x7F03014A
- public const int dragDirection = 2130903370;
+ public const int dialogTitle = 2130903370;
// aapt resource value: 0x7F03014B
- public const int dragScale = 2130903371;
+ public const int disableDependentsState = 2130903371;
// aapt resource value: 0x7F03014C
- public const int dragThreshold = 2130903372;
-
- // aapt resource value: 0x7F03014E
- public const int drawableBottomCompat = 2130903374;
-
- // aapt resource value: 0x7F03014F
- public const int drawableEndCompat = 2130903375;
-
- // aapt resource value: 0x7F030150
- public const int drawableLeftCompat = 2130903376;
-
- // aapt resource value: 0x7F030151
- public const int drawableRightCompat = 2130903377;
-
- // aapt resource value: 0x7F030152
- public const int drawableSize = 2130903378;
-
- // aapt resource value: 0x7F030153
- public const int drawableStartCompat = 2130903379;
-
- // aapt resource value: 0x7F030154
- public const int drawableTint = 2130903380;
-
- // aapt resource value: 0x7F030155
- public const int drawableTintMode = 2130903381;
-
- // aapt resource value: 0x7F030156
- public const int drawableTopCompat = 2130903382;
-
- // aapt resource value: 0x7F030157
- public const int drawerArrowStyle = 2130903383;
-
- // aapt resource value: 0x7F030158
- public const int drawerLayoutStyle = 2130903384;
+ public const int displayOptions = 2130903372;
// aapt resource value: 0x7F03014D
- public const int drawPath = 2130903373;
+ public const int divider = 2130903373;
- // aapt resource value: 0x7F03015A
- public const int dropdownListPreferredItemHeight = 2130903386;
+ // aapt resource value: 0x7F03014E
+ public const int dividerHorizontal = 2130903374;
+
+ // aapt resource value: 0x7F03014F
+ public const int dividerPadding = 2130903375;
+
+ // aapt resource value: 0x7F030150
+ public const int dividerVertical = 2130903376;
+
+ // aapt resource value: 0x7F030151
+ public const int documentMaxAgeSecs = 2130903377;
+
+ // aapt resource value: 0x7F030152
+ public const int dragDirection = 2130903378;
+
+ // aapt resource value: 0x7F030153
+ public const int dragScale = 2130903379;
+
+ // aapt resource value: 0x7F030154
+ public const int dragThreshold = 2130903380;
+
+ // aapt resource value: 0x7F030156
+ public const int drawableBottomCompat = 2130903382;
+
+ // aapt resource value: 0x7F030157
+ public const int drawableEndCompat = 2130903383;
+
+ // aapt resource value: 0x7F030158
+ public const int drawableLeftCompat = 2130903384;
// aapt resource value: 0x7F030159
- public const int dropDownListViewStyle = 2130903385;
+ public const int drawableRightCompat = 2130903385;
+
+ // aapt resource value: 0x7F03015A
+ public const int drawableSize = 2130903386;
// aapt resource value: 0x7F03015B
- public const int dropdownPreferenceStyle = 2130903387;
+ public const int drawableStartCompat = 2130903387;
// aapt resource value: 0x7F03015C
- public const int duration = 2130903388;
+ public const int drawableTint = 2130903388;
// aapt resource value: 0x7F03015D
- public const int editTextBackground = 2130903389;
+ public const int drawableTintMode = 2130903389;
// aapt resource value: 0x7F03015E
- public const int editTextColor = 2130903390;
+ public const int drawableTopCompat = 2130903390;
// aapt resource value: 0x7F03015F
- public const int editTextPreferenceStyle = 2130903391;
+ public const int drawerArrowStyle = 2130903391;
// aapt resource value: 0x7F030160
- public const int editTextStyle = 2130903392;
+ public const int drawerLayoutStyle = 2130903392;
- // aapt resource value: 0x7F030161
- public const int elevation = 2130903393;
+ // aapt resource value: 0x7F030155
+ public const int drawPath = 2130903381;
// aapt resource value: 0x7F030162
- public const int elevationOverlayColor = 2130903394;
+ public const int dropdownListPreferredItemHeight = 2130903394;
+
+ // aapt resource value: 0x7F030161
+ public const int dropDownListViewStyle = 2130903393;
// aapt resource value: 0x7F030163
- public const int elevationOverlayEnabled = 2130903395;
+ public const int dropdownPreferenceStyle = 2130903395;
// aapt resource value: 0x7F030164
- public const int enableCopying = 2130903396;
-
- // aapt resource value: 0x7F030166
- public const int enabled = 2130903398;
+ public const int duration = 2130903396;
// aapt resource value: 0x7F030165
- public const int enableEdgeToEdge = 2130903397;
+ public const int editTextBackground = 2130903397;
+
+ // aapt resource value: 0x7F030166
+ public const int editTextColor = 2130903398;
// aapt resource value: 0x7F030167
- public const int endIconCheckable = 2130903399;
+ public const int editTextPreferenceStyle = 2130903399;
// aapt resource value: 0x7F030168
- public const int endIconContentDescription = 2130903400;
+ public const int editTextStyle = 2130903400;
// aapt resource value: 0x7F030169
- public const int endIconDrawable = 2130903401;
+ public const int elevation = 2130903401;
// aapt resource value: 0x7F03016A
- public const int endIconMode = 2130903402;
+ public const int elevationOverlayColor = 2130903402;
// aapt resource value: 0x7F03016B
- public const int endIconTint = 2130903403;
+ public const int elevationOverlayEnabled = 2130903403;
// aapt resource value: 0x7F03016C
- public const int endIconTintMode = 2130903404;
-
- // aapt resource value: 0x7F03016D
- public const int enforceMaterialTheme = 2130903405;
+ public const int enableCopying = 2130903404;
// aapt resource value: 0x7F03016E
- public const int enforceTextAppearance = 2130903406;
+ public const int enabled = 2130903406;
+
+ // aapt resource value: 0x7F03016D
+ public const int enableEdgeToEdge = 2130903405;
// aapt resource value: 0x7F03016F
- public const int ensureMinTouchTargetSize = 2130903407;
+ public const int endIconCheckable = 2130903407;
// aapt resource value: 0x7F030170
- public const int enterAnim = 2130903408;
+ public const int endIconContentDescription = 2130903408;
// aapt resource value: 0x7F030171
- public const int entries = 2130903409;
+ public const int endIconDrawable = 2130903409;
// aapt resource value: 0x7F030172
- public const int entryValues = 2130903410;
+ public const int endIconMode = 2130903410;
// aapt resource value: 0x7F030173
- public const int errorContentDescription = 2130903411;
+ public const int endIconTint = 2130903411;
// aapt resource value: 0x7F030174
- public const int errorEnabled = 2130903412;
+ public const int endIconTintMode = 2130903412;
// aapt resource value: 0x7F030175
- public const int errorIconDrawable = 2130903413;
+ public const int enforceMaterialTheme = 2130903413;
// aapt resource value: 0x7F030176
- public const int errorIconTint = 2130903414;
+ public const int enforceTextAppearance = 2130903414;
// aapt resource value: 0x7F030177
- public const int errorIconTintMode = 2130903415;
+ public const int ensureMinTouchTargetSize = 2130903415;
// aapt resource value: 0x7F030178
- public const int errorTextAppearance = 2130903416;
+ public const int enterAnim = 2130903416;
// aapt resource value: 0x7F030179
- public const int errorTextColor = 2130903417;
+ public const int entries = 2130903417;
// aapt resource value: 0x7F03017A
- public const int exitAnim = 2130903418;
+ public const int entryValues = 2130903418;
// aapt resource value: 0x7F03017B
- public const int expandActivityOverflowButtonDrawable = 2130903419;
+ public const int errorContentDescription = 2130903419;
// aapt resource value: 0x7F03017C
- public const int expanded = 2130903420;
+ public const int errorEnabled = 2130903420;
// aapt resource value: 0x7F03017D
- public const int expandedHintEnabled = 2130903421;
+ public const int errorIconDrawable = 2130903421;
// aapt resource value: 0x7F03017E
- public const int expandedTitleGravity = 2130903422;
+ public const int errorIconTint = 2130903422;
// aapt resource value: 0x7F03017F
- public const int expandedTitleMargin = 2130903423;
+ public const int errorIconTintMode = 2130903423;
// aapt resource value: 0x7F030180
- public const int expandedTitleMarginBottom = 2130903424;
+ public const int errorTextAppearance = 2130903424;
// aapt resource value: 0x7F030181
- public const int expandedTitleMarginEnd = 2130903425;
+ public const int errorTextColor = 2130903425;
// aapt resource value: 0x7F030182
- public const int expandedTitleMarginStart = 2130903426;
+ public const int exitAnim = 2130903426;
// aapt resource value: 0x7F030183
- public const int expandedTitleMarginTop = 2130903427;
+ public const int expandActivityOverflowButtonDrawable = 2130903427;
// aapt resource value: 0x7F030184
- public const int expandedTitleTextAppearance = 2130903428;
-
- // aapt resource value: 0x7F030186
- public const int extendedFloatingActionButtonStyle = 2130903430;
+ public const int expanded = 2130903428;
// aapt resource value: 0x7F030185
- public const int extendMotionSpec = 2130903429;
+ public const int expandedHintEnabled = 2130903429;
+
+ // aapt resource value: 0x7F030186
+ public const int expandedTitleGravity = 2130903430;
// aapt resource value: 0x7F030187
- public const int externalRouteEnabledDrawable = 2130903431;
+ public const int expandedTitleMargin = 2130903431;
// aapt resource value: 0x7F030188
- public const int externalRouteEnabledDrawableStatic = 2130903432;
+ public const int expandedTitleMarginBottom = 2130903432;
// aapt resource value: 0x7F030189
- public const int extraMultilineHeightEnabled = 2130903433;
+ public const int expandedTitleMarginEnd = 2130903433;
// aapt resource value: 0x7F03018A
- public const int fabAlignmentMode = 2130903434;
+ public const int expandedTitleMarginStart = 2130903434;
// aapt resource value: 0x7F03018B
- public const int fabAnimationMode = 2130903435;
+ public const int expandedTitleMarginTop = 2130903435;
// aapt resource value: 0x7F03018C
- public const int fabCradleMargin = 2130903436;
-
- // aapt resource value: 0x7F03018D
- public const int fabCradleRoundedCornerRadius = 2130903437;
+ public const int expandedTitleTextAppearance = 2130903436;
// aapt resource value: 0x7F03018E
- public const int fabCradleVerticalOffset = 2130903438;
+ public const int extendedFloatingActionButtonStyle = 2130903438;
+
+ // aapt resource value: 0x7F03018D
+ public const int extendMotionSpec = 2130903437;
// aapt resource value: 0x7F03018F
- public const int fabCustomSize = 2130903439;
+ public const int externalRouteEnabledDrawable = 2130903439;
// aapt resource value: 0x7F030190
- public const int fabSize = 2130903440;
+ public const int externalRouteEnabledDrawableStatic = 2130903440;
// aapt resource value: 0x7F030191
- public const int fastScrollEnabled = 2130903441;
+ public const int extraMultilineHeightEnabled = 2130903441;
// aapt resource value: 0x7F030192
- public const int fastScrollHorizontalThumbDrawable = 2130903442;
+ public const int fabAlignmentMode = 2130903442;
// aapt resource value: 0x7F030193
- public const int fastScrollHorizontalTrackDrawable = 2130903443;
+ public const int fabAnimationMode = 2130903443;
// aapt resource value: 0x7F030194
- public const int fastScrollVerticalThumbDrawable = 2130903444;
+ public const int fabCradleMargin = 2130903444;
// aapt resource value: 0x7F030195
- public const int fastScrollVerticalTrackDrawable = 2130903445;
+ public const int fabCradleRoundedCornerRadius = 2130903445;
// aapt resource value: 0x7F030196
- public const int firstBaselineToTopHeight = 2130903446;
+ public const int fabCradleVerticalOffset = 2130903446;
// aapt resource value: 0x7F030197
- public const int floatingActionButtonStyle = 2130903447;
+ public const int fabCustomSize = 2130903447;
// aapt resource value: 0x7F030198
- public const int flow_firstHorizontalBias = 2130903448;
+ public const int fabSize = 2130903448;
// aapt resource value: 0x7F030199
- public const int flow_firstHorizontalStyle = 2130903449;
+ public const int fastScrollEnabled = 2130903449;
// aapt resource value: 0x7F03019A
- public const int flow_firstVerticalBias = 2130903450;
+ public const int fastScrollHorizontalThumbDrawable = 2130903450;
// aapt resource value: 0x7F03019B
- public const int flow_firstVerticalStyle = 2130903451;
+ public const int fastScrollHorizontalTrackDrawable = 2130903451;
// aapt resource value: 0x7F03019C
- public const int flow_horizontalAlign = 2130903452;
+ public const int fastScrollVerticalThumbDrawable = 2130903452;
// aapt resource value: 0x7F03019D
- public const int flow_horizontalBias = 2130903453;
+ public const int fastScrollVerticalTrackDrawable = 2130903453;
// aapt resource value: 0x7F03019E
- public const int flow_horizontalGap = 2130903454;
+ public const int featureType = 2130903454;
// aapt resource value: 0x7F03019F
- public const int flow_horizontalStyle = 2130903455;
+ public const int firstBaselineToTopHeight = 2130903455;
// aapt resource value: 0x7F0301A0
- public const int flow_lastHorizontalBias = 2130903456;
+ public const int floatingActionButtonStyle = 2130903456;
// aapt resource value: 0x7F0301A1
- public const int flow_lastHorizontalStyle = 2130903457;
+ public const int flow_firstHorizontalBias = 2130903457;
// aapt resource value: 0x7F0301A2
- public const int flow_lastVerticalBias = 2130903458;
+ public const int flow_firstHorizontalStyle = 2130903458;
// aapt resource value: 0x7F0301A3
- public const int flow_lastVerticalStyle = 2130903459;
+ public const int flow_firstVerticalBias = 2130903459;
// aapt resource value: 0x7F0301A4
- public const int flow_maxElementsWrap = 2130903460;
+ public const int flow_firstVerticalStyle = 2130903460;
// aapt resource value: 0x7F0301A5
- public const int flow_padding = 2130903461;
+ public const int flow_horizontalAlign = 2130903461;
// aapt resource value: 0x7F0301A6
- public const int flow_verticalAlign = 2130903462;
+ public const int flow_horizontalBias = 2130903462;
// aapt resource value: 0x7F0301A7
- public const int flow_verticalBias = 2130903463;
+ public const int flow_horizontalGap = 2130903463;
// aapt resource value: 0x7F0301A8
- public const int flow_verticalGap = 2130903464;
+ public const int flow_horizontalStyle = 2130903464;
// aapt resource value: 0x7F0301A9
- public const int flow_verticalStyle = 2130903465;
+ public const int flow_lastHorizontalBias = 2130903465;
// aapt resource value: 0x7F0301AA
- public const int flow_wrapMode = 2130903466;
+ public const int flow_lastHorizontalStyle = 2130903466;
// aapt resource value: 0x7F0301AB
- public const int font = 2130903467;
+ public const int flow_lastVerticalBias = 2130903467;
// aapt resource value: 0x7F0301AC
- public const int fontFamily = 2130903468;
+ public const int flow_lastVerticalStyle = 2130903468;
// aapt resource value: 0x7F0301AD
- public const int fontProviderAuthority = 2130903469;
+ public const int flow_maxElementsWrap = 2130903469;
// aapt resource value: 0x7F0301AE
- public const int fontProviderCerts = 2130903470;
+ public const int flow_padding = 2130903470;
// aapt resource value: 0x7F0301AF
- public const int fontProviderFetchStrategy = 2130903471;
+ public const int flow_verticalAlign = 2130903471;
// aapt resource value: 0x7F0301B0
- public const int fontProviderFetchTimeout = 2130903472;
+ public const int flow_verticalBias = 2130903472;
// aapt resource value: 0x7F0301B1
- public const int fontProviderPackage = 2130903473;
+ public const int flow_verticalGap = 2130903473;
// aapt resource value: 0x7F0301B2
- public const int fontProviderQuery = 2130903474;
+ public const int flow_verticalStyle = 2130903474;
// aapt resource value: 0x7F0301B3
- public const int fontProviderSystemFontFamily = 2130903475;
+ public const int flow_wrapMode = 2130903475;
// aapt resource value: 0x7F0301B4
- public const int fontStyle = 2130903476;
+ public const int font = 2130903476;
// aapt resource value: 0x7F0301B5
- public const int fontVariationSettings = 2130903477;
+ public const int fontFamily = 2130903477;
// aapt resource value: 0x7F0301B6
- public const int fontWeight = 2130903478;
+ public const int fontProviderAuthority = 2130903478;
// aapt resource value: 0x7F0301B7
- public const int forceApplySystemWindowInsetTop = 2130903479;
+ public const int fontProviderCerts = 2130903479;
// aapt resource value: 0x7F0301B8
- public const int foregroundInsidePadding = 2130903480;
+ public const int fontProviderFetchStrategy = 2130903480;
// aapt resource value: 0x7F0301B9
- public const int fragment = 2130903481;
+ public const int fontProviderFetchTimeout = 2130903481;
// aapt resource value: 0x7F0301BA
- public const int framePosition = 2130903482;
+ public const int fontProviderPackage = 2130903482;
// aapt resource value: 0x7F0301BB
- public const int gapBetweenBars = 2130903483;
+ public const int fontProviderQuery = 2130903483;
// aapt resource value: 0x7F0301BC
- public const int gestureInsetBottomIgnored = 2130903484;
+ public const int fontProviderSystemFontFamily = 2130903484;
// aapt resource value: 0x7F0301BD
- public const int goIcon = 2130903485;
+ public const int fontStyle = 2130903485;
// aapt resource value: 0x7F0301BE
- public const int graph = 2130903486;
+ public const int fontVariationSettings = 2130903486;
// aapt resource value: 0x7F0301BF
- public const int haloColor = 2130903487;
+ public const int fontWeight = 2130903487;
// aapt resource value: 0x7F0301C0
- public const int haloRadius = 2130903488;
+ public const int forceApplySystemWindowInsetTop = 2130903488;
// aapt resource value: 0x7F0301C1
- public const int headerLayout = 2130903489;
+ public const int foregroundInsidePadding = 2130903489;
// aapt resource value: 0x7F0301C2
- public const int height = 2130903490;
+ public const int fragment = 2130903490;
// aapt resource value: 0x7F0301C3
- public const int helperText = 2130903491;
+ public const int framePosition = 2130903491;
// aapt resource value: 0x7F0301C4
- public const int helperTextEnabled = 2130903492;
+ public const int gapBetweenBars = 2130903492;
// aapt resource value: 0x7F0301C5
- public const int helperTextTextAppearance = 2130903493;
+ public const int gestureInsetBottomIgnored = 2130903493;
// aapt resource value: 0x7F0301C6
- public const int helperTextTextColor = 2130903494;
+ public const int goIcon = 2130903494;
// aapt resource value: 0x7F0301C7
- public const int hideAnimationBehavior = 2130903495;
+ public const int graph = 2130903495;
// aapt resource value: 0x7F0301C8
- public const int hideMotionSpec = 2130903496;
+ public const int haloColor = 2130903496;
// aapt resource value: 0x7F0301C9
- public const int hideOnContentScroll = 2130903497;
+ public const int haloRadius = 2130903497;
// aapt resource value: 0x7F0301CA
- public const int hideOnScroll = 2130903498;
+ public const int headerLayout = 2130903498;
// aapt resource value: 0x7F0301CB
- public const int hintAnimationEnabled = 2130903499;
+ public const int height = 2130903499;
// aapt resource value: 0x7F0301CC
- public const int hintEnabled = 2130903500;
+ public const int helperText = 2130903500;
// aapt resource value: 0x7F0301CD
- public const int hintTextAppearance = 2130903501;
+ public const int helperTextEnabled = 2130903501;
// aapt resource value: 0x7F0301CE
- public const int hintTextColor = 2130903502;
+ public const int helperTextTextAppearance = 2130903502;
// aapt resource value: 0x7F0301CF
- public const int homeAsUpIndicator = 2130903503;
+ public const int helperTextTextColor = 2130903503;
// aapt resource value: 0x7F0301D0
- public const int homeLayout = 2130903504;
+ public const int hideAnimationBehavior = 2130903504;
// aapt resource value: 0x7F0301D1
- public const int horizontalOffset = 2130903505;
+ public const int hideMotionSpec = 2130903505;
// aapt resource value: 0x7F0301D2
- public const int hoveredFocusedTranslationZ = 2130903506;
+ public const int hideOnContentScroll = 2130903506;
// aapt resource value: 0x7F0301D3
- public const int icon = 2130903507;
+ public const int hideOnScroll = 2130903507;
// aapt resource value: 0x7F0301D4
- public const int iconEndPadding = 2130903508;
+ public const int hintAnimationEnabled = 2130903508;
// aapt resource value: 0x7F0301D5
- public const int iconGravity = 2130903509;
-
- // aapt resource value: 0x7F0301DC
- public const int iconifiedByDefault = 2130903516;
+ public const int hintEnabled = 2130903509;
// aapt resource value: 0x7F0301D6
- public const int iconPadding = 2130903510;
+ public const int hintTextAppearance = 2130903510;
// aapt resource value: 0x7F0301D7
- public const int iconSize = 2130903511;
+ public const int hintTextColor = 2130903511;
// aapt resource value: 0x7F0301D8
- public const int iconSpaceReserved = 2130903512;
+ public const int homeAsUpIndicator = 2130903512;
// aapt resource value: 0x7F0301D9
- public const int iconStartPadding = 2130903513;
+ public const int homeLayout = 2130903513;
// aapt resource value: 0x7F0301DA
- public const int iconTint = 2130903514;
+ public const int horizontalOffset = 2130903514;
// aapt resource value: 0x7F0301DB
- public const int iconTintMode = 2130903515;
+ public const int hoveredFocusedTranslationZ = 2130903515;
+
+ // aapt resource value: 0x7F0301DC
+ public const int icon = 2130903516;
// aapt resource value: 0x7F0301DD
- public const int ifTagNotSet = 2130903517;
+ public const int iconEndPadding = 2130903517;
// aapt resource value: 0x7F0301DE
- public const int ifTagSet = 2130903518;
-
- // aapt resource value: 0x7F0301DF
- public const int imageAspectRatio = 2130903519;
-
- // aapt resource value: 0x7F0301E0
- public const int imageAspectRatioAdjust = 2130903520;
-
- // aapt resource value: 0x7F0301E1
- public const int imageButtonStyle = 2130903521;
-
- // aapt resource value: 0x7F0301E2
- public const int imagePanX = 2130903522;
-
- // aapt resource value: 0x7F0301E3
- public const int imagePanY = 2130903523;
-
- // aapt resource value: 0x7F0301E4
- public const int imageRotate = 2130903524;
+ public const int iconGravity = 2130903518;
// aapt resource value: 0x7F0301E5
- public const int imageZoom = 2130903525;
+ public const int iconifiedByDefault = 2130903525;
+
+ // aapt resource value: 0x7F0301DF
+ public const int iconPadding = 2130903519;
+
+ // aapt resource value: 0x7F0301E0
+ public const int iconSize = 2130903520;
+
+ // aapt resource value: 0x7F0301E1
+ public const int iconSpaceReserved = 2130903521;
+
+ // aapt resource value: 0x7F0301E2
+ public const int iconStartPadding = 2130903522;
+
+ // aapt resource value: 0x7F0301E3
+ public const int iconTint = 2130903523;
+
+ // aapt resource value: 0x7F0301E4
+ public const int iconTintMode = 2130903524;
// aapt resource value: 0x7F0301E6
- public const int indeterminateAnimationType = 2130903526;
+ public const int ifTagNotSet = 2130903526;
// aapt resource value: 0x7F0301E7
- public const int indeterminateProgressStyle = 2130903527;
+ public const int ifTagSet = 2130903527;
// aapt resource value: 0x7F0301E8
- public const int indicatorColor = 2130903528;
+ public const int imageAspectRatio = 2130903528;
// aapt resource value: 0x7F0301E9
- public const int indicatorDirectionCircular = 2130903529;
+ public const int imageAspectRatioAdjust = 2130903529;
// aapt resource value: 0x7F0301EA
- public const int indicatorDirectionLinear = 2130903530;
+ public const int imageButtonStyle = 2130903530;
// aapt resource value: 0x7F0301EB
- public const int indicatorInset = 2130903531;
+ public const int imagePanX = 2130903531;
// aapt resource value: 0x7F0301EC
- public const int indicatorSize = 2130903532;
+ public const int imagePanY = 2130903532;
// aapt resource value: 0x7F0301ED
- public const int initialActivityCount = 2130903533;
+ public const int imageRotate = 2130903533;
// aapt resource value: 0x7F0301EE
- public const int initialExpandedChildrenCount = 2130903534;
+ public const int imageZoom = 2130903534;
// aapt resource value: 0x7F0301EF
- public const int insetForeground = 2130903535;
+ public const int indeterminateAnimationType = 2130903535;
// aapt resource value: 0x7F0301F0
- public const int isLightTheme = 2130903536;
+ public const int indeterminateProgressStyle = 2130903536;
// aapt resource value: 0x7F0301F1
- public const int isMaterialTheme = 2130903537;
+ public const int indexPrefixes = 2130903537;
// aapt resource value: 0x7F0301F2
- public const int isPreferenceVisible = 2130903538;
+ public const int indicatorColor = 2130903538;
// aapt resource value: 0x7F0301F3
- public const int itemBackground = 2130903539;
+ public const int indicatorDirectionCircular = 2130903539;
// aapt resource value: 0x7F0301F4
- public const int itemFillColor = 2130903540;
+ public const int indicatorDirectionLinear = 2130903540;
// aapt resource value: 0x7F0301F5
- public const int itemHorizontalPadding = 2130903541;
+ public const int indicatorInset = 2130903541;
// aapt resource value: 0x7F0301F6
- public const int itemHorizontalTranslationEnabled = 2130903542;
+ public const int indicatorSize = 2130903542;
// aapt resource value: 0x7F0301F7
- public const int itemIconPadding = 2130903543;
+ public const int initialActivityCount = 2130903543;
// aapt resource value: 0x7F0301F8
- public const int itemIconSize = 2130903544;
+ public const int initialExpandedChildrenCount = 2130903544;
// aapt resource value: 0x7F0301F9
- public const int itemIconTint = 2130903545;
+ public const int inputEnabled = 2130903545;
// aapt resource value: 0x7F0301FA
- public const int itemMaxLines = 2130903546;
+ public const int insetForeground = 2130903546;
// aapt resource value: 0x7F0301FB
- public const int itemPadding = 2130903547;
+ public const int isLightTheme = 2130903547;
// aapt resource value: 0x7F0301FC
- public const int itemRippleColor = 2130903548;
+ public const int isMaterialTheme = 2130903548;
// aapt resource value: 0x7F0301FD
- public const int itemShapeAppearance = 2130903549;
+ public const int isPreferenceVisible = 2130903549;
// aapt resource value: 0x7F0301FE
- public const int itemShapeAppearanceOverlay = 2130903550;
+ public const int itemBackground = 2130903550;
// aapt resource value: 0x7F0301FF
- public const int itemShapeFillColor = 2130903551;
+ public const int itemFillColor = 2130903551;
// aapt resource value: 0x7F030200
- public const int itemShapeInsetBottom = 2130903552;
+ public const int itemHorizontalPadding = 2130903552;
// aapt resource value: 0x7F030201
- public const int itemShapeInsetEnd = 2130903553;
+ public const int itemHorizontalTranslationEnabled = 2130903553;
// aapt resource value: 0x7F030202
- public const int itemShapeInsetStart = 2130903554;
+ public const int itemIconPadding = 2130903554;
// aapt resource value: 0x7F030203
- public const int itemShapeInsetTop = 2130903555;
+ public const int itemIconSize = 2130903555;
// aapt resource value: 0x7F030204
- public const int itemSpacing = 2130903556;
+ public const int itemIconTint = 2130903556;
// aapt resource value: 0x7F030205
- public const int itemStrokeColor = 2130903557;
+ public const int itemMaxLines = 2130903557;
// aapt resource value: 0x7F030206
- public const int itemStrokeWidth = 2130903558;
+ public const int itemPadding = 2130903558;
// aapt resource value: 0x7F030207
- public const int itemTextAppearance = 2130903559;
+ public const int itemRippleColor = 2130903559;
// aapt resource value: 0x7F030208
- public const int itemTextAppearanceActive = 2130903560;
+ public const int itemShapeAppearance = 2130903560;
// aapt resource value: 0x7F030209
- public const int itemTextAppearanceInactive = 2130903561;
+ public const int itemShapeAppearanceOverlay = 2130903561;
// aapt resource value: 0x7F03020A
- public const int itemTextColor = 2130903562;
+ public const int itemShapeFillColor = 2130903562;
// aapt resource value: 0x7F03020B
- public const int key = 2130903563;
-
- // aapt resource value: 0x7F03020D
- public const int keyboardIcon = 2130903565;
-
- // aapt resource value: 0x7F03020E
- public const int keylines = 2130903566;
+ public const int itemShapeInsetBottom = 2130903563;
// aapt resource value: 0x7F03020C
- public const int keyPositionType = 2130903564;
+ public const int itemShapeInsetEnd = 2130903564;
+
+ // aapt resource value: 0x7F03020D
+ public const int itemShapeInsetStart = 2130903565;
+
+ // aapt resource value: 0x7F03020E
+ public const int itemShapeInsetTop = 2130903566;
// aapt resource value: 0x7F03020F
- public const int labelBehavior = 2130903567;
+ public const int itemSpacing = 2130903567;
// aapt resource value: 0x7F030210
- public const int labelStyle = 2130903568;
+ public const int itemStrokeColor = 2130903568;
// aapt resource value: 0x7F030211
- public const int labelVisibilityMode = 2130903569;
+ public const int itemStrokeWidth = 2130903569;
// aapt resource value: 0x7F030212
- public const int lastBaselineToBottomHeight = 2130903570;
+ public const int itemTextAppearance = 2130903570;
// aapt resource value: 0x7F030213
- public const int latLngBoundsNorthEastLatitude = 2130903571;
+ public const int itemTextAppearanceActive = 2130903571;
// aapt resource value: 0x7F030214
- public const int latLngBoundsNorthEastLongitude = 2130903572;
+ public const int itemTextAppearanceInactive = 2130903572;
// aapt resource value: 0x7F030215
- public const int latLngBoundsSouthWestLatitude = 2130903573;
+ public const int itemTextColor = 2130903573;
// aapt resource value: 0x7F030216
- public const int latLngBoundsSouthWestLongitude = 2130903574;
-
- // aapt resource value: 0x7F030217
- public const int launchSingleTop = 2130903575;
+ public const int key = 2130903574;
// aapt resource value: 0x7F030218
- public const int layout = 2130903576;
+ public const int keyboardIcon = 2130903576;
// aapt resource value: 0x7F030219
- public const int layoutDescription = 2130903577;
+ public const int keylines = 2130903577;
+
+ // aapt resource value: 0x7F030217
+ public const int keyPositionType = 2130903575;
// aapt resource value: 0x7F03021A
- public const int layoutDuringTransition = 2130903578;
+ public const int labelBehavior = 2130903578;
// aapt resource value: 0x7F03021B
- public const int layoutManager = 2130903579;
+ public const int labelStyle = 2130903579;
// aapt resource value: 0x7F03021C
- public const int layout_anchor = 2130903580;
+ public const int labelVisibilityMode = 2130903580;
// aapt resource value: 0x7F03021D
- public const int layout_anchorGravity = 2130903581;
+ public const int lastBaselineToBottomHeight = 2130903581;
// aapt resource value: 0x7F03021E
- public const int layout_behavior = 2130903582;
+ public const int latLngBoundsNorthEastLatitude = 2130903582;
// aapt resource value: 0x7F03021F
- public const int layout_collapseMode = 2130903583;
+ public const int latLngBoundsNorthEastLongitude = 2130903583;
// aapt resource value: 0x7F030220
- public const int layout_collapseParallaxMultiplier = 2130903584;
+ public const int latLngBoundsSouthWestLatitude = 2130903584;
// aapt resource value: 0x7F030221
- public const int layout_constrainedHeight = 2130903585;
+ public const int latLngBoundsSouthWestLongitude = 2130903585;
// aapt resource value: 0x7F030222
- public const int layout_constrainedWidth = 2130903586;
+ public const int launchSingleTop = 2130903586;
// aapt resource value: 0x7F030223
- public const int layout_constraintBaseline_creator = 2130903587;
+ public const int layout = 2130903587;
// aapt resource value: 0x7F030224
- public const int layout_constraintBaseline_toBaselineOf = 2130903588;
+ public const int layoutDescription = 2130903588;
// aapt resource value: 0x7F030225
- public const int layout_constraintBaseline_toBottomOf = 2130903589;
+ public const int layoutDuringTransition = 2130903589;
// aapt resource value: 0x7F030226
- public const int layout_constraintBaseline_toTopOf = 2130903590;
+ public const int layoutManager = 2130903590;
// aapt resource value: 0x7F030227
- public const int layout_constraintBottom_creator = 2130903591;
+ public const int layout_anchor = 2130903591;
// aapt resource value: 0x7F030228
- public const int layout_constraintBottom_toBottomOf = 2130903592;
+ public const int layout_anchorGravity = 2130903592;
// aapt resource value: 0x7F030229
- public const int layout_constraintBottom_toTopOf = 2130903593;
+ public const int layout_behavior = 2130903593;
// aapt resource value: 0x7F03022A
- public const int layout_constraintCircle = 2130903594;
+ public const int layout_collapseMode = 2130903594;
// aapt resource value: 0x7F03022B
- public const int layout_constraintCircleAngle = 2130903595;
+ public const int layout_collapseParallaxMultiplier = 2130903595;
// aapt resource value: 0x7F03022C
- public const int layout_constraintCircleRadius = 2130903596;
+ public const int layout_constrainedHeight = 2130903596;
// aapt resource value: 0x7F03022D
- public const int layout_constraintDimensionRatio = 2130903597;
+ public const int layout_constrainedWidth = 2130903597;
// aapt resource value: 0x7F03022E
- public const int layout_constraintEnd_toEndOf = 2130903598;
+ public const int layout_constraintBaseline_creator = 2130903598;
// aapt resource value: 0x7F03022F
- public const int layout_constraintEnd_toStartOf = 2130903599;
+ public const int layout_constraintBaseline_toBaselineOf = 2130903599;
// aapt resource value: 0x7F030230
- public const int layout_constraintGuide_begin = 2130903600;
+ public const int layout_constraintBaseline_toBottomOf = 2130903600;
// aapt resource value: 0x7F030231
- public const int layout_constraintGuide_end = 2130903601;
+ public const int layout_constraintBaseline_toTopOf = 2130903601;
// aapt resource value: 0x7F030232
- public const int layout_constraintGuide_percent = 2130903602;
+ public const int layout_constraintBottom_creator = 2130903602;
// aapt resource value: 0x7F030233
- public const int layout_constraintHeight = 2130903603;
+ public const int layout_constraintBottom_toBottomOf = 2130903603;
// aapt resource value: 0x7F030234
- public const int layout_constraintHeight_default = 2130903604;
+ public const int layout_constraintBottom_toTopOf = 2130903604;
// aapt resource value: 0x7F030235
- public const int layout_constraintHeight_max = 2130903605;
+ public const int layout_constraintCircle = 2130903605;
// aapt resource value: 0x7F030236
- public const int layout_constraintHeight_min = 2130903606;
+ public const int layout_constraintCircleAngle = 2130903606;
// aapt resource value: 0x7F030237
- public const int layout_constraintHeight_percent = 2130903607;
+ public const int layout_constraintCircleRadius = 2130903607;
// aapt resource value: 0x7F030238
- public const int layout_constraintHorizontal_bias = 2130903608;
+ public const int layout_constraintDimensionRatio = 2130903608;
// aapt resource value: 0x7F030239
- public const int layout_constraintHorizontal_chainStyle = 2130903609;
+ public const int layout_constraintEnd_toEndOf = 2130903609;
// aapt resource value: 0x7F03023A
- public const int layout_constraintHorizontal_weight = 2130903610;
+ public const int layout_constraintEnd_toStartOf = 2130903610;
// aapt resource value: 0x7F03023B
- public const int layout_constraintLeft_creator = 2130903611;
+ public const int layout_constraintGuide_begin = 2130903611;
// aapt resource value: 0x7F03023C
- public const int layout_constraintLeft_toLeftOf = 2130903612;
+ public const int layout_constraintGuide_end = 2130903612;
// aapt resource value: 0x7F03023D
- public const int layout_constraintLeft_toRightOf = 2130903613;
+ public const int layout_constraintGuide_percent = 2130903613;
// aapt resource value: 0x7F03023E
- public const int layout_constraintRight_creator = 2130903614;
+ public const int layout_constraintHeight = 2130903614;
// aapt resource value: 0x7F03023F
- public const int layout_constraintRight_toLeftOf = 2130903615;
+ public const int layout_constraintHeight_default = 2130903615;
// aapt resource value: 0x7F030240
- public const int layout_constraintRight_toRightOf = 2130903616;
+ public const int layout_constraintHeight_max = 2130903616;
// aapt resource value: 0x7F030241
- public const int layout_constraintStart_toEndOf = 2130903617;
+ public const int layout_constraintHeight_min = 2130903617;
// aapt resource value: 0x7F030242
- public const int layout_constraintStart_toStartOf = 2130903618;
+ public const int layout_constraintHeight_percent = 2130903618;
// aapt resource value: 0x7F030243
- public const int layout_constraintTag = 2130903619;
+ public const int layout_constraintHorizontal_bias = 2130903619;
// aapt resource value: 0x7F030244
- public const int layout_constraintTop_creator = 2130903620;
+ public const int layout_constraintHorizontal_chainStyle = 2130903620;
// aapt resource value: 0x7F030245
- public const int layout_constraintTop_toBottomOf = 2130903621;
+ public const int layout_constraintHorizontal_weight = 2130903621;
// aapt resource value: 0x7F030246
- public const int layout_constraintTop_toTopOf = 2130903622;
+ public const int layout_constraintLeft_creator = 2130903622;
// aapt resource value: 0x7F030247
- public const int layout_constraintVertical_bias = 2130903623;
+ public const int layout_constraintLeft_toLeftOf = 2130903623;
// aapt resource value: 0x7F030248
- public const int layout_constraintVertical_chainStyle = 2130903624;
+ public const int layout_constraintLeft_toRightOf = 2130903624;
// aapt resource value: 0x7F030249
- public const int layout_constraintVertical_weight = 2130903625;
+ public const int layout_constraintRight_creator = 2130903625;
// aapt resource value: 0x7F03024A
- public const int layout_constraintWidth = 2130903626;
+ public const int layout_constraintRight_toLeftOf = 2130903626;
// aapt resource value: 0x7F03024B
- public const int layout_constraintWidth_default = 2130903627;
+ public const int layout_constraintRight_toRightOf = 2130903627;
// aapt resource value: 0x7F03024C
- public const int layout_constraintWidth_max = 2130903628;
+ public const int layout_constraintStart_toEndOf = 2130903628;
// aapt resource value: 0x7F03024D
- public const int layout_constraintWidth_min = 2130903629;
+ public const int layout_constraintStart_toStartOf = 2130903629;
// aapt resource value: 0x7F03024E
- public const int layout_constraintWidth_percent = 2130903630;
+ public const int layout_constraintTag = 2130903630;
// aapt resource value: 0x7F03024F
- public const int layout_dodgeInsetEdges = 2130903631;
+ public const int layout_constraintTop_creator = 2130903631;
// aapt resource value: 0x7F030250
- public const int layout_editor_absoluteX = 2130903632;
+ public const int layout_constraintTop_toBottomOf = 2130903632;
// aapt resource value: 0x7F030251
- public const int layout_editor_absoluteY = 2130903633;
+ public const int layout_constraintTop_toTopOf = 2130903633;
// aapt resource value: 0x7F030252
- public const int layout_goneMarginBaseline = 2130903634;
+ public const int layout_constraintVertical_bias = 2130903634;
// aapt resource value: 0x7F030253
- public const int layout_goneMarginBottom = 2130903635;
+ public const int layout_constraintVertical_chainStyle = 2130903635;
// aapt resource value: 0x7F030254
- public const int layout_goneMarginEnd = 2130903636;
+ public const int layout_constraintVertical_weight = 2130903636;
// aapt resource value: 0x7F030255
- public const int layout_goneMarginLeft = 2130903637;
+ public const int layout_constraintWidth = 2130903637;
// aapt resource value: 0x7F030256
- public const int layout_goneMarginRight = 2130903638;
+ public const int layout_constraintWidth_default = 2130903638;
// aapt resource value: 0x7F030257
- public const int layout_goneMarginStart = 2130903639;
+ public const int layout_constraintWidth_max = 2130903639;
// aapt resource value: 0x7F030258
- public const int layout_goneMarginTop = 2130903640;
+ public const int layout_constraintWidth_min = 2130903640;
// aapt resource value: 0x7F030259
- public const int layout_insetEdge = 2130903641;
+ public const int layout_constraintWidth_percent = 2130903641;
// aapt resource value: 0x7F03025A
- public const int layout_keyline = 2130903642;
+ public const int layout_dodgeInsetEdges = 2130903642;
// aapt resource value: 0x7F03025B
- public const int layout_marginBaseline = 2130903643;
+ public const int layout_editor_absoluteX = 2130903643;
// aapt resource value: 0x7F03025C
- public const int layout_optimizationLevel = 2130903644;
+ public const int layout_editor_absoluteY = 2130903644;
// aapt resource value: 0x7F03025D
- public const int layout_scrollFlags = 2130903645;
+ public const int layout_goneMarginBaseline = 2130903645;
// aapt resource value: 0x7F03025E
- public const int layout_scrollInterpolator = 2130903646;
+ public const int layout_goneMarginBottom = 2130903646;
// aapt resource value: 0x7F03025F
- public const int layout_wrapBehaviorInParent = 2130903647;
+ public const int layout_goneMarginEnd = 2130903647;
// aapt resource value: 0x7F030260
- public const int liftOnScroll = 2130903648;
+ public const int layout_goneMarginLeft = 2130903648;
// aapt resource value: 0x7F030261
- public const int liftOnScrollTargetViewId = 2130903649;
+ public const int layout_goneMarginRight = 2130903649;
// aapt resource value: 0x7F030262
- public const int limitBoundsTo = 2130903650;
-
- // aapt resource value: 0x7F030265
- public const int linearProgressIndicatorStyle = 2130903653;
+ public const int layout_goneMarginStart = 2130903650;
// aapt resource value: 0x7F030263
- public const int lineHeight = 2130903651;
+ public const int layout_goneMarginTop = 2130903651;
// aapt resource value: 0x7F030264
- public const int lineSpacing = 2130903652;
+ public const int layout_insetEdge = 2130903652;
+
+ // aapt resource value: 0x7F030265
+ public const int layout_keyline = 2130903653;
// aapt resource value: 0x7F030266
- public const int listChoiceBackgroundIndicator = 2130903654;
+ public const int layout_marginBaseline = 2130903654;
// aapt resource value: 0x7F030267
- public const int listChoiceIndicatorMultipleAnimated = 2130903655;
+ public const int layout_optimizationLevel = 2130903655;
// aapt resource value: 0x7F030268
- public const int listChoiceIndicatorSingleAnimated = 2130903656;
+ public const int layout_scrollFlags = 2130903656;
// aapt resource value: 0x7F030269
- public const int listDividerAlertDialog = 2130903657;
+ public const int layout_scrollInterpolator = 2130903657;
// aapt resource value: 0x7F03026A
- public const int listItemLayout = 2130903658;
+ public const int layout_wrapBehaviorInParent = 2130903658;
// aapt resource value: 0x7F03026B
- public const int listLayout = 2130903659;
+ public const int liftOnScroll = 2130903659;
// aapt resource value: 0x7F03026C
- public const int listMenuViewStyle = 2130903660;
+ public const int liftOnScrollTargetViewId = 2130903660;
// aapt resource value: 0x7F03026D
- public const int listPopupWindowStyle = 2130903661;
-
- // aapt resource value: 0x7F03026E
- public const int listPreferredItemHeight = 2130903662;
-
- // aapt resource value: 0x7F03026F
- public const int listPreferredItemHeightLarge = 2130903663;
+ public const int limitBoundsTo = 2130903661;
// aapt resource value: 0x7F030270
- public const int listPreferredItemHeightSmall = 2130903664;
+ public const int linearProgressIndicatorStyle = 2130903664;
+
+ // aapt resource value: 0x7F03026E
+ public const int lineHeight = 2130903662;
+
+ // aapt resource value: 0x7F03026F
+ public const int lineSpacing = 2130903663;
// aapt resource value: 0x7F030271
- public const int listPreferredItemPaddingEnd = 2130903665;
+ public const int listChoiceBackgroundIndicator = 2130903665;
// aapt resource value: 0x7F030272
- public const int listPreferredItemPaddingLeft = 2130903666;
+ public const int listChoiceIndicatorMultipleAnimated = 2130903666;
// aapt resource value: 0x7F030273
- public const int listPreferredItemPaddingRight = 2130903667;
+ public const int listChoiceIndicatorSingleAnimated = 2130903667;
// aapt resource value: 0x7F030274
- public const int listPreferredItemPaddingStart = 2130903668;
+ public const int listDividerAlertDialog = 2130903668;
// aapt resource value: 0x7F030275
- public const int liteMode = 2130903669;
+ public const int listItemLayout = 2130903669;
// aapt resource value: 0x7F030276
- public const int logo = 2130903670;
+ public const int listLayout = 2130903670;
// aapt resource value: 0x7F030277
- public const int logoDescription = 2130903671;
+ public const int listMenuViewStyle = 2130903671;
// aapt resource value: 0x7F030278
- public const int mapType = 2130903672;
+ public const int listPopupWindowStyle = 2130903672;
// aapt resource value: 0x7F030279
- public const int materialAlertDialogBodyTextStyle = 2130903673;
+ public const int listPreferredItemHeight = 2130903673;
// aapt resource value: 0x7F03027A
- public const int materialAlertDialogTheme = 2130903674;
+ public const int listPreferredItemHeightLarge = 2130903674;
// aapt resource value: 0x7F03027B
- public const int materialAlertDialogTitleIconStyle = 2130903675;
+ public const int listPreferredItemHeightSmall = 2130903675;
// aapt resource value: 0x7F03027C
- public const int materialAlertDialogTitlePanelStyle = 2130903676;
+ public const int listPreferredItemPaddingEnd = 2130903676;
// aapt resource value: 0x7F03027D
- public const int materialAlertDialogTitleTextStyle = 2130903677;
+ public const int listPreferredItemPaddingLeft = 2130903677;
// aapt resource value: 0x7F03027E
- public const int materialButtonOutlinedStyle = 2130903678;
+ public const int listPreferredItemPaddingRight = 2130903678;
// aapt resource value: 0x7F03027F
- public const int materialButtonStyle = 2130903679;
+ public const int listPreferredItemPaddingStart = 2130903679;
// aapt resource value: 0x7F030280
- public const int materialButtonToggleGroupStyle = 2130903680;
+ public const int liteMode = 2130903680;
// aapt resource value: 0x7F030281
- public const int materialCalendarDay = 2130903681;
+ public const int logo = 2130903681;
// aapt resource value: 0x7F030282
- public const int materialCalendarFullscreenTheme = 2130903682;
+ public const int logoDescription = 2130903682;
// aapt resource value: 0x7F030283
- public const int materialCalendarHeaderCancelButton = 2130903683;
+ public const int mapType = 2130903683;
// aapt resource value: 0x7F030284
- public const int materialCalendarHeaderConfirmButton = 2130903684;
+ public const int materialAlertDialogBodyTextStyle = 2130903684;
// aapt resource value: 0x7F030285
- public const int materialCalendarHeaderDivider = 2130903685;
+ public const int materialAlertDialogTheme = 2130903685;
// aapt resource value: 0x7F030286
- public const int materialCalendarHeaderLayout = 2130903686;
+ public const int materialAlertDialogTitleIconStyle = 2130903686;
// aapt resource value: 0x7F030287
- public const int materialCalendarHeaderSelection = 2130903687;
+ public const int materialAlertDialogTitlePanelStyle = 2130903687;
// aapt resource value: 0x7F030288
- public const int materialCalendarHeaderTitle = 2130903688;
+ public const int materialAlertDialogTitleTextStyle = 2130903688;
// aapt resource value: 0x7F030289
- public const int materialCalendarHeaderToggleButton = 2130903689;
+ public const int materialButtonOutlinedStyle = 2130903689;
// aapt resource value: 0x7F03028A
- public const int materialCalendarMonth = 2130903690;
+ public const int materialButtonStyle = 2130903690;
// aapt resource value: 0x7F03028B
- public const int materialCalendarMonthNavigationButton = 2130903691;
+ public const int materialButtonToggleGroupStyle = 2130903691;
// aapt resource value: 0x7F03028C
- public const int materialCalendarStyle = 2130903692;
+ public const int materialCalendarDay = 2130903692;
// aapt resource value: 0x7F03028D
- public const int materialCalendarTheme = 2130903693;
+ public const int materialCalendarFullscreenTheme = 2130903693;
// aapt resource value: 0x7F03028E
- public const int materialCalendarYearNavigationButton = 2130903694;
+ public const int materialCalendarHeaderCancelButton = 2130903694;
// aapt resource value: 0x7F03028F
- public const int materialCardViewStyle = 2130903695;
+ public const int materialCalendarHeaderConfirmButton = 2130903695;
// aapt resource value: 0x7F030290
- public const int materialCircleRadius = 2130903696;
+ public const int materialCalendarHeaderDivider = 2130903696;
// aapt resource value: 0x7F030291
- public const int materialClockStyle = 2130903697;
+ public const int materialCalendarHeaderLayout = 2130903697;
// aapt resource value: 0x7F030292
- public const int materialThemeOverlay = 2130903698;
+ public const int materialCalendarHeaderSelection = 2130903698;
// aapt resource value: 0x7F030293
- public const int materialTimePickerStyle = 2130903699;
+ public const int materialCalendarHeaderTitle = 2130903699;
// aapt resource value: 0x7F030294
- public const int materialTimePickerTheme = 2130903700;
+ public const int materialCalendarHeaderToggleButton = 2130903700;
// aapt resource value: 0x7F030295
- public const int maxAcceleration = 2130903701;
+ public const int materialCalendarMonth = 2130903701;
// aapt resource value: 0x7F030296
- public const int maxActionInlineWidth = 2130903702;
+ public const int materialCalendarMonthNavigationButton = 2130903702;
// aapt resource value: 0x7F030297
- public const int maxButtonHeight = 2130903703;
+ public const int materialCalendarStyle = 2130903703;
// aapt resource value: 0x7F030298
- public const int maxCharacterCount = 2130903704;
+ public const int materialCalendarTheme = 2130903704;
// aapt resource value: 0x7F030299
- public const int maxHeight = 2130903705;
+ public const int materialCalendarYearNavigationButton = 2130903705;
// aapt resource value: 0x7F03029A
- public const int maxImageSize = 2130903706;
+ public const int materialCardViewStyle = 2130903706;
// aapt resource value: 0x7F03029B
- public const int maxLines = 2130903707;
+ public const int materialCircleRadius = 2130903707;
// aapt resource value: 0x7F03029C
- public const int maxVelocity = 2130903708;
+ public const int materialClockStyle = 2130903708;
// aapt resource value: 0x7F03029D
- public const int maxWidth = 2130903709;
+ public const int materialThemeOverlay = 2130903709;
// aapt resource value: 0x7F03029E
- public const int measureWithLargestChild = 2130903710;
+ public const int materialTimePickerStyle = 2130903710;
// aapt resource value: 0x7F03029F
- public const int mediaRouteAudioTrackDrawable = 2130903711;
+ public const int materialTimePickerTheme = 2130903711;
// aapt resource value: 0x7F0302A0
- public const int mediaRouteBodyTextAppearance = 2130903712;
+ public const int maxAcceleration = 2130903712;
// aapt resource value: 0x7F0302A1
- public const int mediaRouteButtonStyle = 2130903713;
+ public const int maxActionInlineWidth = 2130903713;
// aapt resource value: 0x7F0302A2
- public const int mediaRouteButtonTint = 2130903714;
+ public const int maxButtonHeight = 2130903714;
// aapt resource value: 0x7F0302A3
- public const int mediaRouteCloseDrawable = 2130903715;
+ public const int maxCharacterCount = 2130903715;
// aapt resource value: 0x7F0302A4
- public const int mediaRouteControlPanelThemeOverlay = 2130903716;
+ public const int maxHeight = 2130903716;
// aapt resource value: 0x7F0302A5
- public const int mediaRouteDefaultIconDrawable = 2130903717;
+ public const int maxImageSize = 2130903717;
// aapt resource value: 0x7F0302A6
- public const int mediaRouteDividerColor = 2130903718;
+ public const int maxLines = 2130903718;
// aapt resource value: 0x7F0302A7
- public const int mediaRouteHeaderTextAppearance = 2130903719;
+ public const int maxVelocity = 2130903719;
// aapt resource value: 0x7F0302A8
- public const int mediaRoutePauseDrawable = 2130903720;
+ public const int maxWidth = 2130903720;
// aapt resource value: 0x7F0302A9
- public const int mediaRoutePlayDrawable = 2130903721;
+ public const int measureWithLargestChild = 2130903721;
// aapt resource value: 0x7F0302AA
- public const int mediaRouteSpeakerGroupIconDrawable = 2130903722;
+ public const int mediaRouteAudioTrackDrawable = 2130903722;
// aapt resource value: 0x7F0302AB
- public const int mediaRouteSpeakerIconDrawable = 2130903723;
+ public const int mediaRouteBodyTextAppearance = 2130903723;
// aapt resource value: 0x7F0302AC
- public const int mediaRouteStopDrawable = 2130903724;
+ public const int mediaRouteButtonStyle = 2130903724;
// aapt resource value: 0x7F0302AD
- public const int mediaRouteTheme = 2130903725;
+ public const int mediaRouteButtonTint = 2130903725;
// aapt resource value: 0x7F0302AE
- public const int mediaRouteTvIconDrawable = 2130903726;
+ public const int mediaRouteCloseDrawable = 2130903726;
// aapt resource value: 0x7F0302AF
- public const int menu = 2130903727;
+ public const int mediaRouteControlPanelThemeOverlay = 2130903727;
// aapt resource value: 0x7F0302B0
- public const int menuGravity = 2130903728;
+ public const int mediaRouteDefaultIconDrawable = 2130903728;
// aapt resource value: 0x7F0302B1
- public const int methodName = 2130903729;
+ public const int mediaRouteDividerColor = 2130903729;
// aapt resource value: 0x7F0302B2
- public const int mimeType = 2130903730;
+ public const int mediaRouteHeaderTextAppearance = 2130903730;
// aapt resource value: 0x7F0302B3
- public const int min = 2130903731;
+ public const int mediaRoutePauseDrawable = 2130903731;
// aapt resource value: 0x7F0302B4
- public const int minHeight = 2130903732;
+ public const int mediaRoutePlayDrawable = 2130903732;
// aapt resource value: 0x7F0302B5
- public const int minHideDelay = 2130903733;
+ public const int mediaRouteSpeakerGroupIconDrawable = 2130903733;
// aapt resource value: 0x7F0302B6
- public const int minSeparation = 2130903734;
+ public const int mediaRouteSpeakerIconDrawable = 2130903734;
// aapt resource value: 0x7F0302B7
- public const int minTouchTargetSize = 2130903735;
+ public const int mediaRouteStopDrawable = 2130903735;
// aapt resource value: 0x7F0302B8
- public const int minWidth = 2130903736;
+ public const int mediaRouteTheme = 2130903736;
// aapt resource value: 0x7F0302B9
- public const int mock_diagonalsColor = 2130903737;
+ public const int mediaRouteTvIconDrawable = 2130903737;
// aapt resource value: 0x7F0302BA
- public const int mock_label = 2130903738;
+ public const int menu = 2130903738;
// aapt resource value: 0x7F0302BB
- public const int mock_labelBackgroundColor = 2130903739;
+ public const int menuGravity = 2130903739;
// aapt resource value: 0x7F0302BC
- public const int mock_labelColor = 2130903740;
+ public const int methodName = 2130903740;
// aapt resource value: 0x7F0302BD
- public const int mock_showDiagonals = 2130903741;
+ public const int mimeType = 2130903741;
// aapt resource value: 0x7F0302BE
- public const int mock_showLabel = 2130903742;
+ public const int min = 2130903742;
// aapt resource value: 0x7F0302BF
- public const int motionDebug = 2130903743;
+ public const int minHeight = 2130903743;
// aapt resource value: 0x7F0302C0
- public const int motionDurationLong1 = 2130903744;
+ public const int minHideDelay = 2130903744;
// aapt resource value: 0x7F0302C1
- public const int motionDurationLong2 = 2130903745;
+ public const int minSeparation = 2130903745;
// aapt resource value: 0x7F0302C2
- public const int motionDurationMedium1 = 2130903746;
+ public const int minTouchTargetSize = 2130903746;
// aapt resource value: 0x7F0302C3
- public const int motionDurationMedium2 = 2130903747;
+ public const int minWidth = 2130903747;
// aapt resource value: 0x7F0302C4
- public const int motionDurationShort1 = 2130903748;
+ public const int mock_diagonalsColor = 2130903748;
// aapt resource value: 0x7F0302C5
- public const int motionDurationShort2 = 2130903749;
+ public const int mock_label = 2130903749;
// aapt resource value: 0x7F0302C6
- public const int motionEasingAccelerated = 2130903750;
+ public const int mock_labelBackgroundColor = 2130903750;
// aapt resource value: 0x7F0302C7
- public const int motionEasingDecelerated = 2130903751;
+ public const int mock_labelColor = 2130903751;
// aapt resource value: 0x7F0302C8
- public const int motionEasingEmphasized = 2130903752;
+ public const int mock_showDiagonals = 2130903752;
// aapt resource value: 0x7F0302C9
- public const int motionEasingLinear = 2130903753;
+ public const int mock_showLabel = 2130903753;
// aapt resource value: 0x7F0302CA
- public const int motionEasingStandard = 2130903754;
+ public const int motionDebug = 2130903754;
// aapt resource value: 0x7F0302CB
- public const int motionEffect_alpha = 2130903755;
+ public const int motionDurationLong1 = 2130903755;
// aapt resource value: 0x7F0302CC
- public const int motionEffect_end = 2130903756;
+ public const int motionDurationLong2 = 2130903756;
// aapt resource value: 0x7F0302CD
- public const int motionEffect_move = 2130903757;
+ public const int motionDurationMedium1 = 2130903757;
// aapt resource value: 0x7F0302CE
- public const int motionEffect_start = 2130903758;
+ public const int motionDurationMedium2 = 2130903758;
// aapt resource value: 0x7F0302CF
- public const int motionEffect_strict = 2130903759;
+ public const int motionDurationShort1 = 2130903759;
// aapt resource value: 0x7F0302D0
- public const int motionEffect_translationX = 2130903760;
+ public const int motionDurationShort2 = 2130903760;
// aapt resource value: 0x7F0302D1
- public const int motionEffect_translationY = 2130903761;
+ public const int motionEasingAccelerated = 2130903761;
// aapt resource value: 0x7F0302D2
- public const int motionEffect_viewTransition = 2130903762;
+ public const int motionEasingDecelerated = 2130903762;
// aapt resource value: 0x7F0302D3
- public const int motionInterpolator = 2130903763;
+ public const int motionEasingEmphasized = 2130903763;
// aapt resource value: 0x7F0302D4
- public const int motionPath = 2130903764;
+ public const int motionEasingLinear = 2130903764;
// aapt resource value: 0x7F0302D5
- public const int motionPathRotate = 2130903765;
+ public const int motionEasingStandard = 2130903765;
// aapt resource value: 0x7F0302D6
- public const int motionProgress = 2130903766;
+ public const int motionEffect_alpha = 2130903766;
// aapt resource value: 0x7F0302D7
- public const int motionStagger = 2130903767;
+ public const int motionEffect_end = 2130903767;
// aapt resource value: 0x7F0302D8
- public const int motionTarget = 2130903768;
+ public const int motionEffect_move = 2130903768;
// aapt resource value: 0x7F0302D9
- public const int motion_postLayoutCollision = 2130903769;
+ public const int motionEffect_start = 2130903769;
// aapt resource value: 0x7F0302DA
- public const int motion_triggerOnCollision = 2130903770;
+ public const int motionEffect_strict = 2130903770;
// aapt resource value: 0x7F0302DB
- public const int moveWhenScrollAtTop = 2130903771;
+ public const int motionEffect_translationX = 2130903771;
// aapt resource value: 0x7F0302DC
- public const int multiChoiceItemLayout = 2130903772;
+ public const int motionEffect_translationY = 2130903772;
// aapt resource value: 0x7F0302DD
- public const int navGraph = 2130903773;
+ public const int motionEffect_viewTransition = 2130903773;
// aapt resource value: 0x7F0302DE
- public const int navigationContentDescription = 2130903774;
+ public const int motionInterpolator = 2130903774;
// aapt resource value: 0x7F0302DF
- public const int navigationIcon = 2130903775;
+ public const int motionPath = 2130903775;
// aapt resource value: 0x7F0302E0
- public const int navigationIconTint = 2130903776;
+ public const int motionPathRotate = 2130903776;
// aapt resource value: 0x7F0302E1
- public const int navigationMode = 2130903777;
+ public const int motionProgress = 2130903777;
// aapt resource value: 0x7F0302E2
- public const int navigationRailStyle = 2130903778;
+ public const int motionStagger = 2130903778;
// aapt resource value: 0x7F0302E3
- public const int navigationViewStyle = 2130903779;
+ public const int motionTarget = 2130903779;
// aapt resource value: 0x7F0302E4
- public const int negativeButtonText = 2130903780;
-
- // aapt resource value: 0x7F0302E7
- public const int nestedScrollable = 2130903783;
+ public const int motion_postLayoutCollision = 2130903780;
// aapt resource value: 0x7F0302E5
- public const int nestedScrollFlags = 2130903781;
+ public const int motion_triggerOnCollision = 2130903781;
// aapt resource value: 0x7F0302E6
- public const int nestedScrollViewStyle = 2130903782;
+ public const int moveWhenScrollAtTop = 2130903782;
+
+ // aapt resource value: 0x7F0302E7
+ public const int multiChoiceItemLayout = 2130903783;
// aapt resource value: 0x7F0302E8
- public const int nullable = 2130903784;
+ public const int navGraph = 2130903784;
// aapt resource value: 0x7F0302E9
- public const int number = 2130903785;
+ public const int navigationContentDescription = 2130903785;
// aapt resource value: 0x7F0302EA
- public const int numericModifiers = 2130903786;
+ public const int navigationIcon = 2130903786;
// aapt resource value: 0x7F0302EB
- public const int onCross = 2130903787;
+ public const int navigationIconTint = 2130903787;
// aapt resource value: 0x7F0302EC
- public const int onHide = 2130903788;
+ public const int navigationMode = 2130903788;
// aapt resource value: 0x7F0302ED
- public const int onNegativeCross = 2130903789;
+ public const int navigationRailStyle = 2130903789;
// aapt resource value: 0x7F0302EE
- public const int onPositiveCross = 2130903790;
+ public const int navigationViewStyle = 2130903790;
// aapt resource value: 0x7F0302EF
- public const int onShow = 2130903791;
-
- // aapt resource value: 0x7F0302F0
- public const int onStateTransition = 2130903792;
-
- // aapt resource value: 0x7F0302F1
- public const int onTouchUp = 2130903793;
+ public const int negativeButtonText = 2130903791;
// aapt resource value: 0x7F0302F2
- public const int order = 2130903794;
+ public const int nestedScrollable = 2130903794;
+
+ // aapt resource value: 0x7F0302F0
+ public const int nestedScrollFlags = 2130903792;
+
+ // aapt resource value: 0x7F0302F1
+ public const int nestedScrollViewStyle = 2130903793;
// aapt resource value: 0x7F0302F3
- public const int orderingFromXml = 2130903795;
+ public const int noIndex = 2130903795;
// aapt resource value: 0x7F0302F4
- public const int overlapAnchor = 2130903796;
+ public const int nullable = 2130903796;
// aapt resource value: 0x7F0302F5
- public const int overlay = 2130903797;
+ public const int number = 2130903797;
// aapt resource value: 0x7F0302F6
- public const int paddingBottomNoButtons = 2130903798;
+ public const int numericModifiers = 2130903798;
// aapt resource value: 0x7F0302F7
- public const int paddingBottomSystemWindowInsets = 2130903799;
+ public const int onCross = 2130903799;
// aapt resource value: 0x7F0302F8
- public const int paddingEnd = 2130903800;
+ public const int onHide = 2130903800;
// aapt resource value: 0x7F0302F9
- public const int paddingLeftSystemWindowInsets = 2130903801;
+ public const int onNegativeCross = 2130903801;
// aapt resource value: 0x7F0302FA
- public const int paddingRightSystemWindowInsets = 2130903802;
+ public const int onPositiveCross = 2130903802;
// aapt resource value: 0x7F0302FB
- public const int paddingStart = 2130903803;
+ public const int onShow = 2130903803;
// aapt resource value: 0x7F0302FC
- public const int paddingTopNoTitle = 2130903804;
+ public const int onStateTransition = 2130903804;
// aapt resource value: 0x7F0302FD
- public const int paddingTopSystemWindowInsets = 2130903805;
+ public const int onTouchUp = 2130903805;
// aapt resource value: 0x7F0302FE
- public const int panelBackground = 2130903806;
+ public const int order = 2130903806;
// aapt resource value: 0x7F0302FF
- public const int panelMenuListTheme = 2130903807;
+ public const int orderingFromXml = 2130903807;
// aapt resource value: 0x7F030300
- public const int panelMenuListWidth = 2130903808;
+ public const int overlapAnchor = 2130903808;
// aapt resource value: 0x7F030301
- public const int passwordToggleContentDescription = 2130903809;
+ public const int overlay = 2130903809;
// aapt resource value: 0x7F030302
- public const int passwordToggleDrawable = 2130903810;
+ public const int paddingBottomNoButtons = 2130903810;
// aapt resource value: 0x7F030303
- public const int passwordToggleEnabled = 2130903811;
+ public const int paddingBottomSystemWindowInsets = 2130903811;
// aapt resource value: 0x7F030304
- public const int passwordToggleTint = 2130903812;
+ public const int paddingEnd = 2130903812;
// aapt resource value: 0x7F030305
- public const int passwordToggleTintMode = 2130903813;
+ public const int paddingLeftSystemWindowInsets = 2130903813;
// aapt resource value: 0x7F030306
- public const int pathMotionArc = 2130903814;
+ public const int paddingRightSystemWindowInsets = 2130903814;
// aapt resource value: 0x7F030307
- public const int path_percent = 2130903815;
+ public const int paddingStart = 2130903815;
// aapt resource value: 0x7F030308
- public const int percentHeight = 2130903816;
+ public const int paddingTopNoTitle = 2130903816;
// aapt resource value: 0x7F030309
- public const int percentWidth = 2130903817;
+ public const int paddingTopSystemWindowInsets = 2130903817;
// aapt resource value: 0x7F03030A
- public const int percentX = 2130903818;
+ public const int panelBackground = 2130903818;
// aapt resource value: 0x7F03030B
- public const int percentY = 2130903819;
+ public const int panelMenuListTheme = 2130903819;
// aapt resource value: 0x7F03030C
- public const int perpendicularPath_percent = 2130903820;
+ public const int panelMenuListWidth = 2130903820;
// aapt resource value: 0x7F03030D
- public const int persistent = 2130903821;
+ public const int paramName = 2130903821;
// aapt resource value: 0x7F03030E
- public const int pivotAnchor = 2130903822;
+ public const int paramValue = 2130903822;
// aapt resource value: 0x7F03030F
- public const int placeholderText = 2130903823;
+ public const int passwordToggleContentDescription = 2130903823;
// aapt resource value: 0x7F030310
- public const int placeholderTextAppearance = 2130903824;
+ public const int passwordToggleDrawable = 2130903824;
// aapt resource value: 0x7F030311
- public const int placeholderTextColor = 2130903825;
+ public const int passwordToggleEnabled = 2130903825;
// aapt resource value: 0x7F030312
- public const int placeholder_emptyVisibility = 2130903826;
+ public const int passwordToggleTint = 2130903826;
// aapt resource value: 0x7F030313
- public const int polarRelativeTo = 2130903827;
+ public const int passwordToggleTintMode = 2130903827;
// aapt resource value: 0x7F030314
- public const int popEnterAnim = 2130903828;
+ public const int pathMotionArc = 2130903828;
// aapt resource value: 0x7F030315
- public const int popExitAnim = 2130903829;
-
- // aapt resource value: 0x7F030318
- public const int popupMenuBackground = 2130903832;
-
- // aapt resource value: 0x7F030319
- public const int popupMenuStyle = 2130903833;
-
- // aapt resource value: 0x7F03031A
- public const int popupTheme = 2130903834;
+ public const int path_percent = 2130903829;
// aapt resource value: 0x7F030316
- public const int popUpTo = 2130903830;
+ public const int perAccountTemplate = 2130903830;
// aapt resource value: 0x7F030317
- public const int popUpToInclusive = 2130903831;
+ public const int percentHeight = 2130903831;
+
+ // aapt resource value: 0x7F030318
+ public const int percentWidth = 2130903832;
+
+ // aapt resource value: 0x7F030319
+ public const int percentX = 2130903833;
+
+ // aapt resource value: 0x7F03031A
+ public const int percentY = 2130903834;
// aapt resource value: 0x7F03031B
- public const int popupWindowStyle = 2130903835;
+ public const int perpendicularPath_percent = 2130903835;
// aapt resource value: 0x7F03031C
- public const int positiveButtonText = 2130903836;
+ public const int persistent = 2130903836;
// aapt resource value: 0x7F03031D
- public const int preferenceCategoryStyle = 2130903837;
+ public const int pivotAnchor = 2130903837;
// aapt resource value: 0x7F03031E
- public const int preferenceCategoryTitleTextAppearance = 2130903838;
+ public const int placeholderText = 2130903838;
// aapt resource value: 0x7F03031F
- public const int preferenceFragmentCompatStyle = 2130903839;
+ public const int placeholderTextAppearance = 2130903839;
// aapt resource value: 0x7F030320
- public const int preferenceFragmentListStyle = 2130903840;
+ public const int placeholderTextColor = 2130903840;
// aapt resource value: 0x7F030321
- public const int preferenceFragmentStyle = 2130903841;
+ public const int placeholder_emptyVisibility = 2130903841;
// aapt resource value: 0x7F030322
- public const int preferenceInformationStyle = 2130903842;
+ public const int polarRelativeTo = 2130903842;
// aapt resource value: 0x7F030323
- public const int preferenceScreenStyle = 2130903843;
+ public const int popEnterAnim = 2130903843;
// aapt resource value: 0x7F030324
- public const int preferenceStyle = 2130903844;
-
- // aapt resource value: 0x7F030325
- public const int preferenceTheme = 2130903845;
-
- // aapt resource value: 0x7F030326
- public const int prefixText = 2130903846;
+ public const int popExitAnim = 2130903844;
// aapt resource value: 0x7F030327
- public const int prefixTextAppearance = 2130903847;
+ public const int popupMenuBackground = 2130903847;
// aapt resource value: 0x7F030328
- public const int prefixTextColor = 2130903848;
+ public const int popupMenuStyle = 2130903848;
// aapt resource value: 0x7F030329
- public const int preserveIconSpacing = 2130903849;
+ public const int popupTheme = 2130903849;
+
+ // aapt resource value: 0x7F030325
+ public const int popUpTo = 2130903845;
+
+ // aapt resource value: 0x7F030326
+ public const int popUpToInclusive = 2130903846;
// aapt resource value: 0x7F03032A
- public const int pressedTranslationZ = 2130903850;
+ public const int popupWindowStyle = 2130903850;
// aapt resource value: 0x7F03032B
- public const int progressBarPadding = 2130903851;
+ public const int positiveButtonText = 2130903851;
// aapt resource value: 0x7F03032C
- public const int progressBarStyle = 2130903852;
+ public const int preferenceCategoryStyle = 2130903852;
// aapt resource value: 0x7F03032D
- public const int quantizeMotionInterpolator = 2130903853;
+ public const int preferenceCategoryTitleTextAppearance = 2130903853;
// aapt resource value: 0x7F03032E
- public const int quantizeMotionPhase = 2130903854;
+ public const int preferenceFragmentCompatStyle = 2130903854;
// aapt resource value: 0x7F03032F
- public const int quantizeMotionSteps = 2130903855;
+ public const int preferenceFragmentListStyle = 2130903855;
// aapt resource value: 0x7F030330
- public const int queryBackground = 2130903856;
+ public const int preferenceFragmentStyle = 2130903856;
// aapt resource value: 0x7F030331
- public const int queryHint = 2130903857;
+ public const int preferenceInformationStyle = 2130903857;
// aapt resource value: 0x7F030332
- public const int queryPatterns = 2130903858;
+ public const int preferenceScreenStyle = 2130903858;
// aapt resource value: 0x7F030333
- public const int radioButtonStyle = 2130903859;
+ public const int preferenceStyle = 2130903859;
// aapt resource value: 0x7F030334
- public const int rangeFillColor = 2130903860;
+ public const int preferenceTheme = 2130903860;
// aapt resource value: 0x7F030335
- public const int ratingBarStyle = 2130903861;
+ public const int prefixText = 2130903861;
// aapt resource value: 0x7F030336
- public const int ratingBarStyleIndicator = 2130903862;
+ public const int prefixTextAppearance = 2130903862;
// aapt resource value: 0x7F030337
- public const int ratingBarStyleSmall = 2130903863;
+ public const int prefixTextColor = 2130903863;
// aapt resource value: 0x7F030338
- public const int reactiveGuide_animateChange = 2130903864;
+ public const int preserveIconSpacing = 2130903864;
// aapt resource value: 0x7F030339
- public const int reactiveGuide_applyToAllConstraintSets = 2130903865;
+ public const int pressedTranslationZ = 2130903865;
// aapt resource value: 0x7F03033A
- public const int reactiveGuide_applyToConstraintSet = 2130903866;
+ public const int progressBarPadding = 2130903866;
// aapt resource value: 0x7F03033B
- public const int reactiveGuide_valueId = 2130903867;
+ public const int progressBarStyle = 2130903867;
// aapt resource value: 0x7F03033C
- public const int recyclerViewStyle = 2130903868;
+ public const int quantizeMotionInterpolator = 2130903868;
// aapt resource value: 0x7F03033D
- public const int region_heightLessThan = 2130903869;
+ public const int quantizeMotionPhase = 2130903869;
// aapt resource value: 0x7F03033E
- public const int region_heightMoreThan = 2130903870;
+ public const int quantizeMotionSteps = 2130903870;
// aapt resource value: 0x7F03033F
- public const int region_widthLessThan = 2130903871;
+ public const int queryBackground = 2130903871;
// aapt resource value: 0x7F030340
- public const int region_widthMoreThan = 2130903872;
+ public const int queryHint = 2130903872;
// aapt resource value: 0x7F030341
- public const int reverseLayout = 2130903873;
+ public const int queryPatterns = 2130903873;
// aapt resource value: 0x7F030342
- public const int rippleColor = 2130903874;
+ public const int radioButtonStyle = 2130903874;
// aapt resource value: 0x7F030343
- public const int rotationCenterId = 2130903875;
+ public const int rangeFillColor = 2130903875;
// aapt resource value: 0x7F030344
- public const int round = 2130903876;
+ public const int ratingBarStyle = 2130903876;
// aapt resource value: 0x7F030345
- public const int roundPercent = 2130903877;
+ public const int ratingBarStyleIndicator = 2130903877;
// aapt resource value: 0x7F030346
- public const int saturation = 2130903878;
+ public const int ratingBarStyleSmall = 2130903878;
// aapt resource value: 0x7F030347
- public const int scaleFromTextSize = 2130903879;
+ public const int reactiveGuide_animateChange = 2130903879;
// aapt resource value: 0x7F030348
- public const int scopeUris = 2130903880;
+ public const int reactiveGuide_applyToAllConstraintSets = 2130903880;
// aapt resource value: 0x7F030349
- public const int scrimAnimationDuration = 2130903881;
+ public const int reactiveGuide_applyToConstraintSet = 2130903881;
// aapt resource value: 0x7F03034A
- public const int scrimBackground = 2130903882;
+ public const int reactiveGuide_valueId = 2130903882;
// aapt resource value: 0x7F03034B
- public const int scrimVisibleHeightTrigger = 2130903883;
+ public const int recyclerViewStyle = 2130903883;
// aapt resource value: 0x7F03034C
- public const int scrollViewStyle = 2130903884;
+ public const int region_heightLessThan = 2130903884;
// aapt resource value: 0x7F03034D
- public const int searchHintIcon = 2130903885;
+ public const int region_heightMoreThan = 2130903885;
// aapt resource value: 0x7F03034E
- public const int searchIcon = 2130903886;
+ public const int region_widthLessThan = 2130903886;
// aapt resource value: 0x7F03034F
- public const int searchViewStyle = 2130903887;
+ public const int region_widthMoreThan = 2130903887;
// aapt resource value: 0x7F030350
- public const int seekBarIncrement = 2130903888;
+ public const int reverseLayout = 2130903888;
// aapt resource value: 0x7F030351
- public const int seekBarPreferenceStyle = 2130903889;
+ public const int rippleColor = 2130903889;
// aapt resource value: 0x7F030352
- public const int seekBarStyle = 2130903890;
+ public const int rotationCenterId = 2130903890;
// aapt resource value: 0x7F030353
- public const int selectable = 2130903891;
+ public const int round = 2130903891;
// aapt resource value: 0x7F030354
- public const int selectableItemBackground = 2130903892;
+ public const int roundPercent = 2130903892;
// aapt resource value: 0x7F030355
- public const int selectableItemBackgroundBorderless = 2130903893;
+ public const int saturation = 2130903893;
// aapt resource value: 0x7F030356
- public const int selectionRequired = 2130903894;
+ public const int scaleFromTextSize = 2130903894;
// aapt resource value: 0x7F030357
- public const int selectorSize = 2130903895;
+ public const int schemaOrgProperty = 2130903895;
// aapt resource value: 0x7F030358
- public const int setsTag = 2130903896;
+ public const int schemaOrgType = 2130903896;
// aapt resource value: 0x7F030359
- public const int shapeAppearance = 2130903897;
+ public const int scopeUris = 2130903897;
// aapt resource value: 0x7F03035A
- public const int shapeAppearanceLargeComponent = 2130903898;
+ public const int scrimAnimationDuration = 2130903898;
// aapt resource value: 0x7F03035B
- public const int shapeAppearanceMediumComponent = 2130903899;
+ public const int scrimBackground = 2130903899;
// aapt resource value: 0x7F03035C
- public const int shapeAppearanceOverlay = 2130903900;
+ public const int scrimVisibleHeightTrigger = 2130903900;
// aapt resource value: 0x7F03035D
- public const int shapeAppearanceSmallComponent = 2130903901;
+ public const int scrollViewStyle = 2130903901;
+
+ // aapt resource value: 0x7F03035E
+ public const int searchEnabled = 2130903902;
+
+ // aapt resource value: 0x7F03035F
+ public const int searchHintIcon = 2130903903;
+
+ // aapt resource value: 0x7F030360
+ public const int searchIcon = 2130903904;
+
+ // aapt resource value: 0x7F030361
+ public const int searchLabel = 2130903905;
+
+ // aapt resource value: 0x7F030362
+ public const int searchViewStyle = 2130903906;
+
+ // aapt resource value: 0x7F030363
+ public const int sectionContent = 2130903907;
+
+ // aapt resource value: 0x7F030364
+ public const int sectionFormat = 2130903908;
+
+ // aapt resource value: 0x7F030365
+ public const int sectionId = 2130903909;
+
+ // aapt resource value: 0x7F030366
+ public const int sectionType = 2130903910;
+
+ // aapt resource value: 0x7F030367
+ public const int sectionWeight = 2130903911;
+
+ // aapt resource value: 0x7F030368
+ public const int seekBarIncrement = 2130903912;
+
+ // aapt resource value: 0x7F030369
+ public const int seekBarPreferenceStyle = 2130903913;
+
+ // aapt resource value: 0x7F03036A
+ public const int seekBarStyle = 2130903914;
+
+ // aapt resource value: 0x7F03036B
+ public const int selectable = 2130903915;
+
+ // aapt resource value: 0x7F03036C
+ public const int selectableItemBackground = 2130903916;
+
+ // aapt resource value: 0x7F03036D
+ public const int selectableItemBackgroundBorderless = 2130903917;
+
+ // aapt resource value: 0x7F03036E
+ public const int selectionRequired = 2130903918;
+
+ // aapt resource value: 0x7F03036F
+ public const int selectorSize = 2130903919;
+
+ // aapt resource value: 0x7F030370
+ public const int semanticallySearchable = 2130903920;
+
+ // aapt resource value: 0x7F030371
+ public const int setsTag = 2130903921;
+
+ // aapt resource value: 0x7F030372
+ public const int settingsDescription = 2130903922;
+
+ // aapt resource value: 0x7F030373
+ public const int shapeAppearance = 2130903923;
+
+ // aapt resource value: 0x7F030374
+ public const int shapeAppearanceLargeComponent = 2130903924;
+
+ // aapt resource value: 0x7F030375
+ public const int shapeAppearanceMediumComponent = 2130903925;
+
+ // aapt resource value: 0x7F030376
+ public const int shapeAppearanceOverlay = 2130903926;
+
+ // aapt resource value: 0x7F030377
+ public const int shapeAppearanceSmallComponent = 2130903927;
// aapt resource value: 0x7F030001
public const int SharedValue = 2130903041;
@@ -19349,779 +19872,800 @@ namespace TINK.Droid
// aapt resource value: 0x7F030002
public const int SharedValueId = 2130903042;
- // aapt resource value: 0x7F03035E
- public const int shortcutMatchRequired = 2130903902;
-
- // aapt resource value: 0x7F03035F
- public const int shouldDisableView = 2130903903;
-
- // aapt resource value: 0x7F030360
- public const int showAnimationBehavior = 2130903904;
-
- // aapt resource value: 0x7F030361
- public const int showAsAction = 2130903905;
-
- // aapt resource value: 0x7F030362
- public const int showDelay = 2130903906;
-
- // aapt resource value: 0x7F030363
- public const int showDividers = 2130903907;
-
- // aapt resource value: 0x7F030364
- public const int showMotionSpec = 2130903908;
-
- // aapt resource value: 0x7F030365
- public const int showPaths = 2130903909;
-
- // aapt resource value: 0x7F030366
- public const int showSeekBarValue = 2130903910;
-
- // aapt resource value: 0x7F030367
- public const int showText = 2130903911;
-
- // aapt resource value: 0x7F030368
- public const int showTitle = 2130903912;
-
- // aapt resource value: 0x7F030369
- public const int shrinkMotionSpec = 2130903913;
-
- // aapt resource value: 0x7F03036A
- public const int singleChoiceItemLayout = 2130903914;
-
- // aapt resource value: 0x7F03036B
- public const int singleLine = 2130903915;
-
- // aapt resource value: 0x7F03036C
- public const int singleLineTitle = 2130903916;
-
- // aapt resource value: 0x7F03036D
- public const int singleSelection = 2130903917;
-
- // aapt resource value: 0x7F03036E
- public const int sizePercent = 2130903918;
-
- // aapt resource value: 0x7F03036F
- public const int sliderStyle = 2130903919;
-
- // aapt resource value: 0x7F030370
- public const int snackbarButtonStyle = 2130903920;
-
- // aapt resource value: 0x7F030371
- public const int snackbarStyle = 2130903921;
-
- // aapt resource value: 0x7F030372
- public const int snackbarTextViewStyle = 2130903922;
-
- // aapt resource value: 0x7F030373
- public const int spanCount = 2130903923;
-
- // aapt resource value: 0x7F030374
- public const int spinBars = 2130903924;
-
- // aapt resource value: 0x7F030375
- public const int spinnerDropDownItemStyle = 2130903925;
-
- // aapt resource value: 0x7F030376
- public const int spinnerStyle = 2130903926;
-
- // aapt resource value: 0x7F030377
- public const int splitTrack = 2130903927;
-
// aapt resource value: 0x7F030378
- public const int springBoundary = 2130903928;
+ public const int shortcutMatchRequired = 2130903928;
// aapt resource value: 0x7F030379
- public const int springDamping = 2130903929;
+ public const int shouldDisableView = 2130903929;
// aapt resource value: 0x7F03037A
- public const int springMass = 2130903930;
+ public const int showAnimationBehavior = 2130903930;
// aapt resource value: 0x7F03037B
- public const int springStiffness = 2130903931;
+ public const int showAsAction = 2130903931;
// aapt resource value: 0x7F03037C
- public const int springStopThreshold = 2130903932;
+ public const int showDelay = 2130903932;
// aapt resource value: 0x7F03037D
- public const int srcCompat = 2130903933;
+ public const int showDividers = 2130903933;
// aapt resource value: 0x7F03037E
- public const int stackFromEnd = 2130903934;
+ public const int showMotionSpec = 2130903934;
// aapt resource value: 0x7F03037F
- public const int staggered = 2130903935;
+ public const int showPaths = 2130903935;
// aapt resource value: 0x7F030380
- public const int startDestination = 2130903936;
+ public const int showSeekBarValue = 2130903936;
// aapt resource value: 0x7F030381
- public const int startIconCheckable = 2130903937;
+ public const int showText = 2130903937;
// aapt resource value: 0x7F030382
- public const int startIconContentDescription = 2130903938;
+ public const int showTitle = 2130903938;
// aapt resource value: 0x7F030383
- public const int startIconDrawable = 2130903939;
+ public const int shrinkMotionSpec = 2130903939;
// aapt resource value: 0x7F030384
- public const int startIconTint = 2130903940;
+ public const int singleChoiceItemLayout = 2130903940;
// aapt resource value: 0x7F030385
- public const int startIconTintMode = 2130903941;
+ public const int singleLine = 2130903941;
// aapt resource value: 0x7F030386
- public const int state_above_anchor = 2130903942;
+ public const int singleLineTitle = 2130903942;
// aapt resource value: 0x7F030387
- public const int state_collapsed = 2130903943;
+ public const int singleSelection = 2130903943;
// aapt resource value: 0x7F030388
- public const int state_collapsible = 2130903944;
+ public const int sizePercent = 2130903944;
// aapt resource value: 0x7F030389
- public const int state_dragged = 2130903945;
+ public const int sliderStyle = 2130903945;
// aapt resource value: 0x7F03038A
- public const int state_liftable = 2130903946;
+ public const int snackbarButtonStyle = 2130903946;
// aapt resource value: 0x7F03038B
- public const int state_lifted = 2130903947;
+ public const int snackbarStyle = 2130903947;
// aapt resource value: 0x7F03038C
- public const int statusBarBackground = 2130903948;
+ public const int snackbarTextViewStyle = 2130903948;
// aapt resource value: 0x7F03038D
- public const int statusBarForeground = 2130903949;
+ public const int sourceClass = 2130903949;
// aapt resource value: 0x7F03038E
- public const int statusBarScrim = 2130903950;
+ public const int spanCount = 2130903950;
// aapt resource value: 0x7F03038F
- public const int strokeColor = 2130903951;
+ public const int spinBars = 2130903951;
// aapt resource value: 0x7F030390
- public const int strokeWidth = 2130903952;
+ public const int spinnerDropDownItemStyle = 2130903952;
// aapt resource value: 0x7F030391
- public const int subMenuArrow = 2130903953;
+ public const int spinnerStyle = 2130903953;
// aapt resource value: 0x7F030392
- public const int submitBackground = 2130903954;
+ public const int splitTrack = 2130903954;
// aapt resource value: 0x7F030393
- public const int subtitle = 2130903955;
+ public const int springBoundary = 2130903955;
// aapt resource value: 0x7F030394
- public const int subtitleCentered = 2130903956;
+ public const int springDamping = 2130903956;
// aapt resource value: 0x7F030395
- public const int subtitleTextAppearance = 2130903957;
+ public const int springMass = 2130903957;
// aapt resource value: 0x7F030396
- public const int subtitleTextColor = 2130903958;
+ public const int springStiffness = 2130903958;
// aapt resource value: 0x7F030397
- public const int subtitleTextStyle = 2130903959;
+ public const int springStopThreshold = 2130903959;
// aapt resource value: 0x7F030398
- public const int suffixText = 2130903960;
+ public const int srcCompat = 2130903960;
// aapt resource value: 0x7F030399
- public const int suffixTextAppearance = 2130903961;
+ public const int stackFromEnd = 2130903961;
// aapt resource value: 0x7F03039A
- public const int suffixTextColor = 2130903962;
+ public const int staggered = 2130903962;
// aapt resource value: 0x7F03039B
- public const int suggestionRowLayout = 2130903963;
+ public const int startDestination = 2130903963;
// aapt resource value: 0x7F03039C
- public const int summary = 2130903964;
+ public const int startIconCheckable = 2130903964;
// aapt resource value: 0x7F03039D
- public const int summaryOff = 2130903965;
+ public const int startIconContentDescription = 2130903965;
// aapt resource value: 0x7F03039E
- public const int summaryOn = 2130903966;
+ public const int startIconDrawable = 2130903966;
// aapt resource value: 0x7F03039F
- public const int swipeRefreshLayoutProgressSpinnerBackgroundColor = 2130903967;
+ public const int startIconTint = 2130903967;
// aapt resource value: 0x7F0303A0
- public const int switchMinWidth = 2130903968;
+ public const int startIconTintMode = 2130903968;
// aapt resource value: 0x7F0303A1
- public const int switchPadding = 2130903969;
+ public const int state_above_anchor = 2130903969;
// aapt resource value: 0x7F0303A2
- public const int switchPreferenceCompatStyle = 2130903970;
+ public const int state_collapsed = 2130903970;
// aapt resource value: 0x7F0303A3
- public const int switchPreferenceStyle = 2130903971;
+ public const int state_collapsible = 2130903971;
// aapt resource value: 0x7F0303A4
- public const int switchStyle = 2130903972;
+ public const int state_dragged = 2130903972;
// aapt resource value: 0x7F0303A5
- public const int switchTextAppearance = 2130903973;
+ public const int state_liftable = 2130903973;
// aapt resource value: 0x7F0303A6
- public const int switchTextOff = 2130903974;
+ public const int state_lifted = 2130903974;
// aapt resource value: 0x7F0303A7
- public const int switchTextOn = 2130903975;
+ public const int statusBarBackground = 2130903975;
// aapt resource value: 0x7F0303A8
- public const int tabBackground = 2130903976;
+ public const int statusBarForeground = 2130903976;
// aapt resource value: 0x7F0303A9
- public const int tabContentStart = 2130903977;
+ public const int statusBarScrim = 2130903977;
// aapt resource value: 0x7F0303AA
- public const int tabGravity = 2130903978;
+ public const int strokeColor = 2130903978;
// aapt resource value: 0x7F0303AB
- public const int tabIconTint = 2130903979;
+ public const int strokeWidth = 2130903979;
// aapt resource value: 0x7F0303AC
- public const int tabIconTintMode = 2130903980;
+ public const int subMenuArrow = 2130903980;
// aapt resource value: 0x7F0303AD
- public const int tabIndicator = 2130903981;
+ public const int submitBackground = 2130903981;
// aapt resource value: 0x7F0303AE
- public const int tabIndicatorAnimationDuration = 2130903982;
+ public const int subsectionSeparator = 2130903982;
// aapt resource value: 0x7F0303AF
- public const int tabIndicatorAnimationMode = 2130903983;
+ public const int subtitle = 2130903983;
// aapt resource value: 0x7F0303B0
- public const int tabIndicatorColor = 2130903984;
+ public const int subtitleCentered = 2130903984;
// aapt resource value: 0x7F0303B1
- public const int tabIndicatorFullWidth = 2130903985;
+ public const int subtitleTextAppearance = 2130903985;
// aapt resource value: 0x7F0303B2
- public const int tabIndicatorGravity = 2130903986;
+ public const int subtitleTextColor = 2130903986;
// aapt resource value: 0x7F0303B3
- public const int tabIndicatorHeight = 2130903987;
+ public const int subtitleTextStyle = 2130903987;
// aapt resource value: 0x7F0303B4
- public const int tabInlineLabel = 2130903988;
+ public const int suffixText = 2130903988;
// aapt resource value: 0x7F0303B5
- public const int tabMaxWidth = 2130903989;
+ public const int suffixTextAppearance = 2130903989;
// aapt resource value: 0x7F0303B6
- public const int tabMinWidth = 2130903990;
+ public const int suffixTextColor = 2130903990;
// aapt resource value: 0x7F0303B7
- public const int tabMode = 2130903991;
+ public const int suggestionRowLayout = 2130903991;
// aapt resource value: 0x7F0303B8
- public const int tabPadding = 2130903992;
+ public const int summary = 2130903992;
// aapt resource value: 0x7F0303B9
- public const int tabPaddingBottom = 2130903993;
+ public const int summaryOff = 2130903993;
// aapt resource value: 0x7F0303BA
- public const int tabPaddingEnd = 2130903994;
+ public const int summaryOn = 2130903994;
// aapt resource value: 0x7F0303BB
- public const int tabPaddingStart = 2130903995;
+ public const int swipeRefreshLayoutProgressSpinnerBackgroundColor = 2130903995;
// aapt resource value: 0x7F0303BC
- public const int tabPaddingTop = 2130903996;
+ public const int switchMinWidth = 2130903996;
// aapt resource value: 0x7F0303BD
- public const int tabRippleColor = 2130903997;
+ public const int switchPadding = 2130903997;
// aapt resource value: 0x7F0303BE
- public const int tabSelectedTextColor = 2130903998;
+ public const int switchPreferenceCompatStyle = 2130903998;
// aapt resource value: 0x7F0303BF
- public const int tabStyle = 2130903999;
+ public const int switchPreferenceStyle = 2130903999;
// aapt resource value: 0x7F0303C0
- public const int tabTextAppearance = 2130904000;
+ public const int switchStyle = 2130904000;
// aapt resource value: 0x7F0303C1
- public const int tabTextColor = 2130904001;
+ public const int switchTextAppearance = 2130904001;
// aapt resource value: 0x7F0303C2
- public const int tabUnboundedRipple = 2130904002;
+ public const int switchTextOff = 2130904002;
// aapt resource value: 0x7F0303C3
- public const int targetId = 2130904003;
+ public const int switchTextOn = 2130904003;
// aapt resource value: 0x7F0303C4
- public const int targetPackage = 2130904004;
+ public const int tabBackground = 2130904004;
// aapt resource value: 0x7F0303C5
- public const int telltales_tailColor = 2130904005;
+ public const int tabContentStart = 2130904005;
// aapt resource value: 0x7F0303C6
- public const int telltales_tailScale = 2130904006;
+ public const int tabGravity = 2130904006;
// aapt resource value: 0x7F0303C7
- public const int telltales_velocityMode = 2130904007;
+ public const int tabIconTint = 2130904007;
// aapt resource value: 0x7F0303C8
- public const int textAllCaps = 2130904008;
+ public const int tabIconTintMode = 2130904008;
// aapt resource value: 0x7F0303C9
- public const int textAppearanceBody1 = 2130904009;
+ public const int tabIndicator = 2130904009;
// aapt resource value: 0x7F0303CA
- public const int textAppearanceBody2 = 2130904010;
+ public const int tabIndicatorAnimationDuration = 2130904010;
// aapt resource value: 0x7F0303CB
- public const int textAppearanceButton = 2130904011;
+ public const int tabIndicatorAnimationMode = 2130904011;
// aapt resource value: 0x7F0303CC
- public const int textAppearanceCaption = 2130904012;
+ public const int tabIndicatorColor = 2130904012;
// aapt resource value: 0x7F0303CD
- public const int textAppearanceHeadline1 = 2130904013;
+ public const int tabIndicatorFullWidth = 2130904013;
// aapt resource value: 0x7F0303CE
- public const int textAppearanceHeadline2 = 2130904014;
+ public const int tabIndicatorGravity = 2130904014;
// aapt resource value: 0x7F0303CF
- public const int textAppearanceHeadline3 = 2130904015;
+ public const int tabIndicatorHeight = 2130904015;
// aapt resource value: 0x7F0303D0
- public const int textAppearanceHeadline4 = 2130904016;
+ public const int tabInlineLabel = 2130904016;
// aapt resource value: 0x7F0303D1
- public const int textAppearanceHeadline5 = 2130904017;
+ public const int tabMaxWidth = 2130904017;
// aapt resource value: 0x7F0303D2
- public const int textAppearanceHeadline6 = 2130904018;
+ public const int tabMinWidth = 2130904018;
// aapt resource value: 0x7F0303D3
- public const int textAppearanceLargePopupMenu = 2130904019;
+ public const int tabMode = 2130904019;
// aapt resource value: 0x7F0303D4
- public const int textAppearanceLineHeightEnabled = 2130904020;
+ public const int tabPadding = 2130904020;
// aapt resource value: 0x7F0303D5
- public const int textAppearanceListItem = 2130904021;
+ public const int tabPaddingBottom = 2130904021;
// aapt resource value: 0x7F0303D6
- public const int textAppearanceListItemSecondary = 2130904022;
+ public const int tabPaddingEnd = 2130904022;
// aapt resource value: 0x7F0303D7
- public const int textAppearanceListItemSmall = 2130904023;
+ public const int tabPaddingStart = 2130904023;
// aapt resource value: 0x7F0303D8
- public const int textAppearanceOverline = 2130904024;
+ public const int tabPaddingTop = 2130904024;
// aapt resource value: 0x7F0303D9
- public const int textAppearancePopupMenuHeader = 2130904025;
+ public const int tabRippleColor = 2130904025;
// aapt resource value: 0x7F0303DA
- public const int textAppearanceSearchResultSubtitle = 2130904026;
+ public const int tabSelectedTextColor = 2130904026;
// aapt resource value: 0x7F0303DB
- public const int textAppearanceSearchResultTitle = 2130904027;
+ public const int tabStyle = 2130904027;
// aapt resource value: 0x7F0303DC
- public const int textAppearanceSmallPopupMenu = 2130904028;
+ public const int tabTextAppearance = 2130904028;
// aapt resource value: 0x7F0303DD
- public const int textAppearanceSubtitle1 = 2130904029;
+ public const int tabTextColor = 2130904029;
// aapt resource value: 0x7F0303DE
- public const int textAppearanceSubtitle2 = 2130904030;
+ public const int tabUnboundedRipple = 2130904030;
// aapt resource value: 0x7F0303DF
- public const int textBackground = 2130904031;
+ public const int targetId = 2130904031;
// aapt resource value: 0x7F0303E0
- public const int textBackgroundPanX = 2130904032;
+ public const int targetPackage = 2130904032;
// aapt resource value: 0x7F0303E1
- public const int textBackgroundPanY = 2130904033;
+ public const int telltales_tailColor = 2130904033;
// aapt resource value: 0x7F0303E2
- public const int textBackgroundRotate = 2130904034;
+ public const int telltales_tailScale = 2130904034;
// aapt resource value: 0x7F0303E3
- public const int textBackgroundZoom = 2130904035;
+ public const int telltales_velocityMode = 2130904035;
// aapt resource value: 0x7F0303E4
- public const int textColorAlertDialogListItem = 2130904036;
+ public const int textAllCaps = 2130904036;
// aapt resource value: 0x7F0303E5
- public const int textColorSearchUrl = 2130904037;
+ public const int textAppearanceBody1 = 2130904037;
// aapt resource value: 0x7F0303E6
- public const int textEndPadding = 2130904038;
+ public const int textAppearanceBody2 = 2130904038;
// aapt resource value: 0x7F0303E7
- public const int textFillColor = 2130904039;
+ public const int textAppearanceButton = 2130904039;
// aapt resource value: 0x7F0303E8
- public const int textInputLayoutFocusedRectEnabled = 2130904040;
+ public const int textAppearanceCaption = 2130904040;
// aapt resource value: 0x7F0303E9
- public const int textInputStyle = 2130904041;
+ public const int textAppearanceHeadline1 = 2130904041;
// aapt resource value: 0x7F0303EA
- public const int textLocale = 2130904042;
+ public const int textAppearanceHeadline2 = 2130904042;
// aapt resource value: 0x7F0303EB
- public const int textOutlineColor = 2130904043;
+ public const int textAppearanceHeadline3 = 2130904043;
// aapt resource value: 0x7F0303EC
- public const int textOutlineThickness = 2130904044;
+ public const int textAppearanceHeadline4 = 2130904044;
// aapt resource value: 0x7F0303ED
- public const int textPanX = 2130904045;
+ public const int textAppearanceHeadline5 = 2130904045;
// aapt resource value: 0x7F0303EE
- public const int textPanY = 2130904046;
+ public const int textAppearanceHeadline6 = 2130904046;
// aapt resource value: 0x7F0303EF
- public const int textStartPadding = 2130904047;
+ public const int textAppearanceLargePopupMenu = 2130904047;
// aapt resource value: 0x7F0303F0
- public const int textureBlurFactor = 2130904048;
+ public const int textAppearanceLineHeightEnabled = 2130904048;
// aapt resource value: 0x7F0303F1
- public const int textureEffect = 2130904049;
+ public const int textAppearanceListItem = 2130904049;
// aapt resource value: 0x7F0303F2
- public const int textureHeight = 2130904050;
+ public const int textAppearanceListItemSecondary = 2130904050;
// aapt resource value: 0x7F0303F3
- public const int textureWidth = 2130904051;
+ public const int textAppearanceListItemSmall = 2130904051;
// aapt resource value: 0x7F0303F4
- public const int theme = 2130904052;
+ public const int textAppearanceOverline = 2130904052;
// aapt resource value: 0x7F0303F5
- public const int themeLineHeight = 2130904053;
+ public const int textAppearancePopupMenuHeader = 2130904053;
// aapt resource value: 0x7F0303F6
- public const int thickness = 2130904054;
+ public const int textAppearanceSearchResultSubtitle = 2130904054;
// aapt resource value: 0x7F0303F7
- public const int thumbColor = 2130904055;
+ public const int textAppearanceSearchResultTitle = 2130904055;
// aapt resource value: 0x7F0303F8
- public const int thumbElevation = 2130904056;
+ public const int textAppearanceSmallPopupMenu = 2130904056;
// aapt resource value: 0x7F0303F9
- public const int thumbRadius = 2130904057;
+ public const int textAppearanceSubtitle1 = 2130904057;
// aapt resource value: 0x7F0303FA
- public const int thumbStrokeColor = 2130904058;
+ public const int textAppearanceSubtitle2 = 2130904058;
// aapt resource value: 0x7F0303FB
- public const int thumbStrokeWidth = 2130904059;
+ public const int textBackground = 2130904059;
// aapt resource value: 0x7F0303FC
- public const int thumbTextPadding = 2130904060;
+ public const int textBackgroundPanX = 2130904060;
// aapt resource value: 0x7F0303FD
- public const int thumbTint = 2130904061;
+ public const int textBackgroundPanY = 2130904061;
// aapt resource value: 0x7F0303FE
- public const int thumbTintMode = 2130904062;
+ public const int textBackgroundRotate = 2130904062;
// aapt resource value: 0x7F0303FF
- public const int tickColor = 2130904063;
+ public const int textBackgroundZoom = 2130904063;
// aapt resource value: 0x7F030400
- public const int tickColorActive = 2130904064;
+ public const int textColorAlertDialogListItem = 2130904064;
// aapt resource value: 0x7F030401
- public const int tickColorInactive = 2130904065;
+ public const int textColorSearchUrl = 2130904065;
// aapt resource value: 0x7F030402
- public const int tickMark = 2130904066;
+ public const int textEndPadding = 2130904066;
// aapt resource value: 0x7F030403
- public const int tickMarkTint = 2130904067;
+ public const int textFillColor = 2130904067;
// aapt resource value: 0x7F030404
- public const int tickMarkTintMode = 2130904068;
+ public const int textInputLayoutFocusedRectEnabled = 2130904068;
// aapt resource value: 0x7F030405
- public const int tickVisible = 2130904069;
+ public const int textInputStyle = 2130904069;
// aapt resource value: 0x7F030406
- public const int tint = 2130904070;
+ public const int textLocale = 2130904070;
// aapt resource value: 0x7F030407
- public const int tintMode = 2130904071;
+ public const int textOutlineColor = 2130904071;
// aapt resource value: 0x7F030408
- public const int title = 2130904072;
+ public const int textOutlineThickness = 2130904072;
// aapt resource value: 0x7F030409
- public const int titleCentered = 2130904073;
+ public const int textPanX = 2130904073;
// aapt resource value: 0x7F03040A
- public const int titleCollapseMode = 2130904074;
+ public const int textPanY = 2130904074;
// aapt resource value: 0x7F03040B
- public const int titleEnabled = 2130904075;
+ public const int textStartPadding = 2130904075;
// aapt resource value: 0x7F03040C
- public const int titleMargin = 2130904076;
+ public const int textureBlurFactor = 2130904076;
// aapt resource value: 0x7F03040D
- public const int titleMarginBottom = 2130904077;
+ public const int textureEffect = 2130904077;
// aapt resource value: 0x7F03040E
- public const int titleMarginEnd = 2130904078;
-
- // aapt resource value: 0x7F030411
- public const int titleMargins = 2130904081;
+ public const int textureHeight = 2130904078;
// aapt resource value: 0x7F03040F
- public const int titleMarginStart = 2130904079;
+ public const int textureWidth = 2130904079;
// aapt resource value: 0x7F030410
- public const int titleMarginTop = 2130904080;
+ public const int theme = 2130904080;
+
+ // aapt resource value: 0x7F030411
+ public const int themeLineHeight = 2130904081;
// aapt resource value: 0x7F030412
- public const int titleTextAppearance = 2130904082;
+ public const int thickness = 2130904082;
// aapt resource value: 0x7F030413
- public const int titleTextColor = 2130904083;
+ public const int thumbColor = 2130904083;
// aapt resource value: 0x7F030414
- public const int titleTextStyle = 2130904084;
+ public const int thumbElevation = 2130904084;
// aapt resource value: 0x7F030415
- public const int toolbarId = 2130904085;
+ public const int thumbRadius = 2130904085;
// aapt resource value: 0x7F030416
- public const int toolbarNavigationButtonStyle = 2130904086;
+ public const int thumbStrokeColor = 2130904086;
// aapt resource value: 0x7F030417
- public const int toolbarStyle = 2130904087;
+ public const int thumbStrokeWidth = 2130904087;
// aapt resource value: 0x7F030418
- public const int tooltipForegroundColor = 2130904088;
+ public const int thumbTextPadding = 2130904088;
// aapt resource value: 0x7F030419
- public const int tooltipFrameBackground = 2130904089;
+ public const int thumbTint = 2130904089;
// aapt resource value: 0x7F03041A
- public const int tooltipStyle = 2130904090;
+ public const int thumbTintMode = 2130904090;
// aapt resource value: 0x7F03041B
- public const int tooltipText = 2130904091;
+ public const int tickColor = 2130904091;
// aapt resource value: 0x7F03041C
- public const int touchAnchorId = 2130904092;
+ public const int tickColorActive = 2130904092;
// aapt resource value: 0x7F03041D
- public const int touchAnchorSide = 2130904093;
+ public const int tickColorInactive = 2130904093;
// aapt resource value: 0x7F03041E
- public const int touchRegionId = 2130904094;
+ public const int tickMark = 2130904094;
// aapt resource value: 0x7F03041F
- public const int track = 2130904095;
+ public const int tickMarkTint = 2130904095;
// aapt resource value: 0x7F030420
- public const int trackColor = 2130904096;
+ public const int tickMarkTintMode = 2130904096;
// aapt resource value: 0x7F030421
- public const int trackColorActive = 2130904097;
+ public const int tickVisible = 2130904097;
// aapt resource value: 0x7F030422
- public const int trackColorInactive = 2130904098;
+ public const int tint = 2130904098;
// aapt resource value: 0x7F030423
- public const int trackCornerRadius = 2130904099;
+ public const int tintMode = 2130904099;
// aapt resource value: 0x7F030424
- public const int trackHeight = 2130904100;
+ public const int title = 2130904100;
// aapt resource value: 0x7F030425
- public const int trackThickness = 2130904101;
+ public const int titleCentered = 2130904101;
// aapt resource value: 0x7F030426
- public const int trackTint = 2130904102;
+ public const int titleCollapseMode = 2130904102;
// aapt resource value: 0x7F030427
- public const int trackTintMode = 2130904103;
+ public const int titleEnabled = 2130904103;
// aapt resource value: 0x7F030428
- public const int transformPivotTarget = 2130904104;
+ public const int titleMargin = 2130904104;
// aapt resource value: 0x7F030429
- public const int transitionDisable = 2130904105;
+ public const int titleMarginBottom = 2130904105;
// aapt resource value: 0x7F03042A
- public const int transitionEasing = 2130904106;
-
- // aapt resource value: 0x7F03042B
- public const int transitionFlags = 2130904107;
-
- // aapt resource value: 0x7F03042C
- public const int transitionPathRotate = 2130904108;
+ public const int titleMarginEnd = 2130904106;
// aapt resource value: 0x7F03042D
- public const int transitionShapeAppearance = 2130904109;
+ public const int titleMargins = 2130904109;
+
+ // aapt resource value: 0x7F03042B
+ public const int titleMarginStart = 2130904107;
+
+ // aapt resource value: 0x7F03042C
+ public const int titleMarginTop = 2130904108;
// aapt resource value: 0x7F03042E
- public const int triggerId = 2130904110;
+ public const int titleTextAppearance = 2130904110;
// aapt resource value: 0x7F03042F
- public const int triggerReceiver = 2130904111;
+ public const int titleTextColor = 2130904111;
// aapt resource value: 0x7F030430
- public const int triggerSlack = 2130904112;
+ public const int titleTextStyle = 2130904112;
// aapt resource value: 0x7F030431
- public const int ttcIndex = 2130904113;
+ public const int toAddressesSection = 2130904113;
// aapt resource value: 0x7F030432
- public const int uiCompass = 2130904114;
+ public const int toolbarId = 2130904114;
// aapt resource value: 0x7F030433
- public const int uiMapToolbar = 2130904115;
+ public const int toolbarNavigationButtonStyle = 2130904115;
// aapt resource value: 0x7F030434
- public const int uiRotateGestures = 2130904116;
+ public const int toolbarStyle = 2130904116;
// aapt resource value: 0x7F030435
- public const int uiScrollGestures = 2130904117;
+ public const int tooltipForegroundColor = 2130904117;
// aapt resource value: 0x7F030436
- public const int uiScrollGesturesDuringRotateOrZoom = 2130904118;
+ public const int tooltipFrameBackground = 2130904118;
// aapt resource value: 0x7F030437
- public const int uiTiltGestures = 2130904119;
+ public const int tooltipStyle = 2130904119;
// aapt resource value: 0x7F030438
- public const int uiZoomControls = 2130904120;
+ public const int tooltipText = 2130904120;
// aapt resource value: 0x7F030439
- public const int uiZoomGestures = 2130904121;
-
- // aapt resource value: 0x7F03043B
- public const int updatesContinuously = 2130904123;
+ public const int touchAnchorId = 2130904121;
// aapt resource value: 0x7F03043A
- public const int upDuration = 2130904122;
+ public const int touchAnchorSide = 2130904122;
+
+ // aapt resource value: 0x7F03043B
+ public const int touchRegionId = 2130904123;
// aapt resource value: 0x7F03043C
- public const int uri = 2130904124;
+ public const int track = 2130904124;
// aapt resource value: 0x7F03043D
- public const int useCompatPadding = 2130904125;
+ public const int trackColor = 2130904125;
// aapt resource value: 0x7F03043E
- public const int useMaterialThemeColors = 2130904126;
+ public const int trackColorActive = 2130904126;
// aapt resource value: 0x7F03043F
- public const int useSimpleSummaryProvider = 2130904127;
+ public const int trackColorInactive = 2130904127;
// aapt resource value: 0x7F030440
- public const int useViewLifecycle = 2130904128;
+ public const int trackCornerRadius = 2130904128;
// aapt resource value: 0x7F030441
- public const int values = 2130904129;
+ public const int trackHeight = 2130904129;
// aapt resource value: 0x7F030442
- public const int verticalOffset = 2130904130;
+ public const int trackThickness = 2130904130;
// aapt resource value: 0x7F030443
- public const int viewInflaterClass = 2130904131;
+ public const int trackTint = 2130904131;
// aapt resource value: 0x7F030444
- public const int viewTransitionMode = 2130904132;
+ public const int trackTintMode = 2130904132;
// aapt resource value: 0x7F030445
- public const int viewTransitionOnCross = 2130904133;
+ public const int transformPivotTarget = 2130904133;
// aapt resource value: 0x7F030446
- public const int viewTransitionOnNegativeCross = 2130904134;
+ public const int transitionDisable = 2130904134;
// aapt resource value: 0x7F030447
- public const int viewTransitionOnPositiveCross = 2130904135;
+ public const int transitionEasing = 2130904135;
// aapt resource value: 0x7F030448
- public const int visibilityMode = 2130904136;
+ public const int transitionFlags = 2130904136;
// aapt resource value: 0x7F030449
- public const int voiceIcon = 2130904137;
+ public const int transitionPathRotate = 2130904137;
// aapt resource value: 0x7F03044A
- public const int warmth = 2130904138;
+ public const int transitionShapeAppearance = 2130904138;
// aapt resource value: 0x7F03044B
- public const int waveDecay = 2130904139;
+ public const int triggerId = 2130904139;
// aapt resource value: 0x7F03044C
- public const int waveOffset = 2130904140;
+ public const int triggerReceiver = 2130904140;
// aapt resource value: 0x7F03044D
- public const int wavePeriod = 2130904141;
+ public const int triggerSlack = 2130904141;
// aapt resource value: 0x7F03044E
- public const int wavePhase = 2130904142;
+ public const int trimmable = 2130904142;
// aapt resource value: 0x7F03044F
- public const int waveShape = 2130904143;
+ public const int ttcIndex = 2130904143;
// aapt resource value: 0x7F030450
- public const int waveVariesBy = 2130904144;
+ public const int uiCompass = 2130904144;
// aapt resource value: 0x7F030451
- public const int widgetLayout = 2130904145;
+ public const int uiMapToolbar = 2130904145;
// aapt resource value: 0x7F030452
- public const int windowActionBar = 2130904146;
+ public const int uiRotateGestures = 2130904146;
// aapt resource value: 0x7F030453
- public const int windowActionBarOverlay = 2130904147;
+ public const int uiScrollGestures = 2130904147;
// aapt resource value: 0x7F030454
- public const int windowActionModeOverlay = 2130904148;
+ public const int uiScrollGesturesDuringRotateOrZoom = 2130904148;
// aapt resource value: 0x7F030455
- public const int windowFixedHeightMajor = 2130904149;
+ public const int uiTiltGestures = 2130904149;
// aapt resource value: 0x7F030456
- public const int windowFixedHeightMinor = 2130904150;
+ public const int uiZoomControls = 2130904150;
// aapt resource value: 0x7F030457
- public const int windowFixedWidthMajor = 2130904151;
-
- // aapt resource value: 0x7F030458
- public const int windowFixedWidthMinor = 2130904152;
+ public const int uiZoomGestures = 2130904151;
// aapt resource value: 0x7F030459
- public const int windowMinWidthMajor = 2130904153;
+ public const int updatesContinuously = 2130904153;
+
+ // aapt resource value: 0x7F030458
+ public const int upDuration = 2130904152;
// aapt resource value: 0x7F03045A
- public const int windowMinWidthMinor = 2130904154;
+ public const int uri = 2130904154;
// aapt resource value: 0x7F03045B
- public const int windowNoTitle = 2130904155;
+ public const int useCompatPadding = 2130904155;
// aapt resource value: 0x7F03045C
- public const int yearSelectedStyle = 2130904156;
-
- // aapt resource value: 0x7F03045D
- public const int yearStyle = 2130904157;
-
- // aapt resource value: 0x7F03045E
- public const int yearTodayStyle = 2130904158;
+ public const int useMaterialThemeColors = 2130904156;
// aapt resource value: 0x7F03045F
- public const int zOrderOnTop = 2130904159;
+ public const int userInputSection = 2130904159;
+
+ // aapt resource value: 0x7F030460
+ public const int userInputTag = 2130904160;
+
+ // aapt resource value: 0x7F030461
+ public const int userInputValue = 2130904161;
+
+ // aapt resource value: 0x7F03045D
+ public const int useSimpleSummaryProvider = 2130904157;
+
+ // aapt resource value: 0x7F03045E
+ public const int useViewLifecycle = 2130904158;
+
+ // aapt resource value: 0x7F030462
+ public const int values = 2130904162;
+
+ // aapt resource value: 0x7F030463
+ public const int verticalOffset = 2130904163;
+
+ // aapt resource value: 0x7F030464
+ public const int viewInflaterClass = 2130904164;
+
+ // aapt resource value: 0x7F030465
+ public const int viewTransitionMode = 2130904165;
+
+ // aapt resource value: 0x7F030466
+ public const int viewTransitionOnCross = 2130904166;
+
+ // aapt resource value: 0x7F030467
+ public const int viewTransitionOnNegativeCross = 2130904167;
+
+ // aapt resource value: 0x7F030468
+ public const int viewTransitionOnPositiveCross = 2130904168;
+
+ // aapt resource value: 0x7F030469
+ public const int visibilityMode = 2130904169;
+
+ // aapt resource value: 0x7F03046A
+ public const int voiceIcon = 2130904170;
+
+ // aapt resource value: 0x7F03046B
+ public const int warmth = 2130904171;
+
+ // aapt resource value: 0x7F03046C
+ public const int waveDecay = 2130904172;
+
+ // aapt resource value: 0x7F03046D
+ public const int waveOffset = 2130904173;
+
+ // aapt resource value: 0x7F03046E
+ public const int wavePeriod = 2130904174;
+
+ // aapt resource value: 0x7F03046F
+ public const int wavePhase = 2130904175;
+
+ // aapt resource value: 0x7F030470
+ public const int waveShape = 2130904176;
+
+ // aapt resource value: 0x7F030471
+ public const int waveVariesBy = 2130904177;
+
+ // aapt resource value: 0x7F030472
+ public const int widgetLayout = 2130904178;
+
+ // aapt resource value: 0x7F030473
+ public const int windowActionBar = 2130904179;
+
+ // aapt resource value: 0x7F030474
+ public const int windowActionBarOverlay = 2130904180;
+
+ // aapt resource value: 0x7F030475
+ public const int windowActionModeOverlay = 2130904181;
+
+ // aapt resource value: 0x7F030476
+ public const int windowFixedHeightMajor = 2130904182;
+
+ // aapt resource value: 0x7F030477
+ public const int windowFixedHeightMinor = 2130904183;
+
+ // aapt resource value: 0x7F030478
+ public const int windowFixedWidthMajor = 2130904184;
+
+ // aapt resource value: 0x7F030479
+ public const int windowFixedWidthMinor = 2130904185;
+
+ // aapt resource value: 0x7F03047A
+ public const int windowMinWidthMajor = 2130904186;
+
+ // aapt resource value: 0x7F03047B
+ public const int windowMinWidthMinor = 2130904187;
+
+ // aapt resource value: 0x7F03047C
+ public const int windowNoTitle = 2130904188;
+
+ // aapt resource value: 0x7F03047D
+ public const int yearSelectedStyle = 2130904189;
+
+ // aapt resource value: 0x7F03047E
+ public const int yearStyle = 2130904190;
+
+ // aapt resource value: 0x7F03047F
+ public const int yearTodayStyle = 2130904191;
+
+ // aapt resource value: 0x7F030480
+ public const int zOrderOnTop = 2130904192;
static Attribute()
{
@@ -23747,952 +24291,1012 @@ namespace TINK.Droid
public const int constraint = 2131230855;
// aapt resource value: 0x7F080088
- public const int container = 2131230856;
+ public const int contact = 2131230856;
// aapt resource value: 0x7F080089
- public const int content = 2131230857;
+ public const int container = 2131230857;
// aapt resource value: 0x7F08008A
- public const int contentPanel = 2131230858;
+ public const int content = 2131230858;
// aapt resource value: 0x7F08008B
- public const int contiguous = 2131230859;
+ public const int contentPanel = 2131230859;
// aapt resource value: 0x7F08008C
- public const int continuousVelocity = 2131230860;
+ public const int contiguous = 2131230860;
// aapt resource value: 0x7F08008D
- public const int coordinator = 2131230861;
+ public const int continuousVelocity = 2131230861;
// aapt resource value: 0x7F08008E
- public const int cos = 2131230862;
+ public const int coordinator = 2131230862;
// aapt resource value: 0x7F08008F
- public const int counterclockwise = 2131230863;
+ public const int cos = 2131230863;
+
+ // aapt resource value: 0x7F080090
+ public const int counterclockwise = 2131230864;
// aapt resource value: 0x7F080003
public const int CTRL = 2131230723;
- // aapt resource value: 0x7F080090
- public const int currentState = 2131230864;
-
// aapt resource value: 0x7F080091
- public const int custom = 2131230865;
+ public const int currentState = 2131230865;
// aapt resource value: 0x7F080092
- public const int customPanel = 2131230866;
+ public const int custom = 2131230866;
// aapt resource value: 0x7F080093
- public const int cut = 2131230867;
+ public const int customPanel = 2131230867;
// aapt resource value: 0x7F080094
- public const int dark = 2131230868;
+ public const int cut = 2131230868;
// aapt resource value: 0x7F080095
- public const int date_picker_actions = 2131230869;
+ public const int dark = 2131230869;
// aapt resource value: 0x7F080096
- public const int decelerate = 2131230870;
+ public const int date = 2131230870;
// aapt resource value: 0x7F080097
- public const int decelerateAndComplete = 2131230871;
+ public const int date_picker_actions = 2131230871;
// aapt resource value: 0x7F080098
- public const int decor_content_parent = 2131230872;
+ public const int decelerate = 2131230872;
// aapt resource value: 0x7F080099
- public const int default_activity_button = 2131230873;
+ public const int decelerateAndComplete = 2131230873;
// aapt resource value: 0x7F08009A
- public const int deltaRelative = 2131230874;
+ public const int decor_content_parent = 2131230874;
// aapt resource value: 0x7F08009B
- public const int dependency_ordering = 2131230875;
+ public const int default_activity_button = 2131230875;
// aapt resource value: 0x7F08009C
- public const int design_bottom_sheet = 2131230876;
+ public const int deltaRelative = 2131230876;
// aapt resource value: 0x7F08009D
- public const int design_menu_item_action_area = 2131230877;
+ public const int demote_common_words = 2131230877;
// aapt resource value: 0x7F08009E
- public const int design_menu_item_action_area_stub = 2131230878;
+ public const int demote_rfc822_hostnames = 2131230878;
// aapt resource value: 0x7F08009F
- public const int design_menu_item_text = 2131230879;
+ public const int dependency_ordering = 2131230879;
// aapt resource value: 0x7F0800A0
- public const int design_navigation_view = 2131230880;
+ public const int design_bottom_sheet = 2131230880;
// aapt resource value: 0x7F0800A1
- public const int dialog_button = 2131230881;
+ public const int design_menu_item_action_area = 2131230881;
// aapt resource value: 0x7F0800A2
- public const int dimensions = 2131230882;
+ public const int design_menu_item_action_area_stub = 2131230882;
// aapt resource value: 0x7F0800A3
- public const int direct = 2131230883;
+ public const int design_menu_item_text = 2131230883;
// aapt resource value: 0x7F0800A4
- public const int disableHome = 2131230884;
+ public const int design_navigation_view = 2131230884;
// aapt resource value: 0x7F0800A5
- public const int disableIntraAutoTransition = 2131230885;
+ public const int dialog_button = 2131230885;
// aapt resource value: 0x7F0800A6
- public const int disablePostScroll = 2131230886;
+ public const int dimensions = 2131230886;
// aapt resource value: 0x7F0800A7
- public const int disableScroll = 2131230887;
+ public const int direct = 2131230887;
// aapt resource value: 0x7F0800A8
- public const int disjoint = 2131230888;
+ public const int disableHome = 2131230888;
// aapt resource value: 0x7F0800A9
- public const int dragAnticlockwise = 2131230889;
+ public const int disableIntraAutoTransition = 2131230889;
// aapt resource value: 0x7F0800AA
- public const int dragClockwise = 2131230890;
+ public const int disablePostScroll = 2131230890;
// aapt resource value: 0x7F0800AB
- public const int dragDown = 2131230891;
+ public const int disableScroll = 2131230891;
// aapt resource value: 0x7F0800AC
- public const int dragEnd = 2131230892;
+ public const int disjoint = 2131230892;
// aapt resource value: 0x7F0800AD
- public const int dragLeft = 2131230893;
+ public const int dragAnticlockwise = 2131230893;
// aapt resource value: 0x7F0800AE
- public const int dragRight = 2131230894;
+ public const int dragClockwise = 2131230894;
// aapt resource value: 0x7F0800AF
- public const int dragStart = 2131230895;
+ public const int dragDown = 2131230895;
// aapt resource value: 0x7F0800B0
- public const int dragUp = 2131230896;
+ public const int dragEnd = 2131230896;
// aapt resource value: 0x7F0800B1
- public const int dropdown_menu = 2131230897;
+ public const int dragLeft = 2131230897;
// aapt resource value: 0x7F0800B2
- public const int easeIn = 2131230898;
+ public const int dragRight = 2131230898;
// aapt resource value: 0x7F0800B3
- public const int easeInOut = 2131230899;
+ public const int dragStart = 2131230899;
// aapt resource value: 0x7F0800B4
- public const int easeOut = 2131230900;
+ public const int dragUp = 2131230900;
// aapt resource value: 0x7F0800B5
- public const int east = 2131230901;
+ public const int dropdown_menu = 2131230901;
// aapt resource value: 0x7F0800B6
- public const int edit_query = 2131230902;
+ public const int easeIn = 2131230902;
// aapt resource value: 0x7F0800B7
- public const int elastic = 2131230903;
+ public const int easeInOut = 2131230903;
// aapt resource value: 0x7F0800B8
- public const int end = 2131230904;
+ public const int easeOut = 2131230904;
// aapt resource value: 0x7F0800B9
- public const int endToStart = 2131230905;
+ public const int east = 2131230905;
// aapt resource value: 0x7F0800BA
- public const int end_padder = 2131230906;
+ public const int edit_query = 2131230906;
// aapt resource value: 0x7F0800BB
- public const int enterAlways = 2131230907;
+ public const int elastic = 2131230907;
// aapt resource value: 0x7F0800BC
- public const int enterAlwaysCollapsed = 2131230908;
+ public const int email = 2131230908;
// aapt resource value: 0x7F0800BD
- public const int exitUntilCollapsed = 2131230909;
-
- // aapt resource value: 0x7F0800BF
- public const int expanded_menu = 2131230911;
+ public const int end = 2131230909;
// aapt resource value: 0x7F0800BE
- public const int expand_activities_button = 2131230910;
+ public const int endToStart = 2131230910;
+
+ // aapt resource value: 0x7F0800BF
+ public const int end_padder = 2131230911;
// aapt resource value: 0x7F0800C0
- public const int fade = 2131230912;
+ public const int enterAlways = 2131230912;
// aapt resource value: 0x7F0800C1
- public const int fill = 2131230913;
-
- // aapt resource value: 0x7F0800C4
- public const int filled = 2131230916;
+ public const int enterAlwaysCollapsed = 2131230913;
// aapt resource value: 0x7F0800C2
- public const int fill_horizontal = 2131230914;
+ public const int exitUntilCollapsed = 2131230914;
+
+ // aapt resource value: 0x7F0800C4
+ public const int expanded_menu = 2131230916;
// aapt resource value: 0x7F0800C3
- public const int fill_vertical = 2131230915;
+ public const int expand_activities_button = 2131230915;
// aapt resource value: 0x7F0800C5
- public const int fitToContents = 2131230917;
+ public const int fade = 2131230917;
// aapt resource value: 0x7F0800C6
- public const int @fixed = 2131230918;
-
- // aapt resource value: 0x7F0800C7
- public const int flip = 2131230919;
-
- // aapt resource value: 0x7F0800C8
- public const int floating = 2131230920;
+ public const int fill = 2131230918;
// aapt resource value: 0x7F0800C9
- public const int flyoutcontent_appbar = 2131230921;
+ public const int filled = 2131230921;
+
+ // aapt resource value: 0x7F0800C7
+ public const int fill_horizontal = 2131230919;
+
+ // aapt resource value: 0x7F0800C8
+ public const int fill_vertical = 2131230920;
// aapt resource value: 0x7F0800CA
- public const int forever = 2131230922;
+ public const int fitToContents = 2131230922;
// aapt resource value: 0x7F0800CB
- public const int fragment_container_view_tag = 2131230923;
+ public const int @fixed = 2131230923;
// aapt resource value: 0x7F0800CC
- public const int frost = 2131230924;
+ public const int flip = 2131230924;
+
+ // aapt resource value: 0x7F0800CD
+ public const int floating = 2131230925;
+
+ // aapt resource value: 0x7F0800CE
+ public const int flyoutcontent_appbar = 2131230926;
+
+ // aapt resource value: 0x7F0800CF
+ public const int forever = 2131230927;
+
+ // aapt resource value: 0x7F0800D0
+ public const int fragment_container_view_tag = 2131230928;
+
+ // aapt resource value: 0x7F0800D1
+ public const int frost = 2131230929;
// aapt resource value: 0x7F080004
public const int FUNCTION = 2131230724;
- // aapt resource value: 0x7F0800CD
- public const int ghost_view = 2131230925;
-
- // aapt resource value: 0x7F0800CE
- public const int ghost_view_holder = 2131230926;
-
- // aapt resource value: 0x7F0800CF
- public const int gone = 2131230927;
-
- // aapt resource value: 0x7F0800D0
- public const int graph = 2131230928;
-
- // aapt resource value: 0x7F0800D1
- public const int graph_wrap = 2131230929;
+ // aapt resource value: 0x7F0800D2
+ public const int ghost_view = 2131230930;
// aapt resource value: 0x7F0800D3
- public const int grouping = 2131230931;
+ public const int ghost_view_holder = 2131230931;
// aapt resource value: 0x7F0800D4
- public const int groups = 2131230932;
-
- // aapt resource value: 0x7F0800D2
- public const int group_divider = 2131230930;
+ public const int gone = 2131230932;
// aapt resource value: 0x7F0800D5
- public const int guideline = 2131230933;
+ public const int graph = 2131230933;
// aapt resource value: 0x7F0800D6
- public const int header_title = 2131230934;
-
- // aapt resource value: 0x7F0800D7
- public const int hideable = 2131230935;
+ public const int graph_wrap = 2131230934;
// aapt resource value: 0x7F0800D8
- public const int home = 2131230936;
+ public const int grouping = 2131230936;
// aapt resource value: 0x7F0800D9
- public const int homeAsUp = 2131230937;
+ public const int groups = 2131230937;
+
+ // aapt resource value: 0x7F0800D7
+ public const int group_divider = 2131230935;
// aapt resource value: 0x7F0800DA
- public const int honorRequest = 2131230938;
+ public const int guideline = 2131230938;
// aapt resource value: 0x7F0800DB
- public const int horizontal_only = 2131230939;
+ public const int header_title = 2131230939;
// aapt resource value: 0x7F0800DC
- public const int hybrid = 2131230940;
+ public const int hideable = 2131230940;
// aapt resource value: 0x7F0800DD
- public const int icon = 2131230941;
+ public const int home = 2131230941;
// aapt resource value: 0x7F0800DE
- public const int icon_frame = 2131230942;
+ public const int homeAsUp = 2131230942;
// aapt resource value: 0x7F0800DF
- public const int icon_group = 2131230943;
+ public const int honorRequest = 2131230943;
// aapt resource value: 0x7F0800E0
- public const int icon_only = 2131230944;
+ public const int horizontal_only = 2131230944;
// aapt resource value: 0x7F0800E1
- public const int ifRoom = 2131230945;
+ public const int html = 2131230945;
// aapt resource value: 0x7F0800E2
- public const int ignore = 2131230946;
+ public const int hybrid = 2131230946;
// aapt resource value: 0x7F0800E3
- public const int ignoreRequest = 2131230947;
+ public const int icon = 2131230947;
// aapt resource value: 0x7F0800E4
- public const int image = 2131230948;
+ public const int icon_frame = 2131230948;
// aapt resource value: 0x7F0800E5
- public const int immediateStop = 2131230949;
+ public const int icon_group = 2131230949;
// aapt resource value: 0x7F0800E6
- public const int included = 2131230950;
+ public const int icon_only = 2131230950;
// aapt resource value: 0x7F0800E7
- public const int info = 2131230951;
+ public const int icon_uri = 2131230951;
// aapt resource value: 0x7F0800E8
- public const int invisible = 2131230952;
+ public const int ifRoom = 2131230952;
// aapt resource value: 0x7F0800E9
- public const int inward = 2131230953;
+ public const int ignore = 2131230953;
// aapt resource value: 0x7F0800EA
- public const int italic = 2131230954;
+ public const int ignoreRequest = 2131230954;
// aapt resource value: 0x7F0800EB
- public const int item_touch_helper_previous_elevation = 2131230955;
+ public const int image = 2131230955;
// aapt resource value: 0x7F0800EC
- public const int jumpToEnd = 2131230956;
+ public const int immediateStop = 2131230956;
// aapt resource value: 0x7F0800ED
- public const int jumpToStart = 2131230957;
+ public const int included = 2131230957;
// aapt resource value: 0x7F0800EE
- public const int labeled = 2131230958;
+ public const int index_entity_types = 2131230958;
// aapt resource value: 0x7F0800EF
- public const int layout = 2131230959;
+ public const int info = 2131230959;
// aapt resource value: 0x7F0800F0
- public const int left = 2131230960;
+ public const int instant_message = 2131230960;
// aapt resource value: 0x7F0800F1
- public const int leftToRight = 2131230961;
+ public const int intent_action = 2131230961;
// aapt resource value: 0x7F0800F2
- public const int legacy = 2131230962;
+ public const int intent_activity = 2131230962;
// aapt resource value: 0x7F0800F3
- public const int light = 2131230963;
+ public const int intent_data = 2131230963;
// aapt resource value: 0x7F0800F4
- public const int line1 = 2131230964;
+ public const int intent_data_id = 2131230964;
// aapt resource value: 0x7F0800F5
- public const int line3 = 2131230965;
+ public const int intent_extra_data = 2131230965;
// aapt resource value: 0x7F0800F6
- public const int linear = 2131230966;
+ public const int invisible = 2131230966;
// aapt resource value: 0x7F0800F7
- public const int listMode = 2131230967;
+ public const int inward = 2131230967;
// aapt resource value: 0x7F0800F8
- public const int list_item = 2131230968;
+ public const int italic = 2131230968;
// aapt resource value: 0x7F0800F9
- public const int main_appbar = 2131230969;
+ public const int item_touch_helper_previous_elevation = 2131230969;
// aapt resource value: 0x7F0800FA
- public const int main_tablayout = 2131230970;
+ public const int jumpToEnd = 2131230970;
// aapt resource value: 0x7F0800FB
- public const int main_toolbar = 2131230971;
+ public const int jumpToStart = 2131230971;
// aapt resource value: 0x7F0800FC
- public const int main_viewpager = 2131230972;
+ public const int labeled = 2131230972;
// aapt resource value: 0x7F0800FD
- public const int masked = 2131230973;
+ public const int large_icon_uri = 2131230973;
// aapt resource value: 0x7F0800FE
- public const int match_constraint = 2131230974;
+ public const int layout = 2131230974;
// aapt resource value: 0x7F0800FF
- public const int match_parent = 2131230975;
+ public const int left = 2131230975;
// aapt resource value: 0x7F080100
- public const int material_clock_display = 2131230976;
+ public const int leftToRight = 2131230976;
// aapt resource value: 0x7F080101
- public const int material_clock_face = 2131230977;
+ public const int legacy = 2131230977;
// aapt resource value: 0x7F080102
- public const int material_clock_hand = 2131230978;
+ public const int light = 2131230978;
// aapt resource value: 0x7F080103
- public const int material_clock_period_am_button = 2131230979;
+ public const int line1 = 2131230979;
// aapt resource value: 0x7F080104
- public const int material_clock_period_pm_button = 2131230980;
+ public const int line3 = 2131230980;
// aapt resource value: 0x7F080105
- public const int material_clock_period_toggle = 2131230981;
+ public const int linear = 2131230981;
// aapt resource value: 0x7F080106
- public const int material_hour_text_input = 2131230982;
+ public const int listMode = 2131230982;
// aapt resource value: 0x7F080107
- public const int material_hour_tv = 2131230983;
+ public const int list_item = 2131230983;
// aapt resource value: 0x7F080108
- public const int material_label = 2131230984;
+ public const int main_appbar = 2131230984;
// aapt resource value: 0x7F080109
- public const int material_minute_text_input = 2131230985;
+ public const int main_tablayout = 2131230985;
// aapt resource value: 0x7F08010A
- public const int material_minute_tv = 2131230986;
+ public const int main_toolbar = 2131230986;
// aapt resource value: 0x7F08010B
- public const int material_textinput_timepicker = 2131230987;
+ public const int main_viewpager = 2131230987;
// aapt resource value: 0x7F08010C
- public const int material_timepicker_cancel_button = 2131230988;
+ public const int masked = 2131230988;
// aapt resource value: 0x7F08010D
- public const int material_timepicker_container = 2131230989;
+ public const int match_constraint = 2131230989;
// aapt resource value: 0x7F08010E
- public const int material_timepicker_edit_text = 2131230990;
+ public const int match_global_nicknames = 2131230990;
// aapt resource value: 0x7F08010F
- public const int material_timepicker_mode_button = 2131230991;
+ public const int match_parent = 2131230991;
// aapt resource value: 0x7F080110
- public const int material_timepicker_ok_button = 2131230992;
+ public const int material_clock_display = 2131230992;
// aapt resource value: 0x7F080111
- public const int material_timepicker_view = 2131230993;
+ public const int material_clock_face = 2131230993;
// aapt resource value: 0x7F080112
- public const int material_value_index = 2131230994;
+ public const int material_clock_hand = 2131230994;
// aapt resource value: 0x7F080113
- public const int media_actions = 2131230995;
+ public const int material_clock_period_am_button = 2131230995;
// aapt resource value: 0x7F080114
- public const int media_controller_compat_view_tag = 2131230996;
+ public const int material_clock_period_pm_button = 2131230996;
// aapt resource value: 0x7F080115
- public const int message = 2131230997;
+ public const int material_clock_period_toggle = 2131230997;
+
+ // aapt resource value: 0x7F080116
+ public const int material_hour_text_input = 2131230998;
+
+ // aapt resource value: 0x7F080117
+ public const int material_hour_tv = 2131230999;
+
+ // aapt resource value: 0x7F080118
+ public const int material_label = 2131231000;
+
+ // aapt resource value: 0x7F080119
+ public const int material_minute_text_input = 2131231001;
+
+ // aapt resource value: 0x7F08011A
+ public const int material_minute_tv = 2131231002;
+
+ // aapt resource value: 0x7F08011B
+ public const int material_textinput_timepicker = 2131231003;
+
+ // aapt resource value: 0x7F08011C
+ public const int material_timepicker_cancel_button = 2131231004;
+
+ // aapt resource value: 0x7F08011D
+ public const int material_timepicker_container = 2131231005;
+
+ // aapt resource value: 0x7F08011E
+ public const int material_timepicker_edit_text = 2131231006;
+
+ // aapt resource value: 0x7F08011F
+ public const int material_timepicker_mode_button = 2131231007;
+
+ // aapt resource value: 0x7F080120
+ public const int material_timepicker_ok_button = 2131231008;
+
+ // aapt resource value: 0x7F080121
+ public const int material_timepicker_view = 2131231009;
+
+ // aapt resource value: 0x7F080122
+ public const int material_value_index = 2131231010;
+
+ // aapt resource value: 0x7F080123
+ public const int media_actions = 2131231011;
+
+ // aapt resource value: 0x7F080124
+ public const int media_controller_compat_view_tag = 2131231012;
+
+ // aapt resource value: 0x7F080125
+ public const int message = 2131231013;
// aapt resource value: 0x7F080005
public const int META = 2131230725;
- // aapt resource value: 0x7F080116
- public const int middle = 2131230998;
-
- // aapt resource value: 0x7F080117
- public const int mini = 2131230999;
-
- // aapt resource value: 0x7F080118
- public const int month_grid = 2131231000;
-
- // aapt resource value: 0x7F080119
- public const int month_navigation_bar = 2131231001;
-
- // aapt resource value: 0x7F08011A
- public const int month_navigation_fragment_toggle = 2131231002;
-
- // aapt resource value: 0x7F08011B
- public const int month_navigation_next = 2131231003;
-
- // aapt resource value: 0x7F08011C
- public const int month_navigation_previous = 2131231004;
-
- // aapt resource value: 0x7F08011D
- public const int month_title = 2131231005;
-
- // aapt resource value: 0x7F08011E
- public const int motion_base = 2131231006;
-
- // aapt resource value: 0x7F08011F
- public const int mr_art = 2131231007;
-
- // aapt resource value: 0x7F080120
- public const int mr_cast_checkbox = 2131231008;
-
- // aapt resource value: 0x7F080121
- public const int mr_cast_close_button = 2131231009;
-
- // aapt resource value: 0x7F080122
- public const int mr_cast_divider = 2131231010;
-
- // aapt resource value: 0x7F080123
- public const int mr_cast_group_icon = 2131231011;
-
- // aapt resource value: 0x7F080124
- public const int mr_cast_group_name = 2131231012;
-
- // aapt resource value: 0x7F080125
- public const int mr_cast_group_progress_bar = 2131231013;
-
// aapt resource value: 0x7F080126
- public const int mr_cast_header_name = 2131231014;
+ public const int middle = 2131231014;
// aapt resource value: 0x7F080127
- public const int mr_cast_list = 2131231015;
+ public const int mini = 2131231015;
// aapt resource value: 0x7F080128
- public const int mr_cast_meta_art = 2131231016;
+ public const int month_grid = 2131231016;
// aapt resource value: 0x7F080129
- public const int mr_cast_meta_background = 2131231017;
+ public const int month_navigation_bar = 2131231017;
// aapt resource value: 0x7F08012A
- public const int mr_cast_meta_black_scrim = 2131231018;
+ public const int month_navigation_fragment_toggle = 2131231018;
// aapt resource value: 0x7F08012B
- public const int mr_cast_meta_subtitle = 2131231019;
+ public const int month_navigation_next = 2131231019;
// aapt resource value: 0x7F08012C
- public const int mr_cast_meta_title = 2131231020;
+ public const int month_navigation_previous = 2131231020;
// aapt resource value: 0x7F08012D
- public const int mr_cast_mute_button = 2131231021;
+ public const int month_title = 2131231021;
// aapt resource value: 0x7F08012E
- public const int mr_cast_route_icon = 2131231022;
+ public const int motion_base = 2131231022;
// aapt resource value: 0x7F08012F
- public const int mr_cast_route_name = 2131231023;
+ public const int mr_art = 2131231023;
// aapt resource value: 0x7F080130
- public const int mr_cast_route_progress_bar = 2131231024;
+ public const int mr_cast_checkbox = 2131231024;
// aapt resource value: 0x7F080131
- public const int mr_cast_stop_button = 2131231025;
+ public const int mr_cast_close_button = 2131231025;
// aapt resource value: 0x7F080132
- public const int mr_cast_volume_layout = 2131231026;
+ public const int mr_cast_divider = 2131231026;
// aapt resource value: 0x7F080133
- public const int mr_cast_volume_slider = 2131231027;
+ public const int mr_cast_group_icon = 2131231027;
// aapt resource value: 0x7F080134
- public const int mr_chooser_list = 2131231028;
+ public const int mr_cast_group_name = 2131231028;
// aapt resource value: 0x7F080135
- public const int mr_chooser_route_desc = 2131231029;
+ public const int mr_cast_group_progress_bar = 2131231029;
// aapt resource value: 0x7F080136
- public const int mr_chooser_route_icon = 2131231030;
+ public const int mr_cast_header_name = 2131231030;
// aapt resource value: 0x7F080137
- public const int mr_chooser_route_name = 2131231031;
+ public const int mr_cast_list = 2131231031;
// aapt resource value: 0x7F080138
- public const int mr_chooser_route_progress_bar = 2131231032;
+ public const int mr_cast_meta_art = 2131231032;
// aapt resource value: 0x7F080139
- public const int mr_chooser_title = 2131231033;
+ public const int mr_cast_meta_background = 2131231033;
// aapt resource value: 0x7F08013A
- public const int mr_close = 2131231034;
+ public const int mr_cast_meta_black_scrim = 2131231034;
// aapt resource value: 0x7F08013B
- public const int mr_control_divider = 2131231035;
+ public const int mr_cast_meta_subtitle = 2131231035;
// aapt resource value: 0x7F08013C
- public const int mr_control_playback_ctrl = 2131231036;
+ public const int mr_cast_meta_title = 2131231036;
// aapt resource value: 0x7F08013D
- public const int mr_control_subtitle = 2131231037;
+ public const int mr_cast_mute_button = 2131231037;
// aapt resource value: 0x7F08013E
- public const int mr_control_title = 2131231038;
+ public const int mr_cast_route_icon = 2131231038;
// aapt resource value: 0x7F08013F
- public const int mr_control_title_container = 2131231039;
+ public const int mr_cast_route_name = 2131231039;
// aapt resource value: 0x7F080140
- public const int mr_custom_control = 2131231040;
+ public const int mr_cast_route_progress_bar = 2131231040;
// aapt resource value: 0x7F080141
- public const int mr_default_control = 2131231041;
+ public const int mr_cast_stop_button = 2131231041;
// aapt resource value: 0x7F080142
- public const int mr_dialog_area = 2131231042;
+ public const int mr_cast_volume_layout = 2131231042;
// aapt resource value: 0x7F080143
- public const int mr_expandable_area = 2131231043;
+ public const int mr_cast_volume_slider = 2131231043;
// aapt resource value: 0x7F080144
- public const int mr_group_expand_collapse = 2131231044;
+ public const int mr_chooser_list = 2131231044;
// aapt resource value: 0x7F080145
- public const int mr_group_volume_route_name = 2131231045;
+ public const int mr_chooser_route_desc = 2131231045;
// aapt resource value: 0x7F080146
- public const int mr_media_main_control = 2131231046;
+ public const int mr_chooser_route_icon = 2131231046;
// aapt resource value: 0x7F080147
- public const int mr_name = 2131231047;
+ public const int mr_chooser_route_name = 2131231047;
// aapt resource value: 0x7F080148
- public const int mr_picker_close_button = 2131231048;
+ public const int mr_chooser_route_progress_bar = 2131231048;
// aapt resource value: 0x7F080149
- public const int mr_picker_header_name = 2131231049;
+ public const int mr_chooser_title = 2131231049;
// aapt resource value: 0x7F08014A
- public const int mr_picker_list = 2131231050;
+ public const int mr_close = 2131231050;
// aapt resource value: 0x7F08014B
- public const int mr_picker_route_icon = 2131231051;
+ public const int mr_control_divider = 2131231051;
// aapt resource value: 0x7F08014C
- public const int mr_picker_route_name = 2131231052;
+ public const int mr_control_playback_ctrl = 2131231052;
// aapt resource value: 0x7F08014D
- public const int mr_picker_route_progress_bar = 2131231053;
+ public const int mr_control_subtitle = 2131231053;
// aapt resource value: 0x7F08014E
- public const int mr_playback_control = 2131231054;
+ public const int mr_control_title = 2131231054;
// aapt resource value: 0x7F08014F
- public const int mr_title_bar = 2131231055;
+ public const int mr_control_title_container = 2131231055;
// aapt resource value: 0x7F080150
- public const int mr_volume_control = 2131231056;
+ public const int mr_custom_control = 2131231056;
// aapt resource value: 0x7F080151
- public const int mr_volume_group_list = 2131231057;
+ public const int mr_default_control = 2131231057;
// aapt resource value: 0x7F080152
- public const int mr_volume_item_icon = 2131231058;
+ public const int mr_dialog_area = 2131231058;
// aapt resource value: 0x7F080153
- public const int mr_volume_slider = 2131231059;
+ public const int mr_expandable_area = 2131231059;
// aapt resource value: 0x7F080154
- public const int mtrl_anchor_parent = 2131231060;
-
- // aapt resource value: 0x7F080156
- public const int mtrl_calendar_days_of_week = 2131231062;
+ public const int mr_group_expand_collapse = 2131231060;
// aapt resource value: 0x7F080155
- public const int mtrl_calendar_day_selector_frame = 2131231061;
+ public const int mr_group_volume_route_name = 2131231061;
+
+ // aapt resource value: 0x7F080156
+ public const int mr_media_main_control = 2131231062;
// aapt resource value: 0x7F080157
- public const int mtrl_calendar_frame = 2131231063;
+ public const int mr_name = 2131231063;
// aapt resource value: 0x7F080158
- public const int mtrl_calendar_main_pane = 2131231064;
+ public const int mr_picker_close_button = 2131231064;
// aapt resource value: 0x7F080159
- public const int mtrl_calendar_months = 2131231065;
+ public const int mr_picker_header_name = 2131231065;
// aapt resource value: 0x7F08015A
- public const int mtrl_calendar_selection_frame = 2131231066;
+ public const int mr_picker_list = 2131231066;
// aapt resource value: 0x7F08015B
- public const int mtrl_calendar_text_input_frame = 2131231067;
+ public const int mr_picker_route_icon = 2131231067;
// aapt resource value: 0x7F08015C
- public const int mtrl_calendar_year_selector_frame = 2131231068;
+ public const int mr_picker_route_name = 2131231068;
// aapt resource value: 0x7F08015D
- public const int mtrl_card_checked_layer_id = 2131231069;
+ public const int mr_picker_route_progress_bar = 2131231069;
// aapt resource value: 0x7F08015E
- public const int mtrl_child_content_container = 2131231070;
+ public const int mr_playback_control = 2131231070;
// aapt resource value: 0x7F08015F
- public const int mtrl_internal_children_alpha_tag = 2131231071;
+ public const int mr_title_bar = 2131231071;
// aapt resource value: 0x7F080160
- public const int mtrl_motion_snapshot_view = 2131231072;
+ public const int mr_volume_control = 2131231072;
// aapt resource value: 0x7F080161
- public const int mtrl_picker_fullscreen = 2131231073;
+ public const int mr_volume_group_list = 2131231073;
// aapt resource value: 0x7F080162
- public const int mtrl_picker_header = 2131231074;
+ public const int mr_volume_item_icon = 2131231074;
// aapt resource value: 0x7F080163
- public const int mtrl_picker_header_selection_text = 2131231075;
+ public const int mr_volume_slider = 2131231075;
// aapt resource value: 0x7F080164
- public const int mtrl_picker_header_title_and_selection = 2131231076;
-
- // aapt resource value: 0x7F080165
- public const int mtrl_picker_header_toggle = 2131231077;
+ public const int mtrl_anchor_parent = 2131231076;
// aapt resource value: 0x7F080166
- public const int mtrl_picker_text_input_date = 2131231078;
+ public const int mtrl_calendar_days_of_week = 2131231078;
+
+ // aapt resource value: 0x7F080165
+ public const int mtrl_calendar_day_selector_frame = 2131231077;
// aapt resource value: 0x7F080167
- public const int mtrl_picker_text_input_range_end = 2131231079;
+ public const int mtrl_calendar_frame = 2131231079;
// aapt resource value: 0x7F080168
- public const int mtrl_picker_text_input_range_start = 2131231080;
+ public const int mtrl_calendar_main_pane = 2131231080;
// aapt resource value: 0x7F080169
- public const int mtrl_picker_title_text = 2131231081;
+ public const int mtrl_calendar_months = 2131231081;
// aapt resource value: 0x7F08016A
- public const int mtrl_view_tag_bottom_padding = 2131231082;
+ public const int mtrl_calendar_selection_frame = 2131231082;
// aapt resource value: 0x7F08016B
- public const int multiply = 2131231083;
-
- // aapt resource value: 0x7F08016D
- public const int navigation_bar_item_icon_view = 2131231085;
-
- // aapt resource value: 0x7F08016E
- public const int navigation_bar_item_labels_group = 2131231086;
-
- // aapt resource value: 0x7F08016F
- public const int navigation_bar_item_large_label_view = 2131231087;
-
- // aapt resource value: 0x7F080170
- public const int navigation_bar_item_small_label_view = 2131231088;
-
- // aapt resource value: 0x7F080171
- public const int navigation_header_container = 2131231089;
+ public const int mtrl_calendar_text_input_frame = 2131231083;
// aapt resource value: 0x7F08016C
- public const int nav_controller_view_tag = 2131231084;
+ public const int mtrl_calendar_year_selector_frame = 2131231084;
+
+ // aapt resource value: 0x7F08016D
+ public const int mtrl_card_checked_layer_id = 2131231085;
+
+ // aapt resource value: 0x7F08016E
+ public const int mtrl_child_content_container = 2131231086;
+
+ // aapt resource value: 0x7F08016F
+ public const int mtrl_internal_children_alpha_tag = 2131231087;
+
+ // aapt resource value: 0x7F080170
+ public const int mtrl_motion_snapshot_view = 2131231088;
+
+ // aapt resource value: 0x7F080171
+ public const int mtrl_picker_fullscreen = 2131231089;
// aapt resource value: 0x7F080172
- public const int never = 2131231090;
+ public const int mtrl_picker_header = 2131231090;
// aapt resource value: 0x7F080173
- public const int neverCompleteToEnd = 2131231091;
+ public const int mtrl_picker_header_selection_text = 2131231091;
// aapt resource value: 0x7F080174
- public const int neverCompleteToStart = 2131231092;
-
- // aapt resource value: 0x7F080177
- public const int none = 2131231095;
-
- // aapt resource value: 0x7F080178
- public const int normal = 2131231096;
-
- // aapt resource value: 0x7F080179
- public const int north = 2131231097;
+ public const int mtrl_picker_header_title_and_selection = 2131231092;
// aapt resource value: 0x7F080175
- public const int noScroll = 2131231093;
+ public const int mtrl_picker_header_toggle = 2131231093;
// aapt resource value: 0x7F080176
- public const int noState = 2131231094;
+ public const int mtrl_picker_text_input_date = 2131231094;
+
+ // aapt resource value: 0x7F080177
+ public const int mtrl_picker_text_input_range_end = 2131231095;
+
+ // aapt resource value: 0x7F080178
+ public const int mtrl_picker_text_input_range_start = 2131231096;
+
+ // aapt resource value: 0x7F080179
+ public const int mtrl_picker_title_text = 2131231097;
// aapt resource value: 0x7F08017A
- public const int notification_background = 2131231098;
+ public const int mtrl_view_tag_bottom_padding = 2131231098;
// aapt resource value: 0x7F08017B
- public const int notification_main_column = 2131231099;
+ public const int multiply = 2131231099;
+
+ // aapt resource value: 0x7F08017D
+ public const int navigation_bar_item_icon_view = 2131231101;
+
+ // aapt resource value: 0x7F08017E
+ public const int navigation_bar_item_labels_group = 2131231102;
+
+ // aapt resource value: 0x7F08017F
+ public const int navigation_bar_item_large_label_view = 2131231103;
+
+ // aapt resource value: 0x7F080180
+ public const int navigation_bar_item_small_label_view = 2131231104;
+
+ // aapt resource value: 0x7F080181
+ public const int navigation_header_container = 2131231105;
// aapt resource value: 0x7F08017C
- public const int notification_main_column_container = 2131231100;
+ public const int nav_controller_view_tag = 2131231100;
+
+ // aapt resource value: 0x7F080182
+ public const int never = 2131231106;
+
+ // aapt resource value: 0x7F080183
+ public const int neverCompleteToEnd = 2131231107;
+
+ // aapt resource value: 0x7F080184
+ public const int neverCompleteToStart = 2131231108;
+
+ // aapt resource value: 0x7F080187
+ public const int none = 2131231111;
+
+ // aapt resource value: 0x7F080188
+ public const int normal = 2131231112;
+
+ // aapt resource value: 0x7F080189
+ public const int north = 2131231113;
+
+ // aapt resource value: 0x7F080185
+ public const int noScroll = 2131231109;
+
+ // aapt resource value: 0x7F080186
+ public const int noState = 2131231110;
+
+ // aapt resource value: 0x7F08018A
+ public const int notification_background = 2131231114;
+
+ // aapt resource value: 0x7F08018B
+ public const int notification_main_column = 2131231115;
+
+ // aapt resource value: 0x7F08018C
+ public const int notification_main_column_container = 2131231116;
// aapt resource value: 0x7F080006
public const int NO_DEBUG = 2131230726;
- // aapt resource value: 0x7F08017D
- public const int off = 2131231101;
-
- // aapt resource value: 0x7F08017E
- public const int on = 2131231102;
-
- // aapt resource value: 0x7F08017F
- public const int outline = 2131231103;
-
- // aapt resource value: 0x7F080180
- public const int outward = 2131231104;
-
- // aapt resource value: 0x7F080181
- public const int overshoot = 2131231105;
-
- // aapt resource value: 0x7F080182
- public const int packed = 2131231106;
-
- // aapt resource value: 0x7F080183
- public const int parallax = 2131231107;
-
- // aapt resource value: 0x7F080184
- public const int parent = 2131231108;
-
- // aapt resource value: 0x7F080185
- public const int parentPanel = 2131231109;
-
- // aapt resource value: 0x7F080186
- public const int parentRelative = 2131231110;
-
- // aapt resource value: 0x7F080187
- public const int parent_matrix = 2131231111;
-
- // aapt resource value: 0x7F080188
- public const int password_toggle = 2131231112;
-
- // aapt resource value: 0x7F080189
- public const int path = 2131231113;
-
- // aapt resource value: 0x7F08018A
- public const int pathRelative = 2131231114;
-
- // aapt resource value: 0x7F08018B
- public const int peekHeight = 2131231115;
-
- // aapt resource value: 0x7F08018C
- public const int percent = 2131231116;
-
// aapt resource value: 0x7F08018D
- public const int pin = 2131231117;
+ public const int off = 2131231117;
// aapt resource value: 0x7F08018E
- public const int position = 2131231118;
+ public const int omnibox_title_section = 2131231118;
// aapt resource value: 0x7F08018F
- public const int postLayout = 2131231119;
+ public const int omnibox_url_section = 2131231119;
// aapt resource value: 0x7F080190
- public const int progress_circular = 2131231120;
+ public const int on = 2131231120;
// aapt resource value: 0x7F080191
- public const int progress_horizontal = 2131231121;
+ public const int outline = 2131231121;
// aapt resource value: 0x7F080192
- public const int radio = 2131231122;
+ public const int outward = 2131231122;
// aapt resource value: 0x7F080193
- public const int ratio = 2131231123;
+ public const int overshoot = 2131231123;
// aapt resource value: 0x7F080194
- public const int rectangles = 2131231124;
+ public const int packed = 2131231124;
// aapt resource value: 0x7F080195
- public const int recycler_view = 2131231125;
+ public const int parallax = 2131231125;
// aapt resource value: 0x7F080196
- public const int reverseSawtooth = 2131231126;
+ public const int parent = 2131231126;
// aapt resource value: 0x7F080197
- public const int right = 2131231127;
+ public const int parentPanel = 2131231127;
// aapt resource value: 0x7F080198
- public const int rightToLeft = 2131231128;
+ public const int parentRelative = 2131231128;
// aapt resource value: 0x7F080199
- public const int right_icon = 2131231129;
+ public const int parent_matrix = 2131231129;
// aapt resource value: 0x7F08019A
- public const int right_side = 2131231130;
+ public const int password_toggle = 2131231130;
// aapt resource value: 0x7F08019B
- public const int rounded = 2131231131;
+ public const int path = 2131231131;
// aapt resource value: 0x7F08019C
- public const int row_index_key = 2131231132;
+ public const int pathRelative = 2131231132;
// aapt resource value: 0x7F08019D
- public const int satellite = 2131231133;
+ public const int peekHeight = 2131231133;
// aapt resource value: 0x7F08019E
- public const int save_non_transition_alpha = 2131231134;
+ public const int percent = 2131231134;
// aapt resource value: 0x7F08019F
- public const int save_overlay_view = 2131231135;
+ public const int pin = 2131231135;
// aapt resource value: 0x7F0801A0
- public const int sawtooth = 2131231136;
+ public const int plain = 2131231136;
// aapt resource value: 0x7F0801A1
- public const int scale = 2131231137;
+ public const int position = 2131231137;
// aapt resource value: 0x7F0801A2
- public const int screen = 2131231138;
+ public const int postLayout = 2131231138;
// aapt resource value: 0x7F0801A3
- public const int scroll = 2131231139;
-
- // aapt resource value: 0x7F0801A7
- public const int scrollable = 2131231143;
+ public const int progress_circular = 2131231139;
// aapt resource value: 0x7F0801A4
- public const int scrollIndicatorDown = 2131231140;
+ public const int progress_horizontal = 2131231140;
// aapt resource value: 0x7F0801A5
- public const int scrollIndicatorUp = 2131231141;
+ public const int radio = 2131231141;
// aapt resource value: 0x7F0801A6
- public const int scrollView = 2131231142;
+ public const int ratio = 2131231142;
+
+ // aapt resource value: 0x7F0801A7
+ public const int rectangles = 2131231143;
// aapt resource value: 0x7F0801A8
- public const int search_badge = 2131231144;
+ public const int recycler_view = 2131231144;
// aapt resource value: 0x7F0801A9
- public const int search_bar = 2131231145;
+ public const int reverseSawtooth = 2131231145;
// aapt resource value: 0x7F0801AA
- public const int search_button = 2131231146;
+ public const int rfc822 = 2131231146;
// aapt resource value: 0x7F0801AB
- public const int search_close_btn = 2131231147;
+ public const int right = 2131231147;
// aapt resource value: 0x7F0801AC
- public const int search_edit_frame = 2131231148;
+ public const int rightToLeft = 2131231148;
// aapt resource value: 0x7F0801AD
- public const int search_go_btn = 2131231149;
+ public const int right_icon = 2131231149;
// aapt resource value: 0x7F0801AE
- public const int search_mag_icon = 2131231150;
+ public const int right_side = 2131231150;
// aapt resource value: 0x7F0801AF
- public const int search_plate = 2131231151;
+ public const int rounded = 2131231151;
// aapt resource value: 0x7F0801B0
- public const int search_src_text = 2131231152;
+ public const int row_index_key = 2131231152;
// aapt resource value: 0x7F0801B1
- public const int search_voice_btn = 2131231153;
+ public const int satellite = 2131231153;
// aapt resource value: 0x7F0801B2
- public const int seekbar = 2131231154;
+ public const int save_non_transition_alpha = 2131231154;
// aapt resource value: 0x7F0801B3
- public const int seekbar_value = 2131231155;
-
- // aapt resource value: 0x7F0801B5
- public const int selected = 2131231157;
-
- // aapt resource value: 0x7F0801B6
- public const int selection_type = 2131231158;
+ public const int save_overlay_view = 2131231155;
// aapt resource value: 0x7F0801B4
- public const int select_dialog_listview = 2131231156;
+ public const int sawtooth = 2131231156;
+
+ // aapt resource value: 0x7F0801B5
+ public const int scale = 2131231157;
+
+ // aapt resource value: 0x7F0801B6
+ public const int screen = 2131231158;
// aapt resource value: 0x7F0801B7
- public const int sharedValueSet = 2131231159;
+ public const int scroll = 2131231159;
+
+ // aapt resource value: 0x7F0801BB
+ public const int scrollable = 2131231163;
// aapt resource value: 0x7F0801B8
- public const int sharedValueUnset = 2131231160;
+ public const int scrollIndicatorDown = 2131231160;
// aapt resource value: 0x7F0801B9
- public const int shellcontent_appbar = 2131231161;
+ public const int scrollIndicatorUp = 2131231161;
// aapt resource value: 0x7F0801BA
- public const int shellcontent_toolbar = 2131231162;
+ public const int scrollView = 2131231162;
+
+ // aapt resource value: 0x7F0801BC
+ public const int search_badge = 2131231164;
+
+ // aapt resource value: 0x7F0801BD
+ public const int search_bar = 2131231165;
+
+ // aapt resource value: 0x7F0801BE
+ public const int search_button = 2131231166;
+
+ // aapt resource value: 0x7F0801BF
+ public const int search_close_btn = 2131231167;
+
+ // aapt resource value: 0x7F0801C0
+ public const int search_edit_frame = 2131231168;
+
+ // aapt resource value: 0x7F0801C1
+ public const int search_go_btn = 2131231169;
+
+ // aapt resource value: 0x7F0801C2
+ public const int search_mag_icon = 2131231170;
+
+ // aapt resource value: 0x7F0801C3
+ public const int search_plate = 2131231171;
+
+ // aapt resource value: 0x7F0801C4
+ public const int search_src_text = 2131231172;
+
+ // aapt resource value: 0x7F0801C5
+ public const int search_voice_btn = 2131231173;
+
+ // aapt resource value: 0x7F0801C6
+ public const int seekbar = 2131231174;
+
+ // aapt resource value: 0x7F0801C7
+ public const int seekbar_value = 2131231175;
+
+ // aapt resource value: 0x7F0801C9
+ public const int selected = 2131231177;
+
+ // aapt resource value: 0x7F0801CA
+ public const int selection_type = 2131231178;
+
+ // aapt resource value: 0x7F0801C8
+ public const int select_dialog_listview = 2131231176;
+
+ // aapt resource value: 0x7F0801CB
+ public const int sharedValueSet = 2131231179;
+
+ // aapt resource value: 0x7F0801CC
+ public const int sharedValueUnset = 2131231180;
+
+ // aapt resource value: 0x7F0801CD
+ public const int shellcontent_appbar = 2131231181;
+
+ // aapt resource value: 0x7F0801CE
+ public const int shellcontent_toolbar = 2131231182;
// aapt resource value: 0x7F080007
public const int SHIFT = 2131230727;
- // aapt resource value: 0x7F0801BB
- public const int shortcut = 2131231163;
+ // aapt resource value: 0x7F0801CF
+ public const int shortcut = 2131231183;
- // aapt resource value: 0x7F0801BC
- public const int showCustom = 2131231164;
+ // aapt resource value: 0x7F0801D0
+ public const int showCustom = 2131231184;
- // aapt resource value: 0x7F0801BD
- public const int showHome = 2131231165;
+ // aapt resource value: 0x7F0801D1
+ public const int showHome = 2131231185;
- // aapt resource value: 0x7F0801BE
- public const int showTitle = 2131231166;
+ // aapt resource value: 0x7F0801D2
+ public const int showTitle = 2131231186;
// aapt resource value: 0x7F080008
public const int SHOW_ALL = 2131230728;
@@ -24703,245 +25307,251 @@ namespace TINK.Droid
// aapt resource value: 0x7F08000A
public const int SHOW_PROGRESS = 2131230730;
- // aapt resource value: 0x7F0801BF
- public const int sin = 2131231167;
-
- // aapt resource value: 0x7F0801C0
- public const int skipCollapsed = 2131231168;
-
- // aapt resource value: 0x7F0801C1
- public const int skipped = 2131231169;
-
- // aapt resource value: 0x7F0801C2
- public const int slide = 2131231170;
-
- // aapt resource value: 0x7F0801C3
- public const int sliding_tabs = 2131231171;
-
- // aapt resource value: 0x7F0801C4
- public const int snackbar_action = 2131231172;
-
- // aapt resource value: 0x7F0801C5
- public const int snackbar_text = 2131231173;
-
- // aapt resource value: 0x7F0801C6
- public const int snap = 2131231174;
-
- // aapt resource value: 0x7F0801C7
- public const int snapMargins = 2131231175;
-
- // aapt resource value: 0x7F0801C8
- public const int south = 2131231176;
-
- // aapt resource value: 0x7F0801C9
- public const int spacer = 2131231177;
-
- // aapt resource value: 0x7F0801CA
- public const int special_effects_controller_view_tag = 2131231178;
-
- // aapt resource value: 0x7F0801CB
- public const int spinner = 2131231179;
-
- // aapt resource value: 0x7F0801CC
- public const int spline = 2131231180;
-
- // aapt resource value: 0x7F0801CD
- public const int split_action_bar = 2131231181;
-
- // aapt resource value: 0x7F0801CE
- public const int spread = 2131231182;
-
- // aapt resource value: 0x7F0801CF
- public const int spread_inside = 2131231183;
-
- // aapt resource value: 0x7F0801D0
- public const int spring = 2131231184;
-
- // aapt resource value: 0x7F0801D1
- public const int square = 2131231185;
-
- // aapt resource value: 0x7F0801D2
- public const int src_atop = 2131231186;
-
// aapt resource value: 0x7F0801D3
- public const int src_in = 2131231187;
+ public const int sin = 2131231187;
// aapt resource value: 0x7F0801D4
- public const int src_over = 2131231188;
+ public const int skipCollapsed = 2131231188;
// aapt resource value: 0x7F0801D5
- public const int standard = 2131231189;
+ public const int skipped = 2131231189;
// aapt resource value: 0x7F0801D6
- public const int start = 2131231190;
+ public const int slide = 2131231190;
// aapt resource value: 0x7F0801D7
- public const int startHorizontal = 2131231191;
+ public const int sliding_tabs = 2131231191;
// aapt resource value: 0x7F0801D8
- public const int startToEnd = 2131231192;
+ public const int snackbar_action = 2131231192;
// aapt resource value: 0x7F0801D9
- public const int startVertical = 2131231193;
+ public const int snackbar_text = 2131231193;
// aapt resource value: 0x7F0801DA
- public const int staticLayout = 2131231194;
+ public const int snap = 2131231194;
// aapt resource value: 0x7F0801DB
- public const int staticPostLayout = 2131231195;
+ public const int snapMargins = 2131231195;
// aapt resource value: 0x7F0801DC
- public const int status_bar_latest_event_content = 2131231196;
+ public const int south = 2131231196;
// aapt resource value: 0x7F0801DD
- public const int stop = 2131231197;
+ public const int spacer = 2131231197;
// aapt resource value: 0x7F0801DE
- public const int stretch = 2131231198;
+ public const int special_effects_controller_view_tag = 2131231198;
// aapt resource value: 0x7F0801DF
- public const int submenuarrow = 2131231199;
+ public const int spinner = 2131231199;
// aapt resource value: 0x7F0801E0
- public const int submit_area = 2131231200;
+ public const int spline = 2131231200;
// aapt resource value: 0x7F0801E1
- public const int supportScrollUp = 2131231201;
+ public const int split_action_bar = 2131231201;
// aapt resource value: 0x7F0801E2
- public const int switchWidget = 2131231202;
+ public const int spread = 2131231202;
+
+ // aapt resource value: 0x7F0801E3
+ public const int spread_inside = 2131231203;
+
+ // aapt resource value: 0x7F0801E4
+ public const int spring = 2131231204;
+
+ // aapt resource value: 0x7F0801E5
+ public const int square = 2131231205;
+
+ // aapt resource value: 0x7F0801E6
+ public const int src_atop = 2131231206;
+
+ // aapt resource value: 0x7F0801E7
+ public const int src_in = 2131231207;
+
+ // aapt resource value: 0x7F0801E8
+ public const int src_over = 2131231208;
+
+ // aapt resource value: 0x7F0801E9
+ public const int standard = 2131231209;
+
+ // aapt resource value: 0x7F0801EA
+ public const int start = 2131231210;
+
+ // aapt resource value: 0x7F0801EB
+ public const int startHorizontal = 2131231211;
+
+ // aapt resource value: 0x7F0801EC
+ public const int startToEnd = 2131231212;
+
+ // aapt resource value: 0x7F0801ED
+ public const int startVertical = 2131231213;
+
+ // aapt resource value: 0x7F0801EE
+ public const int staticLayout = 2131231214;
+
+ // aapt resource value: 0x7F0801EF
+ public const int staticPostLayout = 2131231215;
+
+ // aapt resource value: 0x7F0801F0
+ public const int status_bar_latest_event_content = 2131231216;
+
+ // aapt resource value: 0x7F0801F1
+ public const int stop = 2131231217;
+
+ // aapt resource value: 0x7F0801F2
+ public const int stretch = 2131231218;
+
+ // aapt resource value: 0x7F0801F3
+ public const int submenuarrow = 2131231219;
+
+ // aapt resource value: 0x7F0801F4
+ public const int submit_area = 2131231220;
+
+ // aapt resource value: 0x7F0801F5
+ public const int supportScrollUp = 2131231221;
+
+ // aapt resource value: 0x7F0801F6
+ public const int switchWidget = 2131231222;
// aapt resource value: 0x7F08000B
public const int SYM = 2131230731;
- // aapt resource value: 0x7F0801E3
- public const int tabMode = 2131231203;
-
- // aapt resource value: 0x7F0801E4
- public const int tag_accessibility_actions = 2131231204;
-
- // aapt resource value: 0x7F0801E5
- public const int tag_accessibility_clickable_spans = 2131231205;
-
- // aapt resource value: 0x7F0801E6
- public const int tag_accessibility_heading = 2131231206;
-
- // aapt resource value: 0x7F0801E7
- public const int tag_accessibility_pane_title = 2131231207;
-
- // aapt resource value: 0x7F0801E8
- public const int tag_on_apply_window_listener = 2131231208;
-
- // aapt resource value: 0x7F0801E9
- public const int tag_on_receive_content_listener = 2131231209;
-
- // aapt resource value: 0x7F0801EA
- public const int tag_on_receive_content_mime_types = 2131231210;
-
- // aapt resource value: 0x7F0801EB
- public const int tag_screen_reader_focusable = 2131231211;
-
- // aapt resource value: 0x7F0801EC
- public const int tag_state_description = 2131231212;
-
- // aapt resource value: 0x7F0801ED
- public const int tag_transition_group = 2131231213;
-
- // aapt resource value: 0x7F0801EE
- public const int tag_unhandled_key_event_manager = 2131231214;
-
- // aapt resource value: 0x7F0801EF
- public const int tag_unhandled_key_listeners = 2131231215;
-
- // aapt resource value: 0x7F0801F0
- public const int tag_window_insets_animation_callback = 2131231216;
-
- // aapt resource value: 0x7F0801F1
- public const int terrain = 2131231217;
-
- // aapt resource value: 0x7F0801F2
- public const int test_checkbox_android_button_tint = 2131231218;
-
- // aapt resource value: 0x7F0801F3
- public const int test_checkbox_app_button_tint = 2131231219;
-
- // aapt resource value: 0x7F0801F4
- public const int test_radiobutton_android_button_tint = 2131231220;
-
- // aapt resource value: 0x7F0801F5
- public const int test_radiobutton_app_button_tint = 2131231221;
-
- // aapt resource value: 0x7F0801F6
- public const int text = 2131231222;
-
// aapt resource value: 0x7F0801F7
- public const int text2 = 2131231223;
+ public const int tabMode = 2131231223;
// aapt resource value: 0x7F0801F8
- public const int textEnd = 2131231224;
-
- // aapt resource value: 0x7F080200
- public const int textinput_counter = 2131231232;
-
- // aapt resource value: 0x7F080201
- public const int textinput_error = 2131231233;
-
- // aapt resource value: 0x7F080202
- public const int textinput_helper_text = 2131231234;
-
- // aapt resource value: 0x7F080203
- public const int textinput_placeholder = 2131231235;
-
- // aapt resource value: 0x7F080204
- public const int textinput_prefix_text = 2131231236;
-
- // aapt resource value: 0x7F080205
- public const int textinput_suffix_text = 2131231237;
+ public const int tag_accessibility_actions = 2131231224;
// aapt resource value: 0x7F0801F9
- public const int textSpacerNoButtons = 2131231225;
+ public const int tag_accessibility_clickable_spans = 2131231225;
// aapt resource value: 0x7F0801FA
- public const int textSpacerNoTitle = 2131231226;
+ public const int tag_accessibility_heading = 2131231226;
// aapt resource value: 0x7F0801FB
- public const int textStart = 2131231227;
+ public const int tag_accessibility_pane_title = 2131231227;
// aapt resource value: 0x7F0801FC
- public const int textTop = 2131231228;
+ public const int tag_on_apply_window_listener = 2131231228;
// aapt resource value: 0x7F0801FD
- public const int text_input_end_icon = 2131231229;
+ public const int tag_on_receive_content_listener = 2131231229;
// aapt resource value: 0x7F0801FE
- public const int text_input_error_icon = 2131231230;
+ public const int tag_on_receive_content_mime_types = 2131231230;
// aapt resource value: 0x7F0801FF
- public const int text_input_start_icon = 2131231231;
+ public const int tag_screen_reader_focusable = 2131231231;
+
+ // aapt resource value: 0x7F080200
+ public const int tag_state_description = 2131231232;
+
+ // aapt resource value: 0x7F080201
+ public const int tag_transition_group = 2131231233;
+
+ // aapt resource value: 0x7F080202
+ public const int tag_unhandled_key_event_manager = 2131231234;
+
+ // aapt resource value: 0x7F080203
+ public const int tag_unhandled_key_listeners = 2131231235;
+
+ // aapt resource value: 0x7F080204
+ public const int tag_window_insets_animation_callback = 2131231236;
+
+ // aapt resource value: 0x7F080205
+ public const int terrain = 2131231237;
// aapt resource value: 0x7F080206
- public const int time = 2131231238;
+ public const int test_checkbox_android_button_tint = 2131231238;
// aapt resource value: 0x7F080207
- public const int title = 2131231239;
+ public const int test_checkbox_app_button_tint = 2131231239;
// aapt resource value: 0x7F080208
- public const int titleDividerNoCustom = 2131231240;
+ public const int test_radiobutton_android_button_tint = 2131231240;
// aapt resource value: 0x7F080209
- public const int title_template = 2131231241;
+ public const int test_radiobutton_app_button_tint = 2131231241;
// aapt resource value: 0x7F08020A
- public const int toggle = 2131231242;
+ public const int text = 2131231242;
// aapt resource value: 0x7F08020B
- public const int toolbar = 2131231243;
+ public const int text1 = 2131231243;
// aapt resource value: 0x7F08020C
- public const int top = 2131231244;
+ public const int text2 = 2131231244;
// aapt resource value: 0x7F08020D
- public const int topPanel = 2131231245;
+ public const int textEnd = 2131231245;
+
+ // aapt resource value: 0x7F080215
+ public const int textinput_counter = 2131231253;
+
+ // aapt resource value: 0x7F080216
+ public const int textinput_error = 2131231254;
+
+ // aapt resource value: 0x7F080217
+ public const int textinput_helper_text = 2131231255;
+
+ // aapt resource value: 0x7F080218
+ public const int textinput_placeholder = 2131231256;
+
+ // aapt resource value: 0x7F080219
+ public const int textinput_prefix_text = 2131231257;
+
+ // aapt resource value: 0x7F08021A
+ public const int textinput_suffix_text = 2131231258;
+
+ // aapt resource value: 0x7F08020E
+ public const int textSpacerNoButtons = 2131231246;
+
+ // aapt resource value: 0x7F08020F
+ public const int textSpacerNoTitle = 2131231247;
+
+ // aapt resource value: 0x7F080210
+ public const int textStart = 2131231248;
+
+ // aapt resource value: 0x7F080211
+ public const int textTop = 2131231249;
+
+ // aapt resource value: 0x7F080212
+ public const int text_input_end_icon = 2131231250;
+
+ // aapt resource value: 0x7F080213
+ public const int text_input_error_icon = 2131231251;
+
+ // aapt resource value: 0x7F080214
+ public const int text_input_start_icon = 2131231252;
+
+ // aapt resource value: 0x7F08021B
+ public const int thing_proto = 2131231259;
+
+ // aapt resource value: 0x7F08021C
+ public const int time = 2131231260;
+
+ // aapt resource value: 0x7F08021D
+ public const int title = 2131231261;
+
+ // aapt resource value: 0x7F08021E
+ public const int titleDividerNoCustom = 2131231262;
+
+ // aapt resource value: 0x7F08021F
+ public const int title_template = 2131231263;
+
+ // aapt resource value: 0x7F080220
+ public const int toggle = 2131231264;
+
+ // aapt resource value: 0x7F080221
+ public const int toolbar = 2131231265;
+
+ // aapt resource value: 0x7F080222
+ public const int top = 2131231266;
+
+ // aapt resource value: 0x7F080223
+ public const int topPanel = 2131231267;
// aapt resource value: 0x7F08000C
public const int TOP_END = 2131230732;
@@ -24949,107 +25559,110 @@ namespace TINK.Droid
// aapt resource value: 0x7F08000D
public const int TOP_START = 2131230733;
- // aapt resource value: 0x7F08020E
- public const int touch_outside = 2131231246;
-
- // aapt resource value: 0x7F08020F
- public const int transitionToEnd = 2131231247;
-
- // aapt resource value: 0x7F080210
- public const int transitionToStart = 2131231248;
-
- // aapt resource value: 0x7F080211
- public const int transition_current_scene = 2131231249;
-
- // aapt resource value: 0x7F080212
- public const int transition_layout_save = 2131231250;
-
- // aapt resource value: 0x7F080213
- public const int transition_position = 2131231251;
-
- // aapt resource value: 0x7F080214
- public const int transition_scene_layoutid_cache = 2131231252;
-
- // aapt resource value: 0x7F080215
- public const int transition_transform = 2131231253;
-
- // aapt resource value: 0x7F080216
- public const int triangle = 2131231254;
-
- // aapt resource value: 0x7F080217
- public const int @unchecked = 2131231255;
-
- // aapt resource value: 0x7F080218
- public const int uniform = 2131231256;
-
- // aapt resource value: 0x7F080219
- public const int unlabeled = 2131231257;
-
- // aapt resource value: 0x7F08021A
- public const int up = 2131231258;
-
- // aapt resource value: 0x7F08021B
- public const int useLogo = 2131231259;
-
- // aapt resource value: 0x7F08021C
- public const int vertical_only = 2131231260;
-
- // aapt resource value: 0x7F08021D
- public const int view_offset_helper = 2131231261;
-
- // aapt resource value: 0x7F08021E
- public const int view_transition = 2131231262;
-
- // aapt resource value: 0x7F08021F
- public const int view_tree_lifecycle_owner = 2131231263;
-
- // aapt resource value: 0x7F080220
- public const int view_tree_saved_state_registry_owner = 2131231264;
-
- // aapt resource value: 0x7F080221
- public const int view_tree_view_model_store_owner = 2131231265;
-
- // aapt resource value: 0x7F080222
- public const int visible = 2131231266;
-
- // aapt resource value: 0x7F080223
- public const int visible_removing_fragment_view_tag = 2131231267;
-
// aapt resource value: 0x7F080224
- public const int volume_item_container = 2131231268;
+ public const int touch_outside = 2131231268;
// aapt resource value: 0x7F080225
- public const int webview = 2131231269;
+ public const int transitionToEnd = 2131231269;
// aapt resource value: 0x7F080226
- public const int west = 2131231270;
+ public const int transitionToStart = 2131231270;
// aapt resource value: 0x7F080227
- public const int wide = 2131231271;
-
- // aapt resource value: 0x7F080229
- public const int withinBounds = 2131231273;
+ public const int transition_current_scene = 2131231271;
// aapt resource value: 0x7F080228
- public const int withText = 2131231272;
+ public const int transition_layout_save = 2131231272;
+
+ // aapt resource value: 0x7F080229
+ public const int transition_position = 2131231273;
// aapt resource value: 0x7F08022A
- public const int wrap = 2131231274;
+ public const int transition_scene_layoutid_cache = 2131231274;
// aapt resource value: 0x7F08022B
- public const int wrap_content = 2131231275;
+ public const int transition_transform = 2131231275;
// aapt resource value: 0x7F08022C
- public const int wrap_content_constrained = 2131231276;
+ public const int triangle = 2131231276;
// aapt resource value: 0x7F08022D
- public const int x_left = 2131231277;
+ public const int @unchecked = 2131231277;
// aapt resource value: 0x7F08022E
- public const int x_right = 2131231278;
+ public const int uniform = 2131231278;
// aapt resource value: 0x7F08022F
- public const int zero_corner_chip = 2131231279;
+ public const int unlabeled = 2131231279;
+
+ // aapt resource value: 0x7F080230
+ public const int up = 2131231280;
+
+ // aapt resource value: 0x7F080231
+ public const int url = 2131231281;
+
+ // aapt resource value: 0x7F080232
+ public const int useLogo = 2131231282;
+
+ // aapt resource value: 0x7F080233
+ public const int vertical_only = 2131231283;
+
+ // aapt resource value: 0x7F080234
+ public const int view_offset_helper = 2131231284;
+
+ // aapt resource value: 0x7F080235
+ public const int view_transition = 2131231285;
+
+ // aapt resource value: 0x7F080236
+ public const int view_tree_lifecycle_owner = 2131231286;
+
+ // aapt resource value: 0x7F080237
+ public const int view_tree_saved_state_registry_owner = 2131231287;
+
+ // aapt resource value: 0x7F080238
+ public const int view_tree_view_model_store_owner = 2131231288;
+
+ // aapt resource value: 0x7F080239
+ public const int visible = 2131231289;
+
+ // aapt resource value: 0x7F08023A
+ public const int visible_removing_fragment_view_tag = 2131231290;
+
+ // aapt resource value: 0x7F08023B
+ public const int volume_item_container = 2131231291;
+
+ // aapt resource value: 0x7F08023C
+ public const int webview = 2131231292;
+
+ // aapt resource value: 0x7F08023D
+ public const int west = 2131231293;
+
+ // aapt resource value: 0x7F08023E
+ public const int wide = 2131231294;
+
+ // aapt resource value: 0x7F080240
+ public const int withinBounds = 2131231296;
+
+ // aapt resource value: 0x7F08023F
+ public const int withText = 2131231295;
+
+ // aapt resource value: 0x7F080241
+ public const int wrap = 2131231297;
+
+ // aapt resource value: 0x7F080242
+ public const int wrap_content = 2131231298;
+
+ // aapt resource value: 0x7F080243
+ public const int wrap_content_constrained = 2131231299;
+
+ // aapt resource value: 0x7F080244
+ public const int x_left = 2131231300;
+
+ // aapt resource value: 0x7F080245
+ public const int x_right = 2131231301;
+
+ // aapt resource value: 0x7F080246
+ public const int zero_corner_chip = 2131231302;
static Id()
{
@@ -25953,305 +26566,317 @@ namespace TINK.Droid
// aapt resource value: 0x7F0D0040
public const int fallback_menu_item_share_link = 2131558464;
+ // aapt resource value: 0x7F0D0041
+ public const int gcm_defaultSenderId = 2131558465;
+
+ // aapt resource value: 0x7F0D0042
+ public const int google_storage_bucket = 2131558466;
+
// aapt resource value: 0x7F0D0001
public const int Hello = 2131558401;
- // aapt resource value: 0x7F0D0041
- public const int hide_bottom_view_on_scroll_behavior = 2131558465;
-
- // aapt resource value: 0x7F0D0042
- public const int icon_content_description = 2131558466;
-
// aapt resource value: 0x7F0D0043
- public const int item_view_role_description = 2131558467;
+ public const int hide_bottom_view_on_scroll_behavior = 2131558467;
// aapt resource value: 0x7F0D0044
- public const int material_clock_display_divider = 2131558468;
+ public const int icon_content_description = 2131558468;
// aapt resource value: 0x7F0D0045
- public const int material_clock_toggle_content_description = 2131558469;
+ public const int item_view_role_description = 2131558469;
// aapt resource value: 0x7F0D0046
- public const int material_hour_selection = 2131558470;
+ public const int library_name = 2131558470;
// aapt resource value: 0x7F0D0047
- public const int material_hour_suffix = 2131558471;
+ public const int material_clock_display_divider = 2131558471;
// aapt resource value: 0x7F0D0048
- public const int material_minute_selection = 2131558472;
+ public const int material_clock_toggle_content_description = 2131558472;
// aapt resource value: 0x7F0D0049
- public const int material_minute_suffix = 2131558473;
+ public const int material_hour_selection = 2131558473;
// aapt resource value: 0x7F0D004A
- public const int material_motion_easing_accelerated = 2131558474;
+ public const int material_hour_suffix = 2131558474;
// aapt resource value: 0x7F0D004B
- public const int material_motion_easing_decelerated = 2131558475;
+ public const int material_minute_selection = 2131558475;
// aapt resource value: 0x7F0D004C
- public const int material_motion_easing_emphasized = 2131558476;
+ public const int material_minute_suffix = 2131558476;
// aapt resource value: 0x7F0D004D
- public const int material_motion_easing_linear = 2131558477;
+ public const int material_motion_easing_accelerated = 2131558477;
// aapt resource value: 0x7F0D004E
- public const int material_motion_easing_standard = 2131558478;
+ public const int material_motion_easing_decelerated = 2131558478;
// aapt resource value: 0x7F0D004F
- public const int material_slider_range_end = 2131558479;
+ public const int material_motion_easing_emphasized = 2131558479;
// aapt resource value: 0x7F0D0050
- public const int material_slider_range_start = 2131558480;
+ public const int material_motion_easing_linear = 2131558480;
// aapt resource value: 0x7F0D0051
- public const int material_timepicker_am = 2131558481;
+ public const int material_motion_easing_standard = 2131558481;
// aapt resource value: 0x7F0D0052
- public const int material_timepicker_clock_mode_description = 2131558482;
+ public const int material_slider_range_end = 2131558482;
// aapt resource value: 0x7F0D0053
- public const int material_timepicker_hour = 2131558483;
+ public const int material_slider_range_start = 2131558483;
// aapt resource value: 0x7F0D0054
- public const int material_timepicker_minute = 2131558484;
+ public const int material_timepicker_am = 2131558484;
// aapt resource value: 0x7F0D0055
- public const int material_timepicker_pm = 2131558485;
+ public const int material_timepicker_clock_mode_description = 2131558485;
// aapt resource value: 0x7F0D0056
- public const int material_timepicker_select_time = 2131558486;
+ public const int material_timepicker_hour = 2131558486;
// aapt resource value: 0x7F0D0057
- public const int material_timepicker_text_input_mode_description = 2131558487;
+ public const int material_timepicker_minute = 2131558487;
// aapt resource value: 0x7F0D0058
- public const int mr_button_content_description = 2131558488;
+ public const int material_timepicker_pm = 2131558488;
// aapt resource value: 0x7F0D0059
- public const int mr_cast_button_connected = 2131558489;
+ public const int material_timepicker_select_time = 2131558489;
// aapt resource value: 0x7F0D005A
- public const int mr_cast_button_connecting = 2131558490;
+ public const int material_timepicker_text_input_mode_description = 2131558490;
// aapt resource value: 0x7F0D005B
- public const int mr_cast_button_disconnected = 2131558491;
+ public const int mr_button_content_description = 2131558491;
// aapt resource value: 0x7F0D005C
- public const int mr_cast_dialog_title_view_placeholder = 2131558492;
+ public const int mr_cast_button_connected = 2131558492;
// aapt resource value: 0x7F0D005D
- public const int mr_chooser_searching = 2131558493;
+ public const int mr_cast_button_connecting = 2131558493;
// aapt resource value: 0x7F0D005E
- public const int mr_chooser_title = 2131558494;
+ public const int mr_cast_button_disconnected = 2131558494;
// aapt resource value: 0x7F0D005F
- public const int mr_controller_album_art = 2131558495;
+ public const int mr_cast_dialog_title_view_placeholder = 2131558495;
// aapt resource value: 0x7F0D0060
- public const int mr_controller_casting_screen = 2131558496;
+ public const int mr_chooser_searching = 2131558496;
// aapt resource value: 0x7F0D0061
- public const int mr_controller_close_description = 2131558497;
+ public const int mr_chooser_title = 2131558497;
// aapt resource value: 0x7F0D0062
- public const int mr_controller_collapse_group = 2131558498;
+ public const int mr_controller_album_art = 2131558498;
// aapt resource value: 0x7F0D0063
- public const int mr_controller_disconnect = 2131558499;
+ public const int mr_controller_casting_screen = 2131558499;
// aapt resource value: 0x7F0D0064
- public const int mr_controller_expand_group = 2131558500;
+ public const int mr_controller_close_description = 2131558500;
// aapt resource value: 0x7F0D0065
- public const int mr_controller_no_info_available = 2131558501;
+ public const int mr_controller_collapse_group = 2131558501;
// aapt resource value: 0x7F0D0066
- public const int mr_controller_no_media_selected = 2131558502;
+ public const int mr_controller_disconnect = 2131558502;
// aapt resource value: 0x7F0D0067
- public const int mr_controller_pause = 2131558503;
+ public const int mr_controller_expand_group = 2131558503;
// aapt resource value: 0x7F0D0068
- public const int mr_controller_play = 2131558504;
+ public const int mr_controller_no_info_available = 2131558504;
// aapt resource value: 0x7F0D0069
- public const int mr_controller_stop = 2131558505;
+ public const int mr_controller_no_media_selected = 2131558505;
// aapt resource value: 0x7F0D006A
- public const int mr_controller_stop_casting = 2131558506;
+ public const int mr_controller_pause = 2131558506;
// aapt resource value: 0x7F0D006B
- public const int mr_controller_volume_slider = 2131558507;
+ public const int mr_controller_play = 2131558507;
// aapt resource value: 0x7F0D006C
- public const int mr_dialog_default_group_name = 2131558508;
+ public const int mr_controller_stop = 2131558508;
// aapt resource value: 0x7F0D006D
- public const int mr_dialog_groupable_header = 2131558509;
+ public const int mr_controller_stop_casting = 2131558509;
// aapt resource value: 0x7F0D006E
- public const int mr_dialog_transferable_header = 2131558510;
+ public const int mr_controller_volume_slider = 2131558510;
// aapt resource value: 0x7F0D006F
- public const int mr_system_route_name = 2131558511;
+ public const int mr_dialog_default_group_name = 2131558511;
// aapt resource value: 0x7F0D0070
- public const int mr_user_route_category_name = 2131558512;
+ public const int mr_dialog_groupable_header = 2131558512;
// aapt resource value: 0x7F0D0071
- public const int mtrl_badge_numberless_content_description = 2131558513;
+ public const int mr_dialog_transferable_header = 2131558513;
// aapt resource value: 0x7F0D0072
- public const int mtrl_chip_close_icon_content_description = 2131558514;
+ public const int mr_system_route_name = 2131558514;
// aapt resource value: 0x7F0D0073
- public const int mtrl_exceed_max_badge_number_content_description = 2131558515;
+ public const int mr_user_route_category_name = 2131558515;
// aapt resource value: 0x7F0D0074
- public const int mtrl_exceed_max_badge_number_suffix = 2131558516;
+ public const int mtrl_badge_numberless_content_description = 2131558516;
// aapt resource value: 0x7F0D0075
- public const int mtrl_picker_a11y_next_month = 2131558517;
+ public const int mtrl_chip_close_icon_content_description = 2131558517;
// aapt resource value: 0x7F0D0076
- public const int mtrl_picker_a11y_prev_month = 2131558518;
+ public const int mtrl_exceed_max_badge_number_content_description = 2131558518;
// aapt resource value: 0x7F0D0077
- public const int mtrl_picker_announce_current_selection = 2131558519;
+ public const int mtrl_exceed_max_badge_number_suffix = 2131558519;
// aapt resource value: 0x7F0D0078
- public const int mtrl_picker_cancel = 2131558520;
+ public const int mtrl_picker_a11y_next_month = 2131558520;
// aapt resource value: 0x7F0D0079
- public const int mtrl_picker_confirm = 2131558521;
+ public const int mtrl_picker_a11y_prev_month = 2131558521;
// aapt resource value: 0x7F0D007A
- public const int mtrl_picker_date_header_selected = 2131558522;
+ public const int mtrl_picker_announce_current_selection = 2131558522;
// aapt resource value: 0x7F0D007B
- public const int mtrl_picker_date_header_title = 2131558523;
+ public const int mtrl_picker_cancel = 2131558523;
// aapt resource value: 0x7F0D007C
- public const int mtrl_picker_date_header_unselected = 2131558524;
+ public const int mtrl_picker_confirm = 2131558524;
// aapt resource value: 0x7F0D007D
- public const int mtrl_picker_day_of_week_column_header = 2131558525;
+ public const int mtrl_picker_date_header_selected = 2131558525;
// aapt resource value: 0x7F0D007E
- public const int mtrl_picker_invalid_format = 2131558526;
+ public const int mtrl_picker_date_header_title = 2131558526;
// aapt resource value: 0x7F0D007F
- public const int mtrl_picker_invalid_format_example = 2131558527;
+ public const int mtrl_picker_date_header_unselected = 2131558527;
// aapt resource value: 0x7F0D0080
- public const int mtrl_picker_invalid_format_use = 2131558528;
+ public const int mtrl_picker_day_of_week_column_header = 2131558528;
// aapt resource value: 0x7F0D0081
- public const int mtrl_picker_invalid_range = 2131558529;
+ public const int mtrl_picker_invalid_format = 2131558529;
// aapt resource value: 0x7F0D0082
- public const int mtrl_picker_navigate_to_year_description = 2131558530;
+ public const int mtrl_picker_invalid_format_example = 2131558530;
// aapt resource value: 0x7F0D0083
- public const int mtrl_picker_out_of_range = 2131558531;
+ public const int mtrl_picker_invalid_format_use = 2131558531;
// aapt resource value: 0x7F0D0084
- public const int mtrl_picker_range_header_only_end_selected = 2131558532;
+ public const int mtrl_picker_invalid_range = 2131558532;
// aapt resource value: 0x7F0D0085
- public const int mtrl_picker_range_header_only_start_selected = 2131558533;
+ public const int mtrl_picker_navigate_to_year_description = 2131558533;
// aapt resource value: 0x7F0D0086
- public const int mtrl_picker_range_header_selected = 2131558534;
+ public const int mtrl_picker_out_of_range = 2131558534;
// aapt resource value: 0x7F0D0087
- public const int mtrl_picker_range_header_title = 2131558535;
+ public const int mtrl_picker_range_header_only_end_selected = 2131558535;
// aapt resource value: 0x7F0D0088
- public const int mtrl_picker_range_header_unselected = 2131558536;
+ public const int mtrl_picker_range_header_only_start_selected = 2131558536;
// aapt resource value: 0x7F0D0089
- public const int mtrl_picker_save = 2131558537;
+ public const int mtrl_picker_range_header_selected = 2131558537;
// aapt resource value: 0x7F0D008A
- public const int mtrl_picker_text_input_date_hint = 2131558538;
+ public const int mtrl_picker_range_header_title = 2131558538;
// aapt resource value: 0x7F0D008B
- public const int mtrl_picker_text_input_date_range_end_hint = 2131558539;
+ public const int mtrl_picker_range_header_unselected = 2131558539;
// aapt resource value: 0x7F0D008C
- public const int mtrl_picker_text_input_date_range_start_hint = 2131558540;
+ public const int mtrl_picker_save = 2131558540;
// aapt resource value: 0x7F0D008D
- public const int mtrl_picker_text_input_day_abbr = 2131558541;
+ public const int mtrl_picker_text_input_date_hint = 2131558541;
// aapt resource value: 0x7F0D008E
- public const int mtrl_picker_text_input_month_abbr = 2131558542;
+ public const int mtrl_picker_text_input_date_range_end_hint = 2131558542;
// aapt resource value: 0x7F0D008F
- public const int mtrl_picker_text_input_year_abbr = 2131558543;
+ public const int mtrl_picker_text_input_date_range_start_hint = 2131558543;
// aapt resource value: 0x7F0D0090
- public const int mtrl_picker_toggle_to_calendar_input_mode = 2131558544;
+ public const int mtrl_picker_text_input_day_abbr = 2131558544;
// aapt resource value: 0x7F0D0091
- public const int mtrl_picker_toggle_to_day_selection = 2131558545;
+ public const int mtrl_picker_text_input_month_abbr = 2131558545;
// aapt resource value: 0x7F0D0092
- public const int mtrl_picker_toggle_to_text_input_mode = 2131558546;
+ public const int mtrl_picker_text_input_year_abbr = 2131558546;
// aapt resource value: 0x7F0D0093
- public const int mtrl_picker_toggle_to_year_selection = 2131558547;
+ public const int mtrl_picker_toggle_to_calendar_input_mode = 2131558547;
// aapt resource value: 0x7F0D0094
- public const int nav_app_bar_navigate_up_description = 2131558548;
+ public const int mtrl_picker_toggle_to_day_selection = 2131558548;
// aapt resource value: 0x7F0D0095
- public const int nav_app_bar_open_drawer_description = 2131558549;
+ public const int mtrl_picker_toggle_to_text_input_mode = 2131558549;
// aapt resource value: 0x7F0D0096
- public const int not_set = 2131558550;
+ public const int mtrl_picker_toggle_to_year_selection = 2131558550;
// aapt resource value: 0x7F0D0097
- public const int overflow_tab_title = 2131558551;
+ public const int nav_app_bar_navigate_up_description = 2131558551;
// aapt resource value: 0x7F0D0098
- public const int password_toggle_content_description = 2131558552;
+ public const int nav_app_bar_open_drawer_description = 2131558552;
// aapt resource value: 0x7F0D0099
- public const int path_password_eye = 2131558553;
+ public const int not_set = 2131558553;
// aapt resource value: 0x7F0D009A
- public const int path_password_eye_mask_strike_through = 2131558554;
+ public const int overflow_tab_title = 2131558554;
// aapt resource value: 0x7F0D009B
- public const int path_password_eye_mask_visible = 2131558555;
+ public const int password_toggle_content_description = 2131558555;
// aapt resource value: 0x7F0D009C
- public const int path_password_strike_through = 2131558556;
+ public const int path_password_eye = 2131558556;
// aapt resource value: 0x7F0D009D
- public const int preference_copied = 2131558557;
+ public const int path_password_eye_mask_strike_through = 2131558557;
// aapt resource value: 0x7F0D009E
- public const int search_menu_title = 2131558558;
+ public const int path_password_eye_mask_visible = 2131558558;
// aapt resource value: 0x7F0D009F
- public const int status_bar_notification_info_overflow = 2131558559;
+ public const int path_password_strike_through = 2131558559;
// aapt resource value: 0x7F0D00A0
- public const int summary_collapsed_preference_list = 2131558560;
+ public const int preference_copied = 2131558560;
// aapt resource value: 0x7F0D00A1
- public const int title_activity_webview = 2131558561;
+ public const int project_id = 2131558561;
// aapt resource value: 0x7F0D00A2
- public const int v7_preference_off = 2131558562;
+ public const int search_menu_title = 2131558562;
// aapt resource value: 0x7F0D00A3
- public const int v7_preference_on = 2131558563;
+ public const int status_bar_notification_info_overflow = 2131558563;
+
+ // aapt resource value: 0x7F0D00A4
+ public const int summary_collapsed_preference_list = 2131558564;
+
+ // aapt resource value: 0x7F0D00A5
+ public const int title_activity_webview = 2131558565;
+
+ // aapt resource value: 0x7F0D00A6
+ public const int v7_preference_off = 2131558566;
+
+ // aapt resource value: 0x7F0D00A7
+ public const int v7_preference_on = 2131558567;
static String()
{
@@ -28619,37 +29244,37 @@ namespace TINK.Droid
public partial class Styleable
{
- // aapt resource value: { 0x7F030048,0x7F03004F,0x7F030050,0x7F0300FE,0x7F0300FF,0x7F030100,0x7F030101,0x7F030102,0x7F030103,0x7F030129,0x7F030145,0x7F030146,0x7F030161,0x7F0301C2,0x7F0301C9,0x7F0301CF,0x7F0301D0,0x7F0301D3,0x7F0301E7,0x7F0301FB,0x7F030276,0x7F0302E1,0x7F03031A,0x7F03032B,0x7F03032C,0x7F030393,0x7F030397,0x7F030408,0x7F030414 }
+ // aapt resource value: { 0x7F030049,0x7F030050,0x7F030051,0x7F0300FF,0x7F030100,0x7F030101,0x7F030102,0x7F030103,0x7F030104,0x7F03012D,0x7F03014C,0x7F03014D,0x7F030169,0x7F0301CB,0x7F0301D2,0x7F0301D8,0x7F0301D9,0x7F0301DC,0x7F0301F0,0x7F030206,0x7F030281,0x7F0302EC,0x7F030329,0x7F03033A,0x7F03033B,0x7F0303AF,0x7F0303B3,0x7F030424,0x7F030430 }
public static int[] ActionBar = new int[] {
- 2130903112,
- 2130903119,
+ 2130903113,
2130903120,
- 2130903294,
+ 2130903121,
2130903295,
2130903296,
2130903297,
2130903298,
2130903299,
- 2130903337,
- 2130903365,
- 2130903366,
- 2130903393,
- 2130903490,
- 2130903497,
- 2130903503,
- 2130903504,
- 2130903507,
- 2130903527,
- 2130903547,
- 2130903670,
- 2130903777,
- 2130903834,
- 2130903851,
- 2130903852,
- 2130903955,
- 2130903959,
- 2130904072,
- 2130904084};
+ 2130903300,
+ 2130903341,
+ 2130903372,
+ 2130903373,
+ 2130903401,
+ 2130903499,
+ 2130903506,
+ 2130903512,
+ 2130903513,
+ 2130903516,
+ 2130903536,
+ 2130903558,
+ 2130903681,
+ 2130903788,
+ 2130903849,
+ 2130903866,
+ 2130903867,
+ 2130903983,
+ 2130903987,
+ 2130904100,
+ 2130904112};
// aapt resource value: { 0x10100B3 }
public static int[] ActionBarLayout = new int[] {
@@ -28756,14 +29381,14 @@ namespace TINK.Droid
public static int[] ActionMenuView = new int[] {
-1};
- // aapt resource value: { 0x7F030048,0x7F03004F,0x7F0300D6,0x7F0301C2,0x7F030397,0x7F030414 }
+ // aapt resource value: { 0x7F030049,0x7F030050,0x7F0300D7,0x7F0301CB,0x7F0303B3,0x7F030430 }
public static int[] ActionMode = new int[] {
- 2130903112,
- 2130903119,
- 2130903254,
- 2130903490,
- 2130903959,
- 2130904084};
+ 2130903113,
+ 2130903120,
+ 2130903255,
+ 2130903499,
+ 2130903987,
+ 2130904112};
// aapt resource value: 0
public const int ActionMode_background = 0;
@@ -28783,10 +29408,10 @@ namespace TINK.Droid
// aapt resource value: 5
public const int ActionMode_titleTextStyle = 5;
- // aapt resource value: { 0x7F03017B,0x7F0301ED }
+ // aapt resource value: { 0x7F030183,0x7F0301F7 }
public static int[] ActivityChooserView = new int[] {
- 2130903419,
- 2130903533};
+ 2130903427,
+ 2130903543};
// aapt resource value: 0
public const int ActivityChooserView_expandActivityOverflowButtonDrawable = 0;
@@ -28794,13 +29419,13 @@ namespace TINK.Droid
// aapt resource value: 1
public const int ActivityChooserView_initialActivityCount = 1;
- // aapt resource value: { 0x1010003,0x7F030003,0x7F03012D,0x7F03012E,0x7F0303C4 }
+ // aapt resource value: { 0x1010003,0x7F030003,0x7F030131,0x7F030132,0x7F0303E0 }
public static int[] ActivityNavigator = new int[] {
16842755,
2130903043,
- 2130903341,
- 2130903342,
- 2130904004};
+ 2130903345,
+ 2130903346,
+ 2130904032};
// aapt resource value: 1
public const int ActivityNavigator_action = 1;
@@ -28817,16 +29442,16 @@ namespace TINK.Droid
// aapt resource value: 4
public const int ActivityNavigator_targetPackage = 4;
- // aapt resource value: { 0x10100F2,0x7F030081,0x7F030082,0x7F03026A,0x7F03026B,0x7F0302DC,0x7F030368,0x7F03036A }
+ // aapt resource value: { 0x10100F2,0x7F030082,0x7F030083,0x7F030275,0x7F030276,0x7F0302E7,0x7F030382,0x7F030384 }
public static int[] AlertDialog = new int[] {
16842994,
- 2130903169,
2130903170,
- 2130903658,
- 2130903659,
- 2130903772,
- 2130903912,
- 2130903914};
+ 2130903171,
+ 2130903669,
+ 2130903670,
+ 2130903783,
+ 2130903938,
+ 2130903940};
// aapt resource value: 0
public const int AlertDialog_android_layout = 0;
@@ -28909,23 +29534,23 @@ namespace TINK.Droid
// aapt resource value: 1
public const int AnimatedStateListDrawableTransition_android_toId = 1;
- // aapt resource value: { 0x10100D4,0x101048F,0x1010540,0x7F030161,0x7F03017C,0x7F030260,0x7F030261,0x7F03038D }
+ // aapt resource value: { 0x10100D4,0x101048F,0x1010540,0x7F030169,0x7F030184,0x7F03026B,0x7F03026C,0x7F0303A8 }
public static int[] AppBarLayout = new int[] {
16842964,
16843919,
16844096,
- 2130903393,
- 2130903420,
- 2130903648,
- 2130903649,
- 2130903949};
+ 2130903401,
+ 2130903428,
+ 2130903659,
+ 2130903660,
+ 2130903976};
- // aapt resource value: { 0x7F030387,0x7F030388,0x7F03038A,0x7F03038B }
+ // aapt resource value: { 0x7F0303A2,0x7F0303A3,0x7F0303A5,0x7F0303A6 }
public static int[] AppBarLayoutStates = new int[] {
- 2130903943,
- 2130903944,
- 2130903946,
- 2130903947};
+ 2130903970,
+ 2130903971,
+ 2130903973,
+ 2130903974};
// aapt resource value: 0
public const int AppBarLayoutStates_state_collapsed = 0;
@@ -28954,10 +29579,10 @@ namespace TINK.Droid
// aapt resource value: 4
public const int AppBarLayout_expanded = 4;
- // aapt resource value: { 0x7F03025D,0x7F03025E }
+ // aapt resource value: { 0x7F030268,0x7F030269 }
public static int[] AppBarLayout_Layout = new int[] {
- 2130903645,
- 2130903646};
+ 2130903656,
+ 2130903657};
// aapt resource value: 0
public const int AppBarLayout_Layout_layout_scrollFlags = 0;
@@ -28974,12 +29599,12 @@ namespace TINK.Droid
// aapt resource value: 7
public const int AppBarLayout_statusBarForeground = 7;
- // aapt resource value: { 0x1010119,0x7F03037D,0x7F030406,0x7F030407 }
+ // aapt resource value: { 0x1010119,0x7F030398,0x7F030422,0x7F030423 }
public static int[] AppCompatImageView = new int[] {
16843033,
- 2130903933,
- 2130904070,
- 2130904071};
+ 2130903960,
+ 2130904098,
+ 2130904099};
// aapt resource value: 0
public const int AppCompatImageView_android_src = 0;
@@ -28993,12 +29618,12 @@ namespace TINK.Droid
// aapt resource value: 3
public const int AppCompatImageView_tintMode = 3;
- // aapt resource value: { 0x1010142,0x7F030402,0x7F030403,0x7F030404 }
+ // aapt resource value: { 0x1010142,0x7F03041E,0x7F03041F,0x7F030420 }
public static int[] AppCompatSeekBar = new int[] {
16843074,
- 2130904066,
- 2130904067,
- 2130904068};
+ 2130904094,
+ 2130904095,
+ 2130904096};
// aapt resource value: 0
public const int AppCompatSeekBar_android_thumb = 0;
@@ -29043,29 +29668,29 @@ namespace TINK.Droid
// aapt resource value: 0
public const int AppCompatTextHelper_android_textAppearance = 0;
- // aapt resource value: { 0x1010034,0x7F030042,0x7F030043,0x7F030044,0x7F030045,0x7F030046,0x7F03014E,0x7F03014F,0x7F030150,0x7F030151,0x7F030153,0x7F030154,0x7F030155,0x7F030156,0x7F030196,0x7F0301AC,0x7F0301B5,0x7F030212,0x7F030263,0x7F0303C8,0x7F0303EA }
+ // aapt resource value: { 0x1010034,0x7F030043,0x7F030044,0x7F030045,0x7F030046,0x7F030047,0x7F030156,0x7F030157,0x7F030158,0x7F030159,0x7F03015B,0x7F03015C,0x7F03015D,0x7F03015E,0x7F03019F,0x7F0301B5,0x7F0301BE,0x7F03021D,0x7F03026E,0x7F0303E4,0x7F030406 }
public static int[] AppCompatTextView = new int[] {
16842804,
- 2130903106,
2130903107,
2130903108,
2130903109,
2130903110,
- 2130903374,
- 2130903375,
- 2130903376,
- 2130903377,
- 2130903379,
- 2130903380,
- 2130903381,
+ 2130903111,
2130903382,
- 2130903446,
- 2130903468,
+ 2130903383,
+ 2130903384,
+ 2130903385,
+ 2130903387,
+ 2130903388,
+ 2130903389,
+ 2130903390,
+ 2130903455,
2130903477,
- 2130903570,
- 2130903651,
- 2130904008,
- 2130904042};
+ 2130903486,
+ 2130903581,
+ 2130903662,
+ 2130904036,
+ 2130904070};
// aapt resource value: 0
public const int AppCompatTextView_android_textAppearance = 0;
@@ -29130,7 +29755,7 @@ namespace TINK.Droid
// aapt resource value: 20
public const int AppCompatTextView_textLocale = 20;
- // aapt resource value: { 0x1010057,0x10100AE,0x7F030004,0x7F030005,0x7F030006,0x7F030007,0x7F030008,0x7F030009,0x7F03000A,0x7F03000B,0x7F03000C,0x7F03000D,0x7F03000E,0x7F03000F,0x7F030010,0x7F030012,0x7F030013,0x7F030014,0x7F030015,0x7F030016,0x7F030017,0x7F030018,0x7F030019,0x7F03001A,0x7F03001B,0x7F03001C,0x7F03001D,0x7F03001E,0x7F03001F,0x7F030020,0x7F030021,0x7F030022,0x7F030023,0x7F030024,0x7F030028,0x7F03002A,0x7F03002B,0x7F03002C,0x7F03002D,0x7F030041,0x7F030069,0x7F03007A,0x7F03007B,0x7F03007C,0x7F03007D,0x7F03007E,0x7F030084,0x7F030085,0x7F0300A3,0x7F0300AC,0x7F0300DF,0x7F0300E0,0x7F0300E1,0x7F0300E2,0x7F0300E3,0x7F0300E4,0x7F0300E5,0x7F0300EC,0x7F0300ED,0x7F0300F4,0x7F03010D,0x7F03013C,0x7F030141,0x7F030142,0x7F030147,0x7F030149,0x7F030159,0x7F03015A,0x7F03015D,0x7F03015E,0x7F030160,0x7F0301CF,0x7F0301E1,0x7F030266,0x7F030267,0x7F030268,0x7F030269,0x7F03026C,0x7F03026D,0x7F03026E,0x7F03026F,0x7F030270,0x7F030271,0x7F030272,0x7F030273,0x7F030274,0x7F0302FE,0x7F0302FF,0x7F030300,0x7F030319,0x7F03031B,0x7F030333,0x7F030335,0x7F030336,0x7F030337,0x7F03034F,0x7F030352,0x7F030354,0x7F030355,0x7F030375,0x7F030376,0x7F0303A4,0x7F0303D3,0x7F0303D5,0x7F0303D6,0x7F0303D7,0x7F0303D9,0x7F0303DA,0x7F0303DB,0x7F0303DC,0x7F0303E4,0x7F0303E5,0x7F030416,0x7F030417,0x7F030418,0x7F030419,0x7F030443,0x7F030452,0x7F030453,0x7F030454,0x7F030455,0x7F030456,0x7F030457,0x7F030458,0x7F030459,0x7F03045A,0x7F03045B }
+ // aapt resource value: { 0x1010057,0x10100AE,0x7F030004,0x7F030005,0x7F030006,0x7F030007,0x7F030008,0x7F030009,0x7F03000A,0x7F03000B,0x7F03000C,0x7F03000D,0x7F03000E,0x7F03000F,0x7F030010,0x7F030012,0x7F030013,0x7F030014,0x7F030015,0x7F030016,0x7F030017,0x7F030018,0x7F030019,0x7F03001A,0x7F03001B,0x7F03001C,0x7F03001D,0x7F03001E,0x7F03001F,0x7F030020,0x7F030021,0x7F030022,0x7F030023,0x7F030024,0x7F030028,0x7F03002A,0x7F03002B,0x7F03002C,0x7F03002D,0x7F030042,0x7F03006A,0x7F03007B,0x7F03007C,0x7F03007D,0x7F03007E,0x7F03007F,0x7F030085,0x7F030086,0x7F0300A4,0x7F0300AD,0x7F0300E0,0x7F0300E1,0x7F0300E2,0x7F0300E3,0x7F0300E4,0x7F0300E5,0x7F0300E6,0x7F0300ED,0x7F0300EE,0x7F0300F5,0x7F03010F,0x7F030143,0x7F030148,0x7F030149,0x7F03014E,0x7F030150,0x7F030161,0x7F030162,0x7F030165,0x7F030166,0x7F030168,0x7F0301D8,0x7F0301EA,0x7F030271,0x7F030272,0x7F030273,0x7F030274,0x7F030277,0x7F030278,0x7F030279,0x7F03027A,0x7F03027B,0x7F03027C,0x7F03027D,0x7F03027E,0x7F03027F,0x7F03030A,0x7F03030B,0x7F03030C,0x7F030328,0x7F03032A,0x7F030342,0x7F030344,0x7F030345,0x7F030346,0x7F030362,0x7F03036A,0x7F03036C,0x7F03036D,0x7F030390,0x7F030391,0x7F0303C0,0x7F0303EF,0x7F0303F1,0x7F0303F2,0x7F0303F3,0x7F0303F5,0x7F0303F6,0x7F0303F7,0x7F0303F8,0x7F030400,0x7F030401,0x7F030433,0x7F030434,0x7F030435,0x7F030436,0x7F030464,0x7F030473,0x7F030474,0x7F030475,0x7F030476,0x7F030477,0x7F030478,0x7F030479,0x7F03047A,0x7F03047B,0x7F03047C }
public static int[] AppCompatTheme = new int[] {
16842839,
16842926,
@@ -29171,94 +29796,94 @@ namespace TINK.Droid
2130903083,
2130903084,
2130903085,
- 2130903105,
- 2130903145,
- 2130903162,
+ 2130903106,
+ 2130903146,
2130903163,
2130903164,
2130903165,
2130903166,
- 2130903172,
+ 2130903167,
2130903173,
- 2130903203,
- 2130903212,
- 2130903263,
+ 2130903174,
+ 2130903204,
+ 2130903213,
2130903264,
2130903265,
2130903266,
2130903267,
2130903268,
2130903269,
- 2130903276,
+ 2130903270,
2130903277,
- 2130903284,
- 2130903309,
- 2130903356,
- 2130903361,
- 2130903362,
- 2130903367,
+ 2130903278,
+ 2130903285,
+ 2130903311,
+ 2130903363,
+ 2130903368,
2130903369,
- 2130903385,
- 2130903386,
- 2130903389,
- 2130903390,
- 2130903392,
- 2130903503,
- 2130903521,
- 2130903654,
- 2130903655,
- 2130903656,
- 2130903657,
- 2130903660,
- 2130903661,
- 2130903662,
- 2130903663,
- 2130903664,
+ 2130903374,
+ 2130903376,
+ 2130903393,
+ 2130903394,
+ 2130903397,
+ 2130903398,
+ 2130903400,
+ 2130903512,
+ 2130903530,
2130903665,
2130903666,
2130903667,
2130903668,
- 2130903806,
- 2130903807,
- 2130903808,
- 2130903833,
- 2130903835,
- 2130903859,
- 2130903861,
- 2130903862,
- 2130903863,
- 2130903887,
- 2130903890,
- 2130903892,
- 2130903893,
- 2130903925,
- 2130903926,
- 2130903972,
- 2130904019,
- 2130904021,
- 2130904022,
- 2130904023,
- 2130904025,
- 2130904026,
- 2130904027,
- 2130904028,
- 2130904036,
- 2130904037,
- 2130904086,
- 2130904087,
- 2130904088,
- 2130904089,
- 2130904131,
- 2130904146,
- 2130904147,
- 2130904148,
- 2130904149,
- 2130904150,
- 2130904151,
- 2130904152,
- 2130904153,
- 2130904154,
- 2130904155};
+ 2130903671,
+ 2130903672,
+ 2130903673,
+ 2130903674,
+ 2130903675,
+ 2130903676,
+ 2130903677,
+ 2130903678,
+ 2130903679,
+ 2130903818,
+ 2130903819,
+ 2130903820,
+ 2130903848,
+ 2130903850,
+ 2130903874,
+ 2130903876,
+ 2130903877,
+ 2130903878,
+ 2130903906,
+ 2130903914,
+ 2130903916,
+ 2130903917,
+ 2130903952,
+ 2130903953,
+ 2130904000,
+ 2130904047,
+ 2130904049,
+ 2130904050,
+ 2130904051,
+ 2130904053,
+ 2130904054,
+ 2130904055,
+ 2130904056,
+ 2130904064,
+ 2130904065,
+ 2130904115,
+ 2130904116,
+ 2130904117,
+ 2130904118,
+ 2130904164,
+ 2130904179,
+ 2130904180,
+ 2130904181,
+ 2130904182,
+ 2130904183,
+ 2130904184,
+ 2130904185,
+ 2130904186,
+ 2130904187,
+ 2130904188};
// aapt resource value: 2
public const int AppCompatTheme_actionBarDivider = 2;
@@ -29641,10 +30266,14 @@ namespace TINK.Droid
// aapt resource value: 126
public const int AppCompatTheme_windowNoTitle = 126;
- // aapt resource value: { 0x101030E,0x7F030354 }
+ // aapt resource value: { 0xFFFFFFFF }
+ public static int[] AppDataSearch = new int[] {
+ -1};
+
+ // aapt resource value: { 0x101030E,0x7F03036C }
public static int[] BackgroundStyle = new int[] {
16843534,
- 2130903892};
+ 2130903916};
// aapt resource value: 0
public const int BackgroundStyle_android_selectableItemBackground = 0;
@@ -29652,15 +30281,15 @@ namespace TINK.Droid
// aapt resource value: 1
public const int BackgroundStyle_selectableItemBackground = 1;
- // aapt resource value: { 0x7F030049,0x7F030053,0x7F030055,0x7F0301D1,0x7F030298,0x7F0302E9,0x7F030442 }
+ // aapt resource value: { 0x7F03004A,0x7F030054,0x7F030056,0x7F0301DA,0x7F0302A3,0x7F0302F5,0x7F030463 }
public static int[] Badge = new int[] {
- 2130903113,
- 2130903123,
- 2130903125,
- 2130903505,
- 2130903704,
- 2130903785,
- 2130904130};
+ 2130903114,
+ 2130903124,
+ 2130903126,
+ 2130903514,
+ 2130903715,
+ 2130903797,
+ 2130904163};
// aapt resource value: 0
public const int Badge_backgroundColor = 0;
@@ -29683,17 +30312,17 @@ namespace TINK.Droid
// aapt resource value: 6
public const int Badge_verticalOffset = 6;
- // aapt resource value: { 0x1010139,0x7F0301C7,0x7F0301E8,0x7F0302B5,0x7F030360,0x7F030362,0x7F030420,0x7F030423,0x7F030425 }
+ // aapt resource value: { 0x1010139,0x7F0301D0,0x7F0301F2,0x7F0302C0,0x7F03037A,0x7F03037C,0x7F03043D,0x7F030440,0x7F030442 }
public static int[] BaseProgressIndicator = new int[] {
16843065,
- 2130903495,
- 2130903528,
- 2130903733,
- 2130903904,
- 2130903906,
- 2130904096,
- 2130904099,
- 2130904101};
+ 2130903504,
+ 2130903538,
+ 2130903744,
+ 2130903930,
+ 2130903932,
+ 2130904125,
+ 2130904128,
+ 2130904130};
// aapt resource value: 0
public const int BaseProgressIndicator_android_indeterminate = 0;
@@ -29722,19 +30351,19 @@ namespace TINK.Droid
// aapt resource value: 8
public const int BaseProgressIndicator_trackThickness = 8;
- // aapt resource value: { 0x7F030051,0x7F030161,0x7F03018A,0x7F03018B,0x7F03018C,0x7F03018D,0x7F03018E,0x7F0301CA,0x7F0302F7,0x7F0302F9,0x7F0302FA }
+ // aapt resource value: { 0x7F030052,0x7F030169,0x7F030192,0x7F030193,0x7F030194,0x7F030195,0x7F030196,0x7F0301D3,0x7F030303,0x7F030305,0x7F030306 }
public static int[] BottomAppBar = new int[] {
- 2130903121,
- 2130903393,
- 2130903434,
- 2130903435,
- 2130903436,
- 2130903437,
- 2130903438,
- 2130903498,
- 2130903799,
- 2130903801,
- 2130903802};
+ 2130903122,
+ 2130903401,
+ 2130903442,
+ 2130903443,
+ 2130903444,
+ 2130903445,
+ 2130903446,
+ 2130903507,
+ 2130903811,
+ 2130903813,
+ 2130903814};
// aapt resource value: 0
public const int BottomAppBar_backgroundTint = 0;
@@ -29769,33 +30398,33 @@ namespace TINK.Droid
// aapt resource value: 10
public const int BottomAppBar_paddingRightSystemWindowInsets = 10;
- // aapt resource value: { 0x7F0301F6 }
+ // aapt resource value: { 0x7F030201 }
public static int[] BottomNavigationView = new int[] {
- 2130903542};
+ 2130903553};
// aapt resource value: 0
public const int BottomNavigationView_itemHorizontalTranslationEnabled = 0;
- // aapt resource value: { 0x101011F,0x1010440,0x7F030051,0x7F03005C,0x7F03005D,0x7F03005E,0x7F03005F,0x7F030060,0x7F030062,0x7F030063,0x7F030064,0x7F0301BC,0x7F0302F7,0x7F0302F9,0x7F0302FA,0x7F0302FD,0x7F030359,0x7F03035C }
+ // aapt resource value: { 0x101011F,0x1010440,0x7F030052,0x7F03005D,0x7F03005E,0x7F03005F,0x7F030060,0x7F030061,0x7F030063,0x7F030064,0x7F030065,0x7F0301C5,0x7F030303,0x7F030305,0x7F030306,0x7F030309,0x7F030373,0x7F030376 }
public static int[] BottomSheetBehavior_Layout = new int[] {
16843039,
16843840,
- 2130903121,
- 2130903132,
+ 2130903122,
2130903133,
2130903134,
2130903135,
2130903136,
- 2130903138,
+ 2130903137,
2130903139,
2130903140,
- 2130903484,
- 2130903799,
- 2130903801,
- 2130903802,
- 2130903805,
- 2130903897,
- 2130903900};
+ 2130903141,
+ 2130903493,
+ 2130903811,
+ 2130903813,
+ 2130903814,
+ 2130903817,
+ 2130903923,
+ 2130903926};
// aapt resource value: 1
public const int BottomSheetBehavior_Layout_android_elevation = 1;
@@ -29851,17 +30480,17 @@ namespace TINK.Droid
// aapt resource value: 17
public const int BottomSheetBehavior_Layout_shapeAppearanceOverlay = 17;
- // aapt resource value: { 0x7F030031 }
+ // aapt resource value: { 0x7F030032 }
public static int[] ButtonBarLayout = new int[] {
- 2130903089};
+ 2130903090};
// aapt resource value: 0
public const int ButtonBarLayout_allowStacking = 0;
- // aapt resource value: { 0x7F030332,0x7F03035E }
+ // aapt resource value: { 0x7F030341,0x7F030378 }
public static int[] Capability = new int[] {
- 2130903858,
- 2130903902};
+ 2130903873,
+ 2130903928};
// aapt resource value: 0
public const int Capability_queryPatterns = 0;
@@ -29869,21 +30498,21 @@ namespace TINK.Droid
// aapt resource value: 1
public const int Capability_shortcutMatchRequired = 1;
- // aapt resource value: { 0x101013F,0x1010140,0x7F03008F,0x7F030090,0x7F030091,0x7F030093,0x7F030094,0x7F030095,0x7F030104,0x7F030105,0x7F030107,0x7F030108,0x7F03010A }
+ // aapt resource value: { 0x101013F,0x1010140,0x7F030090,0x7F030091,0x7F030092,0x7F030094,0x7F030095,0x7F030096,0x7F030105,0x7F030106,0x7F030108,0x7F030109,0x7F03010B }
public static int[] CardView = new int[] {
16843071,
16843072,
- 2130903183,
2130903184,
2130903185,
- 2130903187,
+ 2130903186,
2130903188,
2130903189,
- 2130903300,
+ 2130903190,
2130903301,
- 2130903303,
+ 2130903302,
2130903304,
- 2130903306};
+ 2130903305,
+ 2130903307};
// aapt resource value: 1
public const int CardView_android_minHeight = 1;
@@ -29924,9 +30553,8 @@ namespace TINK.Droid
// aapt resource value: 12
public const int CardView_contentPaddingTop = 12;
- // aapt resource value: { 0x7F030097,0x7F030098,0x7F030099,0x7F03009A,0x7F03009B,0x7F03009C,0x7F03009D,0x7F03009E,0x7F03009F,0x7F0300A0 }
+ // aapt resource value: { 0x7F030098,0x7F030099,0x7F03009A,0x7F03009B,0x7F03009C,0x7F03009D,0x7F03009E,0x7F03009F,0x7F0300A0,0x7F0300A1 }
public static int[] Carousel = new int[] {
- 2130903191,
2130903192,
2130903193,
2130903194,
@@ -29935,7 +30563,8 @@ namespace TINK.Droid
2130903197,
2130903198,
2130903199,
- 2130903200};
+ 2130903200,
+ 2130903201};
// aapt resource value: 0
public const int Carousel_carousel_backwardTransition = 0;
@@ -29967,14 +30596,14 @@ namespace TINK.Droid
// aapt resource value: 9
public const int Carousel_carousel_touchUp_velocityThreshold = 9;
- // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x7F030144,0x7F03039D,0x7F03039E }
+ // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x7F03014B,0x7F0303B9,0x7F0303BA }
public static int[] CheckBoxPreference = new int[] {
16843247,
16843248,
16843249,
- 2130903364,
- 2130903965,
- 2130903966};
+ 2130903371,
+ 2130903993,
+ 2130903994};
// aapt resource value: 2
public const int CheckBoxPreference_android_disableDependentsState = 2;
@@ -29994,7 +30623,7 @@ namespace TINK.Droid
// aapt resource value: 5
public const int CheckBoxPreference_summaryOn = 5;
- // aapt resource value: { 0x1010034,0x1010095,0x1010098,0x10100AB,0x101011F,0x101014F,0x10101E5,0x7F0300A6,0x7F0300A7,0x7F0300AA,0x7F0300AB,0x7F0300AD,0x7F0300AE,0x7F0300AF,0x7F0300B1,0x7F0300B2,0x7F0300B3,0x7F0300B4,0x7F0300B5,0x7F0300B6,0x7F0300B7,0x7F0300BC,0x7F0300BD,0x7F0300BE,0x7F0300C0,0x7F0300CF,0x7F0300D0,0x7F0300D1,0x7F0300D2,0x7F0300D3,0x7F0300D4,0x7F0300D5,0x7F03016F,0x7F0301C8,0x7F0301D4,0x7F0301D9,0x7F030342,0x7F030359,0x7F03035C,0x7F030364,0x7F0303E6,0x7F0303EF }
+ // aapt resource value: { 0x1010034,0x1010095,0x1010098,0x10100AB,0x101011F,0x101014F,0x10101E5,0x7F0300A7,0x7F0300A8,0x7F0300AB,0x7F0300AC,0x7F0300AE,0x7F0300AF,0x7F0300B0,0x7F0300B2,0x7F0300B3,0x7F0300B4,0x7F0300B5,0x7F0300B6,0x7F0300B7,0x7F0300B8,0x7F0300BD,0x7F0300BE,0x7F0300BF,0x7F0300C1,0x7F0300D0,0x7F0300D1,0x7F0300D2,0x7F0300D3,0x7F0300D4,0x7F0300D5,0x7F0300D6,0x7F030177,0x7F0301D1,0x7F0301DD,0x7F0301E2,0x7F030351,0x7F030373,0x7F030376,0x7F03037E,0x7F030402,0x7F03040B }
public static int[] Chip = new int[] {
16842804,
16842901,
@@ -30003,51 +30632,51 @@ namespace TINK.Droid
16843039,
16843087,
16843237,
- 2130903206,
2130903207,
- 2130903210,
+ 2130903208,
2130903211,
- 2130903213,
+ 2130903212,
2130903214,
2130903215,
- 2130903217,
+ 2130903216,
2130903218,
2130903219,
2130903220,
2130903221,
2130903222,
2130903223,
- 2130903228,
+ 2130903224,
2130903229,
2130903230,
- 2130903232,
- 2130903247,
+ 2130903231,
+ 2130903233,
2130903248,
2130903249,
2130903250,
2130903251,
2130903252,
2130903253,
- 2130903407,
- 2130903496,
- 2130903508,
- 2130903513,
- 2130903874,
- 2130903897,
- 2130903900,
- 2130903908,
- 2130904038,
- 2130904047};
+ 2130903254,
+ 2130903415,
+ 2130903505,
+ 2130903517,
+ 2130903522,
+ 2130903889,
+ 2130903923,
+ 2130903926,
+ 2130903934,
+ 2130904066,
+ 2130904075};
- // aapt resource value: { 0x7F0300A5,0x7F0300B8,0x7F0300B9,0x7F0300BA,0x7F030356,0x7F03036B,0x7F03036D }
+ // aapt resource value: { 0x7F0300A6,0x7F0300B9,0x7F0300BA,0x7F0300BB,0x7F03036E,0x7F030385,0x7F030387 }
public static int[] ChipGroup = new int[] {
- 2130903205,
- 2130903224,
+ 2130903206,
2130903225,
2130903226,
- 2130903894,
- 2130903915,
- 2130903917};
+ 2130903227,
+ 2130903918,
+ 2130903941,
+ 2130903943};
// aapt resource value: 0
public const int ChipGroup_checkedChip = 0;
@@ -30196,11 +30825,11 @@ namespace TINK.Droid
// aapt resource value: 41
public const int Chip_textStartPadding = 41;
- // aapt resource value: { 0x7F0301E9,0x7F0301EB,0x7F0301EC }
+ // aapt resource value: { 0x7F0301F3,0x7F0301F5,0x7F0301F6 }
public static int[] CircularProgressIndicator = new int[] {
- 2130903529,
- 2130903531,
- 2130903532};
+ 2130903539,
+ 2130903541,
+ 2130903542};
// aapt resource value: 0
public const int CircularProgressIndicator_indicatorDirectionCircular = 0;
@@ -30211,10 +30840,10 @@ namespace TINK.Droid
// aapt resource value: 2
public const int CircularProgressIndicator_indicatorSize = 2;
- // aapt resource value: { 0x7F0300CB,0x7F0300CE }
+ // aapt resource value: { 0x7F0300CC,0x7F0300CF }
public static int[] ClockFaceView = new int[] {
- 2130903243,
- 2130903246};
+ 2130903244,
+ 2130903247};
// aapt resource value: 0
public const int ClockFaceView_clockFaceBackgroundColor = 0;
@@ -30222,11 +30851,11 @@ namespace TINK.Droid
// aapt resource value: 1
public const int ClockFaceView_clockNumberTextColor = 1;
- // aapt resource value: { 0x7F0300CC,0x7F030290,0x7F030357 }
+ // aapt resource value: { 0x7F0300CD,0x7F03029B,0x7F03036F }
public static int[] ClockHandView = new int[] {
- 2130903244,
- 2130903696,
- 2130903895};
+ 2130903245,
+ 2130903707,
+ 2130903919};
// aapt resource value: 0
public const int ClockHandView_clockHandColor = 0;
@@ -30237,28 +30866,28 @@ namespace TINK.Droid
// aapt resource value: 2
public const int ClockHandView_selectorSize = 2;
- // aapt resource value: { 0x7F0300DA,0x7F0300DB,0x7F03010B,0x7F03017E,0x7F03017F,0x7F030180,0x7F030181,0x7F030182,0x7F030183,0x7F030184,0x7F030189,0x7F0301B7,0x7F03029B,0x7F030349,0x7F03034B,0x7F03038E,0x7F030408,0x7F03040A,0x7F03040B,0x7F030415 }
+ // aapt resource value: { 0x7F0300DB,0x7F0300DC,0x7F03010D,0x7F030186,0x7F030187,0x7F030188,0x7F030189,0x7F03018A,0x7F03018B,0x7F03018C,0x7F030191,0x7F0301C0,0x7F0302A6,0x7F03035A,0x7F03035C,0x7F0303A9,0x7F030424,0x7F030426,0x7F030427,0x7F030432 }
public static int[] CollapsingToolbarLayout = new int[] {
- 2130903258,
2130903259,
- 2130903307,
- 2130903422,
- 2130903423,
- 2130903424,
- 2130903425,
- 2130903426,
- 2130903427,
- 2130903428,
+ 2130903260,
+ 2130903309,
+ 2130903430,
+ 2130903431,
+ 2130903432,
2130903433,
- 2130903479,
- 2130903707,
- 2130903881,
- 2130903883,
- 2130903950,
- 2130904072,
- 2130904074,
- 2130904075,
- 2130904085};
+ 2130903434,
+ 2130903435,
+ 2130903436,
+ 2130903441,
+ 2130903488,
+ 2130903718,
+ 2130903898,
+ 2130903900,
+ 2130903977,
+ 2130904100,
+ 2130904102,
+ 2130904103,
+ 2130904114};
// aapt resource value: 0
public const int CollapsingToolbarLayout_collapsedTitleGravity = 0;
@@ -30296,10 +30925,10 @@ namespace TINK.Droid
// aapt resource value: 11
public const int CollapsingToolbarLayout_forceApplySystemWindowInsetTop = 11;
- // aapt resource value: { 0x7F03021F,0x7F030220 }
+ // aapt resource value: { 0x7F03022A,0x7F03022B }
public static int[] CollapsingToolbarLayout_Layout = new int[] {
- 2130903583,
- 2130903584};
+ 2130903594,
+ 2130903595};
// aapt resource value: 0
public const int CollapsingToolbarLayout_Layout_layout_collapseMode = 0;
@@ -30331,11 +30960,11 @@ namespace TINK.Droid
// aapt resource value: 19
public const int CollapsingToolbarLayout_toolbarId = 19;
- // aapt resource value: { 0x10101A5,0x101031F,0x7F030032 }
+ // aapt resource value: { 0x10101A5,0x101031F,0x7F030033 }
public static int[] ColorStateListItem = new int[] {
16843173,
16843551,
- 2130903090};
+ 2130903091};
// aapt resource value: 2
public const int ColorStateListItem_alpha = 2;
@@ -30346,12 +30975,12 @@ namespace TINK.Droid
// aapt resource value: 0
public const int ColorStateListItem_android_color = 0;
- // aapt resource value: { 0x1010107,0x7F03007F,0x7F030086,0x7F030087 }
+ // aapt resource value: { 0x1010107,0x7F030080,0x7F030087,0x7F030088 }
public static int[] CompoundButton = new int[] {
16843015,
- 2130903167,
- 2130903174,
- 2130903175};
+ 2130903168,
+ 2130903175,
+ 2130903176};
// aapt resource value: 0
public const int CompoundButton_android_button = 0;
@@ -30365,7 +30994,7 @@ namespace TINK.Droid
// aapt resource value: 3
public const int CompoundButton_buttonTintMode = 3;
- // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030036,0x7F030037,0x7F030057,0x7F030058,0x7F030059,0x7F0300A1,0x7F0300F9,0x7F0300FA,0x7F03014D,0x7F030198,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03019E,0x7F03019F,0x7F0301A0,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F03025B,0x7F03025F,0x7F0302D6,0x7F0302D7,0x7F030306,0x7F03030E,0x7F030313,0x7F03032D,0x7F03032E,0x7F03032F,0x7F030428,0x7F03042A,0x7F03042C,0x7F030448 }
+ // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030037,0x7F030038,0x7F030058,0x7F030059,0x7F03005A,0x7F0300A2,0x7F0300FA,0x7F0300FB,0x7F030155,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A5,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F0301AB,0x7F0301AC,0x7F0301AD,0x7F0301AF,0x7F0301B0,0x7F0301B1,0x7F0301B2,0x7F0301B3,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F03024F,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F030259,0x7F03025B,0x7F03025C,0x7F03025D,0x7F03025E,0x7F03025F,0x7F030260,0x7F030261,0x7F030262,0x7F030263,0x7F030266,0x7F03026A,0x7F0302E1,0x7F0302E2,0x7F030314,0x7F03031D,0x7F030322,0x7F03033C,0x7F03033D,0x7F03033E,0x7F030445,0x7F030447,0x7F030449,0x7F030469 }
public static int[] Constraint = new int[] {
16842948,
16842960,
@@ -30394,44 +31023,33 @@ namespace TINK.Droid
16843702,
16843770,
16843840,
- 2130903094,
2130903095,
- 2130903127,
+ 2130903096,
2130903128,
2130903129,
- 2130903201,
- 2130903289,
+ 2130903130,
+ 2130903202,
2130903290,
- 2130903373,
- 2130903448,
- 2130903449,
- 2130903450,
- 2130903451,
- 2130903452,
- 2130903453,
- 2130903454,
- 2130903455,
- 2130903456,
+ 2130903291,
+ 2130903381,
2130903457,
2130903458,
2130903459,
2130903460,
+ 2130903461,
2130903462,
2130903463,
2130903464,
2130903465,
2130903466,
- 2130903585,
- 2130903586,
- 2130903587,
- 2130903588,
- 2130903589,
- 2130903590,
- 2130903591,
- 2130903592,
- 2130903593,
- 2130903594,
- 2130903595,
+ 2130903467,
+ 2130903468,
+ 2130903469,
+ 2130903471,
+ 2130903472,
+ 2130903473,
+ 2130903474,
+ 2130903475,
2130903596,
2130903597,
2130903598,
@@ -30467,6 +31085,7 @@ namespace TINK.Droid
2130903628,
2130903629,
2130903630,
+ 2130903631,
2130903632,
2130903633,
2130903634,
@@ -30476,22 +31095,32 @@ namespace TINK.Droid
2130903638,
2130903639,
2130903640,
+ 2130903641,
2130903643,
+ 2130903644,
+ 2130903645,
+ 2130903646,
2130903647,
- 2130903766,
- 2130903767,
- 2130903814,
- 2130903822,
- 2130903827,
- 2130903853,
- 2130903854,
- 2130903855,
- 2130904104,
- 2130904106,
- 2130904108,
- 2130904136};
+ 2130903648,
+ 2130903649,
+ 2130903650,
+ 2130903651,
+ 2130903654,
+ 2130903658,
+ 2130903777,
+ 2130903778,
+ 2130903828,
+ 2130903837,
+ 2130903842,
+ 2130903868,
+ 2130903869,
+ 2130903870,
+ 2130904133,
+ 2130904135,
+ 2130904137,
+ 2130904169};
- // aapt resource value: { 0x10100C4,0x10100D5,0x10100D6,0x10100D7,0x10100D8,0x10100D9,0x10100DC,0x10100F4,0x10100F5,0x10100F6,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10103B3,0x10103B4,0x10103B5,0x10103B6,0x1010440,0x101053B,0x101053C,0x7F030057,0x7F030058,0x7F030059,0x7F0300A1,0x7F0300C4,0x7F0300C5,0x7F0300C6,0x7F0300C7,0x7F0300C8,0x7F0300F6,0x7F0300F9,0x7F0300FA,0x7F030198,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03019E,0x7F03019F,0x7F0301A0,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F030219,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F03025B,0x7F03025C,0x7F03025F }
+ // aapt resource value: { 0x10100C4,0x10100D5,0x10100D6,0x10100D7,0x10100D8,0x10100D9,0x10100DC,0x10100F4,0x10100F5,0x10100F6,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10103B3,0x10103B4,0x10103B5,0x10103B6,0x1010440,0x101053B,0x101053C,0x7F030058,0x7F030059,0x7F03005A,0x7F0300A2,0x7F0300C5,0x7F0300C6,0x7F0300C7,0x7F0300C8,0x7F0300C9,0x7F0300F7,0x7F0300FA,0x7F0300FB,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A5,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F0301AB,0x7F0301AC,0x7F0301AD,0x7F0301AF,0x7F0301B0,0x7F0301B1,0x7F0301B2,0x7F0301B3,0x7F030224,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F03024F,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F030259,0x7F03025B,0x7F03025C,0x7F03025D,0x7F03025E,0x7F03025F,0x7F030260,0x7F030261,0x7F030262,0x7F030263,0x7F030266,0x7F030267,0x7F03026A }
public static int[] ConstraintLayout_Layout = new int[] {
16842948,
16842965,
@@ -30518,48 +31147,37 @@ namespace TINK.Droid
16843840,
16844091,
16844092,
- 2130903127,
2130903128,
2130903129,
- 2130903201,
- 2130903236,
+ 2130903130,
+ 2130903202,
2130903237,
2130903238,
2130903239,
2130903240,
- 2130903286,
- 2130903289,
+ 2130903241,
+ 2130903287,
2130903290,
- 2130903448,
- 2130903449,
- 2130903450,
- 2130903451,
- 2130903452,
- 2130903453,
- 2130903454,
- 2130903455,
- 2130903456,
+ 2130903291,
2130903457,
2130903458,
2130903459,
2130903460,
+ 2130903461,
2130903462,
2130903463,
2130903464,
2130903465,
2130903466,
- 2130903577,
- 2130903585,
- 2130903586,
- 2130903587,
+ 2130903467,
+ 2130903468,
+ 2130903469,
+ 2130903471,
+ 2130903472,
+ 2130903473,
+ 2130903474,
+ 2130903475,
2130903588,
- 2130903589,
- 2130903590,
- 2130903591,
- 2130903592,
- 2130903593,
- 2130903594,
- 2130903595,
2130903596,
2130903597,
2130903598,
@@ -30595,6 +31213,7 @@ namespace TINK.Droid
2130903628,
2130903629,
2130903630,
+ 2130903631,
2130903632,
2130903633,
2130903634,
@@ -30604,9 +31223,19 @@ namespace TINK.Droid
2130903638,
2130903639,
2130903640,
+ 2130903641,
2130903643,
2130903644,
- 2130903647};
+ 2130903645,
+ 2130903646,
+ 2130903647,
+ 2130903648,
+ 2130903649,
+ 2130903650,
+ 2130903651,
+ 2130903654,
+ 2130903655,
+ 2130903658};
// aapt resource value: 22
public const int ConstraintLayout_Layout_android_elevation = 22;
@@ -30950,10 +31579,10 @@ namespace TINK.Droid
// aapt resource value: 113
public const int ConstraintLayout_Layout_layout_wrapBehaviorInParent = 113;
- // aapt resource value: { 0x7F0300FC,0x7F030312 }
+ // aapt resource value: { 0x7F0300FD,0x7F030321 }
public static int[] ConstraintLayout_placeholder = new int[] {
- 2130903292,
- 2130903826};
+ 2130903293,
+ 2130903841};
// aapt resource value: 0
public const int ConstraintLayout_placeholder_content = 0;
@@ -30961,12 +31590,12 @@ namespace TINK.Droid
// aapt resource value: 1
public const int ConstraintLayout_placeholder_placeholder_emptyVisibility = 1;
- // aapt resource value: { 0x7F030338,0x7F030339,0x7F03033A,0x7F03033B }
+ // aapt resource value: { 0x7F030347,0x7F030348,0x7F030349,0x7F03034A }
public static int[] ConstraintLayout_ReactiveGuide = new int[] {
- 2130903864,
- 2130903865,
- 2130903866,
- 2130903867};
+ 2130903879,
+ 2130903880,
+ 2130903881,
+ 2130903882};
// aapt resource value: 0
public const int ConstraintLayout_ReactiveGuide_reactiveGuide_animateChange = 0;
@@ -30980,7 +31609,7 @@ namespace TINK.Droid
// aapt resource value: 3
public const int ConstraintLayout_ReactiveGuide_reactiveGuide_valueId = 3;
- // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030036,0x7F030037,0x7F030057,0x7F030058,0x7F030059,0x7F0300A1,0x7F0300F9,0x7F03014D,0x7F030198,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03019E,0x7F03019F,0x7F0301A0,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F030221,0x7F030222,0x7F030223,0x7F030227,0x7F03022B,0x7F03022C,0x7F03022D,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023E,0x7F030243,0x7F030244,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F03025B,0x7F03025F,0x7F0302D6,0x7F0302D7,0x7F0302D8,0x7F030306,0x7F03030E,0x7F030313,0x7F03032D,0x7F03032E,0x7F03032F,0x7F030428,0x7F03042A,0x7F03042C,0x7F030448 }
+ // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030037,0x7F030038,0x7F030058,0x7F030059,0x7F03005A,0x7F0300A2,0x7F0300FA,0x7F030155,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A5,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F0301AB,0x7F0301AC,0x7F0301AD,0x7F0301AF,0x7F0301B0,0x7F0301B1,0x7F0301B2,0x7F0301B3,0x7F03022C,0x7F03022D,0x7F03022E,0x7F030232,0x7F030236,0x7F030237,0x7F030238,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030249,0x7F03024E,0x7F03024F,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F030259,0x7F03025B,0x7F03025C,0x7F03025D,0x7F03025E,0x7F03025F,0x7F030260,0x7F030261,0x7F030262,0x7F030263,0x7F030266,0x7F03026A,0x7F0302E1,0x7F0302E2,0x7F0302E3,0x7F030314,0x7F03031D,0x7F030322,0x7F03033C,0x7F03033D,0x7F03033E,0x7F030445,0x7F030447,0x7F030449,0x7F030469 }
public static int[] ConstraintOverride = new int[] {
16842948,
16842960,
@@ -31009,64 +31638,54 @@ namespace TINK.Droid
16843702,
16843770,
16843840,
- 2130903094,
2130903095,
- 2130903127,
+ 2130903096,
2130903128,
2130903129,
- 2130903201,
- 2130903289,
- 2130903373,
- 2130903448,
- 2130903449,
- 2130903450,
- 2130903451,
- 2130903452,
- 2130903453,
- 2130903454,
- 2130903455,
- 2130903456,
+ 2130903130,
+ 2130903202,
+ 2130903290,
+ 2130903381,
2130903457,
2130903458,
2130903459,
2130903460,
+ 2130903461,
2130903462,
2130903463,
2130903464,
2130903465,
2130903466,
- 2130903585,
- 2130903586,
- 2130903587,
- 2130903591,
- 2130903595,
+ 2130903467,
+ 2130903468,
+ 2130903469,
+ 2130903471,
+ 2130903472,
+ 2130903473,
+ 2130903474,
+ 2130903475,
2130903596,
2130903597,
- 2130903600,
- 2130903601,
+ 2130903598,
2130903602,
- 2130903603,
- 2130903604,
- 2130903605,
2130903606,
2130903607,
2130903608,
- 2130903609,
- 2130903610,
2130903611,
+ 2130903612,
+ 2130903613,
2130903614,
+ 2130903615,
+ 2130903616,
+ 2130903617,
+ 2130903618,
2130903619,
2130903620,
- 2130903623,
- 2130903624,
+ 2130903621,
+ 2130903622,
2130903625,
- 2130903626,
- 2130903627,
- 2130903628,
- 2130903629,
2130903630,
- 2130903632,
- 2130903633,
+ 2130903631,
2130903634,
2130903635,
2130903636,
@@ -31074,21 +31693,31 @@ namespace TINK.Droid
2130903638,
2130903639,
2130903640,
+ 2130903641,
2130903643,
+ 2130903644,
+ 2130903645,
+ 2130903646,
2130903647,
- 2130903766,
- 2130903767,
- 2130903768,
- 2130903814,
- 2130903822,
- 2130903827,
- 2130903853,
- 2130903854,
- 2130903855,
- 2130904104,
- 2130904106,
- 2130904108,
- 2130904136};
+ 2130903648,
+ 2130903649,
+ 2130903650,
+ 2130903651,
+ 2130903654,
+ 2130903658,
+ 2130903777,
+ 2130903778,
+ 2130903779,
+ 2130903828,
+ 2130903837,
+ 2130903842,
+ 2130903868,
+ 2130903869,
+ 2130903870,
+ 2130904133,
+ 2130904135,
+ 2130904137,
+ 2130904169};
// aapt resource value: 13
public const int ConstraintOverride_android_alpha = 13;
@@ -31411,7 +32040,7 @@ namespace TINK.Droid
// aapt resource value: 106
public const int ConstraintOverride_visibilityMode = 106;
- // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10101B5,0x10101B6,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030000,0x7F030036,0x7F030037,0x7F030057,0x7F030058,0x7F030059,0x7F0300A1,0x7F0300F9,0x7F0300FA,0x7F03013A,0x7F03014D,0x7F030198,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03019E,0x7F03019F,0x7F0301A0,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F03025B,0x7F03025F,0x7F0302D6,0x7F0302D7,0x7F030306,0x7F03030E,0x7F030313,0x7F03032F,0x7F03042A,0x7F03042C }
+ // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10101B5,0x10101B6,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030000,0x7F030037,0x7F030038,0x7F030058,0x7F030059,0x7F03005A,0x7F0300A2,0x7F0300FA,0x7F0300FB,0x7F030141,0x7F030155,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A5,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F0301AA,0x7F0301AB,0x7F0301AC,0x7F0301AD,0x7F0301AF,0x7F0301B0,0x7F0301B1,0x7F0301B2,0x7F0301B3,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F03024F,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030256,0x7F030257,0x7F030258,0x7F030259,0x7F03025B,0x7F03025C,0x7F03025D,0x7F03025E,0x7F03025F,0x7F030260,0x7F030261,0x7F030262,0x7F030263,0x7F030266,0x7F03026A,0x7F0302E1,0x7F0302E2,0x7F030314,0x7F03031D,0x7F030322,0x7F03033E,0x7F030447,0x7F030449 }
public static int[] ConstraintSet = new int[] {
16842948,
16842960,
@@ -31443,45 +32072,34 @@ namespace TINK.Droid
16843770,
16843840,
2130903040,
- 2130903094,
2130903095,
- 2130903127,
+ 2130903096,
2130903128,
2130903129,
- 2130903201,
- 2130903289,
+ 2130903130,
+ 2130903202,
2130903290,
- 2130903354,
- 2130903373,
- 2130903448,
- 2130903449,
- 2130903450,
- 2130903451,
- 2130903452,
- 2130903453,
- 2130903454,
- 2130903455,
- 2130903456,
+ 2130903291,
+ 2130903361,
+ 2130903381,
2130903457,
2130903458,
2130903459,
2130903460,
+ 2130903461,
2130903462,
2130903463,
2130903464,
2130903465,
2130903466,
- 2130903585,
- 2130903586,
- 2130903587,
- 2130903588,
- 2130903589,
- 2130903590,
- 2130903591,
- 2130903592,
- 2130903593,
- 2130903594,
- 2130903595,
+ 2130903467,
+ 2130903468,
+ 2130903469,
+ 2130903471,
+ 2130903472,
+ 2130903473,
+ 2130903474,
+ 2130903475,
2130903596,
2130903597,
2130903598,
@@ -31489,6 +32107,7 @@ namespace TINK.Droid
2130903600,
2130903601,
2130903602,
+ 2130903603,
2130903604,
2130903605,
2130903606,
@@ -31499,7 +32118,6 @@ namespace TINK.Droid
2130903611,
2130903612,
2130903613,
- 2130903614,
2130903615,
2130903616,
2130903617,
@@ -31511,29 +32129,40 @@ namespace TINK.Droid
2130903623,
2130903624,
2130903625,
+ 2130903626,
2130903627,
2130903628,
2130903629,
2130903630,
+ 2130903631,
2130903632,
2130903633,
2130903634,
2130903635,
2130903636,
- 2130903637,
2130903638,
2130903639,
2130903640,
+ 2130903641,
2130903643,
+ 2130903644,
+ 2130903645,
+ 2130903646,
2130903647,
- 2130903766,
- 2130903767,
- 2130903814,
- 2130903822,
- 2130903827,
- 2130903855,
- 2130904106,
- 2130904108};
+ 2130903648,
+ 2130903649,
+ 2130903650,
+ 2130903651,
+ 2130903654,
+ 2130903658,
+ 2130903777,
+ 2130903778,
+ 2130903828,
+ 2130903837,
+ 2130903842,
+ 2130903870,
+ 2130904135,
+ 2130904137};
// aapt resource value: 15
public const int ConstraintSet_android_alpha = 15;
@@ -32267,23 +32896,23 @@ namespace TINK.Droid
// aapt resource value: 122
public const int Constraint_visibilityMode = 122;
- // aapt resource value: { 0x7F03020E,0x7F03038C }
+ // aapt resource value: { 0x7F030219,0x7F0303A7 }
public static int[] CoordinatorLayout = new int[] {
- 2130903566,
- 2130903948};
+ 2130903577,
+ 2130903975};
// aapt resource value: 0
public const int CoordinatorLayout_keylines = 0;
- // aapt resource value: { 0x10100B3,0x7F03021C,0x7F03021D,0x7F03021E,0x7F03024F,0x7F030259,0x7F03025A }
+ // aapt resource value: { 0x10100B3,0x7F030227,0x7F030228,0x7F030229,0x7F03025A,0x7F030264,0x7F030265 }
public static int[] CoordinatorLayout_Layout = new int[] {
16842931,
- 2130903580,
- 2130903581,
- 2130903582,
- 2130903631,
- 2130903641,
- 2130903642};
+ 2130903591,
+ 2130903592,
+ 2130903593,
+ 2130903642,
+ 2130903652,
+ 2130903653};
// aapt resource value: 0
public const int CoordinatorLayout_Layout_android_layout_gravity = 0;
@@ -32309,19 +32938,54 @@ namespace TINK.Droid
// aapt resource value: 1
public const int CoordinatorLayout_statusBarBackground = 1;
- // aapt resource value: { 0x7F03003F,0x7F030123,0x7F030124,0x7F030125,0x7F030126,0x7F030127,0x7F030128,0x7F03012A,0x7F03012B,0x7F03012C,0x7F0302B1 }
+ // aapt resource value: { 0x7F03010C,0x7F03011C,0x7F03011D,0x7F030151,0x7F030316,0x7F030358,0x7F030370,0x7F03044E }
+ public static int[] Corpus = new int[] {
+ 2130903308,
+ 2130903324,
+ 2130903325,
+ 2130903377,
+ 2130903830,
+ 2130903896,
+ 2130903920,
+ 2130904142};
+
+ // aapt resource value: 0
+ public const int Corpus_contentProviderUri = 0;
+
+ // aapt resource value: 1
+ public const int Corpus_corpusId = 1;
+
+ // aapt resource value: 2
+ public const int Corpus_corpusVersion = 2;
+
+ // aapt resource value: 3
+ public const int Corpus_documentMaxAgeSecs = 3;
+
+ // aapt resource value: 4
+ public const int Corpus_perAccountTemplate = 4;
+
+ // aapt resource value: 5
+ public const int Corpus_schemaOrgType = 5;
+
+ // aapt resource value: 6
+ public const int Corpus_semanticallySearchable = 6;
+
+ // aapt resource value: 7
+ public const int Corpus_trimmable = 7;
+
+ // aapt resource value: { 0x7F030040,0x7F030127,0x7F030128,0x7F030129,0x7F03012A,0x7F03012B,0x7F03012C,0x7F03012E,0x7F03012F,0x7F030130,0x7F0302BC }
public static int[] CustomAttribute = new int[] {
- 2130903103,
- 2130903331,
- 2130903332,
- 2130903333,
- 2130903334,
+ 2130903104,
2130903335,
2130903336,
+ 2130903337,
2130903338,
2130903339,
2130903340,
- 2130903729};
+ 2130903342,
+ 2130903343,
+ 2130903344,
+ 2130903740};
// aapt resource value: 0
public const int CustomAttribute_attributeName = 0;
@@ -32356,7 +33020,7 @@ namespace TINK.Droid
// aapt resource value: 10
public const int CustomAttribute_methodName = 10;
- // aapt resource value: { 0x10101F2,0x10101F3,0x10101F4,0x10101F5,0x10101F6,0x10101F7,0x7F03013D,0x7F03013E,0x7F03013F,0x7F030143,0x7F0302E4,0x7F03031C }
+ // aapt resource value: { 0x10101F2,0x10101F3,0x10101F4,0x10101F5,0x10101F6,0x10101F7,0x7F030144,0x7F030145,0x7F030146,0x7F03014A,0x7F0302EF,0x7F03032B }
public static int[] DialogPreference = new int[] {
16843250,
16843251,
@@ -32364,12 +33028,12 @@ namespace TINK.Droid
16843253,
16843254,
16843255,
- 2130903357,
- 2130903358,
- 2130903359,
- 2130903363,
- 2130903780,
- 2130903836};
+ 2130903364,
+ 2130903365,
+ 2130903366,
+ 2130903370,
+ 2130903791,
+ 2130903851};
// aapt resource value: 2
public const int DialogPreference_android_dialogIcon = 2;
@@ -32407,16 +33071,16 @@ namespace TINK.Droid
// aapt resource value: 11
public const int DialogPreference_positiveButtonText = 11;
- // aapt resource value: { 0x7F03003D,0x7F03003E,0x7F030056,0x7F0300DE,0x7F030152,0x7F0301BB,0x7F030374,0x7F0303F6 }
+ // aapt resource value: { 0x7F03003E,0x7F03003F,0x7F030057,0x7F0300DF,0x7F03015A,0x7F0301C4,0x7F03038F,0x7F030412 }
public static int[] DrawerArrowToggle = new int[] {
- 2130903101,
2130903102,
- 2130903126,
- 2130903262,
- 2130903378,
- 2130903483,
- 2130903924,
- 2130904054};
+ 2130903103,
+ 2130903127,
+ 2130903263,
+ 2130903386,
+ 2130903492,
+ 2130903951,
+ 2130904082};
// aapt resource value: 0
public const int DrawerArrowToggle_arrowHeadLength = 0;
@@ -32442,33 +33106,33 @@ namespace TINK.Droid
// aapt resource value: 7
public const int DrawerArrowToggle_thickness = 7;
- // aapt resource value: { 0x7F030161 }
+ // aapt resource value: { 0x7F030169 }
public static int[] DrawerLayout = new int[] {
- 2130903393};
+ 2130903401};
// aapt resource value: 0
public const int DrawerLayout_elevation = 0;
- // aapt resource value: { 0x7F03043F }
+ // aapt resource value: { 0x7F03045D }
public static int[] EditTextPreference = new int[] {
- 2130904127};
+ 2130904157};
// aapt resource value: 0
public const int EditTextPreference_useSimpleSummaryProvider = 0;
- // aapt resource value: { 0x7F0300D9,0x7F030161,0x7F030185,0x7F0301C8,0x7F030364,0x7F030369 }
+ // aapt resource value: { 0x7F0300DA,0x7F030169,0x7F03018D,0x7F0301D1,0x7F03037E,0x7F030383 }
public static int[] ExtendedFloatingActionButton = new int[] {
- 2130903257,
- 2130903393,
- 2130903429,
- 2130903496,
- 2130903908,
- 2130903913};
+ 2130903258,
+ 2130903401,
+ 2130903437,
+ 2130903505,
+ 2130903934,
+ 2130903939};
- // aapt resource value: { 0x7F03005A,0x7F03005B }
+ // aapt resource value: { 0x7F03005B,0x7F03005C }
public static int[] ExtendedFloatingActionButton_Behavior_Layout = new int[] {
- 2130903130,
- 2130903131};
+ 2130903131,
+ 2130903132};
// aapt resource value: 0
public const int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide = 0;
@@ -32494,25 +33158,36 @@ namespace TINK.Droid
// aapt resource value: 5
public const int ExtendedFloatingActionButton_shrinkMotionSpec = 5;
- // aapt resource value: { 0x101000E,0x7F030051,0x7F030052,0x7F030068,0x7F030161,0x7F03016F,0x7F03018F,0x7F030190,0x7F0301C8,0x7F0301D2,0x7F03029A,0x7F03032A,0x7F030342,0x7F030359,0x7F03035C,0x7F030364,0x7F03043D }
+ // aapt resource value: { 0x7F03030D,0x7F03030E }
+ public static int[] FeatureParam = new int[] {
+ 2130903821,
+ 2130903822};
+
+ // aapt resource value: 0
+ public const int FeatureParam_paramName = 0;
+
+ // aapt resource value: 1
+ public const int FeatureParam_paramValue = 1;
+
+ // aapt resource value: { 0x101000E,0x7F030052,0x7F030053,0x7F030069,0x7F030169,0x7F030177,0x7F030197,0x7F030198,0x7F0301D1,0x7F0301DB,0x7F0302A5,0x7F030339,0x7F030351,0x7F030373,0x7F030376,0x7F03037E,0x7F03045B }
public static int[] FloatingActionButton = new int[] {
16842766,
- 2130903121,
2130903122,
- 2130903144,
- 2130903393,
- 2130903407,
- 2130903439,
- 2130903440,
- 2130903496,
- 2130903506,
- 2130903706,
- 2130903850,
- 2130903874,
- 2130903897,
- 2130903900,
- 2130903908,
- 2130904125};
+ 2130903123,
+ 2130903145,
+ 2130903401,
+ 2130903415,
+ 2130903447,
+ 2130903448,
+ 2130903505,
+ 2130903515,
+ 2130903717,
+ 2130903865,
+ 2130903889,
+ 2130903923,
+ 2130903926,
+ 2130903934,
+ 2130904155};
// aapt resource value: 0
public const int FloatingActionButton_android_enabled = 0;
@@ -32523,9 +33198,9 @@ namespace TINK.Droid
// aapt resource value: 2
public const int FloatingActionButton_backgroundTintMode = 2;
- // aapt resource value: { 0x7F03005A }
+ // aapt resource value: { 0x7F03005B }
public static int[] FloatingActionButton_Behavior_Layout = new int[] {
- 2130903130};
+ 2130903131};
// aapt resource value: 0
public const int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0;
@@ -32572,10 +33247,10 @@ namespace TINK.Droid
// aapt resource value: 16
public const int FloatingActionButton_useCompatPadding = 16;
- // aapt resource value: { 0x7F030204,0x7F030264 }
+ // aapt resource value: { 0x7F03020F,0x7F03026F }
public static int[] FlowLayout = new int[] {
- 2130903556,
- 2130903652};
+ 2130903567,
+ 2130903663};
// aapt resource value: 0
public const int FlowLayout_itemSpacing = 0;
@@ -32583,28 +33258,28 @@ namespace TINK.Droid
// aapt resource value: 1
public const int FlowLayout_lineSpacing = 1;
- // aapt resource value: { 0x7F0301AD,0x7F0301AE,0x7F0301AF,0x7F0301B0,0x7F0301B1,0x7F0301B2,0x7F0301B3 }
+ // aapt resource value: { 0x7F0301B6,0x7F0301B7,0x7F0301B8,0x7F0301B9,0x7F0301BA,0x7F0301BB,0x7F0301BC }
public static int[] FontFamily = new int[] {
- 2130903469,
- 2130903470,
- 2130903471,
- 2130903472,
- 2130903473,
- 2130903474,
- 2130903475};
+ 2130903478,
+ 2130903479,
+ 2130903480,
+ 2130903481,
+ 2130903482,
+ 2130903483,
+ 2130903484};
- // aapt resource value: { 0x1010532,0x1010533,0x101053F,0x101056F,0x1010570,0x7F0301AB,0x7F0301B4,0x7F0301B5,0x7F0301B6,0x7F030431 }
+ // aapt resource value: { 0x1010532,0x1010533,0x101053F,0x101056F,0x1010570,0x7F0301B4,0x7F0301BD,0x7F0301BE,0x7F0301BF,0x7F03044F }
public static int[] FontFamilyFont = new int[] {
16844082,
16844083,
16844095,
16844143,
16844144,
- 2130903467,
2130903476,
- 2130903477,
- 2130903478,
- 2130904113};
+ 2130903485,
+ 2130903486,
+ 2130903487,
+ 2130904143};
// aapt resource value: 0
public const int FontFamilyFont_android_font = 0;
@@ -32657,11 +33332,11 @@ namespace TINK.Droid
// aapt resource value: 6
public const int FontFamily_fontProviderSystemFontFamily = 6;
- // aapt resource value: { 0x1010109,0x1010200,0x7F0301B8 }
+ // aapt resource value: { 0x1010109,0x1010200,0x7F0301C1 }
public static int[] ForegroundLinearLayout = new int[] {
16843017,
16843264,
- 2130903480};
+ 2130903489};
// aapt resource value: 0
public const int ForegroundLinearLayout_android_foreground = 0;
@@ -32698,6 +33373,51 @@ namespace TINK.Droid
// aapt resource value: 2
public const int Fragment_android_tag = 2;
+ // aapt resource value: { 0x7F030138,0x7F030139,0x7F03013A,0x7F03035E,0x7F030361,0x7F030372 }
+ public static int[] GlobalSearch = new int[] {
+ 2130903352,
+ 2130903353,
+ 2130903354,
+ 2130903902,
+ 2130903905,
+ 2130903922};
+
+ // aapt resource value: { 0x7F030031 }
+ public static int[] GlobalSearchCorpus = new int[] {
+ 2130903089};
+
+ // aapt resource value: 0
+ public const int GlobalSearchCorpus_allowShortcuts = 0;
+
+ // aapt resource value: { 0x7F030363,0x7F030366 }
+ public static int[] GlobalSearchSection = new int[] {
+ 2130903907,
+ 2130903910};
+
+ // aapt resource value: 0
+ public const int GlobalSearchSection_sectionContent = 0;
+
+ // aapt resource value: 1
+ public const int GlobalSearchSection_sectionType = 1;
+
+ // aapt resource value: 0
+ public const int GlobalSearch_defaultIntentAction = 0;
+
+ // aapt resource value: 1
+ public const int GlobalSearch_defaultIntentActivity = 1;
+
+ // aapt resource value: 2
+ public const int GlobalSearch_defaultIntentData = 2;
+
+ // aapt resource value: 3
+ public const int GlobalSearch_searchEnabled = 3;
+
+ // aapt resource value: 4
+ public const int GlobalSearch_searchLabel = 4;
+
+ // aapt resource value: 5
+ public const int GlobalSearch_settingsDescription = 5;
+
// aapt resource value: { 0x101019D,0x101019E,0x10101A1,0x10101A2,0x10101A3,0x10101A4,0x1010201,0x101020B,0x1010510,0x1010511,0x1010512,0x1010513 }
public static int[] GradientColor = new int[] {
16843165,
@@ -32760,22 +33480,22 @@ namespace TINK.Droid
// aapt resource value: 2
public const int GradientColor_android_type = 2;
- // aapt resource value: { 0x7F030034,0x7F030065,0x7F030079,0x7F03010C,0x7F030120,0x7F0301E2,0x7F0301E3,0x7F0301E4,0x7F0301E5,0x7F0302F5,0x7F030344,0x7F030345,0x7F030346,0x7F03044A }
+ // aapt resource value: { 0x7F030035,0x7F030066,0x7F03007A,0x7F03010E,0x7F030124,0x7F0301EB,0x7F0301EC,0x7F0301ED,0x7F0301EE,0x7F030301,0x7F030353,0x7F030354,0x7F030355,0x7F03046B }
public static int[] ImageFilterView = new int[] {
- 2130903092,
- 2130903141,
- 2130903161,
- 2130903308,
- 2130903328,
- 2130903522,
- 2130903523,
- 2130903524,
- 2130903525,
- 2130903797,
- 2130903876,
- 2130903877,
- 2130903878,
- 2130904138};
+ 2130903093,
+ 2130903142,
+ 2130903162,
+ 2130903310,
+ 2130903332,
+ 2130903531,
+ 2130903532,
+ 2130903533,
+ 2130903534,
+ 2130903809,
+ 2130903891,
+ 2130903892,
+ 2130903893,
+ 2130904171};
// aapt resource value: 0
public const int ImageFilterView_altSrc = 0;
@@ -32819,19 +33539,46 @@ namespace TINK.Droid
// aapt resource value: 13
public const int ImageFilterView_warmth = 13;
- // aapt resource value: { 0x7F0300F6 }
+ // aapt resource value: { 0x7F0301F9,0x7F03038D,0x7F030431,0x7F03045F,0x7F030460,0x7F030461 }
+ public static int[] IMECorpus = new int[] {
+ 2130903545,
+ 2130903949,
+ 2130904113,
+ 2130904159,
+ 2130904160,
+ 2130904161};
+
+ // aapt resource value: 0
+ public const int IMECorpus_inputEnabled = 0;
+
+ // aapt resource value: 1
+ public const int IMECorpus_sourceClass = 1;
+
+ // aapt resource value: 2
+ public const int IMECorpus_toAddressesSection = 2;
+
+ // aapt resource value: 3
+ public const int IMECorpus_userInputSection = 3;
+
+ // aapt resource value: 4
+ public const int IMECorpus_userInputTag = 4;
+
+ // aapt resource value: 5
+ public const int IMECorpus_userInputValue = 5;
+
+ // aapt resource value: { 0x7F0300F7 }
public static int[] include = new int[] {
- 2130903286};
+ 2130903287};
// aapt resource value: 0
public const int include_constraintSet = 0;
- // aapt resource value: { 0x7F0302F7,0x7F0302F9,0x7F0302FA,0x7F0302FD }
+ // aapt resource value: { 0x7F030303,0x7F030305,0x7F030306,0x7F030309 }
public static int[] Insets = new int[] {
- 2130903799,
- 2130903801,
- 2130903802,
- 2130903805};
+ 2130903811,
+ 2130903813,
+ 2130903814,
+ 2130903817};
// aapt resource value: 0
public const int Insets_paddingBottomSystemWindowInsets = 0;
@@ -32845,14 +33592,14 @@ namespace TINK.Droid
// aapt resource value: 3
public const int Insets_paddingTopSystemWindowInsets = 3;
- // aapt resource value: { 0x7F0300DD }
+ // aapt resource value: { 0x7F0300DE }
public static int[] ItemsViewRendererTheme = new int[] {
- 2130903261};
+ 2130903262};
// aapt resource value: 0
public const int ItemsViewRendererTheme_collectionViewStyle = 0;
- // aapt resource value: { 0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030122,0x7F0301BA,0x7F0302D6,0x7F0302D8,0x7F030428,0x7F03042A,0x7F03042C }
+ // aapt resource value: { 0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030126,0x7F0301C3,0x7F0302E1,0x7F0302E3,0x7F030445,0x7F030447,0x7F030449 }
public static int[] KeyAttribute = new int[] {
16843551,
16843552,
@@ -32866,13 +33613,13 @@ namespace TINK.Droid
16843560,
16843770,
16843840,
- 2130903330,
- 2130903482,
- 2130903766,
- 2130903768,
- 2130904104,
- 2130904106,
- 2130904108};
+ 2130903334,
+ 2130903491,
+ 2130903777,
+ 2130903779,
+ 2130904133,
+ 2130904135,
+ 2130904137};
// aapt resource value: 0
public const int KeyAttribute_android_alpha = 0;
@@ -32931,7 +33678,7 @@ namespace TINK.Droid
// aapt resource value: 18
public const int KeyAttribute_transitionPathRotate = 18;
- // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030122,0x7F0301BA,0x7F0302D6,0x7F0302D8,0x7F03042A,0x7F03042C,0x7F03044C,0x7F03044D,0x7F03044E,0x7F03044F,0x7F030450 }
+ // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030126,0x7F0301C3,0x7F0302E1,0x7F0302E3,0x7F030447,0x7F030449,0x7F03046D,0x7F03046E,0x7F03046F,0x7F030470,0x7F030471 }
public static int[] KeyCycle = new int[] {
16843551,
16843554,
@@ -32943,17 +33690,17 @@ namespace TINK.Droid
16843560,
16843770,
16843840,
- 2130903330,
- 2130903482,
- 2130903766,
- 2130903768,
- 2130904106,
- 2130904108,
- 2130904140,
- 2130904141,
- 2130904142,
- 2130904143,
- 2130904144};
+ 2130903334,
+ 2130903491,
+ 2130903777,
+ 2130903779,
+ 2130904135,
+ 2130904137,
+ 2130904173,
+ 2130904174,
+ 2130904175,
+ 2130904176,
+ 2130904177};
// aapt resource value: 0
public const int KeyCycle_android_alpha = 0;
@@ -33030,20 +33777,20 @@ namespace TINK.Droid
public static int[] KeyFramesVelocity = new int[] {
-1};
- // aapt resource value: { 0x7F030122,0x7F03014D,0x7F0301BA,0x7F03020C,0x7F0302D8,0x7F030306,0x7F030308,0x7F030309,0x7F03030A,0x7F03030B,0x7F03036E,0x7F03042A }
+ // aapt resource value: { 0x7F030126,0x7F030155,0x7F0301C3,0x7F030217,0x7F0302E3,0x7F030314,0x7F030317,0x7F030318,0x7F030319,0x7F03031A,0x7F030388,0x7F030447 }
public static int[] KeyPosition = new int[] {
- 2130903330,
- 2130903373,
- 2130903482,
- 2130903564,
- 2130903768,
- 2130903814,
- 2130903816,
- 2130903817,
- 2130903818,
- 2130903819,
- 2130903918,
- 2130904106};
+ 2130903334,
+ 2130903381,
+ 2130903491,
+ 2130903575,
+ 2130903779,
+ 2130903828,
+ 2130903831,
+ 2130903832,
+ 2130903833,
+ 2130903834,
+ 2130903944,
+ 2130904135};
// aapt resource value: 0
public const int KeyPosition_curveFit = 0;
@@ -33081,7 +33828,7 @@ namespace TINK.Droid
// aapt resource value: 11
public const int KeyPosition_transitionEasing = 11;
- // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030122,0x7F0301BA,0x7F0302D6,0x7F0302D8,0x7F03042A,0x7F03042C,0x7F03044B,0x7F03044C,0x7F03044D,0x7F03044E,0x7F03044F }
+ // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030126,0x7F0301C3,0x7F0302E1,0x7F0302E3,0x7F030447,0x7F030449,0x7F03046C,0x7F03046D,0x7F03046E,0x7F03046F,0x7F030470 }
public static int[] KeyTimeCycle = new int[] {
16843551,
16843554,
@@ -33093,17 +33840,17 @@ namespace TINK.Droid
16843560,
16843770,
16843840,
- 2130903330,
- 2130903482,
- 2130903766,
- 2130903768,
- 2130904106,
- 2130904108,
- 2130904139,
- 2130904140,
- 2130904141,
- 2130904142,
- 2130904143};
+ 2130903334,
+ 2130903491,
+ 2130903777,
+ 2130903779,
+ 2130904135,
+ 2130904137,
+ 2130904172,
+ 2130904173,
+ 2130904174,
+ 2130904175,
+ 2130904176};
// aapt resource value: 0
public const int KeyTimeCycle_android_alpha = 0;
@@ -33168,21 +33915,21 @@ namespace TINK.Droid
// aapt resource value: 20
public const int KeyTimeCycle_waveShape = 20;
- // aapt resource value: { 0x7F0301BA,0x7F0302D8,0x7F0302D9,0x7F0302DA,0x7F0302EB,0x7F0302ED,0x7F0302EE,0x7F03042E,0x7F03042F,0x7F030430,0x7F030445,0x7F030446,0x7F030447 }
+ // aapt resource value: { 0x7F0301C3,0x7F0302E3,0x7F0302E4,0x7F0302E5,0x7F0302F7,0x7F0302F9,0x7F0302FA,0x7F03044B,0x7F03044C,0x7F03044D,0x7F030466,0x7F030467,0x7F030468 }
public static int[] KeyTrigger = new int[] {
- 2130903482,
- 2130903768,
- 2130903769,
- 2130903770,
- 2130903787,
- 2130903789,
- 2130903790,
- 2130904110,
- 2130904111,
- 2130904112,
- 2130904133,
- 2130904134,
- 2130904135};
+ 2130903491,
+ 2130903779,
+ 2130903780,
+ 2130903781,
+ 2130903799,
+ 2130903801,
+ 2130903802,
+ 2130904139,
+ 2130904140,
+ 2130904141,
+ 2130904166,
+ 2130904167,
+ 2130904168};
// aapt resource value: 0
public const int KeyTrigger_framePosition = 0;
@@ -33223,7 +33970,7 @@ namespace TINK.Droid
// aapt resource value: 12
public const int KeyTrigger_viewTransitionOnPositiveCross = 12;
- // aapt resource value: { 0x10100C4,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x10103B5,0x10103B6,0x7F030057,0x7F030058,0x7F030059,0x7F0300A1,0x7F0300F9,0x7F0300FA,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F03025B,0x7F03025F,0x7F030299,0x7F03029D,0x7F0302B4,0x7F0302B8 }
+ // aapt resource value: { 0x10100C4,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x10103B5,0x10103B6,0x7F030058,0x7F030059,0x7F03005A,0x7F0300A2,0x7F0300FA,0x7F0300FB,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024F,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F030259,0x7F03025B,0x7F03025C,0x7F03025D,0x7F03025E,0x7F03025F,0x7F030260,0x7F030261,0x7F030262,0x7F030263,0x7F030266,0x7F03026A,0x7F0302A4,0x7F0302A8,0x7F0302BF,0x7F0302C3 }
public static int[] Layout = new int[] {
16842948,
16842996,
@@ -33234,23 +33981,12 @@ namespace TINK.Droid
16843002,
16843701,
16843702,
- 2130903127,
2130903128,
2130903129,
- 2130903201,
- 2130903289,
+ 2130903130,
+ 2130903202,
2130903290,
- 2130903585,
- 2130903586,
- 2130903587,
- 2130903588,
- 2130903589,
- 2130903590,
- 2130903591,
- 2130903592,
- 2130903593,
- 2130903594,
- 2130903595,
+ 2130903291,
2130903596,
2130903597,
2130903598,
@@ -33274,6 +34010,7 @@ namespace TINK.Droid
2130903616,
2130903617,
2130903618,
+ 2130903619,
2130903620,
2130903621,
2130903622,
@@ -33284,7 +34021,7 @@ namespace TINK.Droid
2130903627,
2130903628,
2130903629,
- 2130903630,
+ 2130903631,
2130903632,
2130903633,
2130903634,
@@ -33294,12 +34031,22 @@ namespace TINK.Droid
2130903638,
2130903639,
2130903640,
+ 2130903641,
2130903643,
+ 2130903644,
+ 2130903645,
+ 2130903646,
2130903647,
- 2130903705,
- 2130903709,
- 2130903732,
- 2130903736};
+ 2130903648,
+ 2130903649,
+ 2130903650,
+ 2130903651,
+ 2130903654,
+ 2130903658,
+ 2130903716,
+ 2130903720,
+ 2130903743,
+ 2130903747};
// aapt resource value: 2
public const int Layout_android_layout_height = 2;
@@ -33526,17 +34273,17 @@ namespace TINK.Droid
// aapt resource value: 74
public const int Layout_minWidth = 74;
- // aapt resource value: { 0x10100AF,0x10100C4,0x1010126,0x1010127,0x1010128,0x7F030146,0x7F030148,0x7F03029E,0x7F030363 }
+ // aapt resource value: { 0x10100AF,0x10100C4,0x1010126,0x1010127,0x1010128,0x7F03014D,0x7F03014F,0x7F0302A9,0x7F03037D }
public static int[] LinearLayoutCompat = new int[] {
16842927,
16842948,
16843046,
16843047,
16843048,
- 2130903366,
- 2130903368,
- 2130903710,
- 2130903907};
+ 2130903373,
+ 2130903375,
+ 2130903721,
+ 2130903933};
// aapt resource value: 2
public const int LinearLayoutCompat_android_baselineAligned = 2;
@@ -33584,10 +34331,10 @@ namespace TINK.Droid
// aapt resource value: 8
public const int LinearLayoutCompat_showDividers = 8;
- // aapt resource value: { 0x7F0301E6,0x7F0301EA }
+ // aapt resource value: { 0x7F0301EF,0x7F0301F4 }
public static int[] LinearProgressIndicator = new int[] {
- 2130903526,
- 2130903530};
+ 2130903535,
+ 2130903540};
// aapt resource value: 0
public const int LinearProgressIndicator_indeterminateAnimationType = 0;
@@ -33606,13 +34353,13 @@ namespace TINK.Droid
// aapt resource value: 1
public const int ListPopupWindow_android_dropDownVerticalOffset = 1;
- // aapt resource value: { 0x10100B2,0x10101F8,0x7F030171,0x7F030172,0x7F03043F }
+ // aapt resource value: { 0x10100B2,0x10101F8,0x7F030179,0x7F03017A,0x7F03045D }
public static int[] ListPreference = new int[] {
16842930,
16843256,
- 2130903409,
- 2130903410,
- 2130904127};
+ 2130903417,
+ 2130903418,
+ 2130904157};
// aapt resource value: 0
public const int ListPreference_android_entries = 0;
@@ -33629,11 +34376,11 @@ namespace TINK.Droid
// aapt resource value: 4
public const int ListPreference_useSimpleSummaryProvider = 4;
- // aapt resource value: { 0x7F0300C1,0x7F0301DF,0x7F0301E0 }
+ // aapt resource value: { 0x7F0300C2,0x7F0301E8,0x7F0301E9 }
public static int[] LoadingImageView = new int[] {
- 2130903233,
- 2130903519,
- 2130903520};
+ 2130903234,
+ 2130903528,
+ 2130903529};
// aapt resource value: 0
public const int LoadingImageView_circleCrop = 0;
@@ -33644,32 +34391,32 @@ namespace TINK.Droid
// aapt resource value: 2
public const int LoadingImageView_imageAspectRatioAdjust = 2;
- // aapt resource value: { 0x7F030035,0x7F030088,0x7F030089,0x7F03008A,0x7F03008B,0x7F03008C,0x7F03008D,0x7F03008E,0x7F030213,0x7F030214,0x7F030215,0x7F030216,0x7F030275,0x7F030278,0x7F030432,0x7F030433,0x7F030434,0x7F030435,0x7F030436,0x7F030437,0x7F030438,0x7F030439,0x7F030440,0x7F03045F }
+ // aapt resource value: { 0x7F030036,0x7F030089,0x7F03008A,0x7F03008B,0x7F03008C,0x7F03008D,0x7F03008E,0x7F03008F,0x7F03021E,0x7F03021F,0x7F030220,0x7F030221,0x7F030280,0x7F030283,0x7F030450,0x7F030451,0x7F030452,0x7F030453,0x7F030454,0x7F030455,0x7F030456,0x7F030457,0x7F03045E,0x7F030480 }
public static int[] MapAttrs = new int[] {
- 2130903093,
- 2130903176,
+ 2130903094,
2130903177,
2130903178,
2130903179,
2130903180,
2130903181,
2130903182,
- 2130903571,
- 2130903572,
- 2130903573,
- 2130903574,
- 2130903669,
- 2130903672,
- 2130904114,
- 2130904115,
- 2130904116,
- 2130904117,
- 2130904118,
- 2130904119,
- 2130904120,
- 2130904121,
- 2130904128,
- 2130904159};
+ 2130903183,
+ 2130903582,
+ 2130903583,
+ 2130903584,
+ 2130903585,
+ 2130903680,
+ 2130903683,
+ 2130904144,
+ 2130904145,
+ 2130904146,
+ 2130904147,
+ 2130904148,
+ 2130904149,
+ 2130904150,
+ 2130904151,
+ 2130904158,
+ 2130904192};
// aapt resource value: 0
public const int MapAttrs_ambientEnabled = 0;
@@ -33743,20 +34490,20 @@ namespace TINK.Droid
// aapt resource value: 23
public const int MapAttrs_zOrderOnTop = 23;
- // aapt resource value: { 0x7F03004A,0x7F03004B,0x7F03004C,0x7F03004D }
+ // aapt resource value: { 0x7F03004B,0x7F03004C,0x7F03004D,0x7F03004E }
public static int[] MaterialAlertDialog = new int[] {
- 2130903114,
2130903115,
2130903116,
- 2130903117};
+ 2130903117,
+ 2130903118};
- // aapt resource value: { 0x7F030279,0x7F03027A,0x7F03027B,0x7F03027C,0x7F03027D }
+ // aapt resource value: { 0x7F030284,0x7F030285,0x7F030286,0x7F030287,0x7F030288 }
public static int[] MaterialAlertDialogTheme = new int[] {
- 2130903673,
- 2130903674,
- 2130903675,
- 2130903676,
- 2130903677};
+ 2130903684,
+ 2130903685,
+ 2130903686,
+ 2130903687,
+ 2130903688};
// aapt resource value: 0
public const int MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle = 0;
@@ -33792,7 +34539,7 @@ namespace TINK.Droid
// aapt resource value: 0
public const int MaterialAutoCompleteTextView_android_inputType = 0;
- // aapt resource value: { 0x10100D4,0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x10101E5,0x7F030051,0x7F030052,0x7F030114,0x7F030161,0x7F0301D3,0x7F0301D5,0x7F0301D6,0x7F0301D7,0x7F0301DA,0x7F0301DB,0x7F030342,0x7F030359,0x7F03035C,0x7F03038F,0x7F030390 }
+ // aapt resource value: { 0x10100D4,0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x10101E5,0x7F030052,0x7F030053,0x7F030116,0x7F030169,0x7F0301DC,0x7F0301DE,0x7F0301DF,0x7F0301E0,0x7F0301E3,0x7F0301E4,0x7F030351,0x7F030373,0x7F030376,0x7F0303AA,0x7F0303AB }
public static int[] MaterialButton = new int[] {
16842964,
16843191,
@@ -33800,27 +34547,27 @@ namespace TINK.Droid
16843193,
16843194,
16843237,
- 2130903121,
2130903122,
- 2130903316,
- 2130903393,
- 2130903507,
- 2130903509,
- 2130903510,
- 2130903511,
- 2130903514,
- 2130903515,
- 2130903874,
- 2130903897,
- 2130903900,
- 2130903951,
- 2130903952};
+ 2130903123,
+ 2130903318,
+ 2130903401,
+ 2130903516,
+ 2130903518,
+ 2130903519,
+ 2130903520,
+ 2130903523,
+ 2130903524,
+ 2130903889,
+ 2130903923,
+ 2130903926,
+ 2130903978,
+ 2130903979};
- // aapt resource value: { 0x7F0300A4,0x7F030356,0x7F03036D }
+ // aapt resource value: { 0x7F0300A5,0x7F03036E,0x7F030387 }
public static int[] MaterialButtonToggleGroup = new int[] {
- 2130903204,
- 2130903894,
- 2130903917};
+ 2130903205,
+ 2130903918,
+ 2130903943};
// aapt resource value: 0
public const int MaterialButtonToggleGroup_checkedButton = 0;
@@ -33894,31 +34641,31 @@ namespace TINK.Droid
// aapt resource value: 20
public const int MaterialButton_strokeWidth = 20;
- // aapt resource value: { 0x101020D,0x7F03012F,0x7F030130,0x7F030131,0x7F030132,0x7F0302E7,0x7F030334,0x7F03045C,0x7F03045D,0x7F03045E }
+ // aapt resource value: { 0x101020D,0x7F030133,0x7F030134,0x7F030135,0x7F030136,0x7F0302F2,0x7F030343,0x7F03047D,0x7F03047E,0x7F03047F }
public static int[] MaterialCalendar = new int[] {
16843277,
- 2130903343,
- 2130903344,
- 2130903345,
- 2130903346,
- 2130903783,
- 2130903860,
- 2130904156,
- 2130904157,
- 2130904158};
+ 2130903347,
+ 2130903348,
+ 2130903349,
+ 2130903350,
+ 2130903794,
+ 2130903875,
+ 2130904189,
+ 2130904190,
+ 2130904191};
- // aapt resource value: { 0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x7F0301F4,0x7F0301FD,0x7F0301FE,0x7F030205,0x7F030206,0x7F03020A }
+ // aapt resource value: { 0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x7F0301FF,0x7F030208,0x7F030209,0x7F030210,0x7F030211,0x7F030215 }
public static int[] MaterialCalendarItem = new int[] {
16843191,
16843192,
16843193,
16843194,
- 2130903540,
- 2130903549,
- 2130903550,
- 2130903557,
- 2130903558,
- 2130903562};
+ 2130903551,
+ 2130903560,
+ 2130903561,
+ 2130903568,
+ 2130903569,
+ 2130903573};
// aapt resource value: 3
public const int MaterialCalendarItem_android_insetBottom = 3;
@@ -33980,20 +34727,20 @@ namespace TINK.Droid
// aapt resource value: 9
public const int MaterialCalendar_yearTodayStyle = 9;
- // aapt resource value: { 0x10101E5,0x7F030092,0x7F0300A6,0x7F0300A8,0x7F0300A9,0x7F0300AA,0x7F030342,0x7F030359,0x7F03035C,0x7F030389,0x7F03038F,0x7F030390 }
+ // aapt resource value: { 0x10101E5,0x7F030093,0x7F0300A7,0x7F0300A9,0x7F0300AA,0x7F0300AB,0x7F030351,0x7F030373,0x7F030376,0x7F0303A4,0x7F0303AA,0x7F0303AB }
public static int[] MaterialCardView = new int[] {
16843237,
- 2130903186,
- 2130903206,
- 2130903208,
+ 2130903187,
+ 2130903207,
2130903209,
2130903210,
- 2130903874,
- 2130903897,
- 2130903900,
- 2130903945,
- 2130903951,
- 2130903952};
+ 2130903211,
+ 2130903889,
+ 2130903923,
+ 2130903926,
+ 2130903972,
+ 2130903978,
+ 2130903979};
// aapt resource value: 0
public const int MaterialCardView_android_checkable = 0;
@@ -34031,10 +34778,10 @@ namespace TINK.Droid
// aapt resource value: 11
public const int MaterialCardView_strokeWidth = 11;
- // aapt resource value: { 0x7F030086,0x7F03043E }
+ // aapt resource value: { 0x7F030087,0x7F03045C }
public static int[] MaterialCheckBox = new int[] {
- 2130903174,
- 2130904126};
+ 2130903175,
+ 2130904156};
// aapt resource value: 0
public const int MaterialCheckBox_buttonTint = 0;
@@ -34042,10 +34789,10 @@ namespace TINK.Droid
// aapt resource value: 1
public const int MaterialCheckBox_useMaterialThemeColors = 1;
- // aapt resource value: { 0x7F030086,0x7F03043E }
+ // aapt resource value: { 0x7F030087,0x7F03045C }
public static int[] MaterialRadioButton = new int[] {
- 2130903174,
- 2130904126};
+ 2130903175,
+ 2130904156};
// aapt resource value: 0
public const int MaterialRadioButton_buttonTint = 0;
@@ -34053,10 +34800,10 @@ namespace TINK.Droid
// aapt resource value: 1
public const int MaterialRadioButton_useMaterialThemeColors = 1;
- // aapt resource value: { 0x7F030359,0x7F03035C }
+ // aapt resource value: { 0x7F030373,0x7F030376 }
public static int[] MaterialShape = new int[] {
- 2130903897,
- 2130903900};
+ 2130903923,
+ 2130903926};
// aapt resource value: 0
public const int MaterialShape_shapeAppearance = 0;
@@ -34064,11 +34811,11 @@ namespace TINK.Droid
// aapt resource value: 1
public const int MaterialShape_shapeAppearanceOverlay = 1;
- // aapt resource value: { 0x10104B6,0x101057F,0x7F030263 }
+ // aapt resource value: { 0x10104B6,0x101057F,0x7F03026E }
public static int[] MaterialTextAppearance = new int[] {
16843958,
16844159,
- 2130903651};
+ 2130903662};
// aapt resource value: 0
public const int MaterialTextAppearance_android_letterSpacing = 0;
@@ -34079,11 +34826,11 @@ namespace TINK.Droid
// aapt resource value: 2
public const int MaterialTextAppearance_lineHeight = 2;
- // aapt resource value: { 0x1010034,0x101057F,0x7F030263 }
+ // aapt resource value: { 0x1010034,0x101057F,0x7F03026E }
public static int[] MaterialTextView = new int[] {
16842804,
16844159,
- 2130903651};
+ 2130903662};
// aapt resource value: 1
public const int MaterialTextView_android_lineHeight = 1;
@@ -34094,10 +34841,10 @@ namespace TINK.Droid
// aapt resource value: 2
public const int MaterialTextView_lineHeight = 2;
- // aapt resource value: { 0x7F0300CD,0x7F03020D }
+ // aapt resource value: { 0x7F0300CE,0x7F030218 }
public static int[] MaterialTimePicker = new int[] {
- 2130903245,
- 2130903565};
+ 2130903246,
+ 2130903576};
// aapt resource value: 0
public const int MaterialTimePicker_clockIcon = 0;
@@ -34105,11 +34852,11 @@ namespace TINK.Droid
// aapt resource value: 1
public const int MaterialTimePicker_keyboardIcon = 1;
- // aapt resource value: { 0x7F0302E0,0x7F030394,0x7F030409 }
+ // aapt resource value: { 0x7F0302EB,0x7F0303B0,0x7F030425 }
public static int[] MaterialToolbar = new int[] {
- 2130903776,
- 2130903956,
- 2130904073};
+ 2130903787,
+ 2130903984,
+ 2130904101};
// aapt resource value: 0
public const int MaterialToolbar_navigationIconTint = 0;
@@ -34120,13 +34867,13 @@ namespace TINK.Droid
// aapt resource value: 2
public const int MaterialToolbar_titleCentered = 2;
- // aapt resource value: { 0x101013F,0x1010140,0x7F030187,0x7F030188,0x7F0302A2 }
+ // aapt resource value: { 0x101013F,0x1010140,0x7F03018F,0x7F030190,0x7F0302AD }
public static int[] MediaRouteButton = new int[] {
16843071,
16843072,
- 2130903431,
- 2130903432,
- 2130903714};
+ 2130903439,
+ 2130903440,
+ 2130903725};
// aapt resource value: 1
public const int MediaRouteButton_android_minHeight = 1;
@@ -34170,7 +34917,7 @@ namespace TINK.Droid
// aapt resource value: 2
public const int MenuGroup_android_visible = 2;
- // aapt resource value: { 0x1010002,0x101000E,0x10100D0,0x1010106,0x1010194,0x10101DE,0x10101DF,0x10101E1,0x10101E2,0x10101E3,0x10101E4,0x10101E5,0x101026F,0x7F030011,0x7F030025,0x7F030027,0x7F030033,0x7F0300FD,0x7F0301DA,0x7F0301DB,0x7F0302EA,0x7F030361,0x7F03041B }
+ // aapt resource value: { 0x1010002,0x101000E,0x10100D0,0x1010106,0x1010194,0x10101DE,0x10101DF,0x10101E1,0x10101E2,0x10101E3,0x10101E4,0x10101E5,0x101026F,0x7F030011,0x7F030025,0x7F030027,0x7F030034,0x7F0300FE,0x7F0301E3,0x7F0301E4,0x7F0302F6,0x7F03037B,0x7F030438 }
public static int[] MenuItem = new int[] {
16842754,
16842766,
@@ -34188,13 +34935,13 @@ namespace TINK.Droid
2130903057,
2130903077,
2130903079,
- 2130903091,
- 2130903293,
- 2130903514,
- 2130903515,
- 2130903786,
- 2130903905,
- 2130904091};
+ 2130903092,
+ 2130903294,
+ 2130903523,
+ 2130903524,
+ 2130903798,
+ 2130903931,
+ 2130904120};
// aapt resource value: 13
public const int MenuItem_actionLayout = 13;
@@ -34265,7 +35012,7 @@ namespace TINK.Droid
// aapt resource value: 22
public const int MenuItem_tooltipText = 22;
- // aapt resource value: { 0x10100AE,0x101012C,0x101012D,0x101012E,0x101012F,0x1010130,0x1010131,0x7F030329,0x7F030391 }
+ // aapt resource value: { 0x10100AE,0x101012C,0x101012D,0x101012E,0x101012F,0x1010130,0x1010131,0x7F030338,0x7F0303AC }
public static int[] MenuView = new int[] {
16842926,
16843052,
@@ -34274,8 +35021,8 @@ namespace TINK.Droid
16843055,
16843056,
16843057,
- 2130903849,
- 2130903953};
+ 2130903864,
+ 2130903980};
// aapt resource value: 4
public const int MenuView_android_headerBackground = 4;
@@ -34304,14 +35051,14 @@ namespace TINK.Droid
// aapt resource value: 8
public const int MenuView_subMenuArrow = 8;
- // aapt resource value: { 0x7F0302B9,0x7F0302BA,0x7F0302BB,0x7F0302BC,0x7F0302BD,0x7F0302BE }
+ // aapt resource value: { 0x7F0302C4,0x7F0302C5,0x7F0302C6,0x7F0302C7,0x7F0302C8,0x7F0302C9 }
public static int[] MockView = new int[] {
- 2130903737,
- 2130903738,
- 2130903739,
- 2130903740,
- 2130903741,
- 2130903742};
+ 2130903748,
+ 2130903749,
+ 2130903750,
+ 2130903751,
+ 2130903752,
+ 2130903753};
// aapt resource value: 0
public const int MockView_mock_diagonalsColor = 0;
@@ -34331,29 +35078,29 @@ namespace TINK.Droid
// aapt resource value: 5
public const int MockView_mock_showLabel = 5;
- // aapt resource value: { 0x7F030036,0x7F030037,0x7F03014D,0x7F0302D5,0x7F0302D7,0x7F030306,0x7F03032D,0x7F03032E,0x7F03032F,0x7F03042A }
+ // aapt resource value: { 0x7F030037,0x7F030038,0x7F030155,0x7F0302E0,0x7F0302E2,0x7F030314,0x7F03033C,0x7F03033D,0x7F03033E,0x7F030447 }
public static int[] Motion = new int[] {
- 2130903094,
2130903095,
- 2130903373,
- 2130903765,
- 2130903767,
- 2130903814,
- 2130903853,
- 2130903854,
- 2130903855,
- 2130904106};
+ 2130903096,
+ 2130903381,
+ 2130903776,
+ 2130903778,
+ 2130903828,
+ 2130903868,
+ 2130903869,
+ 2130903870,
+ 2130904135};
- // aapt resource value: { 0x7F0302CB,0x7F0302CC,0x7F0302CD,0x7F0302CE,0x7F0302CF,0x7F0302D0,0x7F0302D1,0x7F0302D2 }
+ // aapt resource value: { 0x7F0302D6,0x7F0302D7,0x7F0302D8,0x7F0302D9,0x7F0302DA,0x7F0302DB,0x7F0302DC,0x7F0302DD }
public static int[] MotionEffect = new int[] {
- 2130903755,
- 2130903756,
- 2130903757,
- 2130903758,
- 2130903759,
- 2130903760,
- 2130903761,
- 2130903762};
+ 2130903766,
+ 2130903767,
+ 2130903768,
+ 2130903769,
+ 2130903770,
+ 2130903771,
+ 2130903772,
+ 2130903773};
// aapt resource value: 0
public const int MotionEffect_motionEffect_alpha = 0;
@@ -34379,10 +35126,10 @@ namespace TINK.Droid
// aapt resource value: 7
public const int MotionEffect_motionEffect_viewTransition = 7;
- // aapt resource value: { 0x7F0302EC,0x7F0302EF }
+ // aapt resource value: { 0x7F0302F8,0x7F0302FB }
public static int[] MotionHelper = new int[] {
- 2130903788,
- 2130903791};
+ 2130903800,
+ 2130903803};
// aapt resource value: 0
public const int MotionHelper_onHide = 0;
@@ -34390,7 +35137,7 @@ namespace TINK.Droid
// aapt resource value: 1
public const int MotionHelper_onShow = 1;
- // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x10100AF,0x101014F,0x1010164,0x10103AC,0x1010535,0x7F030066,0x7F030067,0x7F030347,0x7F0303DF,0x7F0303E0,0x7F0303E1,0x7F0303E2,0x7F0303E3,0x7F0303EB,0x7F0303EC,0x7F0303ED,0x7F0303EE,0x7F0303F0,0x7F0303F1,0x7F0303F2,0x7F0303F3 }
+ // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x10100AF,0x101014F,0x1010164,0x10103AC,0x1010535,0x7F030067,0x7F030068,0x7F030356,0x7F0303FB,0x7F0303FC,0x7F0303FD,0x7F0303FE,0x7F0303FF,0x7F030407,0x7F030408,0x7F030409,0x7F03040A,0x7F03040C,0x7F03040D,0x7F03040E,0x7F03040F }
public static int[] MotionLabel = new int[] {
16842901,
16842902,
@@ -34401,22 +35148,22 @@ namespace TINK.Droid
16843108,
16843692,
16844085,
- 2130903142,
2130903143,
- 2130903879,
- 2130904031,
- 2130904032,
- 2130904033,
- 2130904034,
- 2130904035,
- 2130904043,
- 2130904044,
- 2130904045,
- 2130904046,
- 2130904048,
- 2130904049,
- 2130904050,
- 2130904051};
+ 2130903144,
+ 2130903894,
+ 2130904059,
+ 2130904060,
+ 2130904061,
+ 2130904062,
+ 2130904063,
+ 2130904071,
+ 2130904072,
+ 2130904073,
+ 2130904074,
+ 2130904076,
+ 2130904077,
+ 2130904078,
+ 2130904079};
// aapt resource value: 8
public const int MotionLabel_android_autoSizeTextType = 8;
@@ -34493,14 +35240,14 @@ namespace TINK.Droid
// aapt resource value: 24
public const int MotionLabel_textureWidth = 24;
- // aapt resource value: { 0x7F03003A,0x7F030121,0x7F030219,0x7F0302BF,0x7F0302D6,0x7F030365 }
+ // aapt resource value: { 0x7F03003B,0x7F030125,0x7F030224,0x7F0302CA,0x7F0302E1,0x7F03037F }
public static int[] MotionLayout = new int[] {
- 2130903098,
- 2130903329,
- 2130903577,
- 2130903743,
- 2130903766,
- 2130903909};
+ 2130903099,
+ 2130903333,
+ 2130903588,
+ 2130903754,
+ 2130903777,
+ 2130903935};
// aapt resource value: 0
public const int MotionLayout_applyMotionScene = 0;
@@ -34520,10 +35267,10 @@ namespace TINK.Droid
// aapt resource value: 5
public const int MotionLayout_showPaths = 5;
- // aapt resource value: { 0x7F030133,0x7F03021A }
+ // aapt resource value: { 0x7F030137,0x7F030225 }
public static int[] MotionScene = new int[] {
- 2130903347,
- 2130903578};
+ 2130903351,
+ 2130903589};
// aapt resource value: 0
public const int MotionScene_defaultDuration = 0;
@@ -34531,11 +35278,11 @@ namespace TINK.Droid
// aapt resource value: 1
public const int MotionScene_layoutDuringTransition = 1;
- // aapt resource value: { 0x7F0303C5,0x7F0303C6,0x7F0303C7 }
+ // aapt resource value: { 0x7F0303E1,0x7F0303E2,0x7F0303E3 }
public static int[] MotionTelltales = new int[] {
- 2130904005,
- 2130904006,
- 2130904007};
+ 2130904033,
+ 2130904034,
+ 2130904035};
// aapt resource value: 0
public const int MotionTelltales_telltales_tailColor = 0;
@@ -34576,12 +35323,12 @@ namespace TINK.Droid
// aapt resource value: 9
public const int Motion_transitionEasing = 9;
- // aapt resource value: { 0x10100B2,0x10101F8,0x7F030171,0x7F030172 }
+ // aapt resource value: { 0x10100B2,0x10101F8,0x7F030179,0x7F03017A }
public static int[] MultiSelectListPreference = new int[] {
16842930,
16843256,
- 2130903409,
- 2130903410};
+ 2130903417,
+ 2130903418};
// aapt resource value: 0
public const int MultiSelectListPreference_android_entries = 0;
@@ -34595,17 +35342,17 @@ namespace TINK.Droid
// aapt resource value: 3
public const int MultiSelectListPreference_entryValues = 3;
- // aapt resource value: { 0x10100D0,0x7F03013B,0x7F030170,0x7F03017A,0x7F030217,0x7F030314,0x7F030315,0x7F030316,0x7F030317 }
+ // aapt resource value: { 0x10100D0,0x7F030142,0x7F030178,0x7F030182,0x7F030222,0x7F030323,0x7F030324,0x7F030325,0x7F030326 }
public static int[] NavAction = new int[] {
16842960,
- 2130903355,
- 2130903408,
- 2130903418,
- 2130903575,
- 2130903828,
- 2130903829,
- 2130903830,
- 2130903831};
+ 2130903362,
+ 2130903416,
+ 2130903426,
+ 2130903586,
+ 2130903843,
+ 2130903844,
+ 2130903845,
+ 2130903846};
// aapt resource value: 0
public const int NavAction_android_id = 0;
@@ -34634,12 +35381,12 @@ namespace TINK.Droid
// aapt resource value: 8
public const int NavAction_popUpToInclusive = 8;
- // aapt resource value: { 0x1010003,0x10101ED,0x7F03003C,0x7F0302E8 }
+ // aapt resource value: { 0x1010003,0x10101ED,0x7F03003D,0x7F0302F4 }
public static int[] NavArgument = new int[] {
16842755,
16843245,
- 2130903100,
- 2130903784};
+ 2130903101,
+ 2130903796};
// aapt resource value: 1
public const int NavArgument_android_defaultValue = 1;
@@ -34653,12 +35400,12 @@ namespace TINK.Droid
// aapt resource value: 3
public const int NavArgument_nullable = 3;
- // aapt resource value: { 0x10104EE,0x7F030003,0x7F0302B2,0x7F03043C }
+ // aapt resource value: { 0x10104EE,0x7F030003,0x7F0302BD,0x7F03045A }
public static int[] NavDeepLink = new int[] {
16844014,
2130903043,
- 2130903730,
- 2130904124};
+ 2130903741,
+ 2130904154};
// aapt resource value: 1
public const int NavDeepLink_action = 1;
@@ -34672,33 +35419,33 @@ namespace TINK.Droid
// aapt resource value: 3
public const int NavDeepLink_uri = 3;
- // aapt resource value: { 0x7F030380 }
+ // aapt resource value: { 0x7F03039B }
public static int[] NavGraphNavigator = new int[] {
- 2130903936};
+ 2130903963};
// aapt resource value: 0
public const int NavGraphNavigator_startDestination = 0;
- // aapt resource value: { 0x7F0302DD }
+ // aapt resource value: { 0x7F0302E8 }
public static int[] NavHost = new int[] {
- 2130903773};
+ 2130903784};
// aapt resource value: 0
public const int NavHost_navGraph = 0;
- // aapt resource value: { 0x7F030051,0x7F030161,0x7F0301F3,0x7F0301F8,0x7F0301F9,0x7F0301FC,0x7F030208,0x7F030209,0x7F03020A,0x7F030211,0x7F0302AF }
+ // aapt resource value: { 0x7F030052,0x7F030169,0x7F0301FE,0x7F030203,0x7F030204,0x7F030207,0x7F030213,0x7F030214,0x7F030215,0x7F03021C,0x7F0302BA }
public static int[] NavigationBarView = new int[] {
- 2130903121,
- 2130903393,
- 2130903539,
- 2130903544,
- 2130903545,
- 2130903548,
- 2130903560,
- 2130903561,
- 2130903562,
- 2130903569,
- 2130903727};
+ 2130903122,
+ 2130903401,
+ 2130903550,
+ 2130903555,
+ 2130903556,
+ 2130903559,
+ 2130903571,
+ 2130903572,
+ 2130903573,
+ 2130903580,
+ 2130903738};
// aapt resource value: 0
public const int NavigationBarView_backgroundTint = 0;
@@ -34733,10 +35480,10 @@ namespace TINK.Droid
// aapt resource value: 10
public const int NavigationBarView_menu = 10;
- // aapt resource value: { 0x7F0301C1,0x7F0302B0 }
+ // aapt resource value: { 0x7F0301CA,0x7F0302BB }
public static int[] NavigationRailView = new int[] {
- 2130903489,
- 2130903728};
+ 2130903498,
+ 2130903739};
// aapt resource value: 0
public const int NavigationRailView_headerLayout = 0;
@@ -34744,31 +35491,31 @@ namespace TINK.Droid
// aapt resource value: 1
public const int NavigationRailView_menuGravity = 1;
- // aapt resource value: { 0x10100D4,0x10100DD,0x101011F,0x7F030161,0x7F0301C1,0x7F0301F3,0x7F0301F5,0x7F0301F7,0x7F0301F8,0x7F0301F9,0x7F0301FA,0x7F0301FD,0x7F0301FE,0x7F0301FF,0x7F030200,0x7F030201,0x7F030202,0x7F030203,0x7F030207,0x7F03020A,0x7F0302AF,0x7F030359,0x7F03035C }
+ // aapt resource value: { 0x10100D4,0x10100DD,0x101011F,0x7F030169,0x7F0301CA,0x7F0301FE,0x7F030200,0x7F030202,0x7F030203,0x7F030204,0x7F030205,0x7F030208,0x7F030209,0x7F03020A,0x7F03020B,0x7F03020C,0x7F03020D,0x7F03020E,0x7F030212,0x7F030215,0x7F0302BA,0x7F030373,0x7F030376 }
public static int[] NavigationView = new int[] {
16842964,
16842973,
16843039,
- 2130903393,
- 2130903489,
- 2130903539,
- 2130903541,
- 2130903543,
- 2130903544,
- 2130903545,
- 2130903546,
- 2130903549,
+ 2130903401,
+ 2130903498,
2130903550,
- 2130903551,
2130903552,
- 2130903553,
2130903554,
2130903555,
- 2130903559,
+ 2130903556,
+ 2130903557,
+ 2130903560,
+ 2130903561,
2130903562,
- 2130903727,
- 2130903897,
- 2130903900};
+ 2130903563,
+ 2130903564,
+ 2130903565,
+ 2130903566,
+ 2130903570,
+ 2130903573,
+ 2130903738,
+ 2130903923,
+ 2130903926};
// aapt resource value: 0
public const int NavigationView_android_background = 0;
@@ -34850,17 +35597,17 @@ namespace TINK.Droid
// aapt resource value: 0
public const int Navigator_android_label = 0;
- // aapt resource value: { 0x7F0301BE }
+ // aapt resource value: { 0x7F0301C7 }
public static int[] NavInclude = new int[] {
- 2130903486};
+ 2130903495};
// aapt resource value: 0
public const int NavInclude_graph = 0;
- // aapt resource value: { 0x7F0300CA,0x7F0303C3 }
+ // aapt resource value: { 0x7F0300CB,0x7F0303DF }
public static int[] OnClick = new int[] {
- 2130903242,
- 2130904003};
+ 2130903243,
+ 2130904031};
// aapt resource value: 0
public const int OnClick_clickAction = 0;
@@ -34868,27 +35615,27 @@ namespace TINK.Droid
// aapt resource value: 1
public const int OnClick_targetId = 1;
- // aapt resource value: { 0x7F030040,0x7F03014A,0x7F03014B,0x7F03014C,0x7F030262,0x7F030295,0x7F03029C,0x7F0302DB,0x7F0302E5,0x7F0302F1,0x7F030343,0x7F030378,0x7F030379,0x7F03037A,0x7F03037B,0x7F03037C,0x7F03041C,0x7F03041D,0x7F03041E }
+ // aapt resource value: { 0x7F030041,0x7F030152,0x7F030153,0x7F030154,0x7F03026D,0x7F0302A0,0x7F0302A7,0x7F0302E6,0x7F0302F0,0x7F0302FD,0x7F030352,0x7F030393,0x7F030394,0x7F030395,0x7F030396,0x7F030397,0x7F030439,0x7F03043A,0x7F03043B }
public static int[] OnSwipe = new int[] {
- 2130903104,
- 2130903370,
- 2130903371,
- 2130903372,
- 2130903650,
- 2130903701,
- 2130903708,
- 2130903771,
- 2130903781,
- 2130903793,
- 2130903875,
- 2130903928,
- 2130903929,
- 2130903930,
- 2130903931,
- 2130903932,
- 2130904092,
- 2130904093,
- 2130904094};
+ 2130903105,
+ 2130903378,
+ 2130903379,
+ 2130903380,
+ 2130903661,
+ 2130903712,
+ 2130903719,
+ 2130903782,
+ 2130903792,
+ 2130903805,
+ 2130903890,
+ 2130903955,
+ 2130903956,
+ 2130903957,
+ 2130903958,
+ 2130903959,
+ 2130904121,
+ 2130904122,
+ 2130904123};
// aapt resource value: 0
public const int OnSwipe_autoCompleteMode = 0;
@@ -34947,15 +35694,15 @@ namespace TINK.Droid
// aapt resource value: 18
public const int OnSwipe_touchRegionId = 18;
- // aapt resource value: { 0x1010176,0x10102C9,0x7F0302F4 }
+ // aapt resource value: { 0x1010176,0x10102C9,0x7F030300 }
public static int[] PopupWindow = new int[] {
16843126,
16843465,
- 2130903796};
+ 2130903808};
- // aapt resource value: { 0x7F030386 }
+ // aapt resource value: { 0x7F0303A1 }
public static int[] PopupWindowBackgroundState = new int[] {
- 2130903942};
+ 2130903969};
// aapt resource value: 0
public const int PopupWindowBackgroundState_state_above_anchor = 0;
@@ -34969,7 +35716,7 @@ namespace TINK.Droid
// aapt resource value: 2
public const int PopupWindow_overlapAnchor = 2;
- // aapt resource value: { 0x1010002,0x101000D,0x101000E,0x10100F2,0x10101E1,0x10101E6,0x10101E8,0x10101E9,0x10101EA,0x10101EB,0x10101EC,0x10101ED,0x10101EE,0x10102E3,0x101055C,0x1010561,0x7F03002E,0x7F030030,0x7F030136,0x7F030139,0x7F030164,0x7F030166,0x7F0301B9,0x7F0301D3,0x7F0301D8,0x7F0301F2,0x7F03020B,0x7F030218,0x7F0302F2,0x7F03030D,0x7F030353,0x7F03035F,0x7F03036C,0x7F03039C,0x7F030408,0x7F030451 }
+ // aapt resource value: { 0x1010002,0x101000D,0x101000E,0x10100F2,0x10101E1,0x10101E6,0x10101E8,0x10101E9,0x10101EA,0x10101EB,0x10101EC,0x10101ED,0x10101EE,0x10102E3,0x101055C,0x1010561,0x7F03002E,0x7F030030,0x7F03013D,0x7F030140,0x7F03016C,0x7F03016E,0x7F0301C2,0x7F0301DC,0x7F0301E1,0x7F0301FD,0x7F030216,0x7F030223,0x7F0302FE,0x7F03031C,0x7F03036B,0x7F030379,0x7F030386,0x7F0303B8,0x7F030424,0x7F030472 }
public static int[] Preference = new int[] {
16842754,
16842765,
@@ -34989,24 +35736,24 @@ namespace TINK.Droid
16844129,
2130903086,
2130903088,
- 2130903350,
- 2130903353,
- 2130903396,
- 2130903398,
- 2130903481,
- 2130903507,
- 2130903512,
- 2130903538,
- 2130903563,
- 2130903576,
- 2130903794,
- 2130903821,
- 2130903891,
- 2130903903,
- 2130903916,
- 2130903964,
- 2130904072,
- 2130904145};
+ 2130903357,
+ 2130903360,
+ 2130903404,
+ 2130903406,
+ 2130903490,
+ 2130903516,
+ 2130903521,
+ 2130903549,
+ 2130903574,
+ 2130903587,
+ 2130903806,
+ 2130903836,
+ 2130903915,
+ 2130903929,
+ 2130903942,
+ 2130903992,
+ 2130904100,
+ 2130904178};
// aapt resource value: { 0x10100F2,0x1010129,0x101012A,0x7F03002F }
public static int[] PreferenceFragment = new int[] {
@@ -35046,11 +35793,11 @@ namespace TINK.Droid
// aapt resource value: 0
public const int PreferenceFragment_android_layout = 0;
- // aapt resource value: { 0x10101E7,0x7F0301EE,0x7F0302F3 }
+ // aapt resource value: { 0x10101E7,0x7F0301F8,0x7F0302FF }
public static int[] PreferenceGroup = new int[] {
16843239,
- 2130903534,
- 2130903795};
+ 2130903544,
+ 2130903807};
// aapt resource value: 0
public const int PreferenceGroup_android_orderingFromXml = 0;
@@ -35061,12 +35808,12 @@ namespace TINK.Droid
// aapt resource value: 2
public const int PreferenceGroup_orderingFromXml = 2;
- // aapt resource value: { 0x101011F,0x1010120,0x7F030299,0x7F03029D }
+ // aapt resource value: { 0x101011F,0x1010120,0x7F0302A4,0x7F0302A8 }
public static int[] PreferenceImageView = new int[] {
16843039,
16843040,
- 2130903705,
- 2130903709};
+ 2130903716,
+ 2130903720};
// aapt resource value: 1
public const int PreferenceImageView_android_maxHeight = 1;
@@ -35080,24 +35827,24 @@ namespace TINK.Droid
// aapt resource value: 3
public const int PreferenceImageView_maxWidth = 3;
- // aapt resource value: { 0x7F0300A2,0x7F030140,0x7F03015B,0x7F03015F,0x7F03031D,0x7F03031E,0x7F03031F,0x7F030320,0x7F030321,0x7F030322,0x7F030323,0x7F030324,0x7F030325,0x7F030351,0x7F0303A2,0x7F0303A3 }
+ // aapt resource value: { 0x7F0300A3,0x7F030147,0x7F030163,0x7F030167,0x7F03032C,0x7F03032D,0x7F03032E,0x7F03032F,0x7F030330,0x7F030331,0x7F030332,0x7F030333,0x7F030334,0x7F030369,0x7F0303BE,0x7F0303BF }
public static int[] PreferenceTheme = new int[] {
- 2130903202,
- 2130903360,
- 2130903387,
- 2130903391,
- 2130903837,
- 2130903838,
- 2130903839,
- 2130903840,
- 2130903841,
- 2130903842,
- 2130903843,
- 2130903844,
- 2130903845,
- 2130903889,
- 2130903970,
- 2130903971};
+ 2130903203,
+ 2130903367,
+ 2130903395,
+ 2130903399,
+ 2130903852,
+ 2130903853,
+ 2130903854,
+ 2130903855,
+ 2130903856,
+ 2130903857,
+ 2130903858,
+ 2130903859,
+ 2130903860,
+ 2130903913,
+ 2130903998,
+ 2130903999};
// aapt resource value: 0
public const int PreferenceTheme_checkBoxPreferenceStyle = 0;
@@ -35255,13 +36002,13 @@ namespace TINK.Droid
// aapt resource value: 35
public const int Preference_widgetLayout = 35;
- // aapt resource value: { 0x10100DC,0x101031F,0x7F030243,0x7F0302D6,0x7F030448 }
+ // aapt resource value: { 0x10100DC,0x101031F,0x7F03024E,0x7F0302E1,0x7F030469 }
public static int[] PropertySet = new int[] {
16842972,
16843551,
- 2130903619,
- 2130903766,
- 2130904136};
+ 2130903630,
+ 2130903777,
+ 2130904169};
// aapt resource value: 1
public const int PropertySet_android_alpha = 1;
@@ -35278,17 +36025,17 @@ namespace TINK.Droid
// aapt resource value: 4
public const int PropertySet_visibilityMode = 4;
- // aapt resource value: { 0x7F030290 }
+ // aapt resource value: { 0x7F03029B }
public static int[] RadialViewGroup = new int[] {
- 2130903696};
+ 2130903707};
// aapt resource value: 0
public const int RadialViewGroup_materialCircleRadius = 0;
- // aapt resource value: { 0x7F0302B6,0x7F030441 }
+ // aapt resource value: { 0x7F0302C1,0x7F030462 }
public static int[] RangeSlider = new int[] {
- 2130903734,
- 2130904129};
+ 2130903745,
+ 2130904162};
// aapt resource value: 0
public const int RangeSlider_minSeparation = 0;
@@ -35296,10 +36043,10 @@ namespace TINK.Droid
// aapt resource value: 1
public const int RangeSlider_values = 1;
- // aapt resource value: { 0x7F0302F6,0x7F0302FC }
+ // aapt resource value: { 0x7F030302,0x7F030308 }
public static int[] RecycleListView = new int[] {
- 2130903798,
- 2130903804};
+ 2130903810,
+ 2130903816};
// aapt resource value: 0
public const int RecycleListView_paddingBottomNoButtons = 0;
@@ -35307,20 +36054,20 @@ namespace TINK.Droid
// aapt resource value: 1
public const int RecycleListView_paddingTopNoTitle = 1;
- // aapt resource value: { 0x10100C4,0x10100EB,0x10100F1,0x7F030191,0x7F030192,0x7F030193,0x7F030194,0x7F030195,0x7F03021B,0x7F030341,0x7F030373,0x7F03037E }
+ // aapt resource value: { 0x10100C4,0x10100EB,0x10100F1,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F030226,0x7F030350,0x7F03038E,0x7F030399 }
public static int[] RecyclerView = new int[] {
16842948,
16842987,
16842993,
- 2130903441,
- 2130903442,
- 2130903443,
- 2130903444,
- 2130903445,
- 2130903579,
- 2130903873,
- 2130903923,
- 2130903934};
+ 2130903449,
+ 2130903450,
+ 2130903451,
+ 2130903452,
+ 2130903453,
+ 2130903590,
+ 2130903888,
+ 2130903950,
+ 2130903961};
// aapt resource value: 1
public const int RecyclerView_android_clipToPadding = 1;
@@ -35358,46 +36105,46 @@ namespace TINK.Droid
// aapt resource value: 11
public const int RecyclerView_stackFromEnd = 11;
- // aapt resource value: { 0x7F0301EF }
+ // aapt resource value: { 0x7F0301FA }
public static int[] ScrimInsetsFrameLayout = new int[] {
- 2130903535};
+ 2130903546};
// aapt resource value: 0
public const int ScrimInsetsFrameLayout_insetForeground = 0;
- // aapt resource value: { 0x7F030061 }
+ // aapt resource value: { 0x7F030062 }
public static int[] ScrollingViewBehavior_Layout = new int[] {
- 2130903137};
+ 2130903138};
// aapt resource value: 0
public const int ScrollingViewBehavior_Layout_behavior_overlapTop = 0;
- // aapt resource value: { 0x7F03034C }
+ // aapt resource value: { 0x7F03035D }
public static int[] ScrollViewRendererTheme = new int[] {
- 2130903884};
+ 2130903901};
// aapt resource value: 0
public const int ScrollViewRendererTheme_scrollViewStyle = 0;
- // aapt resource value: { 0x10100DA,0x101011F,0x1010220,0x1010264,0x7F0300CF,0x7F0300F5,0x7F030134,0x7F0301BD,0x7F0301DC,0x7F030218,0x7F030330,0x7F030331,0x7F03034D,0x7F03034E,0x7F030392,0x7F03039B,0x7F030449 }
+ // aapt resource value: { 0x10100DA,0x101011F,0x1010220,0x1010264,0x7F0300D0,0x7F0300F6,0x7F03013B,0x7F0301C6,0x7F0301E5,0x7F030223,0x7F03033F,0x7F030340,0x7F03035F,0x7F030360,0x7F0303AD,0x7F0303B7,0x7F03046A }
public static int[] SearchView = new int[] {
16842970,
16843039,
16843296,
16843364,
- 2130903247,
- 2130903285,
- 2130903348,
- 2130903485,
- 2130903516,
- 2130903576,
- 2130903856,
- 2130903857,
- 2130903885,
- 2130903886,
- 2130903954,
- 2130903963,
- 2130904137};
+ 2130903248,
+ 2130903286,
+ 2130903355,
+ 2130903494,
+ 2130903525,
+ 2130903587,
+ 2130903871,
+ 2130903872,
+ 2130903903,
+ 2130903904,
+ 2130903981,
+ 2130903991,
+ 2130904170};
// aapt resource value: 0
public const int SearchView_android_focusable = 0;
@@ -35450,15 +36197,53 @@ namespace TINK.Droid
// aapt resource value: 16
public const int SearchView_voiceIcon = 16;
- // aapt resource value: { 0x10100F2,0x1010136,0x7F030029,0x7F0302B3,0x7F030350,0x7F030366,0x7F03043B }
+ // aapt resource value: { 0x7F0301F1,0x7F0302F3,0x7F030357,0x7F030364,0x7F030365,0x7F030367,0x7F0303AE }
+ public static int[] Section = new int[] {
+ 2130903537,
+ 2130903795,
+ 2130903895,
+ 2130903908,
+ 2130903909,
+ 2130903911,
+ 2130903982};
+
+ // aapt resource value: { 0x7F03019E }
+ public static int[] SectionFeature = new int[] {
+ 2130903454};
+
+ // aapt resource value: 0
+ public const int SectionFeature_featureType = 0;
+
+ // aapt resource value: 0
+ public const int Section_indexPrefixes = 0;
+
+ // aapt resource value: 1
+ public const int Section_noIndex = 1;
+
+ // aapt resource value: 2
+ public const int Section_schemaOrgProperty = 2;
+
+ // aapt resource value: 3
+ public const int Section_sectionFormat = 3;
+
+ // aapt resource value: 4
+ public const int Section_sectionId = 4;
+
+ // aapt resource value: 5
+ public const int Section_sectionWeight = 5;
+
+ // aapt resource value: 6
+ public const int Section_subsectionSeparator = 6;
+
+ // aapt resource value: { 0x10100F2,0x1010136,0x7F030029,0x7F0302BE,0x7F030368,0x7F030380,0x7F030459 }
public static int[] SeekBarPreference = new int[] {
16842994,
16843062,
2130903081,
- 2130903731,
- 2130903888,
- 2130903910,
- 2130904123};
+ 2130903742,
+ 2130903912,
+ 2130903936,
+ 2130904153};
// aapt resource value: 2
public const int SeekBarPreference_adjustable = 2;
@@ -35481,19 +36266,19 @@ namespace TINK.Droid
// aapt resource value: 6
public const int SeekBarPreference_updatesContinuously = 6;
- // aapt resource value: { 0x7F030104,0x7F030105,0x7F030106,0x7F030107,0x7F030108,0x7F030109,0x7F03010A,0x7F030359,0x7F03035C,0x7F03038F,0x7F030390 }
+ // aapt resource value: { 0x7F030105,0x7F030106,0x7F030107,0x7F030108,0x7F030109,0x7F03010A,0x7F03010B,0x7F030373,0x7F030376,0x7F0303AA,0x7F0303AB }
public static int[] ShapeableImageView = new int[] {
- 2130903300,
2130903301,
2130903302,
2130903303,
2130903304,
2130903305,
2130903306,
- 2130903897,
- 2130903900,
- 2130903951,
- 2130903952};
+ 2130903307,
+ 2130903923,
+ 2130903926,
+ 2130903978,
+ 2130903979};
// aapt resource value: 0
public const int ShapeableImageView_contentPadding = 0;
@@ -35528,18 +36313,18 @@ namespace TINK.Droid
// aapt resource value: 10
public const int ShapeableImageView_strokeWidth = 10;
- // aapt resource value: { 0x7F03010F,0x7F030110,0x7F030111,0x7F030112,0x7F030113,0x7F030115,0x7F030116,0x7F030117,0x7F030118,0x7F030119 }
+ // aapt resource value: { 0x7F030111,0x7F030112,0x7F030113,0x7F030114,0x7F030115,0x7F030117,0x7F030118,0x7F030119,0x7F03011A,0x7F03011B }
public static int[] ShapeAppearance = new int[] {
- 2130903311,
- 2130903312,
2130903313,
2130903314,
2130903315,
+ 2130903316,
2130903317,
- 2130903318,
2130903319,
2130903320,
- 2130903321};
+ 2130903321,
+ 2130903322,
+ 2130903323};
// aapt resource value: 0
public const int ShapeAppearance_cornerFamily = 0;
@@ -35571,11 +36356,11 @@ namespace TINK.Droid
// aapt resource value: 9
public const int ShapeAppearance_cornerSizeTopRight = 9;
- // aapt resource value: { 0x7F030083,0x7F0300F0,0x7F030348 }
+ // aapt resource value: { 0x7F030084,0x7F0300F1,0x7F030359 }
public static int[] SignInButton = new int[] {
- 2130903171,
- 2130903280,
- 2130903880};
+ 2130903172,
+ 2130903281,
+ 2130903897};
// aapt resource value: 0
public const int SignInButton_buttonSize = 0;
@@ -35586,30 +36371,30 @@ namespace TINK.Droid
// aapt resource value: 2
public const int SignInButton_scopeUris = 2;
- // aapt resource value: { 0x101000E,0x1010024,0x1010146,0x10102DE,0x10102DF,0x7F0301BF,0x7F0301C0,0x7F03020F,0x7F030210,0x7F0303F7,0x7F0303F8,0x7F0303F9,0x7F0303FA,0x7F0303FB,0x7F0303FF,0x7F030400,0x7F030401,0x7F030405,0x7F030420,0x7F030421,0x7F030422,0x7F030424 }
+ // aapt resource value: { 0x101000E,0x1010024,0x1010146,0x10102DE,0x10102DF,0x7F0301C8,0x7F0301C9,0x7F03021A,0x7F03021B,0x7F030413,0x7F030414,0x7F030415,0x7F030416,0x7F030417,0x7F03041B,0x7F03041C,0x7F03041D,0x7F030421,0x7F03043D,0x7F03043E,0x7F03043F,0x7F030441 }
public static int[] Slider = new int[] {
16842766,
16842788,
16843078,
16843486,
16843487,
- 2130903487,
- 2130903488,
- 2130903567,
- 2130903568,
- 2130904055,
- 2130904056,
- 2130904057,
- 2130904058,
- 2130904059,
- 2130904063,
- 2130904064,
- 2130904065,
- 2130904069,
- 2130904096,
+ 2130903496,
+ 2130903497,
+ 2130903578,
+ 2130903579,
+ 2130904083,
+ 2130904084,
+ 2130904085,
+ 2130904086,
+ 2130904087,
+ 2130904091,
+ 2130904092,
+ 2130904093,
2130904097,
- 2130904098,
- 2130904100};
+ 2130904125,
+ 2130904126,
+ 2130904127,
+ 2130904129};
// aapt resource value: 0
public const int Slider_android_enabled = 0;
@@ -35677,22 +36462,22 @@ namespace TINK.Droid
// aapt resource value: 21
public const int Slider_trackHeight = 21;
- // aapt resource value: { 0x7F030370,0x7F030371,0x7F030372 }
+ // aapt resource value: { 0x7F03038A,0x7F03038B,0x7F03038C }
public static int[] Snackbar = new int[] {
- 2130903920,
- 2130903921,
- 2130903922};
+ 2130903946,
+ 2130903947,
+ 2130903948};
- // aapt resource value: { 0x101011F,0x7F030026,0x7F030038,0x7F03004E,0x7F030051,0x7F030052,0x7F030161,0x7F030296 }
+ // aapt resource value: { 0x101011F,0x7F030026,0x7F030039,0x7F03004F,0x7F030052,0x7F030053,0x7F030169,0x7F0302A1 }
public static int[] SnackbarLayout = new int[] {
16843039,
2130903078,
- 2130903096,
- 2130903118,
- 2130903121,
+ 2130903097,
+ 2130903119,
2130903122,
- 2130903393,
- 2130903702};
+ 2130903123,
+ 2130903401,
+ 2130903713};
// aapt resource value: 1
public const int SnackbarLayout_actionTextColorAlpha = 1;
@@ -35727,13 +36512,13 @@ namespace TINK.Droid
// aapt resource value: 2
public const int Snackbar_snackbarTextViewStyle = 2;
- // aapt resource value: { 0x10100B2,0x1010176,0x101017B,0x1010262,0x7F03031A }
+ // aapt resource value: { 0x10100B2,0x1010176,0x101017B,0x1010262,0x7F030329 }
public static int[] Spinner = new int[] {
16842930,
16843126,
16843131,
16843362,
- 2130903834};
+ 2130903849};
// aapt resource value: 3
public const int Spinner_android_dropDownWidth = 3;
@@ -35750,10 +36535,10 @@ namespace TINK.Droid
// aapt resource value: 4
public const int Spinner_popupTheme = 4;
- // aapt resource value: { 0x10100D0,0x7F0300FB }
+ // aapt resource value: { 0x10100D0,0x7F0300FC }
public static int[] State = new int[] {
16842960,
- 2130903291};
+ 2130903292};
// aapt resource value: { 0x101011C,0x1010194,0x1010195,0x1010196,0x101030C,0x101030D }
public static int[] StateListDrawable = new int[] {
@@ -35789,9 +36574,9 @@ namespace TINK.Droid
// aapt resource value: 1
public const int StateListDrawable_android_visible = 1;
- // aapt resource value: { 0x7F030135 }
+ // aapt resource value: { 0x7F03013C }
public static int[] StateSet = new int[] {
- 2130903349};
+ 2130903356};
// aapt resource value: 0
public const int StateSet_defaultState = 0;
@@ -35802,29 +36587,29 @@ namespace TINK.Droid
// aapt resource value: 1
public const int State_constraints = 1;
- // aapt resource value: { 0x7F03039F }
+ // aapt resource value: { 0x7F0303BB }
public static int[] SwipeRefreshLayout = new int[] {
- 2130903967};
+ 2130903995};
// aapt resource value: 0
public const int SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor = 0;
- // aapt resource value: { 0x1010124,0x1010125,0x1010142,0x7F030367,0x7F030377,0x7F0303A0,0x7F0303A1,0x7F0303A5,0x7F0303FC,0x7F0303FD,0x7F0303FE,0x7F03041F,0x7F030426,0x7F030427 }
+ // aapt resource value: { 0x1010124,0x1010125,0x1010142,0x7F030381,0x7F030392,0x7F0303BC,0x7F0303BD,0x7F0303C1,0x7F030418,0x7F030419,0x7F03041A,0x7F03043C,0x7F030443,0x7F030444 }
public static int[] SwitchCompat = new int[] {
16843044,
16843045,
16843074,
- 2130903911,
- 2130903927,
- 2130903968,
- 2130903969,
- 2130903973,
- 2130904060,
- 2130904061,
- 2130904062,
- 2130904095,
- 2130904102,
- 2130904103};
+ 2130903937,
+ 2130903954,
+ 2130903996,
+ 2130903997,
+ 2130904001,
+ 2130904088,
+ 2130904089,
+ 2130904090,
+ 2130904124,
+ 2130904131,
+ 2130904132};
// aapt resource value: 1
public const int SwitchCompat_android_textOff = 1;
@@ -35868,38 +36653,38 @@ namespace TINK.Droid
// aapt resource value: 13
public const int SwitchCompat_trackTintMode = 13;
- // aapt resource value: { 0x7F03043E }
+ // aapt resource value: { 0x7F03045C }
public static int[] SwitchMaterial = new int[] {
- 2130904126};
+ 2130904156};
// aapt resource value: 0
public const int SwitchMaterial_useMaterialThemeColors = 0;
- // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x101036B,0x101036C,0x7F030144,0x7F03039D,0x7F03039E,0x7F0303A6,0x7F0303A7 }
+ // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x101036B,0x101036C,0x7F03014B,0x7F0303B9,0x7F0303BA,0x7F0303C2,0x7F0303C3 }
public static int[] SwitchPreference = new int[] {
16843247,
16843248,
16843249,
16843627,
16843628,
- 2130903364,
- 2130903965,
- 2130903966,
- 2130903974,
- 2130903975};
+ 2130903371,
+ 2130903993,
+ 2130903994,
+ 2130904002,
+ 2130904003};
- // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x101036B,0x101036C,0x7F030144,0x7F03039D,0x7F03039E,0x7F0303A6,0x7F0303A7 }
+ // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x101036B,0x101036C,0x7F03014B,0x7F0303B9,0x7F0303BA,0x7F0303C2,0x7F0303C3 }
public static int[] SwitchPreferenceCompat = new int[] {
16843247,
16843248,
16843249,
16843627,
16843628,
- 2130903364,
- 2130903965,
- 2130903966,
- 2130903974,
- 2130903975};
+ 2130903371,
+ 2130903993,
+ 2130903994,
+ 2130904002,
+ 2130904003};
// aapt resource value: 2
public const int SwitchPreferenceCompat_android_disableDependentsState = 2;
@@ -35976,34 +36761,34 @@ namespace TINK.Droid
// aapt resource value: 2
public const int TabItem_android_text = 2;
- // aapt resource value: { 0x7F0303A8,0x7F0303A9,0x7F0303AA,0x7F0303AB,0x7F0303AC,0x7F0303AD,0x7F0303AE,0x7F0303AF,0x7F0303B0,0x7F0303B1,0x7F0303B2,0x7F0303B3,0x7F0303B4,0x7F0303B5,0x7F0303B6,0x7F0303B7,0x7F0303B8,0x7F0303B9,0x7F0303BA,0x7F0303BB,0x7F0303BC,0x7F0303BD,0x7F0303BE,0x7F0303C0,0x7F0303C1,0x7F0303C2 }
+ // aapt resource value: { 0x7F0303C4,0x7F0303C5,0x7F0303C6,0x7F0303C7,0x7F0303C8,0x7F0303C9,0x7F0303CA,0x7F0303CB,0x7F0303CC,0x7F0303CD,0x7F0303CE,0x7F0303CF,0x7F0303D0,0x7F0303D1,0x7F0303D2,0x7F0303D3,0x7F0303D4,0x7F0303D5,0x7F0303D6,0x7F0303D7,0x7F0303D8,0x7F0303D9,0x7F0303DA,0x7F0303DC,0x7F0303DD,0x7F0303DE }
public static int[] TabLayout = new int[] {
- 2130903976,
- 2130903977,
- 2130903978,
- 2130903979,
- 2130903980,
- 2130903981,
- 2130903982,
- 2130903983,
- 2130903984,
- 2130903985,
- 2130903986,
- 2130903987,
- 2130903988,
- 2130903989,
- 2130903990,
- 2130903991,
- 2130903992,
- 2130903993,
- 2130903994,
- 2130903995,
- 2130903996,
- 2130903997,
- 2130903998,
- 2130904000,
- 2130904001,
- 2130904002};
+ 2130904004,
+ 2130904005,
+ 2130904006,
+ 2130904007,
+ 2130904008,
+ 2130904009,
+ 2130904010,
+ 2130904011,
+ 2130904012,
+ 2130904013,
+ 2130904014,
+ 2130904015,
+ 2130904016,
+ 2130904017,
+ 2130904018,
+ 2130904019,
+ 2130904020,
+ 2130904021,
+ 2130904022,
+ 2130904023,
+ 2130904024,
+ 2130904025,
+ 2130904026,
+ 2130904028,
+ 2130904029,
+ 2130904030};
// aapt resource value: 0
public const int TabLayout_tabBackground = 0;
@@ -36083,7 +36868,7 @@ namespace TINK.Droid
// aapt resource value: 25
public const int TabLayout_tabUnboundedRipple = 25;
- // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x101009A,0x101009B,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x1010585,0x7F0301AC,0x7F0301B5,0x7F0303C8,0x7F0303EA }
+ // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x101009A,0x101009B,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x1010585,0x7F0301B5,0x7F0301BE,0x7F0303E4,0x7F030406 }
public static int[] TextAppearance = new int[] {
16842901,
16842902,
@@ -36097,10 +36882,10 @@ namespace TINK.Droid
16843108,
16843692,
16844165,
- 2130903468,
2130903477,
- 2130904008,
- 2130904042};
+ 2130903486,
+ 2130904036,
+ 2130904070};
// aapt resource value: 10
public const int TextAppearance_android_fontFamily = 10;
@@ -36150,7 +36935,7 @@ namespace TINK.Droid
// aapt resource value: 15
public const int TextAppearance_textLocale = 15;
- // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x101014F,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x7F030066,0x7F030067,0x7F0303E7,0x7F0303EB,0x7F0303EC }
+ // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x101014F,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x7F030067,0x7F030068,0x7F030403,0x7F030407,0x7F030408 }
public static int[] TextEffects = new int[] {
16842901,
16842902,
@@ -36161,11 +36946,11 @@ namespace TINK.Droid
16843107,
16843108,
16843692,
- 2130903142,
2130903143,
- 2130904039,
- 2130904043,
- 2130904044};
+ 2130903144,
+ 2130904067,
+ 2130904071,
+ 2130904072};
// aapt resource value: 8
public const int TextEffects_android_fontFamily = 8;
@@ -36209,21 +36994,20 @@ namespace TINK.Droid
// aapt resource value: 13
public const int TextEffects_textOutlineThickness = 13;
- // aapt resource value: { 0x7F0303E8 }
+ // aapt resource value: { 0x7F030404 }
public static int[] TextInputEditText = new int[] {
- 2130904040};
+ 2130904068};
// aapt resource value: 0
public const int TextInputEditText_textInputLayoutFocusedRectEnabled = 0;
- // aapt resource value: { 0x101000E,0x101009A,0x101011F,0x101013F,0x1010150,0x7F03006E,0x7F03006F,0x7F030070,0x7F030071,0x7F030072,0x7F030073,0x7F030074,0x7F030075,0x7F030076,0x7F030077,0x7F030078,0x7F03011A,0x7F03011B,0x7F03011C,0x7F03011D,0x7F03011E,0x7F03011F,0x7F030167,0x7F030168,0x7F030169,0x7F03016A,0x7F03016B,0x7F03016C,0x7F030173,0x7F030174,0x7F030175,0x7F030176,0x7F030177,0x7F030178,0x7F030179,0x7F03017D,0x7F0301C3,0x7F0301C4,0x7F0301C5,0x7F0301C6,0x7F0301CB,0x7F0301CC,0x7F0301CD,0x7F0301CE,0x7F030301,0x7F030302,0x7F030303,0x7F030304,0x7F030305,0x7F03030F,0x7F030310,0x7F030311,0x7F030326,0x7F030327,0x7F030328,0x7F030359,0x7F03035C,0x7F030381,0x7F030382,0x7F030383,0x7F030384,0x7F030385,0x7F030398,0x7F030399,0x7F03039A }
+ // aapt resource value: { 0x101000E,0x101009A,0x101011F,0x101013F,0x1010150,0x7F03006F,0x7F030070,0x7F030071,0x7F030072,0x7F030073,0x7F030074,0x7F030075,0x7F030076,0x7F030077,0x7F030078,0x7F030079,0x7F03011E,0x7F03011F,0x7F030120,0x7F030121,0x7F030122,0x7F030123,0x7F03016F,0x7F030170,0x7F030171,0x7F030172,0x7F030173,0x7F030174,0x7F03017B,0x7F03017C,0x7F03017D,0x7F03017E,0x7F03017F,0x7F030180,0x7F030181,0x7F030185,0x7F0301CC,0x7F0301CD,0x7F0301CE,0x7F0301CF,0x7F0301D4,0x7F0301D5,0x7F0301D6,0x7F0301D7,0x7F03030F,0x7F030310,0x7F030311,0x7F030312,0x7F030313,0x7F03031E,0x7F03031F,0x7F030320,0x7F030335,0x7F030336,0x7F030337,0x7F030373,0x7F030376,0x7F03039C,0x7F03039D,0x7F03039E,0x7F03039F,0x7F0303A0,0x7F0303B4,0x7F0303B5,0x7F0303B6 }
public static int[] TextInputLayout = new int[] {
16842766,
16842906,
16843039,
16843071,
16843088,
- 2130903150,
2130903151,
2130903152,
2130903153,
@@ -36234,55 +37018,56 @@ namespace TINK.Droid
2130903158,
2130903159,
2130903160,
- 2130903322,
- 2130903323,
- 2130903324,
- 2130903325,
+ 2130903161,
2130903326,
2130903327,
- 2130903399,
- 2130903400,
- 2130903401,
- 2130903402,
- 2130903403,
- 2130903404,
+ 2130903328,
+ 2130903329,
+ 2130903330,
+ 2130903331,
+ 2130903407,
+ 2130903408,
+ 2130903409,
+ 2130903410,
2130903411,
2130903412,
- 2130903413,
- 2130903414,
- 2130903415,
- 2130903416,
- 2130903417,
+ 2130903419,
+ 2130903420,
2130903421,
- 2130903491,
- 2130903492,
- 2130903493,
- 2130903494,
- 2130903499,
+ 2130903422,
+ 2130903423,
+ 2130903424,
+ 2130903425,
+ 2130903429,
2130903500,
2130903501,
2130903502,
- 2130903809,
- 2130903810,
- 2130903811,
- 2130903812,
- 2130903813,
+ 2130903503,
+ 2130903508,
+ 2130903509,
+ 2130903510,
+ 2130903511,
2130903823,
2130903824,
2130903825,
- 2130903846,
- 2130903847,
- 2130903848,
- 2130903897,
- 2130903900,
- 2130903937,
- 2130903938,
- 2130903939,
- 2130903940,
- 2130903941,
- 2130903960,
- 2130903961,
- 2130903962};
+ 2130903826,
+ 2130903827,
+ 2130903838,
+ 2130903839,
+ 2130903840,
+ 2130903861,
+ 2130903862,
+ 2130903863,
+ 2130903923,
+ 2130903926,
+ 2130903964,
+ 2130903965,
+ 2130903966,
+ 2130903967,
+ 2130903968,
+ 2130903988,
+ 2130903989,
+ 2130903990};
// aapt resource value: 0
public const int TextInputLayout_android_enabled = 0;
@@ -36479,11 +37264,11 @@ namespace TINK.Droid
// aapt resource value: 64
public const int TextInputLayout_suffixTextColor = 64;
- // aapt resource value: { 0x1010034,0x7F03016D,0x7F03016E }
+ // aapt resource value: { 0x1010034,0x7F030175,0x7F030176 }
public static int[] ThemeEnforcement = new int[] {
16842804,
- 2130903405,
- 2130903406};
+ 2130903413,
+ 2130903414};
// aapt resource value: 0
public const int ThemeEnforcement_android_textAppearance = 0;
@@ -36494,38 +37279,38 @@ namespace TINK.Droid
// aapt resource value: 2
public const int ThemeEnforcement_enforceTextAppearance = 2;
- // aapt resource value: { 0x10100AF,0x1010140,0x7F030080,0x7F0300D7,0x7F0300D8,0x7F0300FE,0x7F0300FF,0x7F030100,0x7F030101,0x7F030102,0x7F030103,0x7F030276,0x7F030277,0x7F030297,0x7F0302AF,0x7F0302DE,0x7F0302DF,0x7F03031A,0x7F030393,0x7F030395,0x7F030396,0x7F030408,0x7F03040C,0x7F03040D,0x7F03040E,0x7F03040F,0x7F030410,0x7F030411,0x7F030412,0x7F030413 }
+ // aapt resource value: { 0x10100AF,0x1010140,0x7F030081,0x7F0300D8,0x7F0300D9,0x7F0300FF,0x7F030100,0x7F030101,0x7F030102,0x7F030103,0x7F030104,0x7F030281,0x7F030282,0x7F0302A2,0x7F0302BA,0x7F0302E9,0x7F0302EA,0x7F030329,0x7F0303AF,0x7F0303B1,0x7F0303B2,0x7F030424,0x7F030428,0x7F030429,0x7F03042A,0x7F03042B,0x7F03042C,0x7F03042D,0x7F03042E,0x7F03042F }
public static int[] Toolbar = new int[] {
16842927,
16843072,
- 2130903168,
- 2130903255,
+ 2130903169,
2130903256,
- 2130903294,
+ 2130903257,
2130903295,
2130903296,
2130903297,
2130903298,
2130903299,
- 2130903670,
- 2130903671,
- 2130903703,
- 2130903727,
- 2130903774,
- 2130903775,
- 2130903834,
- 2130903955,
- 2130903957,
- 2130903958,
- 2130904072,
- 2130904076,
- 2130904077,
- 2130904078,
- 2130904079,
- 2130904080,
- 2130904081,
- 2130904082,
- 2130904083};
+ 2130903300,
+ 2130903681,
+ 2130903682,
+ 2130903714,
+ 2130903738,
+ 2130903785,
+ 2130903786,
+ 2130903849,
+ 2130903983,
+ 2130903985,
+ 2130903986,
+ 2130904100,
+ 2130904104,
+ 2130904105,
+ 2130904106,
+ 2130904107,
+ 2130904108,
+ 2130904109,
+ 2130904110,
+ 2130904111};
// aapt resource value: 0
public const int Toolbar_android_gravity = 0;
@@ -36617,7 +37402,7 @@ namespace TINK.Droid
// aapt resource value: 29
public const int Toolbar_titleTextColor = 29;
- // aapt resource value: { 0x1010034,0x10100D5,0x10100F6,0x101013F,0x1010140,0x101014F,0x7F030051 }
+ // aapt resource value: { 0x1010034,0x10100D5,0x10100F6,0x101013F,0x1010140,0x101014F,0x7F030052 }
public static int[] Tooltip = new int[] {
16842804,
16842965,
@@ -36625,7 +37410,7 @@ namespace TINK.Droid
16843071,
16843072,
16843087,
- 2130903121};
+ 2130903122};
// aapt resource value: 2
public const int Tooltip_android_layout_margin = 2;
@@ -36648,7 +37433,7 @@ namespace TINK.Droid
// aapt resource value: 6
public const int Tooltip_backgroundTint = 6;
- // aapt resource value: { 0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030428 }
+ // aapt resource value: { 0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030445 }
public static int[] Transform = new int[] {
16843552,
16843553,
@@ -36661,7 +37446,7 @@ namespace TINK.Droid
16843560,
16843770,
16843840,
- 2130904104};
+ 2130904133};
// aapt resource value: 10
public const int Transform_android_elevation = 10;
@@ -36699,19 +37484,19 @@ namespace TINK.Droid
// aapt resource value: 11
public const int Transform_transformPivotTarget = 11;
- // aapt resource value: { 0x10100D0,0x7F030047,0x7F0300F7,0x7F0300F8,0x7F03015C,0x7F03021A,0x7F0302D3,0x7F030306,0x7F03037F,0x7F030429,0x7F03042B }
+ // aapt resource value: { 0x10100D0,0x7F030048,0x7F0300F8,0x7F0300F9,0x7F030164,0x7F030225,0x7F0302DE,0x7F030314,0x7F03039A,0x7F030446,0x7F030448 }
public static int[] Transition = new int[] {
16842960,
- 2130903111,
- 2130903287,
+ 2130903112,
2130903288,
- 2130903388,
- 2130903578,
- 2130903763,
- 2130903814,
- 2130903935,
- 2130904105,
- 2130904107};
+ 2130903289,
+ 2130903396,
+ 2130903589,
+ 2130903774,
+ 2130903828,
+ 2130903962,
+ 2130904134,
+ 2130904136};
// aapt resource value: 0
public const int Transition_android_id = 0;
@@ -36746,13 +37531,13 @@ namespace TINK.Droid
// aapt resource value: 10
public const int Transition_transitionFlags = 10;
- // aapt resource value: { 0x7F0300FB,0x7F03033D,0x7F03033E,0x7F03033F,0x7F030340 }
+ // aapt resource value: { 0x7F0300FC,0x7F03034C,0x7F03034D,0x7F03034E,0x7F03034F }
public static int[] Variant = new int[] {
- 2130903291,
- 2130903869,
- 2130903870,
- 2130903871,
- 2130903872};
+ 2130903292,
+ 2130903884,
+ 2130903885,
+ 2130903886,
+ 2130903887};
// aapt resource value: 0
public const int Variant_constraints = 0;
@@ -36769,19 +37554,19 @@ namespace TINK.Droid
// aapt resource value: 4
public const int Variant_region_widthMoreThan = 4;
- // aapt resource value: { 0x1010000,0x10100DA,0x7F0302F8,0x7F0302FB,0x7F0303F4 }
+ // aapt resource value: { 0x1010000,0x10100DA,0x7F030304,0x7F030307,0x7F030410 }
public static int[] View = new int[] {
16842752,
16842970,
- 2130903800,
- 2130903803,
- 2130904052};
+ 2130903812,
+ 2130903815,
+ 2130904080};
- // aapt resource value: { 0x10100D4,0x7F030051,0x7F030052 }
+ // aapt resource value: { 0x10100D4,0x7F030052,0x7F030053 }
public static int[] ViewBackgroundHelper = new int[] {
16842964,
- 2130903121,
- 2130903122};
+ 2130903122,
+ 2130903123};
// aapt resource value: 0
public const int ViewBackgroundHelper_android_background = 0;
@@ -36814,23 +37599,23 @@ namespace TINK.Droid
// aapt resource value: 1
public const int ViewStubCompat_android_layout = 1;
- // aapt resource value: { 0x10100D0,0x7F030001,0x7F030002,0x7F0300C9,0x7F03015C,0x7F0301DD,0x7F0301DE,0x7F0302D3,0x7F0302D8,0x7F0302F0,0x7F030306,0x7F030358,0x7F030429,0x7F03043A,0x7F030444 }
+ // aapt resource value: { 0x10100D0,0x7F030001,0x7F030002,0x7F0300CA,0x7F030164,0x7F0301E6,0x7F0301E7,0x7F0302DE,0x7F0302E3,0x7F0302FC,0x7F030314,0x7F030371,0x7F030446,0x7F030458,0x7F030465 }
public static int[] ViewTransition = new int[] {
16842960,
2130903041,
2130903042,
- 2130903241,
- 2130903388,
- 2130903517,
- 2130903518,
- 2130903763,
- 2130903768,
- 2130903792,
- 2130903814,
- 2130903896,
- 2130904105,
- 2130904122,
- 2130904132};
+ 2130903242,
+ 2130903396,
+ 2130903526,
+ 2130903527,
+ 2130903774,
+ 2130903779,
+ 2130903804,
+ 2130903828,
+ 2130903921,
+ 2130904134,
+ 2130904152,
+ 2130904165};
// aapt resource value: 0
public const int ViewTransition_android_id = 0;
diff --git a/TINK/TINK.Android/TINK.Android.csproj b/TINK/TINK.Android/TINK.Android.csproj
index 98c333c..5e9dda2 100644
--- a/TINK/TINK.Android/TINK.Android.csproj
+++ b/TINK/TINK.Android/TINK.Android.csproj
@@ -190,6 +190,9 @@
+
+ 5.0.0.2244
+
@@ -663,6 +666,9 @@
+
+
+
diff --git a/TINK/TINK.Android/google-services.json b/TINK/TINK.Android/google-services.json
new file mode 100644
index 0000000..1752eee
--- /dev/null
+++ b/TINK/TINK.Android/google-services.json
@@ -0,0 +1,39 @@
+{
+ "project_info": {
+ "project_number": "1088928386656",
+ "project_id": "shareetest-46bf8",
+ "storage_bucket": "shareetest-46bf8.appspot.com"
+ },
+ "client": [
+ {
+ "client_info": {
+ "mobilesdk_app_id": "1:1088928386656:android:84c634fd6c64679a22fd05",
+ "android_client_info": {
+ "package_name": "com.TeilRad.sharee.bike"
+ }
+ },
+ "oauth_client": [
+ {
+ "client_id": "1088928386656-vot2dsqetl5cegf15aheu5v8kl8iud0b.apps.googleusercontent.com",
+ "client_type": 3
+ }
+ ],
+ "api_key": [
+ {
+ "current_key": "AIzaSyBDHV9nrt1Wy20f8GkFZroi3kH_YQ8rfgQ"
+ }
+ ],
+ "services": {
+ "appinvite_service": {
+ "other_platform_oauth_client": [
+ {
+ "client_id": "1088928386656-vot2dsqetl5cegf15aheu5v8kl8iud0b.apps.googleusercontent.com",
+ "client_type": 3
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "configuration_version": "1"
+}
\ No newline at end of file
diff --git a/TINK/TINK/App.xaml.cs b/TINK/TINK/App.xaml.cs
index e406bac..960fb22 100644
--- a/TINK/TINK/App.xaml.cs
+++ b/TINK/TINK/App.xaml.cs
@@ -254,6 +254,27 @@ namespace TINK
.CreateLogger();
}
+ /// The URI for the request.
+ /// Overriden to respond when the user initiates an app link request.
+ protected override void OnAppLinkRequestReceived(Uri uri)
+ {
+ base.OnAppLinkRequestReceived(uri);
+ if (uri.Host.ToLower() == "sharee.bike")
+ {
+ // Input e.g. sharee.bike/sharee/lastenrad/?lat=49.921&long=32.51
+ Array segments = Array.ConvertAll(uri.Segments, segment => segment.Replace("/", "")).Skip(1).ToArray();
+ Dictionary queryDict = uri.Query
+ .Substring(1)
+ .Split("&")
+ .Select(query => query.Split('='))
+ .ToDictionary(query => query.FirstOrDefault(), query => query.Skip(1).FirstOrDefault());
+ // segments == ["sharee", "lastenrad"]
+ // queryDict == [{["lat", "49.921"]}], {["long", "32.51"]}]
+ // => Navigate and pass params depending on linkinput
+ // If no custom navigation is configured, the app just opens as if the user opened it
+ }
+ }
+
/// Gets the current logging level.
///
private static LogEventLevel GetCurrentLogEventLevel()